dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package openjdk-6 dpkg-buildpackage: source version 6b14-1.4.1-0ubuntu7 dpkg-buildpackage: source changed by Matthias Klose dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean dh_testdir dh_testroot dh_clean -k for f in debian/*.in; do \ case "$f" in \ debian/PLUGIN.*.in) f2=$(echo $f | sed 's/PLUGIN/icedtea6-plugin/;s/\.in$//');; \ *) f2=$(echo $f | sed 's/JB/openjdk-6/;s/\.in$//'); \ esac; \ case "$f2" in debian/control) continue; esac; \ rm -f $f2; \ done rm -f debian/*.install debian/*.links dh_testdir dh_testroot rm -rf stamps build build-* rm -rf autom4te.cache rm -rf bin rm -f jtreg_output* xvfb-run.log rm -f buildwatch.pid rm -f A.ttf if [ -f ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S ]; then \ patch --verbose -p0 -R < debian/patches/zero-port-opt.diff; \ rm -f ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S; \ fi Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruNE ports/hotspot/build/linux/makefiles/zero.make ports/hotspot/build/linux/makefiles/zero.make |--- ports/hotspot/build/linux/makefiles/zero.make 2009-03-05 14:43:47.000000000 +0000 |+++ ports/hotspot/build/linux/makefiles/zero.make 2009-04-03 13:29:53.000000000 +0000 -------------------------- Patching file ports/hotspot/build/linux/makefiles/zero.make using Plan A... Hunk #1 succeeded at 23. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruNE ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S |--- ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S 1970-01-01 00:00:00.000000000 +0000 |+++ ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S 2009-04-03 13:58:15.000000000 +0000 -------------------------- Patching file ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S using Plan A... Hunk #1 succeeded at 1. Removing file ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruNE ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp |--- ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp 2009-03-05 14:43:47.000000000 +0000 |+++ ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp 2009-04-03 13:32:49.000000000 +0000 -------------------------- Patching file ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp using Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 135. Hunk #3 succeeded at 237. done dh_clean dpkg-source -b openjdk-6-6b14-1.4.1 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: info: using source format `1.0' dpkg-source: info: building openjdk-6 using existing openjdk-6_6b14-1.4.1.orig.tar.gz dpkg-source: info: building openjdk-6 in openjdk-6_6b14-1.4.1-0ubuntu7.diff.gz dpkg-source: info: building openjdk-6 in openjdk-6_6b14-1.4.1-0ubuntu7.dsc debian/rules build mkdir -p bin ( \ echo '#! /bin/sh'; \ echo 'if [ -x /usr/bin/linux32 ]; then'; \ echo ' exec /usr/bin/linux32 /bin/uname "$@"'; \ echo 'else'; \ echo ' exec /bin/uname "$@"'; \ echo 'fi'; \ ) > bin/uname chmod +x bin/uname echo "UNAME checks" UNAME checks uname -a Linux ojdksite 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux /bin/uname -a Linux ojdksite 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux test -x /usr/bin/linux32 && linux32 uname -a || true Linux ojdksite 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux test -x /usr/bin/linux32 &&linux32 /bin/uname -a || true Linux ojdksite 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux patch --verbose -p0 < debian/patches/zero-port-opt.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruNE ports/hotspot/build/linux/makefiles/zero.make ports/hotspot/build/linux/makefiles/zero.make |--- ports/hotspot/build/linux/makefiles/zero.make 2009-03-05 14:43:47.000000000 +0000 |+++ ports/hotspot/build/linux/makefiles/zero.make 2009-04-03 13:29:53.000000000 +0000 -------------------------- Patching file ports/hotspot/build/linux/makefiles/zero.make using Plan A... Hunk #1 succeeded at 23. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruNE ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S |--- ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S 1970-01-01 00:00:00.000000000 +0000 |+++ ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S 2009-04-03 13:58:15.000000000 +0000 -------------------------- Patching file ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_arm.S using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruNE ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp |--- ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp 2009-03-05 14:43:47.000000000 +0000 |+++ ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp 2009-04-03 13:32:49.000000000 +0000 -------------------------- Patching file ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp using Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 139. Hunk #3 succeeded at 245. done mkdir -p stamps mkdir -p build chmod +x configure cd build && ../configure --with-gcj-home=/usr/lib/jvm/java-gcj --with-ecj=/usr/bin/ecj --with-java=/usr/lib/jvm/java-gcj/bin/java --with-javah=/usr/bin/gjavah-4.3 --with-rmic=/usr/bin/grmic-4.3 --with-jar=/usr/bin/fastjar --disable-nio2 --with-pkgversion="6b14-1.4.1-0ubuntu7" --with-xalan2-jar=/usr/share/java/xalan2.jar --with-xalan2-serializer-jar=/usr/share/java/serializer.jar --with-rhino=/usr/share/java/js.jar --with-hotspot-src-zip=/home/pavel/src/openjdk-6-6b14-1.4.1/hotspot-20081202.tar.gz --with-openjdk-src-zip=/home/pavel/src/openjdk-6-6b14-1.4.1/openjdk-6-src-b14-25_nov_2008-dfsg.tar.gz --with-hotspot-build --enable-liveconnect --host=i486-linux-gnu --build=i486-linux-gnu configure: WARNING: unrecognized options: --disable-nio2 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-linux-gnu-gcc accepts -g... yes checking for i486-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i486-linux-gnu-gcc... none checking for i486-linux-gnu-g++... i486-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i486-linux-gnu-g++ accepts -g... yes checking dependency style of i486-linux-gnu-g++... none checking for i486-linux-gnu-make... no checking for make... /usr/bin/make checking for i486-linux-gnu-gzip... no checking for gzip... /bin/gzip checking for i486-linux-gnu-ant... no checking for ant... /usr/bin/ant checking for i486-linux-gnu-find... no checking for find... /usr/bin/find checking for i486-linux-gnu-patch... no checking for patch... /usr/bin/patch checking for i486-linux-gnu-tar... no checking for tar... /bin/tar checking for i486-linux-gnu-chmod... no checking for chmod... /bin/chmod checking for i486-linux-gnu-md5sum... no checking for md5sum... /usr/bin/md5sum checking for i486-linux-gnu-wget... no checking for wget... /usr/bin/wget checking for i486-linux-gnu-zip... no checking for zip... /usr/bin/zip checking for i486-linux-gnu-unzip... no checking for unzip... /usr/bin/unzip checking for i486-linux-gnu-cpio... no checking for cpio... /bin/cpio checking for i486-linux-gnu-file... no checking for file... /usr/bin/file checking for i486-linux-gnu-fastjar... no checking for i486-linux-gnu-jar... no checking for fastjar... fastjar checking for i486-linux-gnu-gawk... no checking for gawk... /usr/bin/gawk checking for i486-linux-gnu-hg... no checking for hg... /usr/bin/hg checking for i486-linux-gnu-lsb_release... no checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... 14.0b08 checking for i486-linux-gnu-linux32... no checking for linux32... /usr/bin/linux32 checking version of GCC... 4.3.3 (major version 4, minor version 3) checking whether to build using an existing installation of IcedTea... false checking for a NetBeans installation... /usr/share/netbeans checking whether to build using an existing installation of OpenJDK... false checking for Ant home directory... /usr/share/ant checking whether to build VisualVM... no checking whether to build the LiveConnect plugin... yes checking whether to build gcjwebplugin... no checking whether to include PulseAudio support... no checking whether to build documentation... yes checking whether to include the XRender pipeline... yes checking how many parallel build jobs to execute... 2 checking for a GCJ JDK home directory... /usr/lib/jvm/java-gcj checking java... /usr/lib/jvm/java-gcj/bin/java checking for javac... /usr/bin/ecj -nowarn checking for javah... /usr/bin/gjavah-4.3 checking for jar... /usr/bin/fastjar checking whether jar supports @ argument... yes checking whether jar supports stdin file arguments... yes checking whether jar supports -J options at the end... yes checking for rmic... /usr/bin/grmic-4.3 checking for eclipse-ecj.jar... /usr/share/java/eclipse-ecj.jar checking xalan2 jar... /usr/share/java/xalan2.jar checking for xalan2 serializer jar... /usr/share/java/serializer.jar checking for xerces2 jar... /usr/share/java/xercesImpl.jar checking whether to include Javascript support via Rhino... /usr/share/java/js.jar checking for an OpenJDK source zip... /home/pavel/src/openjdk-6-6b14-1.4.1/openjdk-6-src-b14-25_nov_2008-dfsg.tar.gz checking for a HotSpot source zip... /home/pavel/src/openjdk-6-6b14-1.4.1/hotspot-20081202.tar.gz checking for an OpenJDK source directory... /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk checking for an alternate jar command... not specified checking whether to use CACAO as VM... no checking for CACAO home directory... $(abs_top_builddir)/cacao/install checking for a CACAO source zip... not specified checking whether to disable optimizations... checking how to run the C preprocessor... i486-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 whether to use the zero-assembler port... no checking whether to use the Shark JIT... no checking whether to retrieve the source code from Mercurial... no checking which Mercurial revision to use... tip checking cups/cups.h usability... yes checking cups/cups.h presence... yes checking for cups/cups.h... yes checking cups/ppd.h usability... yes checking cups/ppd.h presence... yes checking for cups/ppd.h... yes checking X11/X.h usability... yes checking X11/X.h presence... yes checking for X11/X.h... yes checking for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for i486-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes checking for XULRUNNER... yes checking for GTK... yes configure: creating ./config.status config.status: creating Makefile config.status: creating javac config.status: creating javap config.status: creating platform_zero config.status: creating jvm.cfg config.status: creating ergo.c config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-nio2 touch stamps/icedtea-configure /usr/bin/make -C build stamps/extract.stamp make[1]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' mkdir -p stamps touch stamps/hgforest.stamp mkdir -p stamps touch stamps/download.stamp if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf /home/pavel/src/openjdk-6-6b14-1.4.1/openjdk-6-src-b14-25_nov_2008-dfsg.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ if test "x14.0b08" != "xoriginal"; then \ rm -rf openjdk/hotspot ; \ fi ; \ sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/../fsg.sh ; \ fi Further liberating OpenJDK... if test -e /home/pavel/src/openjdk-6-6b14-1.4.1/hotspot-20081202.tar.gz ; \ then \ if ! test -d openjdk/hotspot ; \ then \ /bin/tar xf /home/pavel/src/openjdk-6-6b14-1.4.1/hotspot-20081202.tar.gz ; \ chmod -R ug+w hotspot-* ; \ mv hotspot-$(gawk 'version==$1 {print $2}' version=14.0b08 /home/pavel/src/openjdk-6-6b14-1.4.1/build/../hotspot.map) openjdk/hotspot ; \ fi ; \ fi if [ ! -e /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated ]; then \ cp -a /home/pavel/src/openjdk-6-6b14-1.4.1/build/../generated /home/pavel/src/openjdk-6-6b14-1.4.1/build; \ find /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated -type f -exec chmod 640 '{}' ';' \ -o -type d -exec chmod 750 '{}' ';'; \ fi mkdir -p stamps touch stamps/extract.stamp make[1]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' /usr/bin/make -C build stamps/extract-ecj.stamp make[1]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' mkdir -p stamps ; \ rm -f stamps/patch-fsg.stamp.tmp ; \ touch stamps/patch-fsg.stamp.tmp ; \ all_patches_ok=yes; \ for p in ; \ do \ if test x${all_patches_ok} = "xyes" \ && echo Checking $p \ && /usr/bin/patch -l -p0 --dry-run -s -t -f \ -F 0 < /home/pavel/src/openjdk-6-6b14-1.4.1/build/../$p ; \ then \ echo Applying $p ; \ /usr/bin/patch -l -p0 < /home/pavel/src/openjdk-6-6b14-1.4.1/build/../$p ; \ if ! grep "^\* $(basename $p)" /home/pavel/src/openjdk-6-6b14-1.4.1/build/../HACKING \ >> stamps/patch-fsg.stamp.tmp ; \ then \ echo "* $(basename $p): UNDOCUMENTED" \ >> stamps/patch-fsg.stamp.tmp ; \ fi ; \ else \ test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \ fi ; \ done ; \ mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \ if ! test x${all_patches_ok} = "xyes"; then \ echo ERROR patch ${all_patches_ok} FAILED! ; \ echo WARNING make clean-patch before retrying a fix ; \ exit 2; \ fi ; mkdir -p stamps ; \ rm -f stamps/patch.stamp.tmp ; \ touch stamps/patch.stamp.tmp ; \ all_patches_ok=yes; \ for p in patches/icedtea-version.patch patches/hotspot/14.0b08/icedtea-version.patch patches/icedtea-copy-plugs.patch patches/hotspot/14.0b08/icedtea-text-relocations.patch patches/icedtea-graphics.patch patches/icedtea-debuginfo.patch patches/hotspot/14.0b08/icedtea-debuginfo.patch patches/icedtea-ssl.patch patches/icedtea-liveconnect.patch patches/icedtea-webstart.patch patches/icedtea-webstart-umask.patch patches/icedtea-rmi_amd64.patch patches/icedtea-tools.patch patches/icedtea-demos.patch patches/icedtea-use-system-tzdata.patch patches/icedtea-headers.patch patches/hotspot/14.0b08/icedtea-headers.patch patches/icedtea-ant.patch patches/icedtea-gcc-suffix.patch patches/hotspot/14.0b08/icedtea-gcc-suffix.patch patches/icedtea-bytebuffer-compact.patch patches/icedtea-float-double-trailing-zeros.patch patches/hotspot/14.0b08/icedtea-memory-limits.patch patches/icedtea-sunsrc.patch patches/icedtea-libraries.patch patches/icedtea-javafiles.patch patches/icedtea-core-build.patch patches/hotspot/14.0b08/icedtea-core-build.patch patches/icedtea-linker-options.patch patches/hotspot/14.0b08/icedtea-static-libstdc++.patch patches/icedtea-timerqueue.patch patches/icedtea-lib64.patch patches/icedtea-zero-build.patch patches/hotspot/14.0b08/icedtea-zero-build.patch patches/icedtea-print-lsb-release.patch patches/icedtea-jpegclasses.patch patches/icedtea-uname.patch patches/icedtea-ia64-fdlibm.patch patches/icedtea-fonts.patch patches/icedtea-override-redirect-metacity.patch patches/icedtea-no-bcopy.patch patches/icedtea-shark-build.patch patches/hotspot/14.0b08/icedtea-shark-build.patch patches/icedtea-toolkit.patch patches/icedtea-jdk-docs-target.patch patches/icedtea-nomotif-6706121.patch patches/icedtea-nomotif.patch patches/icedtea-alpha-fixes.patch patches/icedtea-alt-jar.patch patches/icedtea-enum-bug-181.patch patches/icedtea-jdk-use-ssize_t.patch patches/hotspot/14.0b08/icedtea-use-idx_t.patch patches/hotspot/14.0b08/icedtea-params-cast-size_t.patch patches/icedtea-clean-crypto.patch patches/icedtea-gcc-4.3.patch patches/hotspot/14.0b08/icedtea-gcc-4.3.patch patches/icedtea-arch.patch patches/icedtea-lc_ctype.patch patches/icedtea-messageutils.patch patches/icedtea-javac-debuginfo.patch patches/icedtea-xjc.patch patches/icedtea-renderer-crossing.patch patches/icedtea-stroker-finish.patch patches/icedtea-alsa-default-device.patch patches/icedtea-linker-libs-order.patch patches/icedtea-f2i-overflow.patch patches/icedtea-6761856-freetypescaler.patch patches/icedtea-display-mode-changer.patch patches/icedtea-testenv.patch patches/icedtea-samejvm-safe.patch patches/icedtea-6728542-epoll.patch patches/icedtea-io_util-overflow.patch patches/icedtea-cc-interp-jvmti.patch patches/icedtea-format-warnings.patch patches/icedtea-fortify-source.patch patches/hotspot/14.0b08/icedtea-sparc-buildfixes.patch patches/hotspot/14.0b08/icedtea-6791168.patch patches/hotspot/14.0b08/icedtea-includedb.patch patches/hotspot/14.0b08/icedtea-sparc64-linux.patch patches/hotspot/14.0b08/icedtea-sparc-ptracefix.patch patches/hotspot/14.0b08/icedtea-sparc-trapsfix.patch patches/icedtea-rhino.patch patches/xrender/icedtea-000.patch patches/xrender/icedtea-001.patch patches/xrender/icedtea-002.patch patches/xrender/icedtea-003.patch patches/xrender/icedtea-004.patch patches/xrender/icedtea-005.patch patches/xrender/icedtea-006.patch patches/xrender/icedtea-007.patch patches/xrender/icedtea-008.patch patches/xrender/icedtea-009.patch patches/icedtea-lcms.patch patches/icedtea-demo-swingapplet.patch patches/icedtea-awt-window-size.patch patches/icedtea-xml-encodinginfo.patch patches/icedtea-jtreg-6592792.patch patches/icedtea-jtreg-hatrun.patch patches/icedtea-jtreg-dnd.patch patches/icedtea-jtreg-colortest.patch patches/icedtea-jtreg-printjob-multiple-end.patch patches/icedtea-jtreg-printjob-edgetest-manual.patch patches/icedtea-jtreg-jrunscript.patch patches/icedtea-network-unreachable.patch patches/icedtea-dnd-filelists.patch patches/hotspot66_6.diff patches/jdk66_6.diff patches/icedtea-lsb-jdk-make-common-shared-Compiler-gcc.gmk.patch debian/patches/gcc-no-stack-protector.diff debian/patches/ld-symbolic-functions.diff debian/patches/set-exec-name.diff debian/patches/hotspot-warn-no-errformat.diff debian/patches/shebang.diff debian/patches/jexec.diff debian/patches/fontconfig-wqy-zenhei.diff debian/patches/no-compiler-path-lsb.diff debian/patches/fix-race-cond-print.diff debian/patches/jdk-freetypeScaler-crash.diff debian/patches/icedtea-pretend-memory.diff debian/patches/default-jvm-cfg.diff debian/patches/nonreparenting-wm.diff debian/patches/java-access-bridge-security.patch debian/patches/accessible-toolkit.patch debian/patches/6536193.patch debian/patches/6610888.patch debian/patches/6610896.patch debian/patches/6630639.patch debian/patches/6632886.patch debian/patches/6636360.patch debian/patches/6652463.patch debian/patches/6656633.patch debian/patches/6658158.patch debian/patches/6691246.patch debian/patches/6717680.patch debian/patches/6721651.patch debian/patches/6737315.patch debian/patches/6792554.patch debian/patches/6804996.patch debian/patches/6804997.patch debian/patches/6804998.patch debian/patches/openjdk-ubuntu-branding.patch debian/patches/gcc-jdk-no-stack-protector.diff debian/patches/gcc-hotspot-no-stack-protector.diff debian/patches/cacao-alternate-jvm.diff ; \ do \ if test x${all_patches_ok} = "xyes" \ && echo Checking $p \ && /usr/bin/patch -l -p0 --dry-run -s -t -f \ -F 0 < /home/pavel/src/openjdk-6-6b14-1.4.1/build/../$p ; \ then \ echo Applying $p ; \ /usr/bin/patch -l -p0 < /home/pavel/src/openjdk-6-6b14-1.4.1/build/../$p ; \ if ! grep "^\* $(basename $p)" /home/pavel/src/openjdk-6-6b14-1.4.1/build/../HACKING \ >> stamps/patch.stamp.tmp ; \ then \ echo "* $(basename $p): UNDOCUMENTED" \ >> stamps/patch.stamp.tmp ; \ fi ; \ else \ test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \ fi ; \ done ; \ mv stamps/patch.stamp.tmp stamps/patch.stamp ; \ if ! test x${all_patches_ok} = "xyes"; then \ echo ERROR patch ${all_patches_ok} FAILED! ; \ echo WARNING make clean-patch before retrying a fix ; \ exit 2; \ fi Checking patches/icedtea-version.patch Applying patches/icedtea-version.patch patching file openjdk/langtools/make/Makefile patching file openjdk/jdk/make/common/shared/Defs.gmk patching file openjdk/jdk/src/share/classes/sun/misc/Version-template.java patching file openjdk/jdk/make/java/version/Makefile Checking patches/hotspot/14.0b08/icedtea-version.patch Applying patches/hotspot/14.0b08/icedtea-version.patch patching file openjdk/hotspot/make/linux/makefiles/vm.make patching file openjdk/hotspot/src/share/vm/utilities/vmError.cpp patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp Checking patches/icedtea-copy-plugs.patch Applying patches/icedtea-copy-plugs.patch patching file openjdk/jdk/make/common/internal/BinaryPlugs.gmk patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java patching file openjdk/jdk/src/share/classes/com/sun/jmx/snmp/SnmpPduTrap.java patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java Checking patches/hotspot/14.0b08/icedtea-text-relocations.patch Applying patches/hotspot/14.0b08/icedtea-text-relocations.patch patching file openjdk/hotspot/make/linux/makefiles/gcc.make patching file openjdk/hotspot/make/linux/makefiles/rules.make patching file openjdk/hotspot/make/solaris/makefiles/rules.make Checking patches/icedtea-graphics.patch Applying patches/icedtea-graphics.patch patching file openjdk/jdk/src/share/classes/javax/swing/text/WrappedPlainView.java Checking patches/icedtea-debuginfo.patch Applying patches/icedtea-debuginfo.patch patching file openjdk/jdk/make/common/Defs-linux.gmk patching file openjdk/jdk/make/common/shared/Defs-java.gmk patching file openjdk/jdk/make/sun/awt/mawt.gmk Checking patches/hotspot/14.0b08/icedtea-debuginfo.patch Applying patches/hotspot/14.0b08/icedtea-debuginfo.patch patching file openjdk/hotspot/make/linux/makefiles/gcc.make Checking patches/icedtea-ssl.patch Applying patches/icedtea-ssl.patch patching file openjdk/jdk/src/share/classes/sun/security/ssl/Handshaker.java patching file openjdk/jdk/src/share/classes/sun/security/ssl/RSAClientKeyExchange.java Checking patches/icedtea-liveconnect.patch Applying patches/icedtea-liveconnect.patch patching file openjdk/jdk/make/sun/Makefile patching file openjdk/jdk/make/sun/Makefile.orig patching file openjdk/jdk/make/sun/plugin/Makefile Checking patches/icedtea-webstart.patch Applying patches/icedtea-webstart.patch patching file openjdk/jdk/make/launchers/Makefile patching file openjdk/jdk/src/share/classes/sun/applet/AppletViewerPanel.java patching file openjdk/jdk/src/share/classes/sun/applet/AppletPanel.java Checking patches/icedtea-webstart-umask.patch Applying patches/icedtea-webstart-umask.patch patching file openjdk/jdk/make/launchers/Makefile.launcher patching file openjdk/jdk/src/share/bin/java.c Hunk #5 succeeded at 2044 (offset 6 lines). Checking patches/icedtea-rmi_amd64.patch Applying patches/icedtea-rmi_amd64.patch patching file openjdk/jdk/make/sun/rmi/rmi/Makefile Checking patches/icedtea-tools.patch Applying patches/icedtea-tools.patch patching file openjdk/jdk/make/tools/sharing/classlist.linux patching file openjdk/jdk/make/tools/sharing/classlist.solaris patching file openjdk/jdk/make/tools/sharing/classlist.windows patching file openjdk/jdk/make/java/awt/Makefile Checking patches/icedtea-demos.patch Applying patches/icedtea-demos.patch patching file openjdk/jdk/src/share/demo/jvmti/gctest/sample.makefile.txt patching file openjdk/jdk/src/share/demo/jvmti/heapTracker/sample.makefile.txt patching file openjdk/jdk/src/share/demo/jvmti/heapViewer/sample.makefile.txt patching file openjdk/jdk/src/share/demo/jvmti/hprof/sample.makefile.txt patching file openjdk/jdk/src/share/demo/jvmti/minst/sample.makefile.txt patching file openjdk/jdk/src/share/demo/jvmti/mtrace/sample.makefile.txt patching file openjdk/jdk/src/share/demo/jvmti/versionCheck/sample.makefile.txt patching file openjdk/jdk/src/share/demo/jvmti/waiters/sample.makefile.txt Checking patches/icedtea-use-system-tzdata.patch Applying patches/icedtea-use-system-tzdata.patch patching file openjdk/jdk/src/share/classes/sun/util/calendar/ZoneInfoFile.java patching file openjdk/hotspot/src/os/linux/vm/os_linux.cpp Hunk #1 succeeded at 395 (offset 14 lines). Checking patches/icedtea-headers.patch Applying patches/icedtea-headers.patch patching file openjdk/jdk/make/tools/freetypecheck/Makefile patching file openjdk/jdk/make/common/Defs.gmk Hunk #1 succeeded at 235 (offset -2 lines). patching file openjdk/jdk/make/sun/font/Makefile Checking patches/hotspot/14.0b08/icedtea-headers.patch Applying patches/hotspot/14.0b08/icedtea-headers.patch patching file openjdk/hotspot/make/linux/makefiles/jvmti.make Checking patches/icedtea-ant.patch Applying patches/icedtea-ant.patch patching file openjdk/corba/make/common/shared/Defs-utils.gmk patching file openjdk/langtools/make/Makefile Hunk #1 succeeded at 137 (offset 4 lines). patching file openjdk/jaxp/make/Makefile patching file openjdk/jdk/make/common/shared/Defs-utils.gmk patching file openjdk/jaxws/make/Makefile patching file openjdk/jaxws/make/build.xml Checking patches/icedtea-gcc-suffix.patch Applying patches/icedtea-gcc-suffix.patch patching file openjdk/jdk/make/common/shared/Compiler-gcc.gmk patching file openjdk/corba/make/common/shared/Compiler-gcc.gmk Checking patches/hotspot/14.0b08/icedtea-gcc-suffix.patch Applying patches/hotspot/14.0b08/icedtea-gcc-suffix.patch patching file openjdk/hotspot/agent/src/os/linux/Makefile patching file openjdk/hotspot/make/linux/makefiles/gcc.make Checking patches/icedtea-bytebuffer-compact.patch Applying patches/icedtea-bytebuffer-compact.patch patching file openjdk/jdk/src/share/classes/java/nio/Buffer.java patching file openjdk/jdk/src/share/classes/java/nio/Direct-X-Buffer.java patching file openjdk/jdk/src/share/classes/java/nio/Heap-X-Buffer.java Checking patches/icedtea-float-double-trailing-zeros.patch Applying patches/icedtea-float-double-trailing-zeros.patch patching file openjdk/jdk/src/share/classes/sun/misc/FloatingDecimal.java Checking patches/hotspot/14.0b08/icedtea-memory-limits.patch Applying patches/hotspot/14.0b08/icedtea-memory-limits.patch patching file openjdk/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp Hunk #1 succeeded at 2700 (offset 94 lines). Checking patches/icedtea-sunsrc.patch Applying patches/icedtea-sunsrc.patch patching file openjdk/jdk/make/common/Release.gmk Hunk #7 succeeded at 992 (offset -8 lines). Checking patches/icedtea-libraries.patch Applying patches/icedtea-libraries.patch patching file openjdk/jdk/make/sun/jpeg/Makefile patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c patching file openjdk/jdk/src/share/native/java/util/zip/Adler32.c patching file openjdk/jdk/src/share/native/java/util/zip/Deflater.c patching file openjdk/jdk/src/share/native/java/util/zip/CRC32.c patching file openjdk/jdk/make/common/Program.gmk patching file openjdk/jdk/make/java/zip/Makefile patching file openjdk/jdk/make/java/zip/FILES_c.gmk patching file openjdk/jdk/src/share/native/java/util/zip/Inflater.c patching file openjdk/jdk/src/share/native/java/util/zip/zip_util.c patching file openjdk/jdk/make/sun/splashscreen/FILES_c.gmk patching file openjdk/jdk/make/sun/splashscreen/Makefile patching file openjdk/jdk/make/sun/jpeg/FILES_c.gmk patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapimin.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapistd.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccoefct.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccolor.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcdctmgr.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcinit.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmainct.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmarker.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmaster.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcomapi.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jconfig.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcparam.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcphuff.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcprepct.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcsample.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jctrans.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapimin.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapistd.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcoefct.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcolor.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdct.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jddctmgr.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdinput.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmainct.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmarker.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmaster.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmerge.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdphuff.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdpostct.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdsample.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdtrans.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctflt.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctfst.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctint.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctflt.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctfst.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctint.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctred.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jinclude.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemmgr.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemnobs.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemsys.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmorecfg.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegint.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpeglib.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant1.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant2.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jutils.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jversion.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/README patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c patching file openjdk/jdk/make/com/sun/java/pack/Makefile patching file openjdk/jdk/make/java/jli/Makefile patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/defines.h Hunk #1 succeeded at 89 (offset 2 lines). patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c Checking patches/icedtea-javafiles.patch Applying patches/icedtea-javafiles.patch patching file openjdk/jdk/make/java/java/FILES_java.gmk patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk Checking patches/icedtea-core-build.patch Applying patches/icedtea-core-build.patch patching file openjdk/control/make/make/hotspot-rules.gmk patching file openjdk/jdk/make/java/redist/Makefile patching file openjdk/jdk/make/common/Defs-linux.gmk patching file openjdk/corba/make/common/Defs-linux.gmk Checking patches/hotspot/14.0b08/icedtea-core-build.patch Applying patches/hotspot/14.0b08/icedtea-core-build.patch patching file openjdk/hotspot/make/linux/makefiles/defs.make patching file openjdk/hotspot/make/Makefile Hunk #1 succeeded at 94 (offset 3 lines). Hunk #2 succeeded at 125 (offset 3 lines). Hunk #3 succeeded at 175 (offset 3 lines). Hunk #4 succeeded at 227 (offset 3 lines). Hunk #5 succeeded at 249 (offset 3 lines). patching file openjdk/hotspot/src/share/vm/runtime/vm_version.cpp Checking patches/icedtea-linker-options.patch Applying patches/icedtea-linker-options.patch patching file openjdk/corba/make/common/Defs-linux.gmk patching file openjdk/jdk/make/common/Defs-linux.gmk patching file openjdk/jdk/make/common/Program.gmk patching file openjdk/jdk/make/java/instrument/Makefile Checking patches/hotspot/14.0b08/icedtea-static-libstdc++.patch Applying patches/hotspot/14.0b08/icedtea-static-libstdc++.patch patching file openjdk/hotspot/make/linux/makefiles/vm.make Hunk #1 succeeded at 130 (offset 6 lines). Checking patches/icedtea-timerqueue.patch Applying patches/icedtea-timerqueue.patch patching file openjdk/jdk/src/share/classes/javax/swing/TimerQueue.java Checking patches/icedtea-lib64.patch Applying patches/icedtea-lib64.patch patching file openjdk/hotspot/src/os/linux/vm/os_linux.cpp Hunk #1 succeeded at 279 (offset 14 lines). Checking patches/icedtea-zero-build.patch Applying patches/icedtea-zero-build.patch patching file openjdk/jdk/make/common/Defs-linux.gmk patching file openjdk/jdk/make/common/shared/Compiler-gcc.gmk patching file openjdk/jdk/make/common/shared/Platform.gmk Hunk #1 succeeded at 212 (offset -1 lines). patching file openjdk/jdk/make/javax/sound/SoundDefs.gmk patching file openjdk/jdk/src/share/native/com/sun/media/sound/SoundDefs.h patching file openjdk/corba/make/common/Defs-linux.gmk patching file openjdk/corba/make/common/shared/Compiler-gcc.gmk patching file openjdk/corba/make/common/shared/Platform.gmk patching file openjdk/hotspot/src/share/vm/runtime/vm_version.cpp Hunk #1 succeeded at 146 (offset 3 lines). Checking patches/hotspot/14.0b08/icedtea-zero-build.patch Applying patches/hotspot/14.0b08/icedtea-zero-build.patch patching file openjdk/hotspot/make/defs.make patching file openjdk/hotspot/make/linux/makefiles/buildtree.make patching file openjdk/hotspot/make/linux/makefiles/defs.make patching file openjdk/hotspot/make/linux/makefiles/gcc.make patching file openjdk/hotspot/make/linux/makefiles/sa.make patching file openjdk/hotspot/make/linux/makefiles/saproc.make patching file openjdk/hotspot/make/linux/makefiles/vm.make Checking patches/icedtea-print-lsb-release.patch Applying patches/icedtea-print-lsb-release.patch patching file openjdk/hotspot/src/os/linux/vm/os_linux.cpp Hunk #1 succeeded at 1814 (offset 57 lines). Hunk #2 succeeded at 1873 (offset 57 lines). Checking patches/icedtea-jpegclasses.patch Applying patches/icedtea-jpegclasses.patch patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/ImageFormatException.java patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGCodec.java patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGDecodeParam.java patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGEncodeParam.java patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGImageDecoder.java patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGImageEncoder.java patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/JPEGQTable.java patching file openjdk/jdk/src/share/classes/com/sun/image/codec/jpeg/TruncatedFileException.java Checking patches/icedtea-uname.patch Applying patches/icedtea-uname.patch patching file openjdk/jdk/make/common/shared/Platform.gmk patching file openjdk/corba/make/common/shared/Platform.gmk Checking patches/icedtea-ia64-fdlibm.patch Applying patches/icedtea-ia64-fdlibm.patch patching file openjdk/jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h Checking patches/icedtea-fonts.patch Applying patches/icedtea-fonts.patch patching file openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties Checking patches/icedtea-override-redirect-metacity.patch Applying patches/icedtea-override-redirect-metacity.patch patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java Checking patches/icedtea-no-bcopy.patch Applying patches/icedtea-no-bcopy.patch patching file openjdk/hotspot/src/share/vm/libadt/port.hpp Hunk #1 succeeded at 34 (offset -3 lines). Checking patches/icedtea-shark-build.patch Applying patches/icedtea-shark-build.patch patching file openjdk/control/make/make/hotspot-rules.gmk patching file openjdk/jdk/make/java/redist/Makefile Checking patches/hotspot/14.0b08/icedtea-shark-build.patch Applying patches/hotspot/14.0b08/icedtea-shark-build.patch patching file openjdk/hotspot/make/linux/Makefile patching file openjdk/hotspot/make/linux/makefiles/buildtree.make patching file openjdk/hotspot/make/linux/makefiles/defs.make Hunk #1 succeeded at 110 (offset -8 lines). Hunk #2 succeeded at 126 (offset -8 lines). patching file openjdk/hotspot/make/linux/makefiles/gcc.make Hunk #1 succeeded at 59 (offset -5 lines). patching file openjdk/hotspot/make/linux/makefiles/top.make Hunk #1 succeeded at 74 (offset 1 line). patching file openjdk/hotspot/make/linux/makefiles/vm.make Hunk #1 succeeded at 130 (offset 4 lines). Hunk #2 succeeded at 165 (offset 4 lines). patching file openjdk/hotspot/make/Makefile Checking patches/icedtea-toolkit.patch Applying patches/icedtea-toolkit.patch patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java Checking patches/icedtea-jdk-docs-target.patch Applying patches/icedtea-jdk-docs-target.patch patching file openjdk/control/make/make/jdk-rules.gmk Checking patches/icedtea-nomotif-6706121.patch Applying patches/icedtea-nomotif-6706121.patch patching file openjdk/jdk/make/sun/awt/FILES_c_unix.gmk patching file openjdk/jdk/make/sun/awt/FILES_export_unix.gmk patching file openjdk/jdk/make/sun/awt/mapfile-mawt-vers patching file openjdk/jdk/make/sun/awt/mapfile-vers-linux patching file openjdk/jdk/make/sun/awt/mawt.gmk patching file openjdk/jdk/make/sun/jawt/Makefile Hunk #1 succeeded at 99 (offset 6 lines). patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MToolkit.java patching file openjdk/jdk/src/solaris/native/sun/awt/awt_DrawingSurface.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_MToolkit.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Robot.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_p.h patching file openjdk/jdk/src/solaris/native/sun/awt/initIDs.c patching file openjdk/jdk/src/solaris/native/sun/awt/multi_font.c patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MButtonPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MCanvasPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MCheckboxMenuItemPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MCheckboxPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MChoicePeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MComponentPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MCustomCursor.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MDataTransferer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MDialogPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MDragSourceContextPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MDropTargetContextPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MEmbedCanvasPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MEmbeddedFrame.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MEmbeddedFramePeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MFileDialogPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MFramePeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MGlobalCursorManager.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MInputMethod.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MInputMethodControl.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MInputMethodDescriptor.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MLabelPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MListPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MMenuBarPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MMenuItemPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MMenuPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MMouseDragGestureRecognizer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MPanelPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MPopupMenuPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MRobotPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MScrollPanePeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MScrollbarPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MTextAreaPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MTextFieldPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/MWindowPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/X11Clipboard.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/X11DragSourceContextPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/X11DropTargetContextPeer.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/X11Selection.java patching file openjdk/jdk/src/solaris/classes/sun/awt/motif/X11SelectionHolder.java patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Button.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Canvas.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Checkbox.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Choice12.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Choice21.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Component.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Cursor.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_DataTransferer.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_DataTransferer.h patching file openjdk/jdk/src/solaris/native/sun/awt/awt_FileDialog.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_GlobalCursorManager.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_KeyboardFocusManager.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Label.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_List.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Menu.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Menu.h patching file openjdk/jdk/src/solaris/native/sun/awt/awt_MenuBar.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_MenuBar.h patching file openjdk/jdk/src/solaris/native/sun/awt/awt_MenuComponent.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_MenuItem.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_PopupMenu.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_ScrollPane.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Scrollbar.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_Selection.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_TextArea.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_TextArea.h patching file openjdk/jdk/src/solaris/native/sun/awt/awt_TextField.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_TextField.h patching file openjdk/jdk/src/solaris/native/sun/awt/awt_TopLevel.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_XmDnD.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_XmDnD.h patching file openjdk/jdk/src/solaris/native/sun/awt/awt_dnd.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_dnd.h patching file openjdk/jdk/src/solaris/native/sun/awt/awt_dnd_ds.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_dnd_dt.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_motif.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_motif12.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_motif21.c patching file openjdk/jdk/src/solaris/native/sun/awt/awt_xembed.c patching file openjdk/jdk/src/solaris/native/sun/awt/canvas.c patching file openjdk/jdk/src/solaris/native/sun/awt/cursor.c Checking patches/icedtea-nomotif.patch Applying patches/icedtea-nomotif.patch patching file openjdk/jdk/make/common/shared/Sanity.gmk patching file openjdk/jdk/src/solaris/native/sun/awt/awt_util.c Checking patches/icedtea-alpha-fixes.patch Applying patches/icedtea-alpha-fixes.patch patching file openjdk/corba/make/common/Defs-linux.gmk patching file openjdk/hotspot/agent/src/os/linux/Makefile patching file openjdk/hotspot/src/share/vm/oops/generateOopMap.cpp Hunk #1 succeeded at 2113 (offset -15 lines). patching file openjdk/jaxp/make/build.properties patching file openjdk/jaxws/make/build.properties patching file openjdk/jdk/make/common/Defs-linux.gmk Checking patches/icedtea-alt-jar.patch Applying patches/icedtea-alt-jar.patch patching file openjdk/jdk/make/common/shared/Defs-java.gmk Hunk #1 succeeded at 175 (offset -6 lines). Checking patches/icedtea-enum-bug-181.patch Applying patches/icedtea-enum-bug-181.patch patching file openjdk/jdk/src/share/classes/sun/beans/editors/EnumEditor.java Checking patches/icedtea-jdk-use-ssize_t.patch Applying patches/icedtea-jdk-use-ssize_t.patch patching file openjdk/jdk/src/solaris/hpi/native_threads/src/sys_api_td.c Checking patches/hotspot/14.0b08/icedtea-use-idx_t.patch Applying patches/hotspot/14.0b08/icedtea-use-idx_t.patch patching file openjdk/hotspot/src/share/vm/compiler/methodLiveness.cpp patching file openjdk/hotspot/src/share/vm/utilities/bitMap.hpp Checking patches/hotspot/14.0b08/icedtea-params-cast-size_t.patch Applying patches/hotspot/14.0b08/icedtea-params-cast-size_t.patch patching file openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Hunk #2 succeeded at 6062 (offset 18 lines). Hunk #3 succeeded at 6350 (offset 18 lines). patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Hunk #1 succeeded at 696 (offset -208 lines). patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp patching file openjdk/hotspot/src/share/vm/memory/collectorPolicy.cpp Hunk #1 succeeded at 281 (offset -6 lines). patching file openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp Hunk #1 succeeded at 1046 (offset 21 lines). Hunk #2 succeeded at 1059 (offset 21 lines). Hunk #3 succeeded at 1088 (offset 21 lines). Hunk #4 succeeded at 1100 (offset 21 lines). Checking patches/icedtea-clean-crypto.patch Applying patches/icedtea-clean-crypto.patch patching file openjdk/jdk/make/javax/crypto/Makefile patching file openjdk/jdk/src/share/classes/javax/crypto/Cipher.java patching file openjdk/jdk/src/share/classes/javax/crypto/JarVerifier.java patching file openjdk/jdk/src/share/classes/javax/crypto/JceSecurity.java patching file openjdk/jdk/src/share/classes/javax/crypto/JceSecurityManager.java patching file openjdk/jdk/test/com/sun/crypto/provider/Cipher/UTIL/TestUtil.java Checking patches/icedtea-gcc-4.3.patch Applying patches/icedtea-gcc-4.3.patch patching file openjdk/jdk/make/common/Defs-linux.gmk Hunk #1 succeeded at 143 (offset 4 lines). Checking patches/hotspot/14.0b08/icedtea-gcc-4.3.patch Applying patches/hotspot/14.0b08/icedtea-gcc-4.3.patch patching file openjdk/hotspot/make/linux/makefiles/gcc.make patching file openjdk/hotspot/make/solaris/makefiles/gcc.make patching file openjdk/hotspot/src/share/vm/adlc/filebuff.cpp patching file openjdk/hotspot/src/share/vm/adlc/filebuff.hpp Checking patches/icedtea-arch.patch Applying patches/icedtea-arch.patch patching file openjdk/jdk/make/javax/sound/SoundDefs.gmk patching file openjdk/jdk/make/common/Defs-linux.gmk patching file openjdk/jdk/make/common/shared/Compiler-gcc.gmk patching file openjdk/jdk/make/common/shared/Platform.gmk patching file openjdk/jdk/src/share/native/com/sun/media/sound/SoundDefs.h patching file openjdk/corba/make/common/Defs-linux.gmk patching file openjdk/corba/make/common/shared/Platform.gmk Checking patches/icedtea-lc_ctype.patch Applying patches/icedtea-lc_ctype.patch patching file openjdk/jdk/src/solaris/native/java/lang/java_props_md.c Checking patches/icedtea-messageutils.patch Applying patches/icedtea-messageutils.patch patching file openjdk/jdk/src/share/native/sun/misc/MessageUtils.c Checking patches/icedtea-javac-debuginfo.patch Applying patches/icedtea-javac-debuginfo.patch patching file openjdk/corba/make/common/shared/Defs-java.gmk patching file openjdk/jaxp/make/build.xml patching file openjdk/jaxp/make/Makefile patching file openjdk/jaxws/make/build.xml Hunk #1 succeeded at 108 (offset 9 lines). patching file openjdk/jaxws/make/Makefile patching file openjdk/langtools/make/Makefile Hunk #1 succeeded at 97 (offset 4 lines). Checking patches/icedtea-xjc.patch Applying patches/icedtea-xjc.patch patching file openjdk/jaxws/src/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java Checking patches/icedtea-renderer-crossing.patch Applying patches/icedtea-renderer-crossing.patch patching file openjdk/jdk/src/share/classes/sun/java2d/pisces/Renderer.java Checking patches/icedtea-stroker-finish.patch Applying patches/icedtea-stroker-finish.patch patching file openjdk/jdk/src/share/classes/sun/java2d/pisces/Stroker.java Checking patches/icedtea-alsa-default-device.patch Applying patches/icedtea-alsa-default-device.patch patching file openjdk/jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c Checking patches/icedtea-linker-libs-order.patch Applying patches/icedtea-linker-libs-order.patch patching file openjdk/jdk/make/common/shared/Sanity.gmk patching file openjdk/jdk/make/javax/sound/jsoundalsa/Makefile patching file openjdk/jdk/make/com/sun/java/pack/Makefile Checking patches/icedtea-f2i-overflow.patch Applying patches/icedtea-f2i-overflow.patch patching file openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp Hunk #1 succeeded at 192 (offset 19 lines). Checking patches/icedtea-6761856-freetypescaler.patch Applying patches/icedtea-6761856-freetypescaler.patch patching file openjdk/jdk/src/share/native/sun/font/freetypeScaler.c Hunk #1 succeeded at 1272 (offset -9 lines). patching file openjdk/jdk/test/java/awt/font/TextLayout/TextLayoutBounds.java Checking patches/icedtea-display-mode-changer.patch Applying patches/icedtea-display-mode-changer.patch patching file openjdk/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/DisplayModeChanger.java Checking patches/icedtea-testenv.patch Applying patches/icedtea-testenv.patch patching file openjdk/jdk/test/java/nio/channels/SocketChannel/LocalAddress.java patching file openjdk/jdk/test/java/nio/channels/SocketChannel/Shutdown.java patching file openjdk/jdk/test/sun/net/InetAddress/nameservice/dns/cname.sh patching file openjdk/jdk/test/TestEnv.java Checking patches/icedtea-samejvm-safe.patch Applying patches/icedtea-samejvm-safe.patch patching file openjdk/jdk/test/TEST.ROOT Checking patches/icedtea-6728542-epoll.patch Applying patches/icedtea-6728542-epoll.patch patching file openjdk/jdk/make/java/nio/mapfile-linux patching file openjdk/jdk/src/solaris/classes/sun/nio/ch/EPollArrayWrapper.java patching file openjdk/jdk/src/solaris/native/sun/nio/ch/EPollArrayWrapper.c Checking patches/icedtea-io_util-overflow.patch Applying patches/icedtea-io_util-overflow.patch patching file openjdk/jdk/src/share/native/java/io/io_util.c Checking patches/icedtea-cc-interp-jvmti.patch Applying patches/icedtea-cc-interp-jvmti.patch patching file openjdk/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp Checking patches/icedtea-format-warnings.patch Applying patches/icedtea-format-warnings.patch patching file openjdk/hotspot/src/share/vm/classfile/javaClasses.cpp patching file openjdk/hotspot/src/os/linux/vm/os_linux.cpp Checking patches/icedtea-fortify-source.patch Applying patches/icedtea-fortify-source.patch patching file openjdk/hotspot/src/share/vm/prims/jvm.cpp Hunk #1 succeeded at 2475 (offset 1 line). patching file openjdk/hotspot/src/share/vm/utilities/ostream.cpp patching file openjdk/hotspot/src/os/linux/vm/os_linux.cpp Checking patches/hotspot/14.0b08/icedtea-sparc-buildfixes.patch Applying patches/hotspot/14.0b08/icedtea-sparc-buildfixes.patch patching file openjdk/hotspot/make/linux/makefiles/gcc.make patching file openjdk/hotspot/make/linux/makefiles/defs.make patching file openjdk/hotspot/src/cpu/sparc/vm/frame_sparc.hpp Checking patches/hotspot/14.0b08/icedtea-6791168.patch Applying patches/hotspot/14.0b08/icedtea-6791168.patch patching file openjdk/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp patching file openjdk/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp patching file openjdk/hotspot/src/cpu/x86/vm/assembler_x86.cpp patching file openjdk/hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp patching file openjdk/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.inline.hpp patching file openjdk/hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp patching file openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp patching file openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp Checking patches/hotspot/14.0b08/icedtea-includedb.patch Applying patches/hotspot/14.0b08/icedtea-includedb.patch patching file openjdk/hotspot/src/share/vm/includeDB_compiler2 patching file openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_g1 patching file openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_parallelScavenge patching file openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep patching file openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_parNew patching file openjdk/hotspot/src/share/vm/includeDB_features patching file openjdk/hotspot/src/share/vm/includeDB_core Checking patches/hotspot/14.0b08/icedtea-sparc64-linux.patch Applying patches/hotspot/14.0b08/icedtea-sparc64-linux.patch patching file openjdk/hotspot/make/linux/makefiles/defs.make patching file openjdk/hotspot/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp Hunk #1 succeeded at 1125 (offset 13 lines). Checking patches/hotspot/14.0b08/icedtea-sparc-ptracefix.patch Applying patches/hotspot/14.0b08/icedtea-sparc-ptracefix.patch patching file openjdk/hotspot/agent/src/os/linux/libproc.h Hunk #1 succeeded at 31 (offset -3 lines). Checking patches/hotspot/14.0b08/icedtea-sparc-trapsfix.patch Applying patches/hotspot/14.0b08/icedtea-sparc-trapsfix.patch patching file openjdk/hotspot/src/os_cpu/linux_sparc/vm/assembler_linux_sparc.cpp Checking patches/icedtea-rhino.patch Applying patches/icedtea-rhino.patch patching file openjdk/hotspot/src/share/vm/runtime/os.cpp patching file openjdk/jdk/make/com/sun/script/Makefile patching file openjdk/jdk/make/com/sun/Makefile patching file openjdk/jdk/make/common/Release.gmk patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java Checking patches/xrender/icedtea-000.patch Applying patches/xrender/icedtea-000.patch patching file openjdk/jdk/src/share/classes/sun/awt/image/SunVolatileImage.java patching file openjdk/jdk/src/share/classes/sun/java2d/SurfaceManagerFactory.java patching file openjdk/jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/SurfaceManagerFactory.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/UnixSurfaceManagerFactory.java patching file openjdk/jdk/src/windows/classes/sun/awt/Win32GraphicsEnvironment.java patching file openjdk/jdk/src/windows/classes/sun/java2d/SurfaceManagerFactory.java patching file openjdk/jdk/src/windows/classes/sun/java2d/WindowsSurfaceManagerFactory.java Checking patches/xrender/icedtea-001.patch Applying patches/xrender/icedtea-001.patch patching file openjdk/jdk/make/sun/font/FILES_c.gmk patching file openjdk/jdk/make/sun/font/Makefile patching file openjdk/jdk/make/sun/font/mapfile-vers patching file openjdk/jdk/make/sun/font/mapfile-vers.openjdk patching file openjdk/jdk/make/sun/xawt/FILES_c_unix.gmk patching file openjdk/jdk/make/sun/xawt/Makefile patching file openjdk/jdk/make/sun/xawt/mapfile-vers patching file openjdk/jdk/src/share/classes/sun/java2d/pipe/BufferedPaints.java patching file openjdk/jdk/src/solaris/classes/sun/awt/X11GraphicsDevice.java patching file openjdk/jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java patching file openjdk/jdk/src/solaris/classes/sun/font/XRTextRenderer.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/UnixSurfaceManagerFactory.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRDrawImage.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRGraphicsConfig.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskBlit.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskFill.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRRenderer.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceDataProxy.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRUtils.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRVolatileSurfaceManager.java patching file openjdk/jdk/src/solaris/native/sun/font/XRTextRenderer.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/ArrayList.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/ArrayList.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/MaskBuffer.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/MaskBuffer.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRGlyphCache.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRGlyphCache.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRRenderer.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c Checking patches/xrender/icedtea-002.patch Applying patches/xrender/icedtea-002.patch patching file openjdk/jdk/make/sun/xawt/Makefile patching file openjdk/jdk/make/sun/xawt/mapfile-vers patching file openjdk/jdk/src/solaris/classes/sun/font/XRTextRenderer.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/x11/XSurfaceData.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRDrawImage.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRGraphicsConfig.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskBlit.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskFill.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRRenderer.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceDataProxy.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRUtils.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRVolatileSurfaceManager.java patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/ArrayList.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/ArrayList.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/MaskBuffer.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/MaskBuffer.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.c Hunk #6 succeeded at 315 (offset -1 lines). Hunk #7 succeeded at 399 (offset -1 lines). Hunk #8 succeeded at 1587 (offset -2 lines). Hunk #9 succeeded at 1617 (offset -2 lines). Hunk #10 succeeded at 1632 (offset -2 lines). Hunk #11 succeeded at 1707 (offset -2 lines). patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.h Hunk #1 succeeded at 165 (offset -1 lines). patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRGlyphCache.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRGlyphCache.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRRenderer.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c Checking patches/xrender/icedtea-003.patch Applying patches/xrender/icedtea-003.patch patching file openjdk/jdk/make/sun/awt/mapfile-mawt-vers patching file openjdk/jdk/make/sun/headless/mapfile-vers patching file openjdk/jdk/make/sun/xawt/mapfile-vers Checking patches/xrender/icedtea-004.patch Applying patches/xrender/icedtea-004.patch patching file openjdk/jdk/make/sun/awt/mapfile-mawt-vers patching file openjdk/jdk/make/sun/awt/mapfile-vers-linux patching file openjdk/jdk/make/sun/headless/mapfile-vers patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c Checking patches/xrender/icedtea-005.patch Applying patches/xrender/icedtea-005.patch patching file openjdk/jdk/make/sun/awt/FILES_c_unix.gmk Checking patches/xrender/icedtea-006.patch Applying patches/xrender/icedtea-006.patch patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRDrawImage.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskBlit.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskFill.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRRenderer.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRUtils.java patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRGlyphCache.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRGlyphCache.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.h Checking patches/xrender/icedtea-007.patch Applying patches/xrender/icedtea-007.patch patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRDrawImage.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/MaskBuffer.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/MaskBuffer.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.h Checking patches/xrender/icedtea-008.patch Applying patches/xrender/icedtea-008.patch patching file openjdk/jdk/make/sun/awt/mapfile-mawt-vers patching file openjdk/jdk/make/sun/xawt/mapfile-vers patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java Checking patches/xrender/icedtea-009.patch Applying patches/xrender/icedtea-009.patch patching file openjdk/jdk/src/solaris/classes/sun/awt/X11GraphicsDevice.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskFill.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/MaskBuffer.c Checking patches/icedtea-lcms.patch Applying patches/icedtea-lcms.patch patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmscam02.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmscam97.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmscgats.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmserr.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsgamma.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsgmt.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsintrp.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsio0.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsio1.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmslut.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsmatsh.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsnamed.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmspack.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmspcs.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsps2.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmssamp.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsvirt.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsxform.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/icc34.h patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/LCMS.c patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/lcms.h Checking patches/icedtea-demo-swingapplet.patch Applying patches/icedtea-demo-swingapplet.patch patching file openjdk/jdk/make/mkdemo/jfc/SwingApplet/Makefile Checking patches/icedtea-awt-window-size.patch Applying patches/icedtea-awt-window-size.patch patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XDecoratedPeer.java patching file openjdk/jdk/test/java/awt/Frame/FrameSize/TestFrameSize.java Checking patches/icedtea-xml-encodinginfo.patch Applying patches/icedtea-xml-encodinginfo.patch patching file openjdk/jaxp/src/share/classes/com/sun/org/apache/xml/internal/serializer/EncodingInfo.java patching file openjdk/jdk/test/com/sun/org/apache/xml/internal/serializer/XMLStackOverflowBug.java Checking patches/icedtea-jtreg-6592792.patch Applying patches/icedtea-jtreg-6592792.patch patching file openjdk/jdk/test/com/sun/org/apache/xml/internal/ws/server/Test6592792.sh Checking patches/icedtea-jtreg-hatrun.patch Applying patches/icedtea-jtreg-hatrun.patch patching file openjdk/jdk/test/sun/tools/jhat/HatRun.java Checking patches/icedtea-jtreg-dnd.patch Applying patches/icedtea-jtreg-dnd.patch patching file openjdk/jdk/test/java/awt/regtesthelpers/process/ProcessCommunicator.java patching file openjdk/jdk/test/java/awt/dnd/FileListBetweenJVMsTest/FileListBetweenJVMsTest.java Checking patches/icedtea-jtreg-colortest.patch Applying patches/icedtea-jtreg-colortest.patch patching file openjdk/jdk/test/java/awt/Graphics/DrawImageBG/SystemBgColorTest.java Checking patches/icedtea-jtreg-printjob-multiple-end.patch Applying patches/icedtea-jtreg-printjob-multiple-end.patch patching file openjdk/jdk/test/java/awt/PrintJob/MultipleEnd/MultipleEnd.java Checking patches/icedtea-jtreg-printjob-edgetest-manual.patch Applying patches/icedtea-jtreg-printjob-edgetest-manual.patch patching file openjdk/jdk/test/java/awt/PrintJob/EdgeTest/EdgeTest.java Checking patches/icedtea-jtreg-jrunscript.patch Applying patches/icedtea-jtreg-jrunscript.patch patching file openjdk/jdk/test/sun/tools/jrunscript/CheckEngine.java patching file openjdk/jdk/test/sun/tools/jrunscript/jrunscriptTest.sh patching file openjdk/jdk/test/sun/tools/jrunscript/Testjrunscript.java Checking patches/icedtea-network-unreachable.patch Applying patches/icedtea-network-unreachable.patch patching file openjdk/jdk/src/solaris/native/java/net/PlainSocketImpl.c Checking patches/icedtea-dnd-filelists.patch Applying patches/icedtea-dnd-filelists.patch patching file openjdk/jdk/src/share/classes/sun/awt/datatransfer/DataTransferer.java Checking patches/hotspot66_6.diff Applying patches/hotspot66_6.diff patching file openjdk/hotspot/agent/src/os/linux/libproc_impl.c patching file openjdk/hotspot/agent/src/os/linux/libproc_impl.h patching file openjdk/hotspot/agent/src/os/linux/proc_service.h patching file openjdk/hotspot/agent/src/os/linux/ps_proc.c patching file openjdk/hotspot/make/linux/makefiles/gcc.make Hunk #2 succeeded at 140 (offset -1 lines). Hunk #3 succeeded at 148 (offset -1 lines). patching file openjdk/hotspot/make/linux/makefiles/launcher.make patching file openjdk/hotspot/make/linux/makefiles/saproc.make patching file openjdk/hotspot/make/linux/makefiles/vm.make patching file openjdk/hotspot/make/solaris/makefiles/defs.make patching file openjdk/hotspot/make/solaris/makefiles/gcc.make patching file openjdk/hotspot/src/os/linux/vm/hpi_linux.hpp patching file openjdk/hotspot/src/os/linux/vm/os_linux.cpp patching file openjdk/hotspot/src/os/linux/vm/os_linux.inline.hpp patching file openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp patching file openjdk/hotspot/src/share/lsb/lsb_thread_db.c patching file openjdk/hotspot/src/share/lsb/lsb_thread_db.h patching file openjdk/hotspot/src/share/vm/libadt/dict.cpp patching file openjdk/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp Checking patches/jdk66_6.diff Applying patches/jdk66_6.diff patching file openjdk/jdk/make/common/Defs.gmk patching file openjdk/jdk/make/common/shared/Compiler-gcc.gmk patching file openjdk/jdk/make/lsb/Makefile patching file openjdk/jdk/make/Makefile patching file openjdk/jdk/make/sun/font/Makefile patching file openjdk/jdk/src/share/native/com/sun/media/sound/DirectAudioDevice.c patching file openjdk/jdk/src/share/native/com/sun/media/sound/SoundDefs.h patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c patching file openjdk/jdk/src/share/native/sun/awt/medialib/mlib_ImageAffine.h patching file openjdk/jdk/src/share/native/sun/awt/medialib/mlib_image.h patching file openjdk/jdk/src/share/native/sun/awt/medialib/mlib_sys.c patching file openjdk/jdk/src/solaris/bin/java_md.c Hunk #1 succeeded at 980 (offset -11 lines). patching file openjdk/jdk/src/solaris/hpi/native_threads/src/sys_api_td.c patching file openjdk/jdk/src/solaris/hpi/native_threads/src/threads_linux.c patching file openjdk/jdk/src/solaris/hpi/src/memory_md.c patching file openjdk/jdk/src/solaris/javavm/include/typedefs_md.h patching file openjdk/jdk/src/solaris/native/java/io/UnixFileSystem_md.c patching file openjdk/jdk/src/solaris/native/java/lang/java_props_md.c patching file openjdk/jdk/src/solaris/native/java/net/Inet4AddressImpl.c patching file openjdk/jdk/src/solaris/native/java/net/Inet6AddressImpl.c patching file openjdk/jdk/src/solaris/native/java/net/linux_close.c patching file openjdk/jdk/src/solaris/native/java/net/NetworkInterface.c patching file openjdk/jdk/src/solaris/native/java/nio/MappedByteBuffer.c patching file openjdk/jdk/src/solaris/native/java/util/TimeZone_md.c patching file openjdk/jdk/src/solaris/native/sun/nio/ch/EPollArrayWrapper.c patching file openjdk/jdk/src/solaris/native/sun/nio/ch/NativeThread.c patching file openjdk/jdk/src/solaris/native/sun/security/pkcs11/j2secmod_md.c patching file openjdk/jdk/src/solaris/native/sun/tools/attach/LinuxVirtualMachine.c patching file openjdk/jdk/src/solaris/native/sun/xawt/XToolkit.c patching file openjdk/jdk/make/tools/freetypecheck/Makefile patching file openjdk/jdk/src/linux/lsb/lsb_freetype.c patching file openjdk/jdk/src/linux/lsb/lsb_freetype.h Checking patches/icedtea-lsb-jdk-make-common-shared-Compiler-gcc.gmk.patch Applying patches/icedtea-lsb-jdk-make-common-shared-Compiler-gcc.gmk.patch patching file openjdk/jdk/make/common/shared//Compiler-gcc.gmk Checking debian/patches/gcc-no-stack-protector.diff Applying debian/patches/gcc-no-stack-protector.diff patching file openjdk/hotspot/make/linux/makefiles/gcc.make Hunk #1 succeeded at 76 (offset 9 lines). patching file openjdk/corba/make/common/Defs-linux.gmk Hunk #1 succeeded at 120 (offset 13 lines). patching file openjdk/jdk/make/common/Defs-linux.gmk Hunk #1 succeeded at 130 (offset 13 lines). Checking debian/patches/ld-symbolic-functions.diff Applying debian/patches/ld-symbolic-functions.diff patching file openjdk/corba/make/common/Defs-linux.gmk Hunk #1 succeeded at 217 (offset 12 lines). patching file openjdk/hotspot/agent/src/os/linux/Makefile patching file openjdk/hotspot/make/linux/makefiles/gcc.make Hunk #1 succeeded at 157 (offset 15 lines). patching file openjdk/jdk/make/common/Defs-linux.gmk Hunk #1 succeeded at 227 (offset 12 lines). Checking debian/patches/set-exec-name.diff Applying debian/patches/set-exec-name.diff patching file openjdk/hotspot/src/os/solaris/launcher/java_md.c patching file openjdk/hotspot/src/os/linux/launcher/java_md.c patching file openjdk/jdk/src/solaris/bin/java_md.c Checking debian/patches/hotspot-warn-no-errformat.diff Applying debian/patches/hotspot-warn-no-errformat.diff patching file openjdk/hotspot/make/solaris/makefiles/gcc.make patching file openjdk/hotspot/make/linux/makefiles/gcc.make Hunk #1 succeeded at 108 (offset 9 lines). Checking debian/patches/shebang.diff Applying debian/patches/shebang.diff patching file openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.sh Checking debian/patches/jexec.diff Applying debian/patches/jexec.diff patching file openjdk/jdk/src/solaris/bin/jexec.c Checking debian/patches/fontconfig-wqy-zenhei.diff Applying debian/patches/fontconfig-wqy-zenhei.diff patching file openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Ubuntu.properties Checking debian/patches/no-compiler-path-lsb.diff Applying debian/patches/no-compiler-path-lsb.diff patching file openjdk/corba/make/common/shared//Compiler-gcc.gmk patching file openjdk/jdk/make/common/shared//Compiler-gcc.gmk Checking debian/patches/fix-race-cond-print.diff Applying debian/patches/fix-race-cond-print.diff patching file openjdk/jdk/src/solaris/classes/sun/print/UnixPrintServiceLookup.java Checking debian/patches/jdk-freetypeScaler-crash.diff Applying debian/patches/jdk-freetypeScaler-crash.diff patching file openjdk/jdk/make/sun/font/mapfile-vers.openjdk patching file openjdk/jdk/src/share/native/sun/font/freetypeScaler.c Checking debian/patches/icedtea-pretend-memory.diff Applying debian/patches/icedtea-pretend-memory.diff patching file openjdk/jdk/make/common/shared/Platform.gmk patching file openjdk/corba/make/common/shared/Platform.gmk Checking debian/patches/default-jvm-cfg.diff Applying debian/patches/default-jvm-cfg.diff patching file openjdk/hotspot/src/os/linux/launcher/java.c patching file openjdk/hotspot/src/os/solaris/launcher/java.c patching file openjdk/jdk/src/share/bin/java.c Hunk #1 succeeded at 1831 (offset 178 lines). Hunk #2 succeeded at 1852 (offset 178 lines). Checking debian/patches/nonreparenting-wm.diff Applying debian/patches/nonreparenting-wm.diff patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWM.java Checking debian/patches/java-access-bridge-security.patch Applying debian/patches/java-access-bridge-security.patch patching file openjdk/jdk/src/share/lib/security/java.security Checking debian/patches/accessible-toolkit.patch Applying debian/patches/accessible-toolkit.patch patching file openjdk/jdk/src/share/classes/java/awt/Toolkit.java Checking debian/patches/6536193.patch Applying debian/patches/6536193.patch patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/bind/v2/runtime/output/UTF8XmlOutput.java Checking debian/patches/6610888.patch Applying debian/patches/6610888.patch patching file openjdk/jdk/src/share/classes/javax/management/monitor/Monitor.java Checking debian/patches/6610896.patch Applying debian/patches/6610896.patch patching file openjdk/jdk/src/share/classes/javax/management/monitor/Monitor.java Checking debian/patches/6630639.patch Applying debian/patches/6630639.patch patching file openjdk/jdk/src/share/classes/sun/net/httpserver/Request.java patching file openjdk/jdk/src/share/classes/sun/net/httpserver/ServerImpl.java Checking debian/patches/6632886.patch Applying debian/patches/6632886.patch patching file openjdk/jdk/src/share/classes/java/awt/Font.java patching file openjdk/jdk/src/share/classes/sun/font/FileFont.java patching file openjdk/jdk/src/share/classes/sun/font/FontManager.java patching file openjdk/jdk/src/share/classes/sun/font/CreatedFontTracker.java patching file openjdk/jdk/src/share/classes/sun/font/TrueTypeFont.java patching file openjdk/jdk/src/share/classes/sun/font/Type1Font.java Checking debian/patches/6636360.patch Applying debian/patches/6636360.patch patching file openjdk/hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp Checking debian/patches/6652463.patch Applying debian/patches/6652463.patch patching file openjdk/jdk/src/share/classes/javax/print/attribute/standard/MediaSize.java Checking debian/patches/6656633.patch Applying debian/patches/6656633.patch patching file openjdk/jdk/src/share/classes/javax/management/monitor/CounterMonitor.java patching file openjdk/jdk/src/share/classes/javax/management/monitor/GaugeMonitor.java patching file openjdk/jdk/src/share/classes/javax/management/monitor/StringMonitor.java Checking debian/patches/6658158.patch Applying debian/patches/6658158.patch patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/AttachmentPartImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ImageDataContentHandler.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/MessageFactoryImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/MessageImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/SAAJMetaFactoryImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/SOAPFactoryImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/CDATAImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/CommentImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/TextImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/name/NameImpl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/Fault1_1Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/Header1_1Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/HeaderElement1_1Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/Message1_1Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPPart1_1Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/Body1_2Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/Detail1_2Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/Envelope1_2Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/Fault1_2Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/Header1_2Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/HeaderElement1_2Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPPart1_2Impl.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/util/RejectDoctypeSaxFilter.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/util/transform/EfficientStreamingTransformer.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/txw2/DatatypeWriter.java patching file openjdk/jaxws/src/share/classes/com/sun/xml/internal/txw2/Document.java Checking debian/patches/6691246.patch Applying debian/patches/6691246.patch patching file openjdk/jdk/src/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java Checking debian/patches/6717680.patch Applying debian/patches/6717680.patch patching file openjdk/jdk/src/share/classes/com/sun/jndi/ldap/LdapCtx.java Checking debian/patches/6721651.patch Applying debian/patches/6721651.patch patching file openjdk/jdk/src/share/classes/com/sun/jmx/remote/security/MBeanServerAccessController.java patching file openjdk/jdk/src/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessController.java patching file openjdk/jdk/src/share/lib/management/jmxremote.access Checking debian/patches/6737315.patch Applying debian/patches/6737315.patch patching file openjdk/jdk/src/share/classes/com/sun/jndi/ldap/VersionHelper12.java Checking debian/patches/6792554.patch Applying debian/patches/6792554.patch patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/bands.cpp patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/coding.cpp patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/defines.h Hunk #2 succeeded at 151 (offset -4 lines). patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp Checking debian/patches/6804996.patch Applying debian/patches/6804996.patch patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_impl.h patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c Checking debian/patches/6804997.patch Applying debian/patches/6804997.patch patching file openjdk/jdk/src/share/native/sun/awt/giflib/dgif_lib.c Checking debian/patches/6804998.patch Applying debian/patches/6804998.patch patching file openjdk/jdk/src/share/classes/sun/awt/image/GifImageDecoder.java patching file openjdk/jdk/src/share/native/sun/awt/image/gif/gifdecoder.c Checking debian/patches/openjdk-ubuntu-branding.patch Applying debian/patches/openjdk-ubuntu-branding.patch patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp Checking debian/patches/gcc-jdk-no-stack-protector.diff Applying debian/patches/gcc-jdk-no-stack-protector.diff patching file openjdk/jdk/make/common/Defs-linux.gmk Checking debian/patches/gcc-hotspot-no-stack-protector.diff Applying debian/patches/gcc-hotspot-no-stack-protector.diff patching file openjdk/hotspot/make/linux/makefiles/gcc.make Hunk #1 succeeded at 125 (offset 22 lines). Checking debian/patches/cacao-alternate-jvm.diff Applying debian/patches/cacao-alternate-jvm.diff patching file openjdk/jdk/src/solaris/bin/i586/jvm.cfg patching file openjdk/jdk/src/solaris/bin/ia64/jvm.cfg patching file openjdk/jdk/src/solaris/bin/amd64/jvm.cfg patching file openjdk/jdk/src/share/bin/java.c Hunk #2 succeeded at 416 (offset 27 lines). Hunk #3 succeeded at 425 (offset 27 lines). if [ -e /home/pavel/src/openjdk-6-6b14-1.4.1/build/../.hg ] && which /usr/bin/hg >/dev/null; then \ revision="-r`(cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/..; /usr/bin/hg tip --template '{node|short}')`" ; \ fi ; \ icedtea_version="1.4.1${revision}" ; \ if ! test "xno" = "xno"; then \ echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \ >>openjdk/jdk/make/common/shared/Defs.gmk ; \ echo "PRODUCT_NAME=IcedTea6" \ >>openjdk/jdk/make/common/shared/Defs.gmk ; \ else \ echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \ >>openjdk/jdk/make/common/shared/Defs.gmk ; \ fi if [ -n "6b14-1.4.1-0ubuntu7" ]; then \ echo "DISTRO_PACKAGE_VERSION=6b14-1.4.1-0ubuntu7" \ >>openjdk/jdk/make/common/shared/Defs.gmk ; \ fi cp -a /home/pavel/src/openjdk-6-6b14-1.4.1/build/../plugin/icedtea/sun/applet/*java openjdk/jdk/src/share/classes/sun/applet/ mkdir -p rt cp -a /home/pavel/src/openjdk-6-6b14-1.4.1/build/../plugin/icedtea/netscape rt/ cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/../overlays/openjdk/* openjdk/ \ && touch stamps/overlay.stamp if ! test -d openjdk-ecj ; then \ cp -pPRl openjdk openjdk-ecj ; \ fi mkdir -p stamps touch stamps/extract-ecj.stamp make[1]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' touch stamps/unpack /usr/bin/make -C build stamps/patch-ecj.stamp make[1]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' mkdir -p stamps; \ rm -f stamps/patch-ecj.stamp.tmp ; \ touch stamps/patch-ecj.stamp.tmp ; \ all_patches_ok=yes; \ for p in patches/ecj/icedtea.patch patches/ecj/icedtea-hotspot-14.0b08.patch patches/ecj/icedtea-spp.patch patches/ecj/icedtea-jopt.patch patches/ecj/icedtea-pr261.patch ; \ do \ if test x${all_patches_ok} = "xyes" \ && echo Checking $p \ && /usr/bin/patch -l -p0 --dry-run -s -t -f \ -F 0 < /home/pavel/src/openjdk-6-6b14-1.4.1/build/../$p ; \ then \ echo Applying $p ; \ /usr/bin/patch -l -p0 < /home/pavel/src/openjdk-6-6b14-1.4.1/build/../$p ; \ if ! grep "^\* $(basename $p)" /home/pavel/src/openjdk-6-6b14-1.4.1/build/../HACKING \ >> stamps/patch-ecj.stamp.tmp ; \ then \ echo "* $(basename $p): UNDOCUMENTED" \ >> stamps/patch-ecj.stamp.tmp ; \ fi ; \ else \ test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \ fi ; \ done ; \ mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.stamp ; \ if ! test x${all_patches_ok} = "xyes"; then \ echo ERROR patch ${all_patches_ok} FAILED! ; \ echo WARNING make clean-patch before retrying a fix ; \ exit 2; \ fi Checking patches/ecj/icedtea.patch Applying patches/ecj/icedtea.patch patching file openjdk-ecj/control/make/make/jdk-rules.gmk patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile patching file openjdk-ecj/corba/make/common/Defs.gmk patching file openjdk-ecj/corba/make/common/Defs-linux.gmk Hunk #1 succeeded at 278 (offset 2 lines). patching file openjdk-ecj/corba/make/common/Rules.gmk patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk patching file openjdk-ecj/corba/make/org/omg/sources/Makefile patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile patching file openjdk-ecj/jaxp/make/build.xml patching file openjdk-ecj/jaxp/make/Makefile patching file openjdk-ecj/jaxws/make/build.properties patching file openjdk-ecj/jaxws/make/build.xml patching file openjdk-ecj/jaxws/make/Makefile patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk patching file openjdk-ecj/jdk/make/common/Release.gmk Hunk #3 succeeded at 967 (offset 1 line). Hunk #4 succeeded at 1045 (offset 1 line). patching file openjdk-ecj/jdk/make/common/Rules.gmk patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk patching file openjdk-ecj/jdk/make/java/nio/Makefile patching file openjdk-ecj/jdk/make/java/text/Makefile patching file openjdk-ecj/jdk/make/Makefile Hunk #1 succeeded at 248 (offset 1 line). patching file openjdk-ecj/jdk/make/sun/awt/Makefile patching file openjdk-ecj/jdk/make/sun/javazic/Makefile patching file openjdk-ecj/jdk/make/sun/text/Makefile patching file openjdk-ecj/jdk/make/sun/xawt/Makefile patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java patching file openjdk-ecj/langtools/make/build.properties patching file openjdk-ecj/langtools/make/build.xml patching file openjdk-ecj/langtools/make/Makefile Hunk #1 succeeded at 112 (offset 4 lines). Checking patches/ecj/icedtea-hotspot-14.0b08.patch Applying patches/ecj/icedtea-hotspot-14.0b08.patch patching file openjdk-ecj/hotspot/make/linux/Makefile patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make Checking patches/ecj/icedtea-spp.patch Applying patches/ecj/icedtea-spp.patch patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java Checking patches/ecj/icedtea-jopt.patch Applying patches/ecj/icedtea-jopt.patch patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk Checking patches/ecj/icedtea-pr261.patch Applying patches/ecj/icedtea-pr261.patch patching file openjdk-ecj/jdk/make/java/nio/Makefile patching file openjdk-ecj/jdk/make/java/nio/FILES_java.gmk make[1]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' /usr/bin/make -C build stamps/patch.stamp make[1]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' make[1]: `stamps/patch.stamp' is up to date. make[1]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' touch stamps/patch if /usr/bin/make -C build LSB=y icedtea-against-icedtea; then \ : ; \ else \ if [ -f buildwatch.pid ]; then \ pid=$(cat buildwatch.pid); \ kill -1 $pid || :; sleep 1; kill -9 $pid || :; \ fi; \ false; \ fi make[1]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' mkdir -p stamps ; \ if test "xno" != "xno"; then \ no -g -O2 -Wl,-Bsymbolic -findirect-dispatch -o native-ecj \ --main=org.eclipse.jdt.internal.compiler.batch.Main /usr/share/java/eclipse-ecj.jar ; \ fi ; \ touch stamps/native-ecj.stamp mkdir -p bootstrap/ecj/bin stamps/ ln -sf /usr/lib/jvm/java-gcj/bin/java bootstrap/ecj/bin/java ln -sf /usr/bin/gjavah-4.3 bootstrap/ecj/bin/javah ln -sf /usr/bin/grmic-4.3 bootstrap/ecj/bin/rmic ln -sf /usr/bin/fastjar bootstrap/ecj/bin/jar ln -sf ../../../javac bootstrap/ecj/bin/javac ln -sf ../../../javap bootstrap/ecj/bin/javap mkdir -p bootstrap/ecj/lib/endorsed ln -sf /usr/share/java/xalan2.jar bootstrap/ecj/lib/endorsed/xalan-j2.jar ln -sf /usr/share/java/serializer.jar \ bootstrap/ecj/lib/endorsed/xalan-j2-serializer.jar ln -sf /usr/share/java/xercesImpl.jar bootstrap/ecj/lib/endorsed/xerces-j2.jar mkdir -p bootstrap/ecj/jre/lib; \ ln -sf /usr/lib/jvm/java-gcj/jre/lib/i386 \ bootstrap/ecj/jre/lib/; \ if ! test -d bootstrap/ecj/jre/lib/i386; \ then \ ln -sf ./i386 \ bootstrap/ecj/jre/lib/i386; \ fi; \ mkdir -p bootstrap/ecj/include; \ for i in /usr/lib/jvm/java-gcj/include/*; do \ test -r $i | continue; \ i=`basename $i`; \ rm -f bootstrap/ecj/include/$i; \ ln -s /usr/lib/jvm/java-gcj/include/$i bootstrap/ecj/include/$i; \ done; \ if test -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/tools.jar ; \ then \ mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/ecj/lib ; \ ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/tools.jar \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/ecj/lib/tools.jar ; \ fi if test -f \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar ; \ then \ cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/ecj/jre/lib/rt.jar ; \ fi mkdir -p stamps touch stamps/bootstrap-directory-ecj.stamp rm -f bootstrap/jdk1.6.0 ln -sf ecj bootstrap/jdk1.6.0 mkdir -p stamps touch stamps/bootstrap-directory-symlink-ecj.stamp for copy_dir in \ `cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/../tools-copy/tools-jdk-copy-files.txt` ; \ do \ mkdir -p hotspot-tools/$copy_dir ; \ cp -pPRf openjdk/jdk/src/share/classes/$copy_dir/* \ hotspot-tools/$copy_dir ; \ done cp: cannot stat `openjdk/jdk/src/share/classes/org/relaxng/datatype//*': No such file or directory cp: cannot stat `openjdk/jdk/src/share/classes/org/relaxng/datatype/helpers//*': No such file or directory for copy_dir in \ `cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/../tools-copy/tools-langtools-copy-files.txt` ; \ do \ mkdir -p hotspot-tools/$copy_dir ; \ cp -pPRf openjdk/langtools/src/share/classes/$copy_dir/* \ hotspot-tools/$copy_dir ; \ done for copy_dir in \ `cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/../tools-copy/tools-corba-copy-files.txt` ; \ do \ mkdir -p hotspot-tools/$copy_dir ; \ cp -pPRf openjdk/corba/src/share/classes/$copy_dir/* \ hotspot-tools/$copy_dir ; \ done for copy_dir in \ `cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/../tools-copy/tools-jaxws-copy-files.txt` ; \ do \ mkdir -p hotspot-tools/$copy_dir ; \ cp -pPRf openjdk/jaxws/src/share/classes/$copy_dir/* \ hotspot-tools/$copy_dir ; \ done mkdir -p stamps touch stamps/hotspot-tools-copy-source-files.stamp find hotspot-tools -name '*.java' | sort > hotspot-tools-source-files.txt mkdir -p lib/hotspot-tools if ! test -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ; \ then \ /usr/bin/ecj -nowarn -g -d lib/hotspot-tools \ -source 1.5 \ -sourcepath \ 'hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:/home/pavel/src/openjdk-6-6b14-1.4.1/build/../rt' \ -bootclasspath \'\' @hotspot-tools-source-files.txt ; \ else \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g \ -d lib/hotspot-tools \ -source 1.5 \ -sourcepath \ 'hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:/home/pavel/src/openjdk-6-6b14-1.4.1/build/../rt' \ -bootclasspath \'\' @hotspot-tools-source-files.txt ; \ fi incorrect classpath: '' mkdir -p stamps touch stamps/hotspot-tools-class-files.stamp mkdir -p bootstrap/jdk1.7.0/jre/lib/ if ! test -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ; \ then \ /usr/bin/fastjar cf bootstrap/jdk1.7.0/jre/lib/tools.jar -C lib/hotspot-tools com -C lib/hotspot-tools sun \ -C lib/hotspot-tools org -C lib/hotspot-tools java \ -C lib/hotspot-tools javax ; \ else \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf bootstrap/jdk1.7.0/jre/lib/tools.jar -C lib/hotspot-tools com \ -C lib/hotspot-tools sun \ -C lib/hotspot-tools org -C lib/hotspot-tools java \ -C lib/hotspot-tools javax ; \ fi if test -d bootstrap/ecj ; \ then \ mkdir -p bootstrap/ecj/lib/; \ ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/tools.jar \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/ecj/lib/tools.jar; \ fi mkdir -p stamps touch stamps/hotspot-tools.stamp for copy_dir in com/sun/jdi com/sun/jdi/connect com/sun/jdi/connect/spi com/sun/jdi/event com/sun/jdi/request com/sun/jmx/snmp/agent com/sun/tools/jdi java/io java/util java/rmi sun/awt/ javax/net/ssl javax/script ; \ do \ mkdir -p rt/$copy_dir ; \ cp -pPRf openjdk/jdk/src/share/classes/$copy_dir/*.java \ rt/$copy_dir ; \ done mkdir -p stamps touch stamps/copy-source-files.stamp find /home/pavel/src/openjdk-6-6b14-1.4.1/build/../rt /home/pavel/src/openjdk-6-6b14-1.4.1/build/rt -name '*.java' \ | sort -u > rt-source-files.txt mkdir -p lib/rt if ! test -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ; \ then \ /usr/bin/ecj -nowarn -g -d lib/rt \ -source 1.5 \ -sourcepath \ 'openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated' \ -bootclasspath \'\' @rt-source-files.txt ; \ else \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d lib/rt \ -source 1.5 \ -sourcepath \ 'openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated' \ -bootclasspath \'\' @rt-source-files.txt ; \ fi incorrect classpath: '' cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/../rt/net/sourceforge/jnlp/resources \ lib/rt/net/sourceforge/jnlp/ mkdir -p stamps touch stamps/rt-class-files.stamp mkdir -p bootstrap/jdk1.7.0/jre/lib if ! test -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ; \ then \ /usr/bin/fastjar cf bootstrap/jdk1.7.0/jre/lib/rt-closed.jar -C lib/rt com -C lib/rt java \ -C lib/rt javax -C lib/rt netscape -C lib/rt net -C lib/rt sun ; \ else \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf bootstrap/jdk1.7.0/jre/lib/rt-closed.jar -C lib/rt com -C lib/rt java \ -C lib/rt javax -C lib/rt netscape -C lib/rt net -C lib/rt sun ; \ fi if test -d bootstrap/ecj/jre/lib ; \ then \ cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ bootstrap/ecj/jre/lib/rt.jar; \ fi mkdir -p stamps touch stamps/plugs.stamp for target in /home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/build/*/makefiles/* \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/*cpu/* \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/share/vm/*; do \ link=$(dirname $target | sed 's/^.*ports/openjdk-ecj/'|sed "s#hotspot/build#hotspot/make#"); \ ln -sfv $target $link; \ done `openjdk-ecj/hotspot/make/linux/makefiles/shark.make' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/build/linux/makefiles/shark.make' `openjdk-ecj/hotspot/make/linux/makefiles/zero.make' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/build/linux/makefiles/zero.make' `openjdk-ecj/hotspot/src/cpu/zero' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/cpu/zero' `openjdk-ecj/hotspot/src/os_cpu/linux_zero' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/os_cpu/linux_zero' `openjdk-ecj/hotspot/src/share/vm/includeDB_shark' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/share/vm/includeDB_shark' `openjdk-ecj/hotspot/src/share/vm/shark' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/share/vm/shark' ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/platform_zero openjdk-ecj/hotspot/make/linux if ! test "xno" \ = "xno"; then \ mkdir -p openjdk-ecj/jdk/src/solaris/bin/i586; \ ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/jvm.cfg \ openjdk-ecj/jdk/src/solaris/bin/i586/jvm.cfg; \ fi if ! test "xno" = "xno"; then \ ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/ergo.c \ openjdk-ecj/jdk/src/solaris/bin/ergo_i586.c; \ fi mkdir -p stamps touch stamps/ports-ecj.stamp mkdir -p stamps touch stamps/cacao.stamp /usr/bin/linux32 /usr/bin/make \ "ALT_JDK_IMPORT_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" "ANT_HOME=/usr/share/ant" "BUILD_NUMBER=b14" "JDK_UPDATE_VERSION=0" "JRE_RELEASE_VERSION=1.6.0_0-b14" "MILESTONE=fcs" "LANG=C" "PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin::$PATH" "ALT_BOOTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" "ALT_BINARY_PLUGS_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0" "BUILD_ARCH_DIR=i586" "ICEDTEA_RT=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar" "ICEDTEA_BUILD_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/" "ICEDTEA_CLS_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes" "ICEDTEA_ENDORSED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed" "ENDORSED=-Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed" "BOOTCLASSPATH_CLS_RT=-bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar" "BOOTCLASSPATH_CLS=-bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes" "BOOTCLASSPATH_RT_LIBGCJ=-bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/usr/lib/jvm/java-gcj/jre/lib/rt.jar" "CLASSPATH=" "LD_LIBRARY_PATH=" "GENSRCDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated" "ICEDTEA_CORE_BUILD=" "ICEDTEA_ZERO_BUILD=" "ICEDTEA_SHARK_BUILD=" "ZERO_LIBARCH=" "ZERO_BITSPERWORD=" "ZERO_ENDIANNESS=" "ZERO_ARCHDEF=" "ZERO_ARCHFLAG=" "LIBFFI_CFLAGS=" "LIBFFI_LIBS=" "LLVM_CFLAGS=" "LLVM_LDFLAGS=" "LLVM_LIBS=" "FREETYPE2_HEADERS=-I/usr/include/freetype2 " "FT2_LIB=-lfreetype " "ALT_PARALLEL_COMPILE_JOBS=2" "HOTSPOT_BUILD_JOBS=2" "JAVAC=" "RHINO_JAR=/usr/share/java/js.jar" "JAR_KNOWS_ATFILE=1" "JAR_KNOWS_J_OPTIONS=1" "JAR_ACCEPTS_STDIN_LIST=1" \ -C openjdk-ecj/control/make \ make[2]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/make' linux i586 1.6.0_0 build started: 09-08-02 13:22 /bin/mkdir -p ../../control/build/linux-i586/j2sdk-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image /bin/mkdir -p ../../control/build/linux-i586-fastdebug/j2sdk-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586-fastdebug/j2sdk-image /bin/sh: /NOT-SET/devtools/share/findbugs/latest/bin/findbugs: not found make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/common/shared/Sanity-Settings.gmk:125: WARNING: FINDBUGS_VER should not be empty [Sanity-Settings.gmk] make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/freetypecheck' warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 freetypecheck.c:35: warning: first argument of 'main' should be 'int' freetypecheck.c:35: warning: second argument of 'main' should be 'char **' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/freetypecheck' make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make' Build Machine Information: build machine = ojdksite Build Directory Structure: CWD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/make TOPDIR = ../.. CONTROL_TOPDIR = ../../control LANGTOOLS_TOPDIR = ../../langtools JAXP_TOPDIR = ../../jaxp JAXWS_TOPDIR = ../../jaxws CORBA_TOPDIR = ../../corba HOTSPOT_TOPDIR = ../../hotspot JDK_TOPDIR = ../../jdk Build Directives: BUILD_LANGTOOLS = true BUILD_JAXP = true BUILD_JAXWS = true BUILD_CORBA = true BUILD_HOTSPOT = true BUILD_JDK = true Hotspot Settings: HOTSPOT_BUILD_JOBS = 2 HOTSPOT_OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir HOTSPOT_EXPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import Bootstrap Settings: BOOTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_BOOTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 BOOT_VER = 1.5 [requires at least 1.5] OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 ALT_OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 ABS_OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 Build Tool Settings: SLASH_JAVA = /NOT-SET ALT_SLASH_JAVA = VARIANT = OPT JDK_DEVTOOLS_DIR = /NOT-SET/devtools ALT_JDK_DEVTOOLS_DIR = ANT_HOME = /usr/share/ant FINDBUGS_HOME = /NOT-SET/devtools/share/findbugs/latest UNIXCOMMAND_PATH = /bin/ ALT_UNIXCOMMAND_PATH = COMPILER_PATH = /usr/bin/ ALT_COMPILER_PATH = DEVTOOLS_PATH = /usr/bin/ ALT_DEVTOOLS_PATH = UNIXCCS_PATH = /usr/ccs/bin/ ALT_UNIXCCS_PATH = USRBIN_PATH = /usr/bin/ ALT_USRBIN_PATH = MOTIF_DIR = /usr ALT_MOTIF_DIR = MOTIF_REQUIRED = false COMPILER_NAME = GCC COMPILER_VERSION = CC_VER = 4.3 [requires at least 3.2] ZIP_VER = 2.32 [requires at least 2.2] UNZIP_VER = 5.52 [requires at least 5.12] ANT_VER = 1.7 [requires at least 1.6.3] TEMPDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp Build Directives: OPENJDK = true USE_HOTSPOT_INTERPRETER_MODE = PEDANTIC = DEV_ONLY = NO_DOCS = NO_IMAGES = TOOLS_ONLY = INSANE = COMPILE_APPROACH = parallel PARALLEL_COMPILE_JOBS = 2 ALT_PARALLEL_COMPILE_JOBS = 2 FASTDEBUG = COMPILER_WARNINGS_FATAL = false COMPILER_WARNING_LEVEL = INCREMENTAL_BUILD = false CC_HIGHEST_OPT = -O3 -fno-stack-protector -U_FORTIFY_SOURCE CC_HIGHER_OPT = -O3 -fno-stack-protector -U_FORTIFY_SOURCE CC_LOWER_OPT = -O2 -fno-stack-protector -U_FORTIFY_SOURCE CXXFLAGS = -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g CFLAGS = -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g BOOT_JAVA_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m BOOT_JAVAC_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii BOOT_JAR_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar BOOT_JARSIGNER_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jarsigner JAVAC_CMD = JAVAH_CMD = JAVADOC_CMD = Build Platform Settings: USER = pavel PLATFORM = linux ARCH = i586 LIBARCH = i386 ARCH_FAMILY = i586 ARCH_DATA_MODEL = 32 ARCHPROP = i386 LINUX_VERSION = Unknown linux ALSA_VERSION = 1.0.18 OS_VERSION = 2.6.28-11-generic [requires at least 2.4.9-e.3] OS_NAME = linux TEMP_FREE_SPACE = 38045044 FREE_SPACE = 38045044 MB_OF_MEMORY = 497 GNU Make Settings: MAKE = /usr/bin/make MAKE_VER = 3.81 [requires at least 3.78] MAKECMDGOALS = sanity MAKEFLAGS = w SHELL = /bin/sh Target Build Versions: JDK_VERSION = 1.6.0_0 MILESTONE = fcs RELEASE = 1.6.0_0 FULL_VERSION = 1.6.0_0-b14 BUILD_NUMBER = b14 External File/Binary Locations: USRJDKINSTANCES_PATH = /opt/java BUILD_JDK_IMPORT_PATH = /NOT-SET/re/openjdk/6/promoted/latest/binaries ALT_BUILD_JDK_IMPORT_PATH = JDK_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 LANGTOOLS_DIST = ALT_LANGTOOLS_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist CORBA_DIST = ALT_CORBA_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist JAXP_DIST = ALT_JAXP_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxp/dist JAXWS_DIST = ALT_JAXWS_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxws/dist HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR ALT_HOTSPOT_DOCS_IMPORT_PATH = HOTSPOT_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import ALT_HOTSPOT_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import HOTSPOT_CLIENT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client ALT_HOTSPOT_CLIENT_PATH = HOTSPOT_SERVER_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server ALT_HOTSPOT_SERVER_PATH = CACERTS_FILE = ./../src/share/lib/security/cacerts ALT_CACERTS_FILE = CUPS_HEADERS_PATH = /usr/include ALT_CUPS_HEADERS_PATH = OpenJDK-specific settings: FREETYPE_HEADERS_PATH = /usr/include ALT_FREETYPE_HEADERS_PATH = FREETYPE_LIB_PATH = /usr/lib ALT_FREETYPE_LIB_PATH = OPENJDK Import Binary Plug Settings: BINARY_PLUGS_JARFILE = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar ALT_BINARY_PLUGS_JARFILE = BINARY_PLUGS_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0 ALT_BINARY_PLUGS_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0 BUILD_BINARY_PLUGS_PATH = /NOT-SET/re/openjdk/6/promoted/latest/openjdk/binaryplugs ALT_BUILD_BINARY_PLUGS_PATH = PLUG_LIBRARY_NAMES = Previous JDK Settings: PREVIOUS_RELEASE_PATH = /NOT-SET/re/jdk/1.6.0/archive/fcs/bundles/linux-i586 ALT_PREVIOUS_RELEASE_PATH = PREVIOUS_JDK_VERSION = 1.6.0 ALT_PREVIOUS_JDK_VERSION = PREVIOUS_JDK_FILE = jdk-6-linux-i586.tar.gz ALT_PREVIOUS_JDK_FILE = PREVIOUS_JRE_FILE = jre-6-linux-i586.tar.gz ALT_PREVIOUS_JRE_FILE = PREVIOUS_RELEASE_IMAGE = ALT_PREVIOUS_RELEASE_IMAGE = WARNING: This machine appears to only have 497Mb of physical memory, builds on this machine could be slow. WARNING: The version of findbugs being used is older than the required version of '1.1'. The version of findbugs found was ''. Sanity check passed. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools (cd ../../langtools/make && \ /usr/bin/make JDK_TOPDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b14 JDK_BUILD_NUMBER=b14 FULL_VERSION=1.6.0_0-b14 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_0 JDK_MKTG_VERSION=6u JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=0 COOKED_BUILD_NUMBER=14 ANT_HOME="/usr/share/ant" FINDBUGS_HOME="/NOT-SET/devtools/share/findbugs/latest" ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools ALT_BOOTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 all) make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/langtools/make' ANT_OPTS=-Djava.io.tmpdir='/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/ant-tmp' ant -diagnostics > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/ant-diagnostics.log ANT_OPTS=-Djava.io.tmpdir='/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/ant-tmp' ant -Djdk.version=1.6.0_0 -Dfull.version='1.6.0_0-b14' -Drelease=1.6.0_0 -Dbuild.number=b14 -Djavac.debug=true -Djavac.target=5 -Dboot.java.home=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 -Djavac.executable=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -Dbuild.dir=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build -Ddist.dir=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist -Dfindbugs.home=/NOT-SET/devtools/share/findbugs/latest build Buildfile: build.xml -def-check: -check-boot.java.home: -def-pcompile: [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/toolclasses [javac] Compiling 2 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/toolclasses -def-build-classes: -def-build-jar: -def-build-tool: -def-build-bootstrap-tool: build-bootstrap-javac: [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/gensrc [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [pcompile] Generating 7 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/gensrc [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/gensrc [pcompile] Generating 1 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 243 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/lib [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/lib/javac.jar [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/bin [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/bin build-bootstrap-javadoc: [pcompile] Generating 3 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 3 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 69 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/lib/javadoc.jar [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/bin -def-build-bootstrap-jar: build-bootstrap-doclets: [pcompile] Generating 6 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 6 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 125 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [copy] Copying 2 files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/lib/doclets.jar build-bootstrap-javah: [pcompile] Generating 8 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/classes [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/lib/javah.jar [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/bootstrap/bin build-bootstrap-tools: build-classes-javac: [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes [pcompile] Generating 7 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [pcompile] Generating 1 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes [javac] Compiling 243 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes build-classes-javadoc: [pcompile] Generating 3 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 3 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes [javac] Compiling 69 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes build-classes-doclets: [pcompile] Generating 6 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 6 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes [javac] Compiling 125 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes [copy] Copying 2 files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes build-classes-javah: [pcompile] Generating 8 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes build-classes-javap: [javac] Compiling 19 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes build-classes-apt: [pcompile] Generating 3 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 3 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes [javac] Compiling 106 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/build/classes build-all-classes: build: [copy] Copying 7 files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist/bootstrap [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist/lib [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist/lib/classes.jar [zip] Building zip: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist/lib/src.zip BUILD SUCCESSFUL Total time: 1 minute 24 seconds make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/langtools/make' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba (cd ../../corba/make && \ /usr/bin/make JDK_TOPDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b14 JDK_BUILD_NUMBER=b14 FULL_VERSION=1.6.0_0-b14 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_0 JDK_MKTG_VERSION=6u JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=0 COOKED_BUILD_NUMBER=14 ANT_HOME="/usr/share/ant" FINDBUGS_HOME="/NOT-SET/devtools/share/findbugs/latest" ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba ALT_BOOTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist all) make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make' Begin Processing SUBDIRS: tools javax org sun com >>>Recursively making tools build @ Sun Aug 2 13:23:57 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/tools' Begin Processing SUBDIRS: strip_properties idlj logutil >>>Recursively making strip_properties build @ Sun Aug 2 13:23:58 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/tools/strip_properties' /bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses/stripproperties_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/stripproperties.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses/stripproperties_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses build/tools/stripproperties \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/stripproperties.jar ========================================================= BUILDTOOL: stripproperties PACKAGE: build.tools.stripproperties BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.stripproperties.StripProperties BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/stripproperties.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/tools/strip_properties' Timing: 00004 seconds or 4s for make-tools-strip_properties <<>>Recursively making idlj build @ Sun Aug 2 13:24:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/tools/idlj' /bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses/idlj_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses \ -sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/idlj.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses/idlj_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/idlj.jar ========================================================= BUILDTOOL: idlj PACKAGE: com.sun.tools.corba.se.idl.toJavaPortable BUILDTOOL_SOURCE_ROOT: ../../../src/share/classes BUILTTOOL_MAINCLASS: com.sun.tools.corba.se.idl.toJavaPortable.Compile BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/idlj.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/tools/idlj' Timing: 00005 seconds or 5s for make-tools-idlj <<>>Recursively making logutil build @ Sun Aug 2 13:24:08 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/tools/logutil' /bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses/MC_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses \ -sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/MC.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses/MC_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btclasses com/sun/tools/corba/se/logutil \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/MC.jar ========================================================= BUILDTOOL: MC PACKAGE: com.sun.tools.corba.se.logutil BUILDTOOL_SOURCE_ROOT: ../../../src/share/classes BUILTTOOL_MAINCLASS: com.sun.tools.corba.se.logutil.MC BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/MC.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/tools/logutil' Timing: 00004 seconds or 4s for make-tools-logutil <<>>Recursively making javax build @ Sun Aug 2 13:24:12 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/javax' Begin Processing SUBDIRS: xa >>>Recursively making xa build @ Sun Aug 2 13:24:13 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/javax/xa' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/javax.transaction.xa/.classes.list) ../../../src/share/classes/javax/transaction/TransactionRolledbackException.java ../../../src/share/classes/javax/transaction/TransactionRequiredException.java ../../../src/share/classes/javax/transaction/InvalidTransactionException.java ../../../src/share/classes/javax/transaction/xa/XAResource.java ../../../src/share/classes/javax/transaction/xa/XAException.java ../../../src/share/classes/javax/transaction/xa/Xid.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/javax.transaction.xa/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/javax/xa' Timing: 00003 seconds or 3s for make-javax-xa <<>>Recursively making org build @ Sun Aug 2 13:24:17 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org' Begin Processing SUBDIRS: omg >>>Recursively making omg build @ Sun Aug 2 13:24:17 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg' Begin Processing SUBDIRS: idl sources PortableServer CORBA CosNaming DynamicAny PortableInterceptor >>>Recursively making idl build @ Sun Aug 2 13:24:18 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/idl' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/idl.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_ja.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/idl_ja.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_ja.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.tools.corba.se.idl/.classes.list) ../../../../src/share/classes/com/sun/tools/corba/se/idl/Arguments.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/AttributeEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/AttributeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Comment.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Compile.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ConstEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ConstGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/DefaultSymtabFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/EnumEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/EnumGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ExceptionEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ExceptionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Factories.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardValueEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/GenFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/GenFileStream.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Generator.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/IDLID.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/IncludeEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/IncludeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceState.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceType.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InvalidArgument.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InvalidCharacter.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/MethodEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/MethodGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ModuleEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ModuleGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/NativeEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/NativeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/NoPragma.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Noop.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ParameterEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ParameterGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ParseException.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Parser.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PragmaEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PragmaGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PragmaHandler.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Preprocessor.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PrimitiveEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PrimitiveGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/RepositoryID.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Scanner.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SequenceEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SequenceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StringEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StringGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StructEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StructGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SymtabEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Token.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/TokenBuffer.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/TypedefEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/TypedefGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/UnionBranch.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/UnionEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/UnionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Util.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueBoxEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueBoxGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueRepositoryId.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/And.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BinaryExpr.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BooleanAnd.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BooleanNot.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BooleanOr.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/DefaultExprFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Divide.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Equal.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/EvaluationException.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/ExprFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Expression.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/GreaterEqual.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/GreaterThan.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/LessEqual.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/LessThan.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Minus.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Modulo.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Negative.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Not.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/NotEqual.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Or.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Plus.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Positive.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/ShiftLeft.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/ShiftRight.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Terminal.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Times.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/UnaryExpr.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Xor.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Arguments.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/AuxGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ConstGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/EnumGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ExceptionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Factories.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ForwardValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/GenFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Helper.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Holder.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/JavaGenerator.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ModuleGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/NativeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/NameModifier.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/NameModifierImpl.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/PrimitiveGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/SequenceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Skeleton.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/StringGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/StructGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Stub.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/TCOffsets.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/TypedefGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/UnionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Util.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Helper24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGenClone24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/DefaultFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/som/cff/FileLocator.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/som/cff/Messages.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/som/idlemit/MetaPragma.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.tools.corba.se.idl/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/orb.idl /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/orb.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/orb.idl /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/ir.idl /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/ir.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/ir.idl make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/idl' Timing: 00007 seconds or 7s for make-org-omg-idl <<>>Recursively making sources build @ Sun Aug 2 13:24:25 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/sources' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/sources' Timing: 00000 seconds or 0s for make-org-omg-sources <<>>Recursively making PortableServer build @ Sun Aug 2 13:24:26 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/PortableServer' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.PortableServer/.classes.list) ../../../../src/share/classes/org/omg/PortableServer/Servant.java ../../../../src/share/classes/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java ../../../../src/share/classes/org/omg/PortableServer/DynamicImplementation.java ../../../../src/share/classes/org/omg/PortableServer/portable/Delegate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/AdapterActivator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/AdapterActivatorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/Current.java ../../../../src/share/classes/org/omg/PortableServer/CurrentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/CurrentOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/CurrentPackage/NoContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/CurrentPackage/NoContextHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ForwardRequest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ForwardRequestHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/IdAssignmentPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/IdAssignmentPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/IdAssignmentPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/IdUniquenessPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/IdUniquenessPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/IdUniquenessPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ImplicitActivationPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ImplicitActivationPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ImplicitActivationPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/LIFESPAN_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/LifespanPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/LifespanPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/LifespanPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POA.java ../../../../src/share/classes/org/omg/PortableServer/POAHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAManagerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAManagerPackage/State.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/AdapterNonExistent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/InvalidPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/NoServant.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/NoServantHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ObjectNotActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ServantNotActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/WrongAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/WrongPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/RequestProcessingPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/RequestProcessingPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/RequestProcessingPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantActivator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantActivatorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantActivatorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantActivatorPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/_ServantActivatorStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantLocator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantLocatorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantLocatorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantLocatorPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/_ServantLocatorStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantManagerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantRetentionPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantRetentionPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ServantRetentionPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/THREAD_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ThreadPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ThreadPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableServer/ThreadPolicyValue.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.PortableServer/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/PortableServer' Timing: 00006 seconds or 6s for make-org-omg-PortableServer <<>>Recursively making CORBA build @ Sun Aug 2 13:24:32 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/CORBA' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.CORBA/.classes.list) ../../../../src/share/classes/org/omg/SendingContext/RunTime.java ../../../../src/share/classes/org/omg/SendingContext/RunTimeOperations.java ../../../../src/share/classes/org/omg/CORBA_2_3/portable/OutputStream.java ../../../../src/share/classes/org/omg/CORBA_2_3/portable/Delegate.java ../../../../src/share/classes/org/omg/CORBA_2_3/portable/ObjectImpl.java ../../../../src/share/classes/org/omg/CORBA/ARG_IN.java ../../../../src/share/classes/org/omg/CORBA/ARG_INOUT.java ../../../../src/share/classes/org/omg/CORBA/ARG_OUT.java ../../../../src/share/classes/org/omg/CORBA/AnyHolder.java ../../../../src/share/classes/org/omg/CORBA/BAD_CONTEXT.java ../../../../src/share/classes/org/omg/CORBA/BAD_POLICY.java ../../../../src/share/classes/org/omg/CORBA/BAD_POLICY_TYPE.java ../../../../src/share/classes/org/omg/CORBA/BAD_POLICY_VALUE.java ../../../../src/share/classes/org/omg/CORBA/BAD_TYPECODE.java ../../../../src/share/classes/org/omg/CORBA/BooleanHolder.java ../../../../src/share/classes/org/omg/CORBA/ByteHolder.java ../../../../src/share/classes/org/omg/CORBA/COMM_FAILURE.java ../../../../src/share/classes/org/omg/CORBA/CTX_RESTRICT_SCOPE.java ../../../../src/share/classes/org/omg/CORBA/CharHolder.java ../../../../src/share/classes/org/omg/CORBA/DoubleHolder.java ../../../../src/share/classes/org/omg/CORBA/DynFixed.java ../../../../src/share/classes/org/omg/CORBA/DynValue.java ../../../../src/share/classes/org/omg/CORBA/DynamicImplementation.java ../../../../src/share/classes/org/omg/CORBA/FREE_MEM.java ../../../../src/share/classes/org/omg/CORBA/FixedHolder.java ../../../../src/share/classes/org/omg/CORBA/FloatHolder.java ../../../../src/share/classes/org/omg/CORBA/IMP_LIMIT.java ../../../../src/share/classes/org/omg/CORBA/INTERNAL.java ../../../../src/share/classes/org/omg/CORBA/INTF_REPOS.java ../../../../src/share/classes/org/omg/CORBA/INVALID_TRANSACTION.java ../../../../src/share/classes/org/omg/CORBA/INV_FLAG.java ../../../../src/share/classes/org/omg/CORBA/INV_IDENT.java ../../../../src/share/classes/org/omg/CORBA/INV_OBJREF.java ../../../../src/share/classes/org/omg/CORBA/INV_POLICY.java ../../../../src/share/classes/org/omg/CORBA/IntHolder.java ../../../../src/share/classes/org/omg/CORBA/LongHolder.java ../../../../src/share/classes/org/omg/CORBA/NO_MEMORY.java ../../../../src/share/classes/org/omg/CORBA/NO_PERMISSION.java ../../../../src/share/classes/org/omg/CORBA/NO_RESOURCES.java ../../../../src/share/classes/org/omg/CORBA/NO_RESPONSE.java ../../../../src/share/classes/org/omg/CORBA/OBJECT_NOT_EXIST.java ../../../../src/share/classes/org/omg/CORBA/OBJ_ADAPTER.java ../../../../src/share/classes/org/omg/CORBA/ObjectHolder.java ../../../../src/share/classes/org/omg/CORBA/PERSIST_STORE.java ../../../../src/share/classes/org/omg/CORBA/PRIVATE_MEMBER.java ../../../../src/share/classes/org/omg/CORBA/PUBLIC_MEMBER.java ../../../../src/share/classes/org/omg/CORBA/PrincipalHolder.java ../../../../src/share/classes/org/omg/CORBA/ShortHolder.java ../../../../src/share/classes/org/omg/CORBA/StringHolder.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_REQUIRED.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java ../../../../src/share/classes/org/omg/CORBA/TRANSIENT.java ../../../../src/share/classes/org/omg/CORBA/TypeCodeHolder.java ../../../../src/share/classes/org/omg/CORBA/UNKNOWN.java ../../../../src/share/classes/org/omg/CORBA/UNSUPPORTED_POLICY.java ../../../../src/share/classes/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java ../../../../src/share/classes/org/omg/CORBA/UnknownUserException.java ../../../../src/share/classes/org/omg/CORBA/VM_ABSTRACT.java ../../../../src/share/classes/org/omg/CORBA/VM_CUSTOM.java ../../../../src/share/classes/org/omg/CORBA/VM_NONE.java ../../../../src/share/classes/org/omg/CORBA/VM_TRUNCATABLE.java ../../../../src/share/classes/org/omg/CORBA/portable/ValueOutputStream.java ../../../../src/share/classes/org/omg/CORBA/portable/ValueInputStream.java ../../../../src/share/classes/org/omg/CORBA/AnySeqHelper.java ../../../../src/share/classes/org/omg/CORBA/AnySeqHolder.java ../../../../src/share/classes/org/omg/CORBA/BooleanSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/BooleanSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/CharSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/CharSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/CompletionStatusHelper.java ../../../../src/share/classes/org/omg/CORBA/CurrentHelper.java ../../../../src/share/classes/org/omg/CORBA/CurrentHolder.java ../../../../src/share/classes/org/omg/CORBA/CustomMarshal.java ../../../../src/share/classes/org/omg/CORBA/DataInputStream.java ../../../../src/share/classes/org/omg/CORBA/DataOutputStream.java ../../../../src/share/classes/org/omg/CORBA/DefinitionKindHelper.java ../../../../src/share/classes/org/omg/CORBA/DoubleSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/DoubleSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/FieldNameHelper.java ../../../../src/share/classes/org/omg/CORBA/FloatSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/FloatSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/IDLTypeHelper.java ../../../../src/share/classes/org/omg/CORBA/IdentifierHelper.java ../../../../src/share/classes/org/omg/CORBA/LongLongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/LongLongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/LongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/LongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/NameValuePairHelper.java ../../../../src/share/classes/org/omg/CORBA/OctetSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/OctetSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/PolicyHelper.java ../../../../src/share/classes/org/omg/CORBA/PolicyHolder.java ../../../../src/share/classes/org/omg/CORBA/PolicyTypeHelper.java ../../../../src/share/classes/org/omg/CORBA/PolicyListHelper.java ../../../../src/share/classes/org/omg/CORBA/PolicyListHolder.java ../../../../src/share/classes/org/omg/CORBA/RepositoryIdHelper.java ../../../../src/share/classes/org/omg/CORBA/SetOverrideTypeHelper.java ../../../../src/share/classes/org/omg/CORBA/ShortSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/ShortSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/StringValueHelper.java ../../../../src/share/classes/org/omg/CORBA/StructMemberHelper.java ../../../../src/share/classes/org/omg/CORBA/ULongLongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/ULongLongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/ULongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/ULongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/UShortSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/UShortSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/UnionMemberHelper.java ../../../../src/share/classes/org/omg/CORBA/ValueBaseHelper.java ../../../../src/share/classes/org/omg/CORBA/ValueBaseHolder.java ../../../../src/share/classes/org/omg/CORBA/ValueMemberHelper.java ../../../../src/share/classes/org/omg/CORBA/VersionSpecHelper.java ../../../../src/share/classes/org/omg/CORBA/VisibilityHelper.java ../../../../src/share/classes/org/omg/CORBA/WCharSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/WCharSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/WStringValueHelper.java ../../../../src/share/classes/org/omg/CORBA/_IDLTypeStub.java ../../../../src/share/classes/org/omg/CORBA/_PolicyStub.java ../../../../src/share/classes/org/omg/CORBA/portable/CustomValue.java ../../../../src/share/classes/org/omg/CORBA/portable/IndirectionException.java ../../../../src/share/classes/org/omg/CORBA/portable/StreamableValue.java ../../../../src/share/classes/org/omg/CORBA/portable/UnknownException.java ../../../../src/share/classes/org/omg/CORBA/portable/ValueBase.java ../../../../src/share/classes/org/omg/CORBA/LocalObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/ParameterMode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/ParameterModeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/ParameterModeHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/PolicyErrorCodeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/PolicyErrorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/PolicyErrorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/StringSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/StringSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/UnknownUserExceptionHelper.java ../../../../src/share/classes/org/omg/CORBA/UnknownUserExceptionHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/WStringSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CORBA/WStringSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/WrongTransactionHolder.java ../../../../src/share/classes/org/omg/CORBA/ACTIVITY_COMPLETED.java ../../../../src/share/classes/org/omg/CORBA/ACTIVITY_REQUIRED.java ../../../../src/share/classes/org/omg/CORBA/BAD_QOS.java ../../../../src/share/classes/org/omg/CORBA/CODESET_INCOMPATIBLE.java ../../../../src/share/classes/org/omg/CORBA/INVALID_ACTIVITY.java ../../../../src/share/classes/org/omg/CORBA/REBIND.java ../../../../src/share/classes/org/omg/CORBA/TIMEOUT.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_MODE.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.CORBA/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/CORBA' Timing: 00007 seconds or 7s for make-org-omg-CORBA <<>>Recursively making CosNaming build @ Sun Aug 2 13:24:39 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/CosNaming' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.CosNaming/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/IstringHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/Binding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingIteratorPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingIteratorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingIteratorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingIteratorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/_BindingIteratorStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingTypeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/BindingTypeHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NameComponent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NameComponentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NameComponentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/_NamingContextStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/CannotProceed.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/InvalidName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotEmpty.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotFound.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotFoundHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/_NamingContextExtStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java ../../../../src/share/classes/org/omg/CosNaming/_NamingContextImplBase.java ../../../../src/share/classes/org/omg/CosNaming/_BindingIteratorImplBase.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.CosNaming/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/CosNaming' Timing: 00005 seconds or 5s for make-org-omg-CosNaming <<>>Recursively making DynamicAny build @ Sun Aug 2 13:24:44 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/DynamicAny' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAny.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyFactoryOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynArrayOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynEnum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynEnumOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynFixed.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynFixedOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynSequence.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynSequenceOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynStructOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynUnion.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynUnionOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynValueOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynValueBox.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynValueBoxOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynValueCommon.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynValueCommonOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/NameDynAnyPair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/NameValuePair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/AnySeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynStructHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyFactoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynUnionHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynArrayHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynAnySeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynEnumHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynFixedHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/FieldNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/NameDynAnyPairHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/DynSequenceHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/NameValuePairHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/NameValuePairSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynAnyFactoryStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynAnyStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynArrayStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynEnumStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynFixedStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynSequenceStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynStructStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynUnionStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/DynamicAny/_DynValueStub.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/DynamicAny' Timing: 00005 seconds or 5s for make-org-omg-DynamicAny <<>>Recursively making PortableInterceptor build @ Sun Aug 2 13:24:49 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/PortableInterceptor' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.PortableInterceptor/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ACTIVE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/AdapterManagerIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/AdapterNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/AdapterStateHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ClientRequestInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ClientRequestInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ClientRequestInterceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/Current.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/CurrentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/CurrentOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/DISCARDING.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ForwardRequest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ForwardRequestHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/HOLDING.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInterceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInterceptor_3_0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/INACTIVE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/Interceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/InvalidSlotHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/InterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/InvalidSlot.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/NON_EXISTENT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceTemplate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitializer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ORBInitializerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/PolicyFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/PolicyFactoryOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/RequestInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/RequestInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/SUCCESSFUL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/USER_EXCEPTION.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/LOCATION_FORWARD.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/TRANSPORT_RETRY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ServerIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ServerRequestInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ServerRequestInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ServerRequestInterceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/Codec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecFactoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecFactoryOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecPackage/FormatMismatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecPackage/FormatMismatchHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecPackage/TypeMismatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodecPackage/TypeMismatchHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ENCODING_CDR_ENCAPS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/Encoding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ExceptionDetailMessage.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/Dynamic/Parameter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/Messaging/SYNC_WITH_TRANSPORT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/Messaging/SyncScopeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/CodeSets.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ComponentIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/IOR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/IORHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/IORHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/MultipleComponentProfileHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/MultipleComponentProfileHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ProfileIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/RMICustomMaxStreamFormat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ServiceContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ServiceContextHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ServiceContextHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ServiceContextListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ServiceContextListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/ServiceIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_INTERNET_IOP.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_CODE_SETS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_JAVA_CODEBASE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_ORB_TYPE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TAG_POLICIES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TaggedComponent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TaggedComponentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TaggedComponentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TaggedProfile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TaggedProfileHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TaggedProfileHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/org/omg/IOP/TransactionService.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/org.omg.PortableInterceptor/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/org/omg/PortableInterceptor' Timing: 00006 seconds or 6s for make-org-omg-PortableInterceptor <<>>Recursively making sun build @ Sun Aug 2 13:24:55 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun' Begin Processing SUBDIRS: corba rmi >>>Recursively making corba build @ Sun Aug 2 13:24:56 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba' Begin Processing SUBDIRS: org core >>>Recursively making org build @ Sun Aug 2 13:24:56 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/org' Begin Processing SUBDIRS: omg >>>Recursively making omg build @ Sun Aug 2 13:24:57 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/org/omg' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.org.omg/.classes.list) ../../../../../src/share/classes/com/sun/org/omg/SendingContext/_CodeBaseStub.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBase.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBaseHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBaseOperations.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/_CodeBaseImplBase.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/_IDLTypeStub.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttrDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeMode.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeModeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ContextIdentifierHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ContextIdSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/DefinitionKindHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ExcDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ExceptionDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ExceptionDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/IdentifierHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/IDLTypeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/Initializer.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/InitializerHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/InitializerSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OpDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationMode.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationModeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterMode.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterModeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/Repository.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/RepositoryHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/RepositoryIdHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/RepositoryIdSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/StructMemberHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/StructMemberSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueMemberHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueMemberSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/VersionSpecHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/VisibilityHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/portable/ValueHelper.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.org.omg/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/org/omg' Timing: 00004 seconds or 4s for make-sun-corba-org-omg <<>>Recursively making core build @ Sun Aug 2 13:25:02 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/core' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/.classes.list) ../../../../src/share/classes/javax/rmi/PortableRemoteObject.java ../../../../src/share/classes/javax/rmi/CORBA/Stub.java ../../../../src/share/classes/javax/rmi/CORBA/StubDelegate.java ../../../../src/share/classes/javax/rmi/CORBA/Tie.java ../../../../src/share/classes/javax/rmi/CORBA/Util.java ../../../../src/share/classes/javax/rmi/CORBA/UtilDelegate.java ../../../../src/share/classes/javax/rmi/CORBA/ValueHandler.java ../../../../src/share/classes/javax/rmi/CORBA/ValueHandlerMultiFormat.java ../../../../src/share/classes/javax/rmi/CORBA/ClassDesc.java ../../../../src/share/classes/javax/rmi/CORBA/PortableRemoteObjectDelegate.java ../../../../src/share/classes/javax/rmi/CORBA/GetORBPropertiesFileAction.java ../../../../src/share/classes/javax/activity/InvalidActivityException.java ../../../../src/share/classes/javax/activity/ActivityRequiredException.java ../../../../src/share/classes/javax/activity/ActivityCompletedException.java ../../../../src/share/classes/com/sun/corba/se/internal/io/ObjectStreamClass.java ../../../../src/share/classes/com/sun/corba/se/internal/io/IIOPInputStream.java ../../../../src/share/classes/com/sun/corba/se/internal/io/IIOPOutputStream.java ../../../../src/share/classes/com/sun/corba/se/internal/io/LibraryManager.java ../../../../src/share/classes/sun/corba/BridgePermission.java ../../../../src/share/classes/sun/corba/Bridge.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/CClassHeaders/ \ com.sun.corba.se.internal.io.IIOPInputStream com.sun.corba.se.internal.io.IIOPOutputStream com.sun.corba.se.internal.io.ObjectStreamClass com.sun.corba.se.internal.io.LibraryManager /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/bin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/ext Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/core make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/core' gcc-4.3 -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -ICClassHeaders -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/com/sun/corba/se/internal/io -I../../../../src/solaris/native/com/sun/corba/se/internal/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/ioser.o ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getObjectFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:646: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getBooleanFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:657: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getByteFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:668: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getCharFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:680: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getShortFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:692: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getIntFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:703: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getLongFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:716: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getFloatFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:728: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getDoubleFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:740: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setObjectFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:754: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setBooleanFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:765: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setByteFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:776: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setCharFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:787: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setShortFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:798: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setIntFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:809: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setLongFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:820: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setFloatFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:831: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setDoubleFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:842: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_ObjectStreamField_getFieldIDNative': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:861: warning: cast from pointer to integer of different size make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/core' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/core STATS: LIBRARY=ioser12, PRODUCT=sun, _OPT=-O2 Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/i386/libioser12.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/.files_compiled mapfile-vers gcc-4.3 -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -ICClassHeaders -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/com/sun/corba/se/internal/io -I../../../../src/solaris/native/com/sun/corba/se/internal/io -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/i386 -Wl,-soname=libioser12.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/lib/i386/libioser12.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/ioser.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/i386/server -ljvm -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/i386 -L/usr/lib/gcc/i486-linux-gnu/4.3.3/ -lgcj -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/corba/core' Timing: 00008 seconds or 8s for make-sun-corba-core <<>>Recursively making rmi build @ Sun Aug 2 13:25:11 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/rmi' Begin Processing OTHERSUBDIRS: corbalogsources corbalogcompile rmic >>>Recursively making corbalogsources build @ Sun Aug 2 13:25:11 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/rmi/corbalogsources' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/rmi/corbalogsources' Timing: 00000 seconds or 0s for make-sun-rmi-corbalogsources <<>>Recursively making corbalogcompile build @ Sun Aug 2 13:25:12 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/rmi/corbalogcompile' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/ActivationSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/IORSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/NamingSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/OMGSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/POASystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/impl/logging/UtilSystemException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/rmi/corbalogcompile' Timing: 00006 seconds or 6s for make-sun-rmi-corbalogcompile <<>>Recursively making rmic build @ Sun Aug 2 13:25:18 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/rmi/rmic' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/sun.rmi.rmic/.classes.list) ../../../../src/share/classes/sun/rmi/rmic/iiop/AbstractType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ArrayType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/BatchEnvironment.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ClassType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/CompoundType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Constants.java ../../../../src/share/classes/sun/rmi/rmic/iiop/DirectoryLoader.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ClassPathLoader.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Generator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Util.java ../../../../src/share/classes/sun/rmi/rmic/iiop/IDLGenerator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/IDLNames.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ImplementationType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/InterfaceType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/NCClassType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/NCInterfaceType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/NameContext.java ../../../../src/share/classes/sun/rmi/rmic/iiop/PrimitiveType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/PrintGenerator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/RemoteType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/SpecialClassType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/SpecialInterfaceType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/StubGenerator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Type.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ValueType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/StaticStringsHash.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ContextStack.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ContextElement.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/sun.rmi.rmic/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/sun/rmi/rmic' Timing: 00005 seconds or 5s for make-sun-rmi-rmic <<>>Recursively making com build @ Sun Aug 2 13:25:24 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com' Begin Processing SUBDIRS: sun >>>Recursively making sun build @ Sun Aug 2 13:25:24 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun' Begin Processing SUBDIRS: corba >>>Recursively making corba build @ Sun Aug 2 13:25:25 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba' Begin Processing SUBDIRS: se >>>Recursively making se build @ Sun Aug 2 13:25:25 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se' Begin Processing SUBDIRS: org pept corespi core spi impl rmi >>>Recursively making org build @ Sun Aug 2 13:25:26 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/org' make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/org' Timing: 00000 seconds or 0s for make-com-sun-corba-se-org <<>>Recursively making pept build @ Sun Aug 2 13:25:27 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/pept' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.pept/.classes.list) ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ContactInfoListIterator.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ListenerThread.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ReaderThread.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.pept/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/pept' Timing: 00003 seconds or 3s for make-com-sun-corba-se-pept <<>>Recursively making corespi build @ Sun Aug 2 13:25:30 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/corespi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.corespi/.classes.list) ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/OADefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/DataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ORBConfigurator.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/OperationFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserData.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserDataFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserImplBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserImplTableBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/PropertyParser.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/RequestDispatcherDefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/resolver/ResolverDefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaAcceptor.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaConnectionCache.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaContactInfo.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/IORTransformer.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/ReadTimeoutsFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/TransportDefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/FSMTest.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.corespi/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/corespi' Timing: 00005 seconds or 5s for make-com-sun-corba-se-corespi <<>>Recursively making core build @ Sun Aug 2 13:25:36 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/core' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list) ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/AnyImplHelper.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/TypeCodeImplHelper.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyBasicImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyCollectionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyComplexImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyConstructedImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyUtil.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynArrayImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynEnumImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynFixedImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynSequenceImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynStructImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynUnionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynValueImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynValueBoxImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynValueCommonImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/GenericIdentifiable.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/GenericTaggedComponent.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/GenericTaggedProfile.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/IdentifiableFactoryFinderBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/TaggedComponentFactoryFinderImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/TaggedProfileFactoryFinderImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/TaggedProfileTemplateFactoryFinderImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPAddressClosureImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/AppletDataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/DataCollectorBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/DataCollectorFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/NormalDataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBConfiguratorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBDataParserImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBSingleton.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ParserTable.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/PropertyOnlyDataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/DenseIntMapImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/LegacyHookGetFields.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/LegacyHookPutFields.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/LogKeywords.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/StackImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/DebugMutex.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/TimeoutException.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/CopierManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/FallbackObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/ORBStreamObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/ReferenceObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/JavaStreamObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/RequestDispatcherRegistryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/ListenerThreadImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/ReaderThreadImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/SelectorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/Version.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/ORBProperties.java ../../../../../../src/share/classes/com/sun/corba/se/impl/javax/rmi/PortableRemoteObject.java ../../../../../../src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/StubDelegateImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/OptionalDataException.java ../../../../../../src/share/classes/com/sun/corba/se/internal/CosNaming/BootstrapServer.java ../../../../../../src/share/classes/com/sun/corba/se/internal/Interceptors/PIORB.java ../../../../../../src/share/classes/com/sun/corba/se/internal/POA/POAORB.java ../../../../../../src/share/classes/com/sun/corba/se/internal/corba/ORBSingleton.java ../../../../../../src/share/classes/com/sun/corba/se/internal/iiop/ORB.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/core' Timing: 00006 seconds or 6s for make-com-sun-corba-se-core <<>>Recursively making spi build @ Sun Aug 2 13:25:42 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi' Begin Processing SUBDIRS: activation encoding extension legacy logging monitoring copyobject >>>Recursively making activation build @ Sun Aug 2 13:25:42 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/activation' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/com.sun.corba.se.spi.activation/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/IIOP_CLEAR_TEXT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/POANameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/NoSuchEndPointHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InvalidORBidHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerNotRegisteredHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerHeldDownHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerAlreadyRegistered.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerAlreadyInstalledHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/BadServerDefinitionHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/BadServerDefinitionHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/BadServerDefinition.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerIdsHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/EndPointInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/EndpointInfoListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ORBPortInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ORBPortInfoListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ORBidListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_ServerImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_ActivatorImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ActivatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_LocatorImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/LocatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_ServerManagerImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_ServerManagerStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerManagerHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerManagerHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/ServerManagerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_InitialNameServiceImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_InitialNameServiceStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InitialNameServiceHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InitialNameServiceHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InitialNameService.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBound.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/InitialNameServiceOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_RepositoryImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/_RepositoryStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/Repository.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/corba/se/spi/activation/RepositoryOperations.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/org/com.sun.corba.se.spi.activation/.classes.list make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/activation' Timing: 00006 seconds or 6s for make-com-sun-corba-se-spi-activation <<>>Recursively making encoding build @ Sun Aug 2 13:25:48 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/encoding' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/encoding' Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-encoding <<>>Recursively making extension build @ Sun Aug 2 13:25:49 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/extension' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/extension' Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-extension <<>>Recursively making legacy build @ Sun Aug 2 13:25:50 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy' Begin Processing SUBDIRS: connection interceptor >>>Recursively making connection build @ Sun Aug 2 13:25:50 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/connection' make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/connection' Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-legacy-connection <<>>Recursively making interceptor build @ Sun Aug 2 13:25:51 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/interceptor' make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/legacy/interceptor' Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-legacy-interceptor <<>>Recursively making logging build @ Sun Aug 2 13:25:51 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/logging' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/logging' Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-logging <<>>Recursively making monitoring build @ Sun Aug 2 13:25:52 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/monitoring' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/monitoring/com.sun.corba.se.spi.monitoring/.classes.list) ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/StatisticsAccumulator.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/StatisticMonitoredAttribute.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/monitoring/com.sun.corba.se.spi.monitoring/.classes.list make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/monitoring' Timing: 00004 seconds or 4s for make-com-sun-corba-se-spi-monitoring <<>>Recursively making copyobject build @ Sun Aug 2 13:25:57 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/copyobject' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/spi/copyobject' Timing: 00000 seconds or 0s for make-com-sun-corba-se-spi-copyobject <<>>Recursively making impl build @ Sun Aug 2 13:25:58 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl' Begin Processing SUBDIRS: oa naming activation interceptors logging monitoring >>>Recursively making oa build @ Sun Aug 2 13:25:59 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa' Begin Processing SUBDIRS: poa toa >>>Recursively making poa build @ Sun Aug 2 13:25:59 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/poa' make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/poa' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-oa-poa <<>>Recursively making toa build @ Sun Aug 2 13:26:00 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/toa' make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/oa/toa' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-oa-toa <<>>Recursively making naming build @ Sun Aug 2 13:26:00 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming' Begin Processing SUBDIRS: namingutil cosnaming pcosnaming >>>Recursively making namingutil build @ Sun Aug 2 13:26:01 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/namingutil' make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/namingutil' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-naming-namingutil <<>>Recursively making cosnaming build @ Sun Aug 2 13:26:01 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/cosnaming' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.naming.cosnaming/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/BindingIteratorImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/InterOperableNamingImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/InternalBindingKey.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/InternalBindingValue.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingContextDataStore.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingContextImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingUtils.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientBindingIterator.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientNameServer.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientNameService.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientNamingContext.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.naming.cosnaming/.classes.list make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/cosnaming' Timing: 00005 seconds or 5s for make-com-sun-corba-se-impl-naming-cosnaming <<>>Recursively making pcosnaming build @ Sun Aug 2 13:26:06 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/pcosnaming' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/PCosNaming/com.sun.corba.se.impl.naming.pcosnaming/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NameServer.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NameService.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/ServantManagerImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/InternalBindingKey.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/InternalBindingValue.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/PCosNaming/com.sun.corba.se.impl.naming.pcosnaming/.classes.list make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/naming/pcosnaming' Timing: 00004 seconds or 4s for make-com-sun-corba-se-impl-naming-pcosnaming <<>>Recursively making activation build @ Sun Aug 2 13:26:10 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation' Begin Processing SUBDIRS: orbd servertool >>>Recursively making orbd build @ Sun Aug 2 13:26:11 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/orbd' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ProcessMonitorThread.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/RepositoryImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerTool.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ORBD.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/CommandHandler.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerManagerImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerTableEntry.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/NameServiceStartThread.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerMain.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//corba/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/orbd' Timing: 00004 seconds or 4s for make-com-sun-corba-se-impl-activation-orbd <<>>Recursively making servertool build @ Sun Aug 2 13:26:15 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/servertool' make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/activation/servertool' Timing: 00001 seconds or 1s for make-com-sun-corba-se-impl-activation-servertool <<>>Recursively making interceptors build @ Sun Aug 2 13:26:16 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/interceptors' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/interceptors' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-interceptors <<>>Recursively making logging build @ Sun Aug 2 13:26:17 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/logging' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/logging' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-logging <<>>Recursively making monitoring build @ Sun Aug 2 13:26:17 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/monitoring' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/impl/monitoring' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-monitoring <<>>Recursively making rmi build @ Sun Aug 2 13:26:18 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/rmi' Begin Processing SUBDIRS: rmic >>>Recursively making rmic build @ Sun Aug 2 13:26:18 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/rmi/rmic' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/corba/make/com/sun/corba/se/rmi/rmic' Timing: 00000 seconds or 0s for make-com-sun-corba-se-rmi-rmic << /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 VARIANT=tiered FORCE_TIERED=1 make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' mkdir -p linux_i486_compiler2/generated/incls mkdir -p linux_i486_compiler2/generated/adfiles mkdir -p linux_i486_compiler2/generated/jvmtifiles [ -d linux_i486_compiler2/debug ] || { mkdir -p linux_i486_compiler2/debug; } cd linux_i486_compiler2/debug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=debug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/debug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating directory list ../shared_dirs.lst find -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/* -prune \ -type d \! \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files -o -name adlc -o -name agent \) -exec find -L {} \ \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files \) -prune -o -type d -print \; > ../shared_dirs.lst Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = debug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "debug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/debug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/debug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/debug' touch linux_i486_compiler2/debug [ -d linux_i486_compiler2/fastdebug ] || { mkdir -p linux_i486_compiler2/fastdebug; } cd linux_i486_compiler2/fastdebug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=fastdebug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/fastdebug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = fastdebug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "fastdebug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/fastdebug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/fastdebug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/fastdebug' touch linux_i486_compiler2/fastdebug [ -d linux_i486_compiler2/jvmg ] || { mkdir -p linux_i486_compiler2/jvmg; } cd linux_i486_compiler2/jvmg && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=jvmg make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/jvmg' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = jvmg"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "jvmg" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmg.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/jvmg/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/jvmg' touch linux_i486_compiler2/jvmg [ -d linux_i486_compiler2/optimized ] || { mkdir -p linux_i486_compiler2/optimized; } cd linux_i486_compiler2/optimized && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=optimized make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/optimized' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = optimized"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "optimized" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/optimized/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/optimized' touch linux_i486_compiler2/optimized [ -d linux_i486_compiler2/product ] || { mkdir -p linux_i486_compiler2/product; } cd linux_i486_compiler2/product && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=product make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = product"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "product" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/product.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/product/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' touch linux_i486_compiler2/product [ -d linux_i486_compiler2/profiled ] || { mkdir -p linux_i486_compiler2/profiled; } cd linux_i486_compiler2/profiled && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=profiled make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/profiled' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = profiled"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "profiled" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/profiled.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/profiled/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/profiled' touch linux_i486_compiler2/profiled make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' cd linux_i486_compiler2/product && /usr/bin/make -w make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' Removing /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB.current to force regeneration. cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_core /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_gc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_gc_parallel /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_parallelScavenge /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_parNew /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_g1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_serial /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_shared /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_jvmti /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_features /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_compiler1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_compiler2 > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; if [ ! -r incls ] ; then \ mkdir incls ; \ fi cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; (echo cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; echo /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -DUSE_PRECOMPILED_HEADER -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated MakeDeps diffs UnixPlatform /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/platform.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB ) > makeDeps.sh cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/makeDeps.sh Old database: computing closures New database: reading database: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB computing closures Deltas: updating output files The order of .c or .s has changed, or the grand include file has changed. writing individual include files creating abstractCompiler.cpp creating accessFlags.cpp creating allocation.cpp creating aprofiler.cpp creating arguments.cpp creating array.cpp creating arrayKlass.cpp creating arrayKlassKlass.cpp creating arrayOop.cpp creating assembler.cpp creating assembler_x86.cpp creating assembler_linux_x86.cpp creating atomic.cpp creating barrierSet.cpp creating bcEscapeAnalyzer.cpp creating biasedLocking.cpp creating bitMap.cpp creating blockOffsetTable.cpp creating bytecode.cpp creating bytecodeHistogram.cpp creating bytecodeInterpreter.cpp creating bytecodeInterpreter_x86.cpp creating bytecodeInterpreterWithChecks.cpp creating bytecodeStream.cpp creating bytecodeTracer.cpp creating bytecodes.cpp creating bytecodes_x86.cpp creating cardTableModRefBS.cpp creating cardTableRS.cpp creating ciArray.cpp creating ciArrayKlass.cpp creating ciConstant.cpp creating ciConstantPoolCache.cpp creating ciEnv.cpp creating ciExceptionHandler.cpp creating ciField.cpp creating ciFlags.cpp creating ciInstance.cpp creating ciInstanceKlass.cpp creating ciInstanceKlassKlass.cpp creating ciKlass.cpp creating ciKlassKlass.cpp creating ciMethod.cpp creating ciMethodBlocks.cpp creating ciMethodData.cpp creating ciMethodKlass.cpp creating ciNullObject.cpp creating ciObjArray.cpp creating ciObjArrayKlass.cpp creating ciObjArrayKlassKlass.cpp creating ciObject.cpp creating ciObjectFactory.cpp creating ciSignature.cpp creating ciStreams.cpp creating ciSymbol.cpp creating ciSymbolKlass.cpp creating ciType.cpp creating ciTypeArray.cpp creating ciTypeArrayKlass.cpp creating ciTypeArrayKlassKlass.cpp creating ciUtilities.cpp creating classFileError.cpp creating classFileParser.cpp creating classFileStream.cpp creating classLoader.cpp creating classLoadingService.cpp creating classify.cpp creating codeBlob.cpp creating codeBuffer.cpp creating codeCache.cpp creating collectorPolicy.cpp creating compactingPermGenGen.cpp creating compilationPolicy.cpp creating compileBroker.cpp creating compileLog.cpp creating compiledIC.cpp creating compiledICHolderKlass.cpp creating compiledICHolderOop.cpp creating compilerOracle.cpp creating compressedStream.cpp creating constMethodKlass.cpp creating constMethodOop.cpp creating constantPoolKlass.cpp creating constantPoolOop.cpp creating constantTag.cpp creating copy.cpp creating cpCacheKlass.cpp creating cpCacheOop.cpp creating cppInterpreter.cpp creating cppInterpreter_x86.cpp creating debug.cpp creating debugInfo.cpp creating debugInfoRec.cpp creating debug_x86.cpp creating defNewGeneration.cpp creating deoptimization.cpp creating depChecker_x86.cpp creating dependencies.cpp creating dictionary.cpp creating disassembler.cpp creating dtraceAttacher.cpp creating dtraceJSDT.cpp creating dtraceJSDT_linux.cpp creating events.cpp creating evmCompat.cpp creating exceptionHandlerTable.cpp creating exceptions.cpp creating fieldDescriptor.cpp creating fieldType.cpp creating filemap.cpp creating frame.cpp creating frame_x86.cpp creating gcLocker.cpp creating genCollectedHeap.cpp creating genMarkSweep.cpp creating genRemSet.cpp creating generateOopMap.cpp creating generation.cpp creating generationSpec.cpp creating globalDefinitions.cpp creating globals.cpp creating growableArray.cpp creating handles.cpp creating hashtable.cpp creating heap.cpp creating histogram.cpp creating hpi.cpp creating hpi_linux.cpp creating icBuffer.cpp creating icBuffer_x86.cpp creating icache.cpp creating icache_x86.cpp creating init.cpp creating instanceKlass.cpp creating instanceKlassKlass.cpp creating instanceOop.cpp creating instanceRefKlass.cpp creating interfaceSupport.cpp creating interp_masm_x86_32.cpp creating interpreter.cpp creating interpreterRT_x86_32.cpp creating interpreterRuntime.cpp creating interpreter_x86_32.cpp creating invocationCounter.cpp creating intHisto.cpp creating iterator.cpp creating java.cpp creating javaAssertions.cpp creating javaCalls.cpp creating javaClasses.cpp creating jni.cpp creating jniFastGetField.cpp creating jniFastGetField_x86_32.cpp creating jniHandles.cpp creating jniPeriodicChecker.cpp creating jvm.cpp creating jvm_linux.cpp creating klass.cpp creating klassKlass.cpp creating klassOop.cpp creating klassVtable.cpp creating linkResolver.cpp creating loaderConstraints.cpp creating location.cpp creating lowMemoryDetector.cpp creating management.cpp creating markOop.cpp creating markSweep.cpp creating memRegion.cpp creating memoryManager.cpp creating memoryPool.cpp creating memoryService.cpp creating memprofiler.cpp creating methodComparator.cpp creating methodDataKlass.cpp creating methodDataOop.cpp creating methodKlass.cpp creating methodLiveness.cpp creating methodOop.cpp creating monitorChunk.cpp creating mutex.cpp creating mutexLocker.cpp creating mutex_linux.cpp creating nativeInst_x86.cpp creating nativeLookup.cpp creating nmethod.cpp creating numberSeq.cpp creating objArrayKlass.cpp creating objArrayKlassKlass.cpp creating objArrayOop.cpp creating objectMonitor_linux.cpp creating oop.cpp creating oopFactory.cpp creating oopMap.cpp creating oopMapCache.cpp creating oopRecorder.cpp creating oopsHierarchy.cpp creating orderAccess.cpp creating os.cpp creating os_linux_x86.cpp creating os_linux.cpp creating osThread.cpp creating osThread_linux.cpp creating ostream.cpp creating pcDesc.cpp creating perf.cpp creating perfData.cpp creating perfMemory.cpp creating perfMemory_linux.cpp creating permGen.cpp creating placeholders.cpp creating preserveException.cpp creating privilegedStack.cpp creating referencePolicy.cpp creating referenceProcessor.cpp creating reflection.cpp creating reflectionUtils.cpp creating register.cpp creating register_x86.cpp creating register_definitions_x86.cpp creating relocInfo.cpp creating relocInfo_x86.cpp creating relocator.cpp creating resolutionErrors.cpp creating resourceArea.cpp creating rewriter.cpp creating rframe.cpp creating runtimeService.cpp creating safepoint.cpp creating scopeDesc.cpp creating sharedHeap.cpp creating sharedRuntime.cpp creating sharedRuntime_x86_32.cpp creating sharedRuntimeTrans.cpp creating sharedRuntimeTrig.cpp creating signature.cpp creating sizes.cpp creating space.cpp creating spaceDecorator.cpp creating specialized_oop_closures.cpp creating stackMapFrame.cpp creating stackMapTable.cpp creating stackValue.cpp creating stackValueCollection.cpp creating statSampler.cpp creating stubCodeGenerator.cpp creating stubGenerator_x86_32.cpp creating stubRoutines.cpp creating stubRoutines_x86_32.cpp creating stubRoutines_linux.cpp creating stubs.cpp creating sweeper.cpp creating symbolKlass.cpp creating symbolOop.cpp creating symbolTable.cpp creating synchronizer.cpp creating systemDictionary.cpp creating task.cpp creating taskqueue.cpp creating templateInterpreter.cpp creating templateInterpreter_x86_32.cpp creating templateTable.cpp creating templateTable_x86_32.cpp creating tenuredGeneration.cpp creating thread.cpp creating thread_linux_x86.cpp creating threadCritical_linux.cpp creating threadLS_linux_x86.cpp creating threadLocalAllocBuffer.cpp creating threadLocalStorage.cpp creating threadService.cpp creating timer.cpp creating typeArrayKlass.cpp creating typeArrayKlassKlass.cpp creating typeArrayOop.cpp creating unhandledOops.cpp creating universe.cpp creating unsafe.cpp creating utf8.cpp creating verificationType.cpp creating verifier.cpp creating vframe.cpp creating vframeArray.cpp creating vframe_hp.cpp creating virtualspace.cpp creating vmError.cpp creating vmError_linux.cpp creating vmSymbols.cpp creating vmThread.cpp creating vm_operations.cpp creating vm_version.cpp creating vm_version_x86_32.cpp creating vm_version_linux_x86.cpp creating vmreg.cpp creating vmreg_x86.cpp creating vtableStubs.cpp creating vtableStubs_x86_32.cpp creating vtune_linux.cpp creating workgroup.cpp creating xmlstream.cpp creating collectedHeap.cpp creating gcCause.cpp creating heapDumper.cpp creating heapInspection.cpp creating jvmtiExport.cpp creating jvmtiTagMap.cpp creating psMemoryPool.cpp creating vmStructs.cpp creating adjoiningGenerations.cpp creating adjoiningVirtualSpaces.cpp creating asPSOldGen.cpp creating asPSYoungGen.cpp creating cardTableExtension.cpp creating gcTaskManager.cpp creating gcTaskThread.cpp creating objectStartArray.cpp creating parallelScavengeHeap.cpp creating parMarkBitMap.cpp creating psAdaptiveSizePolicy.cpp creating psCompactionManager.cpp creating psGCAdaptivePolicyCounters.cpp creating psGenerationCounters.cpp creating psMarkSweep.cpp creating psMarkSweepDecorator.cpp creating psParallelCompact.cpp creating psOldGen.cpp creating psPermGen.cpp creating psPromotionManager.cpp creating psPromotionLAB.cpp creating psScavenge.cpp creating pcTasks.cpp creating psTasks.cpp creating psVirtualspace.cpp creating psYoungGen.cpp creating vmPSOperations.cpp creating binaryTreeDictionary.cpp creating cmsAdaptiveSizePolicy.cpp creating cmsCollectorPolicy.cpp creating cmsGCAdaptivePolicyCounters.cpp creating cmsLockVerifier.cpp creating cmsPermGen.cpp creating compactibleFreeListSpace.cpp creating concurrentMarkSweepGeneration.cpp creating concurrentMarkSweepThread.cpp creating freeBlockDictionary.cpp creating freeChunk.cpp creating freeList.cpp creating vmCMSOperations.cpp creating yieldingWorkgroup.cpp creating asParNewGeneration.cpp creating parCardTableModRefBS.cpp creating parGCAllocBuffer.cpp creating parNewGeneration.cpp creating collectionSetChooser.cpp creating concurrentG1Refine.cpp creating concurrentG1RefineThread.cpp creating concurrentMark.cpp creating concurrentMarkThread.cpp creating concurrentZFThread.cpp creating dirtyCardQueue.cpp creating g1BlockOffsetTable.cpp creating g1CollectedHeap.cpp creating g1CollectorPolicy.cpp creating g1_globals.cpp creating g1MarkSweep.cpp creating g1MMUTracker.cpp creating g1RemSet.cpp creating g1SATBCardTableModRefBS.cpp creating heapRegion.cpp creating heapRegionRemSet.cpp creating heapRegionSeq.cpp creating ptrQueue.cpp creating satbQueue.cpp creating sparsePRT.cpp creating survRateGroup.cpp creating vm_operations_g1.cpp creating adaptiveSizePolicy.cpp creating ageTable.cpp creating collectorCounters.cpp creating cSpaceCounters.cpp creating gcPolicyCounters.cpp creating gcStats.cpp creating gcUtil.cpp creating generationCounters.cpp creating vmGCOperations.cpp creating concurrentGCThread.cpp creating coTracker.cpp creating allocationStats.cpp creating gcAdaptivePolicyCounters.cpp creating gcOverheadReporter.cpp creating gSpaceCounters.cpp creating immutableSpace.cpp creating mutableNUMASpace.cpp creating mutableSpace.cpp creating spaceCounters.cpp creating jvmtiClassFileReconstituter.cpp creating jvmtiEnter.cpp creating jvmtiEnterTrace.cpp creating jvmtiEnv.cpp creating jvmtiEnvBase.cpp creating jvmtiEnvThreadState.cpp creating jvmtiEventController.cpp creating jvmtiGetLoadedClasses.cpp creating jvmtiManageCapabilities.cpp creating jvmtiRedefineClasses.cpp creating jvmtiThreadState.cpp creating jvmtiUtil.cpp creating attachListener.cpp creating attachListener_linux.cpp creating dump.cpp creating dump_x86_32.cpp creating forte.cpp creating fprofiler.cpp creating jniCheck.cpp creating jvmtiCodeBlobEvents.cpp creating jvmtiExtensions.cpp creating jvmtiImpl.cpp creating jvmtiTrace.cpp creating restore.cpp creating serialize.cpp creating c1_CFGPrinter.cpp creating c1_Canonicalizer.cpp creating c1_CodeStubs_x86.cpp creating c1_Compilation.cpp creating c1_Compiler.cpp creating c1_Defs.cpp creating c1_FpuStackSim_x86.cpp creating c1_FrameMap.cpp creating c1_FrameMap_x86.cpp creating c1_globals.cpp creating c1_GraphBuilder.cpp creating c1_IR.cpp creating c1_Instruction.cpp creating c1_InstructionPrinter.cpp creating c1_LIR.cpp creating c1_LIRAssembler.cpp creating c1_LIRAssembler_x86.cpp creating c1_LIRGenerator.cpp creating c1_LIRGenerator_x86.cpp creating c1_LinearScan.cpp creating c1_LinearScan_x86.cpp creating c1_MacroAssembler_x86.cpp creating c1_Optimizer.cpp creating c1_Runtime1.cpp creating c1_Runtime1_x86.cpp creating c1_ValueMap.cpp creating c1_ValueSet.cpp creating c1_ValueStack.cpp creating c1_ValueType.cpp creating ad_x86_32.cpp creating ad_x86_32_clone.cpp creating ad_x86_32_expand.cpp creating ad_x86_32_format.cpp creating ad_x86_32_gen.cpp creating ad_x86_32_misc.cpp creating ad_x86_32_peephole.cpp creating ad_x86_32_pipeline.cpp creating addnode.cpp creating block.cpp creating buildOopMap.cpp creating bytecodeInfo.cpp creating c2_globals.cpp creating c2_init_x86.cpp creating c2compiler.cpp creating callGenerator.cpp creating callnode.cpp creating cfgnode.cpp creating chaitin.cpp creating chaitin_linux.cpp creating ciTypeFlow.cpp creating classes.cpp creating coalesce.cpp creating compile.cpp creating connode.cpp creating dfa_x86_32.cpp creating dict.cpp creating divnode.cpp creating doCall.cpp creating domgraph.cpp creating escape.cpp creating gcm.cpp creating generateOptoStub.cpp creating graphKit.cpp creating idealKit.cpp creating ifg.cpp creating ifnode.cpp creating indexSet.cpp creating lcm.cpp creating library_call.cpp creating live.cpp creating locknode.cpp creating loopTransform.cpp creating loopUnswitch.cpp creating loopnode.cpp creating loopopts.cpp creating machnode.cpp creating macro.cpp creating matcher.cpp creating memnode.cpp creating mulnode.cpp creating multnode.cpp creating node.cpp creating opcodes.cpp creating output.cpp creating parse1.cpp creating parse2.cpp creating parse3.cpp creating parseHelper.cpp creating phase.cpp creating phaseX.cpp creating port.cpp creating postaloc.cpp creating reg_split.cpp creating regalloc.cpp creating regmask.cpp creating rootnode.cpp creating runtime.cpp creating runtime_x86_32.cpp creating set.cpp creating split_if.cpp creating subnode.cpp creating superword.cpp creating type.cpp creating vectornode.cpp creating vectset.cpp creating idealGraphPrinter.cpp writing grand include file writing dependencies file cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; cp includeDB /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB.current cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/platform.current make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/x86_32.ad /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.ad > ../generated/adfiles/linux_x86_32.ad Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/adlparse.cpp rm -f ../generated/adfiles/adlparse.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/adlparse.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/adlparse.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/archDesc.cpp rm -f ../generated/adfiles/archDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/archDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/archDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/arena.cpp rm -f ../generated/adfiles/arena.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/arena.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/arena.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/dfa.cpp rm -f ../generated/adfiles/dfa.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/dfa.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/dfa.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/dict2.cpp rm -f ../generated/adfiles/dict2.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/dict2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/dict2.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/filebuff.cpp rm -f ../generated/adfiles/filebuff.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/filebuff.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/filebuff.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/forms.cpp rm -f ../generated/adfiles/forms.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/forms.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/forms.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/formsopt.cpp rm -f ../generated/adfiles/formsopt.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/formsopt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/formsopt.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/formssel.cpp rm -f ../generated/adfiles/formssel.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/formssel.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/formssel.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/main.cpp rm -f ../generated/adfiles/main.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/main.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/main.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/opcodes.cpp rm -f ../generated/adfiles/adlc-opcodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/adlc-opcodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/opcodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/output_c.cpp rm -f ../generated/adfiles/output_c.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/output_c.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/output_c.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/output_h.cpp rm -f ../generated/adfiles/output_h.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/output_h.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/adlc/output_h.cpp Making adlc /opt/lsb/bin/lsbc++ -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -m32 -march=i586 -export-dynamic -o ../generated/adfiles/adlc ../generated/adfiles/adlparse.o ../generated/adfiles/archDesc.o ../generated/adfiles/arena.o ../generated/adfiles/dfa.o ../generated/adfiles/dict2.o ../generated/adfiles/filebuff.o ../generated/adfiles/forms.o ../generated/adfiles/formsopt.o ../generated/adfiles/formssel.o ../generated/adfiles/main.o ../generated/adfiles/adlc-opcodes.o ../generated/adfiles/output_c.o ../generated/adfiles/output_h.o [ -f adlc_updater ] || ( cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/adlc_updater . ; chmod +x adlc_updater ) ../generated/adfiles/adlc -q -T -U_LP64 ../generated/adfiles/linux_x86_32.ad \ -c../generated/adfiles/mktmp5230/ad_x86_32.cpp -h../generated/adfiles/mktmp5230/ad_x86_32.hpp -a../generated/adfiles/mktmp5230/dfa_x86_32.cpp -v../generated/adfiles/mktmp5230/adGlobals_x86_32.hpp \ || { rm -rf ../generated/adfiles/mktmp5230; exit 1; } ./adlc_updater ad_x86_32.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32.cpp ./adlc_updater ad_x86_32.hpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32.hpp ./adlc_updater ad_x86_32_clone.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_clone.cpp ./adlc_updater ad_x86_32_expand.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_expand.cpp ./adlc_updater ad_x86_32_format.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_format.cpp ./adlc_updater ad_x86_32_gen.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_gen.cpp ./adlc_updater ad_x86_32_misc.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_misc.cpp ./adlc_updater ad_x86_32_peephole.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_peephole.cpp ./adlc_updater ad_x86_32_pipeline.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_pipeline.cpp ./adlc_updater adGlobals_x86_32.hpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/adGlobals_x86_32.hpp ./adlc_updater dfa_x86_32.cpp ../generated/adfiles/mktmp5230 ../generated/adfiles Updating ../generated/adfiles/dfa_x86_32.cpp [ -f ../generated/adfiles/mktmp5230/made-change ] \ || echo "Rescanned ../generated/adfiles/linux_x86_32.ad but encountered no changes." rm -rf ../generated/adfiles/mktmp5230 make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvFill.java Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnv.hpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiHpp.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnv.hpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnter.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnter.cpp -PARAM interface jvmti Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp -PARAM interface jvmti -PARAM trace Trace Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvStub.cpp Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiEnvFill /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvStub.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiH.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmti.h Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f sa.make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar; \ fi make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' echo "Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar" Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi if [ ! -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar ] ; then \ echo "Missing /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar file. Use 1.6.0 or later version of JDK";\ echo ""; \ exit 1; \ fi if [ ! -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses ] ; then \ mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses; \ fi /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/CLHSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/DebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotSolarisVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/LinuxVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/RMIHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/Win32VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/AbstractInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Arithmetic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BaseIndexScaleDispAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CPUHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DummySymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Immediate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ImmediateOrRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/IndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/InstructionVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Operand.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLDataTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/StoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/SymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FP2RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPopDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FlushDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/Format3ADecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IllegalInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/JmplDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LogicDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/MemoryInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RestoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RettDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArgument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCAtomicLoadStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFP2RegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFlushInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFormat3AInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIndirectCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCJmplInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLdstubInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCNoopInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCOpcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRestoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRettInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSaveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSethiInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStbarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSwapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCTrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCUnimpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV8Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9CasInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ConditionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9DoneInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FlushwInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9IlltrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ImpdepInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MembarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PopcInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrefetchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RdprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RestoredInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RetryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SavedInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SirInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WrprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCWriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SaveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SethiDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/StoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/TrapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/UnimpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpacePrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CCBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CasDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9DoneRetryDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FlushwDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntRegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PopcDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrivilegedReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RdprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SavedRestoredDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WrprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ConditionalJmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatGRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/GRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/JmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/LogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/MoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/RotateDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSELogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CondJmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86GeneralInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86IllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86JmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterDirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterPart.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RotateInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisterAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpot.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/JavaLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PCFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PackageScanner.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/RegisterPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTraceEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/ThreadListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/VariablePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/AddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/EnumTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/ObjectTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/Runtime1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/BufferBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCacheVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedWriteStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantDoubleValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantIntValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantLongValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantOopReadValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInformationRecorder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DeoptimizationBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ExceptionBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Location.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/LocationValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/MonitorValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/NMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/RuntimeStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SafepointBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SingletonBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Stub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/StubQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/UncommonTrapBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/VMRegImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/AddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/InputLexer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/LongHashMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescription.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIA64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIntelX86.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC64Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionTwosComplement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MappedByteBufferDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NoSuchSymbolException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NotInHeapException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Page.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageFetcher.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ProcessInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/RandomAccessFileDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ReadResult.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/SymbolLookup.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadProxy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnalignedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnmappedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/AccessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CVAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ClosestSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/EnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/GlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObjectComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/MemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ProcessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/RefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Sym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TemplateType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TypeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/VoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicMemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicNamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicRefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicVoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/ResolveListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/AMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/X86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThreadContextFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/ia64/LinuxIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/DSO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHashTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFProgramHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFStringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestHelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntryConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxBfEfRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFileRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFunctionDefinitionRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSectionDefinitionsRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSymbolRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxWeakExternalRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFLineNumber.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFRelocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbolConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COMDATSelectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/Characteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DLLCharacteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DataDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectoryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50MemberAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50ReservedTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSAlignSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSFileIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalPub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSLibraries.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSMPC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap16.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap32.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPreComp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcLnSeg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSStaticSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbolBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbols.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDescEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModFileDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModLineNumberMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeLeafIndices.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50WrongNumericTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50X86RegisterEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DumpExports.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/MachineTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderStandardFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderWindowsSpecificFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestDebugInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TypeIndicators.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/WindowsNTSubsystem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSOldGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSYoungGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/ParallelScavengeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/ImmutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/MutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeapName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeBipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeCheckCast.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastAAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastIAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetPut.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGoto.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGotoW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIinc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInstanceOf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInvoke.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJmp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsrW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoad.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadConstant.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLookupswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeMultiANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNew.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeRet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeSipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeTableswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWideable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithCPIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Interpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/InterpreterCodelet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/LookupswitchPair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/MaskFillerForNative.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OffsetClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapForCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BaseLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassLoaderReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/InterfaceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JNITypeParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JVMTIThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocalVariableImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocationImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MirrorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MonitorInfoImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/NonConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ReferenceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SACoreAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServerAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAPIDAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SDE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StackFrameImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StratumLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StringReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadGroupReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeComponentImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VMModifiers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueContainer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/BreakpointEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CIntegerAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CStringAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/Event.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ExceptionEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/JNIHandleAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ServiceabilityAgentJVMDIModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSBitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSCollector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CodeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ConcurrentMarkSweepGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContigPermSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContiguousSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Dictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DictionaryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/EdenSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenCollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Generation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationIsInClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/HeapBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/MemRegion.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OffsetTableContigSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OneContigSpaceCardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ParNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ProtectionDomainEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SharedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Space.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SpaceClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/StringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SymbolTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/AccessFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Array.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BreakpointInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeStateList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CheckedExceptionElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolderKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompressedLineNumberReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultOopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/GenerateOopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Instance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/JVMDIClassStatus.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/KlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LineNumberTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LocalVariableTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Mark.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Method.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodDataKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MutationException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogramElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/RawHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Symbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/SymbolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/UnknownOopException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AboutAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignCenterAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignLeftAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignRightAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ApplyAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/BackAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/CancelAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/DelegateAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ExitAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/FileMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/FinishAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/NewAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/NextAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/OkAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/OpenAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAsAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/StateChangeAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ViewMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonMenuBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonToolBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonUI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelButtonPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelDialog.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/SplashScreen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/StatusBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/TabsDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/ToggleActionPropertyChangeListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/WizardDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/AddressVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ArgumentSizeComputer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Arguments.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicObjectLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicTypeSize.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Bytes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompilerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConcurrentLocksPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConstructionException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/DeadlockDetector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ExternalVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/InterpretedVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandleBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandles.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIid.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JvmtiAgentThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/LowMemoryDetectorThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/MonitorInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/NativeSignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/OSThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectSynchronizer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataPrologue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfMemory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ResultTypeFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureConverter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackFrameStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValueCollection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StubRoutines.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ThreadLocalAllocBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObjectFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMReg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMVersionMismatchException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualConstructor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/WatcherThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/cInterpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_amd64/LinuxAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_ia64/LinuxIA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/posix/POSIXSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_amd64/SolarisAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_sparc/SolarisSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_x86/SolarisX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCRegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/Win32AMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_ia64/Win32IA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/Win32X86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FinalizerInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FlagDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JSnap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PermStat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/SysPropsDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/Tool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/NameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/PackageNameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/JSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/SOQL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/AddressField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/TypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/WrongTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicAddressFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicNarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Annotation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/CommandProcessorPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DeadlockDetectionPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DebuggerConsolePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditableAtEndDocument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Editor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorCommands.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindByQueryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInCodeCachePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInHeapPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/GraphicsUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HeapParametersPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HighPrecisionJScrollBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HistoryComboBox.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Inspector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JInternalFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaStackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaThreadsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryViewer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MonitorCacheDumpPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectHistogramPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProcessListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProgressBarPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAEditorPane.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SourceCodePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/StringTransferable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SysPropsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ThreadInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMFlagsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMVersionInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindClassesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindCrashesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/HSDBActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/InspectAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/JavaStackTraceAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/MemoryAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ShowAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ThreadInfoAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/ClassBrowserPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/CodeViewerPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/LongCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderMouseAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortableTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/TableModelComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadAddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadOopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BooleanTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CStringTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CTypeTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CharTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/OopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RootTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeGroupNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/AbstractTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/JTreeTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/SimpleTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModelAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AddressOps.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Assert.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AssertionFailure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMapClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Bits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CPPExpressions.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CStringUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstantTag.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/FindObjectByType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Hashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableBucket.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGXLWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapProgressThunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntegerEnum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Interval.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPath.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MarkBits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueueBackend.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ObjectReader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerLocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProcImageClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProgressiveHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBColor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrsAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RobustOopDeterminator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/StreamMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/SystemDictionaryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/TwoOopHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/UnsupportedPlatformException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/WorkerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedBoolean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedByte.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedChar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedDouble.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedFloat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedInt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedLong.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedShort.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/Callable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/DefaultScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/InvocableCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaScriptEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaString.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaVM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MapScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MethodCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLQuery.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer echo ""sun.jvm.hotspot.runtime.VM.saBuildVersion=14.0-b08"" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sa.properties rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/* cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/ cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/images/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/ . /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar uf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes META-INF/services/com.sun.jdi.connect.Connector /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.sparc.SPARCThreadContext make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' echo Generating precompiled header incls/_precompiled.incl.gch Generating precompiled header incls/_precompiled.incl.gch mkdir -p ./incls /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -x c++-header -c ../generated/incls/_precompiled.incl -o incls/_precompiled.incl.gch make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/abstractCompiler.cpp rm -f abstractCompiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o abstractCompiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/abstractCompiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/accessFlags.cpp rm -f accessFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o accessFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/accessFlags.cpp Compiling ../generated/adfiles/ad_x86_32.cpp rm -f ad_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32.o ../generated/adfiles/ad_x86_32.cpp Compiling ../generated/adfiles/ad_x86_32_clone.cpp rm -f ad_x86_32_clone.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_clone.o ../generated/adfiles/ad_x86_32_clone.cpp Compiling ../generated/adfiles/ad_x86_32_expand.cpp rm -f ad_x86_32_expand.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_expand.o ../generated/adfiles/ad_x86_32_expand.cpp Compiling ../generated/adfiles/ad_x86_32_format.cpp rm -f ad_x86_32_format.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_format.o ../generated/adfiles/ad_x86_32_format.cpp Compiling ../generated/adfiles/ad_x86_32_gen.cpp rm -f ad_x86_32_gen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_gen.o ../generated/adfiles/ad_x86_32_gen.cpp Compiling ../generated/adfiles/ad_x86_32_misc.cpp rm -f ad_x86_32_misc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_misc.o ../generated/adfiles/ad_x86_32_misc.cpp Compiling ../generated/adfiles/ad_x86_32_peephole.cpp rm -f ad_x86_32_peephole.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_peephole.o ../generated/adfiles/ad_x86_32_peephole.cpp Compiling ../generated/adfiles/ad_x86_32_pipeline.cpp rm -f ad_x86_32_pipeline.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_pipeline.o ../generated/adfiles/ad_x86_32_pipeline.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp rm -f adaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/addnode.cpp rm -f addnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o addnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/addnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp rm -f adjoiningGenerations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningGenerations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp rm -f adjoiningVirtualSpaces.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningVirtualSpaces.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp rm -f ageTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ageTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/allocation.cpp rm -f allocation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/allocation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp rm -f allocationStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocationStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/aprofiler.cpp rm -f aprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o aprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/aprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/arguments.cpp rm -f arguments.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arguments.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/arguments.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/array.cpp rm -f array.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o array.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/array.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlass.cpp rm -f arrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlassKlass.cpp rm -f arrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayOop.cpp rm -f arrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp rm -f asPSOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp rm -f asPSYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp rm -f asParNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asParNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/assembler.cpp rm -f assembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/assembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp rm -f assembler_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/assembler_x86.cpp rm -f assembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/assembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/atomic.cpp rm -f atomic.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o atomic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/atomic.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/attachListener.cpp rm -f attachListener.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/attachListener.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/attachListener_linux.cpp rm -f attachListener_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/attachListener_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/barrierSet.cpp rm -f barrierSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o barrierSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/barrierSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp rm -f bcEscapeAnalyzer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bcEscapeAnalyzer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/biasedLocking.cpp rm -f biasedLocking.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o biasedLocking.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/biasedLocking.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp rm -f binaryTreeDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o binaryTreeDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/bitMap.cpp rm -f bitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/bitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/block.cpp rm -f block.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o block.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/block.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/blockOffsetTable.cpp rm -f blockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o blockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/blockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/buildOopMap.cpp rm -f buildOopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o buildOopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/buildOopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecode.cpp rm -f bytecode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp rm -f bytecodeHistogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeHistogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/bytecodeInfo.cpp rm -f bytecodeInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/bytecodeInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp rm -f bytecodeInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Compiling ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp rm -f bytecodeInterpreterWithChecks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreterWithChecks.o ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp rm -f bytecodeInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeStream.cpp rm -f bytecodeStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp rm -f bytecodeTracer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeTracer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodes.cpp rm -f bytecodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp rm -f bytecodes_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp rm -f c1_CFGPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CFGPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp rm -f c1_Canonicalizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Canonicalizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp rm -f c1_CodeStubs_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CodeStubs_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compilation.cpp rm -f c1_Compilation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compilation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compilation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compiler.cpp rm -f c1_Compiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Defs.cpp rm -f c1_Defs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Defs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Defs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp rm -f c1_FpuStackSim_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FpuStackSim_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_FrameMap.cpp rm -f c1_FrameMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_FrameMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp rm -f c1_FrameMap_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp rm -f c1_GraphBuilder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_GraphBuilder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_IR.cpp rm -f c1_IR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_IR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_IR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Instruction.cpp rm -f c1_Instruction.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Instruction.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Instruction.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp rm -f c1_InstructionPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_InstructionPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIR.cpp rm -f c1_LIR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp rm -f c1_LIRAssembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp rm -f c1_LIRAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp rm -f c1_LIRGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp rm -f c1_LIRGenerator_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LinearScan.cpp rm -f c1_LinearScan.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LinearScan.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp rm -f c1_LinearScan_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp rm -f c1_MacroAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_MacroAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Optimizer.cpp rm -f c1_Optimizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Optimizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Optimizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Runtime1.cpp rm -f c1_Runtime1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Runtime1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp rm -f c1_Runtime1_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueMap.cpp rm -f c1_ValueMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueSet.cpp rm -f c1_ValueSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueStack.cpp rm -f c1_ValueStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueType.cpp rm -f c1_ValueType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_globals.cpp rm -f c1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/c2_globals.cpp rm -f c2_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c2_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/c2_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c2_init_x86.cpp rm -f c2_init_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c2_init_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c2_init_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/c2compiler.cpp rm -f c2compiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c2compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/c2compiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp rm -f cSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/callGenerator.cpp rm -f callGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o callGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/callGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/callnode.cpp rm -f callnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o callnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/callnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp rm -f cardTableExtension.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableExtension.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableModRefBS.cpp rm -f cardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableRS.cpp rm -f cardTableRS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableRS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableRS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/cfgnode.cpp rm -f cfgnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cfgnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/cfgnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/chaitin.cpp rm -f chaitin.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o chaitin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/chaitin.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/chaitin_linux.cpp rm -f chaitin_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o chaitin_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/chaitin_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArray.cpp rm -f ciArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArrayKlass.cpp rm -f ciArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstant.cpp rm -f ciConstant.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstant.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstant.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp rm -f ciConstantPoolCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstantPoolCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciEnv.cpp rm -f ciEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciExceptionHandler.cpp rm -f ciExceptionHandler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciExceptionHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciExceptionHandler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciField.cpp rm -f ciField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciFlags.cpp rm -f ciFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciFlags.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstance.cpp rm -f ciInstance.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstance.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstance.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlass.cpp rm -f ciInstanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp rm -f ciInstanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlass.cpp rm -f ciKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlassKlass.cpp rm -f ciKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethod.cpp rm -f ciMethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodBlocks.cpp rm -f ciMethodBlocks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodBlocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodBlocks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodData.cpp rm -f ciMethodData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodKlass.cpp rm -f ciMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciNullObject.cpp rm -f ciNullObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciNullObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciNullObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArray.cpp rm -f ciObjArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp rm -f ciObjArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp rm -f ciObjArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObject.cpp rm -f ciObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjectFactory.cpp rm -f ciObjectFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjectFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjectFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSignature.cpp rm -f ciSignature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSignature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSignature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciStreams.cpp rm -f ciStreams.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciStreams.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciStreams.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbol.cpp rm -f ciSymbol.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbol.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbol.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbolKlass.cpp rm -f ciSymbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciType.cpp rm -f ciType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArray.cpp rm -f ciTypeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp rm -f ciTypeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp rm -f ciTypeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeFlow.cpp rm -f ciTypeFlow.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeFlow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeFlow.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciUtilities.cpp rm -f ciUtilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciUtilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciUtilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileError.cpp rm -f classFileError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.cpp rm -f classFileParser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileParser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileStream.cpp rm -f classFileStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classLoader.cpp rm -f classLoader.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classLoader.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/classLoadingService.cpp rm -f classLoadingService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoadingService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/classLoadingService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/classes.cpp rm -f classes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/classes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/classify.cpp rm -f classify.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classify.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/classify.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp rm -f cmsAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp rm -f cmsCollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsCollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp rm -f cmsGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp rm -f cmsLockVerifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsLockVerifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp rm -f cmsPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp rm -f coTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o coTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/coalesce.cpp rm -f coalesce.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o coalesce.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/coalesce.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeBlob.cpp rm -f codeBlob.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBlob.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeBlob.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/codeBuffer.cpp rm -f codeBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/codeBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeCache.cpp rm -f codeCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.cpp rm -f collectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp rm -f collectionSetChooser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectionSetChooser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp rm -f collectorCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.cpp rm -f collectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp rm -f compactibleFreeListSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactibleFreeListSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/compactingPermGenGen.cpp rm -f compactingPermGenGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O1 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactingPermGenGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/compactingPermGenGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/compilationPolicy.cpp rm -f compilationPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilationPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/compilationPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/compile.cpp rm -f compile.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compile.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/compile.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileBroker.cpp rm -f compileBroker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileBroker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileBroker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileLog.cpp rm -f compileLog.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileLog.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileLog.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compiledIC.cpp rm -f compiledIC.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledIC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compiledIC.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp rm -f compiledICHolderKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderOop.cpp rm -f compiledICHolderOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compilerOracle.cpp rm -f compilerOracle.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilerOracle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compilerOracle.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compressedStream.cpp rm -f compressedStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compressedStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compressedStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp rm -f concurrentG1Refine.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1Refine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp rm -f concurrentG1RefineThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1RefineThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp rm -f concurrentGCThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentGCThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp rm -f concurrentMark.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMark.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp rm -f concurrentMarkSweepGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp rm -f concurrentMarkSweepThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp rm -f concurrentMarkThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp rm -f concurrentZFThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentZFThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/connode.cpp rm -f connode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o connode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/connode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodKlass.cpp rm -f constMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodOop.cpp rm -f constMethodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolKlass.cpp rm -f constantPoolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.cpp rm -f constantPoolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/constantTag.cpp rm -f constantTag.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantTag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/constantTag.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/copy.cpp rm -f copy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o copy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/copy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheKlass.cpp rm -f cpCacheKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheOop.cpp rm -f cpCacheOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/cppInterpreter.cpp rm -f cppInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/cppInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp rm -f cppInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/debug.cpp rm -f debug.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/debug.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfo.cpp rm -f debugInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfoRec.cpp rm -f debugInfoRec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfoRec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfoRec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/debug_x86.cpp rm -f debug_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/debug_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/defNewGeneration.cpp rm -f defNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o defNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/defNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/deoptimization.cpp rm -f deoptimization.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o deoptimization.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/deoptimization.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/depChecker_x86.cpp rm -f depChecker_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o depChecker_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/depChecker_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/dependencies.cpp rm -f dependencies.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dependencies.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/dependencies.cpp Compiling ../generated/adfiles/dfa_x86_32.cpp rm -f dfa_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dfa_x86_32.o ../generated/adfiles/dfa_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/dict.cpp rm -f dict.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dict.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/dict.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/dictionary.cpp rm -f dictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/dictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp rm -f dirtyCardQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dirtyCardQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/disassembler.cpp rm -f disassembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o disassembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/disassembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/divnode.cpp rm -f divnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o divnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/divnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/doCall.cpp rm -f doCall.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o doCall.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/doCall.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/domgraph.cpp rm -f domgraph.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o domgraph.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/domgraph.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/dtraceAttacher.cpp rm -f dtraceAttacher.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceAttacher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/dtraceAttacher.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/dtraceJSDT.cpp rm -f dtraceJSDT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/dtraceJSDT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp rm -f dtraceJSDT_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/dump.cpp rm -f dump.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/dump.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/dump_x86_32.cpp rm -f dump_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/dump_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/escape.cpp rm -f escape.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o escape.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/escape.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/events.cpp rm -f events.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o events.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/events.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/evmCompat.cpp rm -f evmCompat.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o evmCompat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/evmCompat.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.cpp rm -f exceptionHandlerTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptionHandlerTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/exceptions.cpp rm -f exceptions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/exceptions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldDescriptor.cpp rm -f fieldDescriptor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldDescriptor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldDescriptor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldType.cpp rm -f fieldType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/filemap.cpp rm -f filemap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o filemap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/filemap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/forte.cpp rm -f forte.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o forte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/forte.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fprofiler.cpp rm -f fprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/frame.cpp rm -f frame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/frame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/frame_x86.cpp rm -f frame_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/frame_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp rm -f freeBlockDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeBlockDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp rm -f freeChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp rm -f freeList.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp rm -f g1BlockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1BlockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp rm -f g1CollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp rm -f g1CollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp rm -f g1MMUTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MMUTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp rm -f g1MarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp rm -f g1RemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1RemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp rm -f g1SATBCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1SATBCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp rm -f g1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp rm -f gSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp rm -f gcAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/gcCause.cpp rm -f gcCause.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcCause.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/gcCause.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/gcLocker.cpp rm -f gcLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/gcLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp rm -f gcOverheadReporter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcOverheadReporter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp rm -f gcPolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcPolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp rm -f gcStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp rm -f gcTaskManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp rm -f gcTaskThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp rm -f gcUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/gcm.cpp rm -f gcm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/gcm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genCollectedHeap.cpp rm -f genCollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genCollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genCollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genMarkSweep.cpp rm -f genMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genRemSet.cpp rm -f genRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/generateOopMap.cpp rm -f generateOopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generateOopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/generateOopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/generateOptoStub.cpp rm -f generateOptoStub.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generateOptoStub.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/generateOptoStub.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generation.cpp rm -f generation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp rm -f generationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generationSpec.cpp rm -f generationSpec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationSpec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generationSpec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.cpp rm -f globalDefinitions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globalDefinitions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/globals.cpp rm -f globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/graphKit.cpp rm -f graphKit.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o graphKit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/graphKit.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/growableArray.cpp rm -f growableArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o growableArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/growableArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/handles.cpp rm -f handles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o handles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/handles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/hashtable.cpp rm -f hashtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hashtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/hashtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heap.cpp rm -f heap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/heapDumper.cpp rm -f heapDumper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapDumper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/heapDumper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heapInspection.cpp rm -f heapInspection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapInspection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heapInspection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp rm -f heapRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp rm -f heapRegionRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp rm -f heapRegionSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/histogram.cpp rm -f histogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o histogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/histogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/hpi.cpp rm -f hpi.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/hpi.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/hpi_linux.cpp rm -f hpi_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/hpi_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/icBuffer.cpp rm -f icBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/icBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp rm -f icBuffer_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/icache.cpp rm -f icache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/icache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icache_x86.cpp rm -f icache_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icache_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/idealKit.cpp rm -f idealKit.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o idealKit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/idealKit.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/ifg.cpp rm -f ifg.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ifg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/ifg.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/ifnode.cpp rm -f ifnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ifnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/ifnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp rm -f immutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o immutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/indexSet.cpp rm -f indexSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o indexSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/indexSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/init.cpp rm -f init.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/init.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlass.cpp rm -f instanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlassKlass.cpp rm -f instanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceOop.cpp rm -f instanceOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceRefKlass.cpp rm -f instanceRefKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceRefKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceRefKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/intHisto.cpp rm -f intHisto.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o intHisto.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/intHisto.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/interfaceSupport.cpp rm -f interfaceSupport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interfaceSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/interfaceSupport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp rm -f interp_masm_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interp_masm_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.cpp rm -f interpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp rm -f interpreterRT_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRT_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp rm -f interpreterRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp rm -f interpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/invocationCounter.cpp rm -f invocationCounter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o invocationCounter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/invocationCounter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/iterator.cpp rm -f iterator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o iterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/iterator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/java.cpp rm -f java.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/java.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaAssertions.cpp rm -f javaAssertions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaAssertions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaAssertions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/javaCalls.cpp rm -f javaCalls.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaCalls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/javaCalls.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaClasses.cpp rm -f javaClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jni.cpp rm -f jni.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jni.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jni.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniCheck.cpp rm -f jniCheck.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniCheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniCheck.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniFastGetField.cpp rm -f jniFastGetField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniFastGetField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp rm -f jniFastGetField_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniHandles.cpp rm -f jniHandles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniHandles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniHandles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp rm -f jniPeriodicChecker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniPeriodicChecker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvm.cpp rm -f jvm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp rm -f jvm_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp rm -f jvmtiClassFileReconstituter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiClassFileReconstituter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp rm -f jvmtiCodeBlobEvents.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiCodeBlobEvents.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp Compiling ../generated/jvmtifiles/jvmtiEnter.cpp rm -f jvmtiEnter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnter.o ../generated/jvmtifiles/jvmtiEnter.cpp Compiling ../generated/jvmtifiles/jvmtiEnterTrace.cpp rm -f jvmtiEnterTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnterTrace.o ../generated/jvmtifiles/jvmtiEnterTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.cpp rm -f jvmtiEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp rm -f jvmtiEnvBase.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvBase.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp rm -f jvmtiEnvThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEventController.cpp rm -f jvmtiEventController.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEventController.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEventController.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExport.cpp rm -f jvmtiExport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExtensions.cpp rm -f jvmtiExtensions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExtensions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExtensions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp rm -f jvmtiGetLoadedClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiGetLoadedClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiImpl.cpp rm -f jvmtiImpl.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiImpl.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp rm -f jvmtiManageCapabilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiManageCapabilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp rm -f jvmtiRedefineClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiRedefineClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTagMap.cpp rm -f jvmtiTagMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTagMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTagMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiThreadState.cpp rm -f jvmtiThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTrace.cpp rm -f jvmtiTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTrace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiUtil.cpp rm -f jvmtiUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klass.cpp rm -f klass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassKlass.cpp rm -f klassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassOop.cpp rm -f klassOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassVtable.cpp rm -f klassVtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassVtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassVtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/lcm.cpp rm -f lcm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o lcm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/lcm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/library_call.cpp rm -f library_call.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o library_call.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/library_call.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/linkResolver.cpp rm -f linkResolver.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o linkResolver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/linkResolver.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/live.cpp rm -f live.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o live.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/live.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/loaderConstraints.cpp rm -f loaderConstraints.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loaderConstraints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/loaderConstraints.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/location.cpp rm -f location.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o location.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/location.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/locknode.cpp rm -f locknode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o locknode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/locknode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopTransform.cpp rm -f loopTransform.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopTransform.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopTransform.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopUnswitch.cpp rm -f loopUnswitch.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopUnswitch.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopUnswitch.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopnode.cpp rm -f loopnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopopts.cpp rm -f loopopts.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopopts.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/loopopts.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/lowMemoryDetector.cpp rm -f lowMemoryDetector.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o lowMemoryDetector.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/lowMemoryDetector.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/machnode.cpp rm -f machnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o machnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/machnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/macro.cpp rm -f macro.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o macro.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/macro.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/management.cpp rm -f management.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o management.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/management.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/markOop.cpp rm -f markOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/markOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp rm -f markSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/matcher.cpp rm -f matcher.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o matcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/matcher.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/memRegion.cpp rm -f memRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/memRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/memnode.cpp rm -f memnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/memnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryManager.cpp rm -f memoryManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryPool.cpp rm -f memoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryService.cpp rm -f memoryService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/memprofiler.cpp rm -f memprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/memprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/methodComparator.cpp rm -f methodComparator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodComparator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/methodComparator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataKlass.cpp rm -f methodDataKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataOop.cpp rm -f methodDataOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodKlass.cpp rm -f methodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/methodLiveness.cpp rm -f methodLiveness.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodLiveness.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/methodLiveness.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodOop.cpp rm -f methodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/monitorChunk.cpp rm -f monitorChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o monitorChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/monitorChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/mulnode.cpp rm -f mulnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mulnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/mulnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/multnode.cpp rm -f multnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o multnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/multnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp rm -f mutableNUMASpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableNUMASpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp rm -f mutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutex.cpp rm -f mutex.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutex.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutexLocker.cpp rm -f mutexLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutexLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutexLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/mutex_linux.cpp rm -f mutex_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/mutex_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp rm -f nativeInst_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeInst_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/nativeLookup.cpp rm -f nativeLookup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeLookup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/nativeLookup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/nmethod.cpp rm -f nmethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nmethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/nmethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/node.cpp rm -f node.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o node.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/node.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/numberSeq.cpp rm -f numberSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o numberSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/numberSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlass.cpp rm -f objArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp rm -f objArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayOop.cpp rm -f objArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/objectMonitor_linux.cpp rm -f objectMonitor_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectMonitor_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/objectMonitor_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp rm -f objectStartArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectStartArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oop.cpp rm -f oop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.cpp rm -f oopFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/oopMap.cpp rm -f oopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/oopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/oopMapCache.cpp rm -f oopMapCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMapCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/oopMapCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/oopRecorder.cpp rm -f oopRecorder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopRecorder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/oopRecorder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oopsHierarchy.cpp rm -f oopsHierarchy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopsHierarchy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oopsHierarchy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/opcodes.cpp rm -f opcodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o opcodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/opcodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/orderAccess.cpp rm -f orderAccess.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o orderAccess.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/orderAccess.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/os.cpp rm -f os.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/os.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/osThread.cpp rm -f osThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/osThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/osThread_linux.cpp rm -f osThread_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/osThread_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp rm -f os_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp rm -f os_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::init_system_properties_values()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:412: warning: deprecated conversion from string constant to 'char*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::Linux::capture_initial_stack(size_t)': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 22 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 23 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%ld' expects type 'long int*', but argument 24 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 26 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 27 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 28 has type 'uintptr_t*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/ostream.cpp rm -f ostream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ostream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/ostream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/output.cpp rm -f output.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o output.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/output.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp rm -f parCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp rm -f parGCAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parGCAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp rm -f parMarkBitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parMarkBitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp rm -f parNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp rm -f parallelScavengeHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parallelScavengeHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parse1.cpp rm -f parse1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parse1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parse1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parse2.cpp rm -f parse2.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parse2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parse2.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parse3.cpp rm -f parse3.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parse3.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parse3.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parseHelper.cpp rm -f parseHelper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parseHelper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/parseHelper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/pcDesc.cpp rm -f pcDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/pcDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp rm -f pcTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/perf.cpp rm -f perf.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/perf.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.cpp rm -f perfData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfMemory.cpp rm -f perfMemory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfMemory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/perfMemory_linux.cpp rm -f perfMemory_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/perfMemory_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/permGen.cpp rm -f permGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o permGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/permGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/phase.cpp rm -f phase.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o phase.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/phase.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/phaseX.cpp rm -f phaseX.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o phaseX.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/phaseX.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/placeholders.cpp rm -f placeholders.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o placeholders.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/placeholders.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/port.cpp rm -f port.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o port.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/port.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/postaloc.cpp rm -f postaloc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o postaloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/postaloc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/preserveException.cpp rm -f preserveException.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o preserveException.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/preserveException.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/privilegedStack.cpp rm -f privilegedStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o privilegedStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/privilegedStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp rm -f psAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp rm -f psCompactionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psCompactionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp rm -f psGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp rm -f psGenerationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGenerationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp rm -f psMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp rm -f psMarkSweepDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweepDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/psMemoryPool.cpp rm -f psMemoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMemoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/psMemoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp rm -f psOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp rm -f psParallelCompact.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psParallelCompact.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp rm -f psPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp rm -f psPromotionLAB.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionLAB.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp rm -f psPromotionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp rm -f psScavenge.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psScavenge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp rm -f psTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp rm -f psVirtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psVirtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp rm -f psYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp rm -f ptrQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ptrQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referencePolicy.cpp rm -f referencePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referencePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referencePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.cpp rm -f referenceProcessor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referenceProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflection.cpp rm -f reflection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflectionUtils.cpp rm -f reflectionUtils.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflectionUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflectionUtils.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/reg_split.cpp rm -f reg_split.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reg_split.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/reg_split.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/regalloc.cpp rm -f regalloc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o regalloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/regalloc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/register.cpp rm -f register.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/register.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp rm -f register_definitions_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_definitions_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_x86.cpp rm -f register_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/regmask.cpp rm -f regmask.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o regmask.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/regmask.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/relocInfo.cpp rm -f relocInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/relocInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp rm -f relocInfo_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/relocator.cpp rm -f relocator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/relocator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/resolutionErrors.cpp rm -f resolutionErrors.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resolutionErrors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/resolutionErrors.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/resourceArea.cpp rm -f resourceArea.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resourceArea.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/resourceArea.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/restore.cpp rm -f restore.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o restore.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/restore.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/rewriter.cpp rm -f rewriter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rewriter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/rewriter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/rframe.cpp rm -f rframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/rframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/rootnode.cpp rm -f rootnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rootnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/rootnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/runtime.cpp rm -f runtime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/runtime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/runtimeService.cpp rm -f runtimeService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtimeService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/runtimeService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp rm -f runtime_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtime_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/safepoint.cpp rm -f safepoint.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o safepoint.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/safepoint.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp rm -f satbQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o satbQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/scopeDesc.cpp rm -f scopeDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o scopeDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/scopeDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/serialize.cpp rm -f serialize.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o serialize.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/serialize.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/set.cpp rm -f set.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o set.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/set.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/sharedHeap.cpp rm -f sharedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/sharedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntime.cpp rm -f sharedRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp rm -f sharedRuntimeTrans.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrans.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp rm -f sharedRuntimeTrig.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp rm -f sharedRuntime_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/signature.cpp rm -f signature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o signature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/signature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/sizes.cpp rm -f sizes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sizes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/sizes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/space.cpp rm -f space.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o space.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/space.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp rm -f spaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp rm -f spaceDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp rm -f sparsePRT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sparsePRT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/specialized_oop_closures.cpp rm -f specialized_oop_closures.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o specialized_oop_closures.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/specialized_oop_closures.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/split_if.cpp rm -f split_if.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o split_if.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/split_if.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapFrame.cpp rm -f stackMapFrame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapFrame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapFrame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapTable.cpp rm -f stackMapTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValue.cpp rm -f stackValue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValueCollection.cpp rm -f stackValueCollection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValueCollection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValueCollection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/statSampler.cpp rm -f statSampler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o statSampler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/statSampler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp rm -f stubCodeGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubCodeGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp rm -f stubGenerator_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubGenerator_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubRoutines.cpp rm -f stubRoutines.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubRoutines.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/stubRoutines_linux.cpp rm -f stubRoutines_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/stubRoutines_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp rm -f stubRoutines_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/stubs.cpp rm -f stubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/stubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/subnode.cpp rm -f subnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o subnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/subnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/superword.cpp rm -f superword.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o superword.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/superword.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp rm -f survRateGroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o survRateGroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sweeper.cpp rm -f sweeper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sweeper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sweeper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolKlass.cpp rm -f symbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolOop.cpp rm -f symbolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/symbolTable.cpp rm -f symbolTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/symbolTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp rm -f synchronizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o synchronizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/systemDictionary.cpp rm -f systemDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o systemDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/systemDictionary.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp: In member function 'void ObjectMonitor::ctAsserts()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp:430: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'int*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/task.cpp rm -f task.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o task.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/task.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/taskqueue.cpp rm -f taskqueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o taskqueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/taskqueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateInterpreter.cpp rm -f templateInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp rm -f templateInterpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateTable.cpp rm -f templateTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp rm -f templateTable_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/tenuredGeneration.cpp rm -f tenuredGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o tenuredGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/tenuredGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/thread.cpp rm -f thread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/thread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/threadCritical_linux.cpp rm -f threadCritical_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadCritical_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/threadCritical_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp rm -f threadLS_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLS_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp rm -f threadLocalAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/threadLocalStorage.cpp rm -f threadLocalStorage.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalStorage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/threadLocalStorage.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/threadService.cpp rm -f threadService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/threadService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp rm -f thread_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/timer.cpp rm -f timer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o timer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/timer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/type.cpp rm -f type.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o type.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/type.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlass.cpp rm -f typeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp rm -f typeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayOop.cpp rm -f typeArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/unhandledOops.cpp rm -f unhandledOops.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unhandledOops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/unhandledOops.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/universe.cpp rm -f universe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o universe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/universe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/unsafe.cpp rm -f unsafe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unsafe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/unsafe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/utf8.cpp rm -f utf8.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o utf8.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/utf8.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/vectornode.cpp rm -f vectornode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vectornode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/vectornode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/vectset.cpp rm -f vectset.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vectset.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt/vectset.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verificationType.cpp rm -f verificationType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verificationType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verificationType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verifier.cpp rm -f verifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe.cpp rm -f vframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframeArray.cpp rm -f vframeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe_hp.cpp rm -f vframe_hp.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe_hp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe_hp.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/virtualspace.cpp rm -f virtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o virtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/virtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp rm -f vmCMSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmCMSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/vmError.cpp rm -f vmError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/vmError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vmError_linux.cpp rm -f vmError_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vmError_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp rm -f vmGCOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmGCOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp rm -f vmPSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmPSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmStructs.cpp rm -f vmStructs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmStructs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmStructs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/vmSymbols.cpp rm -f vmSymbols.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmSymbols.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/vmSymbols.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmThread.cpp rm -f vmThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.cpp rm -f vm_operations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp rm -f vm_operations_g1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations_g1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp rm -f vm_version_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp rm -f vm_version_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vmreg.cpp rm -f vmreg.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vmreg.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vmreg_x86.cpp rm -f vmreg_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vmreg_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vtableStubs.cpp rm -f vtableStubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vtableStubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp rm -f vtableStubs_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vtune_linux.cpp rm -f vtune_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtune_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vtune_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/workgroup.cpp rm -f workgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o workgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/workgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/xmlstream.cpp rm -f xmlstream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o xmlstream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/xmlstream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp rm -f yieldingWorkgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o yieldingWorkgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/idealGraphPrinter.cpp rm -f idealGraphPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o idealGraphPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto/idealGraphPrinter.cpp Assembling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f linux_x86_32.o /opt/lsb/bin/lsbcc -c -m32 -march=i586 -o linux_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f mapfile cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/mapfile-vers-product > mapfile Generating launcher.c { \ echo '#define debug launcher_debug'; \ echo '#include "java.c"'; \ echo '#include "java_md.c"'; \ } > launcher.c Making signal interposition lib... /opt/lsb/bin/lsbcc -m32 -march=i586 -shared -fpic \ -D_GNU_SOURCE -D_REENTRANT -o libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/jsig.c -ldl if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f vm.make libsaproc.so; \ fi Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_version.cpp rm -f vm_version.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_version.cpp make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi Making SA debugger back-end... /opt/lsb/bin/lsbcc -Di486 -D_GNU_SOURCE \ -m32 -march=i586 -shared -fpic \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux \ -I../generated \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/salibelf.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/symtab.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/libproc_impl.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_proc.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_core.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/LinuxDebuggerLocal.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/lsb/lsb_thread_db.c \ -Xlinker --version-script=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/mapfile \ -o libsaproc.so \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/lsb/ -ldl rm -f mapfile_reorder cat mapfile > mapfile_reorder /opt/lsb/bin/lsbcc -g -c -o launcher.o launcher.c -m32 -march=i586 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/launcher -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -DFULL_VERSION=\"14.0-b08\" -DARCH=\"i386\" -DGAMMA -DLAUNCHER_TYPE=\"gamma\" -DLINK_INTO_LIBJVM -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_proc.c: In function 'read_lib_info': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_proc.c:260: warning: format '%lx' expects type 'long unsigned int *', but argument 3 has type 'intptr_t *' { \ echo Linking vm...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -shared \ -Xlinker --version-script=mapfile_reorder -Xlinker -soname=libjvm.so -o libjvm.so abstractCompiler.o accessFlags.o ad_x86_32.o ad_x86_32_clone.o ad_x86_32_expand.o ad_x86_32_format.o ad_x86_32_gen.o ad_x86_32_misc.o ad_x86_32_peephole.o ad_x86_32_pipeline.o adaptiveSizePolicy.o addnode.o adjoiningGenerations.o adjoiningVirtualSpaces.o ageTable.o allocation.o allocationStats.o aprofiler.o arguments.o array.o arrayKlass.o arrayKlassKlass.o arrayOop.o asPSOldGen.o asPSYoungGen.o asParNewGeneration.o assembler.o assembler_linux_x86.o assembler_x86.o atomic.o attachListener.o attachListener_linux.o barrierSet.o bcEscapeAnalyzer.o biasedLocking.o binaryTreeDictionary.o bitMap.o block.o blockOffsetTable.o buildOopMap.o bytecode.o bytecodeHistogram.o bytecodeInfo.o bytecodeInterpreter.o bytecodeInterpreterWithChecks.o bytecodeInterpreter_x86.o bytecodeStream.o bytecodeTracer.o bytecodes.o bytecodes_x86.o c1_CFGPrinter.o c1_Canonicalizer.o c1_CodeStubs_x86.o c1_Compilation.o c1_Compiler.o c1_Defs.o c1_FpuStackSim_x86.o c1_FrameMap.o c1_FrameMap_x86.o c1_GraphBuilder.o c1_IR.o c1_Instruction.o c1_InstructionPrinter.o c1_LIR.o c1_LIRAssembler.o c1_LIRAssembler_x86.o c1_LIRGenerator.o c1_LIRGenerator_x86.o c1_LinearScan.o c1_LinearScan_x86.o c1_MacroAssembler_x86.o c1_Optimizer.o c1_Runtime1.o c1_Runtime1_x86.o c1_ValueMap.o c1_ValueSet.o c1_ValueStack.o c1_ValueType.o c1_globals.o c2_globals.o c2_init_x86.o c2compiler.o cSpaceCounters.o callGenerator.o callnode.o cardTableExtension.o cardTableModRefBS.o cardTableRS.o cfgnode.o chaitin.o chaitin_linux.o ciArray.o ciArrayKlass.o ciConstant.o ciConstantPoolCache.o ciEnv.o ciExceptionHandler.o ciField.o ciFlags.o ciInstance.o ciInstanceKlass.o ciInstanceKlassKlass.o ciKlass.o ciKlassKlass.o ciMethod.o ciMethodBlocks.o ciMethodData.o ciMethodKlass.o ciNullObject.o ciObjArray.o ciObjArrayKlass.o ciObjArrayKlassKlass.o ciObject.o ciObjectFactory.o ciSignature.o ciStreams.o ciSymbol.o ciSymbolKlass.o ciType.o ciTypeArray.o ciTypeArrayKlass.o ciTypeArrayKlassKlass.o ciTypeFlow.o ciUtilities.o classFileError.o classFileParser.o classFileStream.o classLoader.o classLoadingService.o classes.o classify.o cmsAdaptiveSizePolicy.o cmsCollectorPolicy.o cmsGCAdaptivePolicyCounters.o cmsLockVerifier.o cmsPermGen.o coTracker.o coalesce.o codeBlob.o codeBuffer.o codeCache.o collectedHeap.o collectionSetChooser.o collectorCounters.o collectorPolicy.o compactibleFreeListSpace.o compactingPermGenGen.o compilationPolicy.o compile.o compileBroker.o compileLog.o compiledIC.o compiledICHolderKlass.o compiledICHolderOop.o compilerOracle.o compressedStream.o concurrentG1Refine.o concurrentG1RefineThread.o concurrentGCThread.o concurrentMark.o concurrentMarkSweepGeneration.o concurrentMarkSweepThread.o concurrentMarkThread.o concurrentZFThread.o connode.o constMethodKlass.o constMethodOop.o constantPoolKlass.o constantPoolOop.o constantTag.o copy.o cpCacheKlass.o cpCacheOop.o cppInterpreter.o cppInterpreter_x86.o debug.o debugInfo.o debugInfoRec.o debug_x86.o defNewGeneration.o deoptimization.o depChecker_x86.o dependencies.o dfa_x86_32.o dict.o dictionary.o dirtyCardQueue.o disassembler.o divnode.o doCall.o domgraph.o dtraceAttacher.o dtraceJSDT.o dtraceJSDT_linux.o dump.o dump_x86_32.o escape.o events.o evmCompat.o exceptionHandlerTable.o exceptions.o fieldDescriptor.o fieldType.o filemap.o forte.o fprofiler.o frame.o frame_x86.o freeBlockDictionary.o freeChunk.o freeList.o g1BlockOffsetTable.o g1CollectedHeap.o g1CollectorPolicy.o g1MMUTracker.o g1MarkSweep.o g1RemSet.o g1SATBCardTableModRefBS.o g1_globals.o gSpaceCounters.o gcAdaptivePolicyCounters.o gcCause.o gcLocker.o gcOverheadReporter.o gcPolicyCounters.o gcStats.o gcTaskManager.o gcTaskThread.o gcUtil.o gcm.o genCollectedHeap.o genMarkSweep.o genRemSet.o generateOopMap.o generateOptoStub.o generation.o generationCounters.o generationSpec.o globalDefinitions.o globals.o graphKit.o growableArray.o handles.o hashtable.o heap.o heapDumper.o heapInspection.o heapRegion.o heapRegionRemSet.o heapRegionSeq.o histogram.o hpi.o hpi_linux.o icBuffer.o icBuffer_x86.o icache.o icache_x86.o idealKit.o ifg.o ifnode.o immutableSpace.o indexSet.o init.o instanceKlass.o instanceKlassKlass.o instanceOop.o instanceRefKlass.o intHisto.o interfaceSupport.o interp_masm_x86_32.o interpreter.o interpreterRT_x86_32.o interpreterRuntime.o interpreter_x86_32.o invocationCounter.o iterator.o java.o javaAssertions.o javaCalls.o javaClasses.o jni.o jniCheck.o jniFastGetField.o jniFastGetField_x86_32.o jniHandles.o jniPeriodicChecker.o jvm.o jvm_linux.o jvmtiClassFileReconstituter.o jvmtiCodeBlobEvents.o jvmtiEnter.o jvmtiEnterTrace.o jvmtiEnv.o jvmtiEnvBase.o jvmtiEnvThreadState.o jvmtiEventController.o jvmtiExport.o jvmtiExtensions.o jvmtiGetLoadedClasses.o jvmtiImpl.o jvmtiManageCapabilities.o jvmtiRedefineClasses.o jvmtiTagMap.o jvmtiThreadState.o jvmtiTrace.o jvmtiUtil.o klass.o klassKlass.o klassOop.o klassVtable.o lcm.o library_call.o linkResolver.o live.o loaderConstraints.o location.o locknode.o loopTransform.o loopUnswitch.o loopnode.o loopopts.o lowMemoryDetector.o machnode.o macro.o management.o markOop.o markSweep.o matcher.o memRegion.o memnode.o memoryManager.o memoryPool.o memoryService.o memprofiler.o methodComparator.o methodDataKlass.o methodDataOop.o methodKlass.o methodLiveness.o methodOop.o monitorChunk.o mulnode.o multnode.o mutableNUMASpace.o mutableSpace.o mutex.o mutexLocker.o mutex_linux.o nativeInst_x86.o nativeLookup.o nmethod.o node.o numberSeq.o objArrayKlass.o objArrayKlassKlass.o objArrayOop.o objectMonitor_linux.o objectStartArray.o oop.o oopFactory.o oopMap.o oopMapCache.o oopRecorder.o oopsHierarchy.o opcodes.o orderAccess.o os.o osThread.o osThread_linux.o os_linux.o os_linux_x86.o ostream.o output.o parCardTableModRefBS.o parGCAllocBuffer.o parMarkBitMap.o parNewGeneration.o parallelScavengeHeap.o parse1.o parse2.o parse3.o parseHelper.o pcDesc.o pcTasks.o perf.o perfData.o perfMemory.o perfMemory_linux.o permGen.o phase.o phaseX.o placeholders.o port.o postaloc.o preserveException.o privilegedStack.o psAdaptiveSizePolicy.o psCompactionManager.o psGCAdaptivePolicyCounters.o psGenerationCounters.o psMarkSweep.o psMarkSweepDecorator.o psMemoryPool.o psOldGen.o psParallelCompact.o psPermGen.o psPromotionLAB.o psPromotionManager.o psScavenge.o psTasks.o psVirtualspace.o psYoungGen.o ptrQueue.o referencePolicy.o referenceProcessor.o reflection.o reflectionUtils.o reg_split.o regalloc.o register.o register_definitions_x86.o register_x86.o regmask.o relocInfo.o relocInfo_x86.o relocator.o resolutionErrors.o resourceArea.o restore.o rewriter.o rframe.o rootnode.o runtime.o runtimeService.o runtime_x86_32.o safepoint.o satbQueue.o scopeDesc.o serialize.o set.o sharedHeap.o sharedRuntime.o sharedRuntimeTrans.o sharedRuntimeTrig.o sharedRuntime_x86_32.o signature.o sizes.o space.o spaceCounters.o spaceDecorator.o sparsePRT.o specialized_oop_closures.o split_if.o stackMapFrame.o stackMapTable.o stackValue.o stackValueCollection.o statSampler.o stubCodeGenerator.o stubGenerator_x86_32.o stubRoutines.o stubRoutines_linux.o stubRoutines_x86_32.o stubs.o subnode.o superword.o survRateGroup.o sweeper.o symbolKlass.o symbolOop.o symbolTable.o synchronizer.o systemDictionary.o task.o taskqueue.o templateInterpreter.o templateInterpreter_x86_32.o templateTable.o templateTable_x86_32.o tenuredGeneration.o thread.o threadCritical_linux.o threadLS_linux_x86.o threadLocalAllocBuffer.o threadLocalStorage.o threadService.o thread_linux_x86.o timer.o type.o typeArrayKlass.o typeArrayKlassKlass.o typeArrayOop.o unhandledOops.o universe.o unsafe.o utf8.o vectornode.o vectset.o verificationType.o verifier.o vframe.o vframeArray.o vframe_hp.o virtualspace.o vmCMSOperations.o vmError.o vmError_linux.o vmGCOperations.o vmPSOperations.o vmStructs.o vmSymbols.o vmThread.o vm_operations.o vm_operations_g1.o vm_version.o vm_version_linux_x86.o vm_version_x86_32.o vmreg.o vmreg_x86.o vtableStubs.o vtableStubs_x86_32.o vtune_linux.o workgroup.o xmlstream.o yieldingWorkgroup.o idealGraphPrinter.o linux_x86_32.o -lgcc_s -lstdc++ -lrt -lm -ldl -lpthread; \ \ rm -f libjvm.so.1; ln -s libjvm.so libjvm.so.1; \ if [ -x /usr/sbin/selinuxenabled ] ; then \ /usr/sbin/selinuxenabled; \ if [ $? = 0 ] ; then \ /usr/bin/chcon -t textrel_shlib_t libjvm.so; \ if [ $? != 0 ]; then \ echo "ERROR: Cannot chcon libjvm.so"; \ fi \ fi \ fi \ } Linking vm... make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' { \ echo Linking launcher...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -m32 -march=i586 -export-dynamic -L `pwd` -o gamma launcher.o -ljvm -lm -ldl -lpthread -lstdc++ -lrt -lgcc_s; \ \ } Linking launcher... make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' All done. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make; \ /usr/bin/make VM_TARGET=product1 generic_build1 ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir; \ /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/Makefile \ JAVA_HOME=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b08 JRE_RELEASE_VERSION=1.6.0_0-b14 HOTSPOT_BUILD_VERSION= product1 make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/Makefile checks make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 VARIANT=compiler1 make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' mkdir -p linux_i486_compiler1/generated/incls mkdir -p linux_i486_compiler1/generated/adfiles mkdir -p linux_i486_compiler1/generated/jvmtifiles [ -d linux_i486_compiler1/debug ] || { mkdir -p linux_i486_compiler1/debug; } cd linux_i486_compiler1/debug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=debug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/debug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating directory list ../shared_dirs.lst find -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/* -prune \ -type d \! \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files -o -name adlc -o -name opto -o -name libadt -o -name agent \) -exec find -L {} \ \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files \) -prune -o -type d -print \; > ../shared_dirs.lst Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = debug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "debug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/debug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/debug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/debug' touch linux_i486_compiler1/debug [ -d linux_i486_compiler1/fastdebug ] || { mkdir -p linux_i486_compiler1/fastdebug; } cd linux_i486_compiler1/fastdebug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=fastdebug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/fastdebug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = fastdebug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "fastdebug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/fastdebug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/fastdebug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/fastdebug' touch linux_i486_compiler1/fastdebug [ -d linux_i486_compiler1/jvmg ] || { mkdir -p linux_i486_compiler1/jvmg; } cd linux_i486_compiler1/jvmg && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=jvmg make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/jvmg' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = jvmg"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "jvmg" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmg.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/jvmg/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/jvmg' touch linux_i486_compiler1/jvmg [ -d linux_i486_compiler1/optimized ] || { mkdir -p linux_i486_compiler1/optimized; } cd linux_i486_compiler1/optimized && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=optimized make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/optimized' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = optimized"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "optimized" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/optimized/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/optimized' touch linux_i486_compiler1/optimized [ -d linux_i486_compiler1/product ] || { mkdir -p linux_i486_compiler1/product; } cd linux_i486_compiler1/product && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=product make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = product"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "product" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/product.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/product/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' touch linux_i486_compiler1/product [ -d linux_i486_compiler1/profiled ] || { mkdir -p linux_i486_compiler1/profiled; } cd linux_i486_compiler1/profiled && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=profiled make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/profiled' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = profiled"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "profiled" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/profiled.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/profiled/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/profiled' touch linux_i486_compiler1/profiled make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' cd linux_i486_compiler1/product && /usr/bin/make -w make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' Removing /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB.current to force regeneration. cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_core /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_gc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_gc_parallel /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_parallelScavenge /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_parNew /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_g1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_serial /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/includeDB_gc_shared /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_jvmti /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_features /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/includeDB_compiler1 > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; if [ ! -r incls ] ; then \ mkdir incls ; \ fi cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; (echo cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; echo /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -DUSE_PRECOMPILED_HEADER -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated MakeDeps diffs UnixPlatform /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/platform.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB ) > makeDeps.sh cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/makeDeps.sh Old database: computing closures New database: reading database: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB computing closures Deltas: updating output files The order of .c or .s has changed, or the grand include file has changed. writing individual include files creating abstractCompiler.cpp creating accessFlags.cpp creating allocation.cpp creating aprofiler.cpp creating arguments.cpp creating array.cpp creating arrayKlass.cpp creating arrayKlassKlass.cpp creating arrayOop.cpp creating assembler.cpp creating assembler_x86.cpp creating assembler_linux_x86.cpp creating atomic.cpp creating barrierSet.cpp creating bcEscapeAnalyzer.cpp creating biasedLocking.cpp creating bitMap.cpp creating blockOffsetTable.cpp creating bytecode.cpp creating bytecodeHistogram.cpp creating bytecodeInterpreter.cpp creating bytecodeInterpreter_x86.cpp creating bytecodeInterpreterWithChecks.cpp creating bytecodeStream.cpp creating bytecodeTracer.cpp creating bytecodes.cpp creating bytecodes_x86.cpp creating cardTableModRefBS.cpp creating cardTableRS.cpp creating ciArray.cpp creating ciArrayKlass.cpp creating ciConstant.cpp creating ciConstantPoolCache.cpp creating ciEnv.cpp creating ciExceptionHandler.cpp creating ciField.cpp creating ciFlags.cpp creating ciInstance.cpp creating ciInstanceKlass.cpp creating ciInstanceKlassKlass.cpp creating ciKlass.cpp creating ciKlassKlass.cpp creating ciMethod.cpp creating ciMethodBlocks.cpp creating ciMethodData.cpp creating ciMethodKlass.cpp creating ciNullObject.cpp creating ciObjArray.cpp creating ciObjArrayKlass.cpp creating ciObjArrayKlassKlass.cpp creating ciObject.cpp creating ciObjectFactory.cpp creating ciSignature.cpp creating ciStreams.cpp creating ciSymbol.cpp creating ciSymbolKlass.cpp creating ciType.cpp creating ciTypeArray.cpp creating ciTypeArrayKlass.cpp creating ciTypeArrayKlassKlass.cpp creating ciUtilities.cpp creating classFileError.cpp creating classFileParser.cpp creating classFileStream.cpp creating classLoader.cpp creating classLoadingService.cpp creating classify.cpp creating codeBlob.cpp creating codeBuffer.cpp creating codeCache.cpp creating collectorPolicy.cpp creating compactingPermGenGen.cpp creating compilationPolicy.cpp creating compileBroker.cpp creating compileLog.cpp creating compiledIC.cpp creating compiledICHolderKlass.cpp creating compiledICHolderOop.cpp creating compilerOracle.cpp creating compressedStream.cpp creating constMethodKlass.cpp creating constMethodOop.cpp creating constantPoolKlass.cpp creating constantPoolOop.cpp creating constantTag.cpp creating copy.cpp creating cpCacheKlass.cpp creating cpCacheOop.cpp creating cppInterpreter.cpp creating cppInterpreter_x86.cpp creating debug.cpp creating debugInfo.cpp creating debugInfoRec.cpp creating debug_x86.cpp creating defNewGeneration.cpp creating deoptimization.cpp creating depChecker_x86.cpp creating dependencies.cpp creating dictionary.cpp creating disassembler.cpp creating dtraceAttacher.cpp creating dtraceJSDT.cpp creating dtraceJSDT_linux.cpp creating events.cpp creating evmCompat.cpp creating exceptionHandlerTable.cpp creating exceptions.cpp creating fieldDescriptor.cpp creating fieldType.cpp creating filemap.cpp creating frame.cpp creating frame_x86.cpp creating gcLocker.cpp creating genCollectedHeap.cpp creating genMarkSweep.cpp creating genRemSet.cpp creating generateOopMap.cpp creating generation.cpp creating generationSpec.cpp creating globalDefinitions.cpp creating globals.cpp creating growableArray.cpp creating handles.cpp creating hashtable.cpp creating heap.cpp creating histogram.cpp creating hpi.cpp creating hpi_linux.cpp creating icBuffer.cpp creating icBuffer_x86.cpp creating icache.cpp creating icache_x86.cpp creating init.cpp creating instanceKlass.cpp creating instanceKlassKlass.cpp creating instanceOop.cpp creating instanceRefKlass.cpp creating interfaceSupport.cpp creating interp_masm_x86_32.cpp creating interpreter.cpp creating interpreterRT_x86_32.cpp creating interpreterRuntime.cpp creating interpreter_x86_32.cpp creating invocationCounter.cpp creating intHisto.cpp creating iterator.cpp creating java.cpp creating javaAssertions.cpp creating javaCalls.cpp creating javaClasses.cpp creating jni.cpp creating jniFastGetField.cpp creating jniFastGetField_x86_32.cpp creating jniHandles.cpp creating jniPeriodicChecker.cpp creating jvm.cpp creating jvm_linux.cpp creating klass.cpp creating klassKlass.cpp creating klassOop.cpp creating klassVtable.cpp creating linkResolver.cpp creating loaderConstraints.cpp creating location.cpp creating lowMemoryDetector.cpp creating management.cpp creating markOop.cpp creating markSweep.cpp creating memRegion.cpp creating memoryManager.cpp creating memoryPool.cpp creating memoryService.cpp creating memprofiler.cpp creating methodComparator.cpp creating methodDataKlass.cpp creating methodDataOop.cpp creating methodKlass.cpp creating methodLiveness.cpp creating methodOop.cpp creating monitorChunk.cpp creating mutex.cpp creating mutexLocker.cpp creating mutex_linux.cpp creating nativeInst_x86.cpp creating nativeLookup.cpp creating nmethod.cpp creating numberSeq.cpp creating objArrayKlass.cpp creating objArrayKlassKlass.cpp creating objArrayOop.cpp creating objectMonitor_linux.cpp creating oop.cpp creating oopFactory.cpp creating oopMap.cpp creating oopMapCache.cpp creating oopRecorder.cpp creating oopsHierarchy.cpp creating orderAccess.cpp creating os.cpp creating os_linux_x86.cpp creating os_linux.cpp creating osThread.cpp creating osThread_linux.cpp creating ostream.cpp creating pcDesc.cpp creating perf.cpp creating perfData.cpp creating perfMemory.cpp creating perfMemory_linux.cpp creating permGen.cpp creating placeholders.cpp creating preserveException.cpp creating privilegedStack.cpp creating referencePolicy.cpp creating referenceProcessor.cpp creating reflection.cpp creating reflectionUtils.cpp creating register.cpp creating register_x86.cpp creating register_definitions_x86.cpp creating relocInfo.cpp creating relocInfo_x86.cpp creating relocator.cpp creating resolutionErrors.cpp creating resourceArea.cpp creating rewriter.cpp creating rframe.cpp creating runtimeService.cpp creating safepoint.cpp creating scopeDesc.cpp creating sharedHeap.cpp creating sharedRuntime.cpp creating sharedRuntime_x86_32.cpp creating sharedRuntimeTrans.cpp creating sharedRuntimeTrig.cpp creating signature.cpp creating sizes.cpp creating space.cpp creating spaceDecorator.cpp creating specialized_oop_closures.cpp creating stackMapFrame.cpp creating stackMapTable.cpp creating stackValue.cpp creating stackValueCollection.cpp creating statSampler.cpp creating stubCodeGenerator.cpp creating stubGenerator_x86_32.cpp creating stubRoutines.cpp creating stubRoutines_x86_32.cpp creating stubRoutines_linux.cpp creating stubs.cpp creating sweeper.cpp creating symbolKlass.cpp creating symbolOop.cpp creating symbolTable.cpp creating synchronizer.cpp creating systemDictionary.cpp creating task.cpp creating taskqueue.cpp creating templateInterpreter.cpp creating templateInterpreter_x86_32.cpp creating templateTable.cpp creating templateTable_x86_32.cpp creating tenuredGeneration.cpp creating thread.cpp creating thread_linux_x86.cpp creating threadCritical_linux.cpp creating threadLS_linux_x86.cpp creating threadLocalAllocBuffer.cpp creating threadLocalStorage.cpp creating threadService.cpp creating timer.cpp creating typeArrayKlass.cpp creating typeArrayKlassKlass.cpp creating typeArrayOop.cpp creating unhandledOops.cpp creating universe.cpp creating unsafe.cpp creating utf8.cpp creating verificationType.cpp creating verifier.cpp creating vframe.cpp creating vframeArray.cpp creating vframe_hp.cpp creating virtualspace.cpp creating vmError.cpp creating vmError_linux.cpp creating vmSymbols.cpp creating vmThread.cpp creating vm_operations.cpp creating vm_version.cpp creating vm_version_x86_32.cpp creating vm_version_linux_x86.cpp creating vmreg.cpp creating vmreg_x86.cpp creating vtableStubs.cpp creating vtableStubs_x86_32.cpp creating vtune_linux.cpp creating workgroup.cpp creating xmlstream.cpp creating collectedHeap.cpp creating gcCause.cpp creating heapDumper.cpp creating heapInspection.cpp creating jvmtiExport.cpp creating jvmtiTagMap.cpp creating psMemoryPool.cpp creating vmStructs.cpp creating adjoiningGenerations.cpp creating adjoiningVirtualSpaces.cpp creating asPSOldGen.cpp creating asPSYoungGen.cpp creating cardTableExtension.cpp creating gcTaskManager.cpp creating gcTaskThread.cpp creating objectStartArray.cpp creating parallelScavengeHeap.cpp creating parMarkBitMap.cpp creating psAdaptiveSizePolicy.cpp creating psCompactionManager.cpp creating psGCAdaptivePolicyCounters.cpp creating psGenerationCounters.cpp creating psMarkSweep.cpp creating psMarkSweepDecorator.cpp creating psParallelCompact.cpp creating psOldGen.cpp creating psPermGen.cpp creating psPromotionManager.cpp creating psPromotionLAB.cpp creating psScavenge.cpp creating pcTasks.cpp creating psTasks.cpp creating psVirtualspace.cpp creating psYoungGen.cpp creating vmPSOperations.cpp creating binaryTreeDictionary.cpp creating cmsAdaptiveSizePolicy.cpp creating cmsCollectorPolicy.cpp creating cmsGCAdaptivePolicyCounters.cpp creating cmsLockVerifier.cpp creating cmsPermGen.cpp creating compactibleFreeListSpace.cpp creating concurrentMarkSweepGeneration.cpp creating concurrentMarkSweepThread.cpp creating freeBlockDictionary.cpp creating freeChunk.cpp creating freeList.cpp creating vmCMSOperations.cpp creating yieldingWorkgroup.cpp creating asParNewGeneration.cpp creating parCardTableModRefBS.cpp creating parGCAllocBuffer.cpp creating parNewGeneration.cpp creating collectionSetChooser.cpp creating concurrentG1Refine.cpp creating concurrentG1RefineThread.cpp creating concurrentMark.cpp creating concurrentMarkThread.cpp creating concurrentZFThread.cpp creating dirtyCardQueue.cpp creating g1BlockOffsetTable.cpp creating g1CollectedHeap.cpp creating g1CollectorPolicy.cpp creating g1_globals.cpp creating g1MarkSweep.cpp creating g1MMUTracker.cpp creating g1RemSet.cpp creating g1SATBCardTableModRefBS.cpp creating heapRegion.cpp creating heapRegionRemSet.cpp creating heapRegionSeq.cpp creating ptrQueue.cpp creating satbQueue.cpp creating sparsePRT.cpp creating survRateGroup.cpp creating vm_operations_g1.cpp creating adaptiveSizePolicy.cpp creating ageTable.cpp creating collectorCounters.cpp creating cSpaceCounters.cpp creating gcPolicyCounters.cpp creating gcStats.cpp creating gcUtil.cpp creating generationCounters.cpp creating vmGCOperations.cpp creating concurrentGCThread.cpp creating coTracker.cpp creating allocationStats.cpp creating gcAdaptivePolicyCounters.cpp creating gcOverheadReporter.cpp creating gSpaceCounters.cpp creating immutableSpace.cpp creating mutableNUMASpace.cpp creating mutableSpace.cpp creating spaceCounters.cpp creating jvmtiClassFileReconstituter.cpp creating jvmtiEnter.cpp creating jvmtiEnterTrace.cpp creating jvmtiEnv.cpp creating jvmtiEnvBase.cpp creating jvmtiEnvThreadState.cpp creating jvmtiEventController.cpp creating jvmtiGetLoadedClasses.cpp creating jvmtiManageCapabilities.cpp creating jvmtiRedefineClasses.cpp creating jvmtiThreadState.cpp creating jvmtiUtil.cpp creating attachListener.cpp creating attachListener_linux.cpp creating dump.cpp creating dump_x86_32.cpp creating forte.cpp creating fprofiler.cpp creating jniCheck.cpp creating jvmtiCodeBlobEvents.cpp creating jvmtiExtensions.cpp creating jvmtiImpl.cpp creating jvmtiTrace.cpp creating restore.cpp creating serialize.cpp creating c1_CFGPrinter.cpp creating c1_Canonicalizer.cpp creating c1_CodeStubs_x86.cpp creating c1_Compilation.cpp creating c1_Compiler.cpp creating c1_Defs.cpp creating c1_FpuStackSim_x86.cpp creating c1_FrameMap.cpp creating c1_FrameMap_x86.cpp creating c1_globals.cpp creating c1_GraphBuilder.cpp creating c1_IR.cpp creating c1_Instruction.cpp creating c1_InstructionPrinter.cpp creating c1_LIR.cpp creating c1_LIRAssembler.cpp creating c1_LIRAssembler_x86.cpp creating c1_LIRGenerator.cpp creating c1_LIRGenerator_x86.cpp creating c1_LinearScan.cpp creating c1_LinearScan_x86.cpp creating c1_MacroAssembler_x86.cpp creating c1_Optimizer.cpp creating c1_Runtime1.cpp creating c1_Runtime1_x86.cpp creating c1_ValueMap.cpp creating c1_ValueSet.cpp creating c1_ValueStack.cpp creating c1_ValueType.cpp writing grand include file writing dependencies file cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; cp includeDB /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB.current cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/platform.current make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvFill.java Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnv.hpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiHpp.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnv.hpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnter.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnter.cpp -PARAM interface jvmti Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp -PARAM interface jvmti -PARAM trace Trace Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvStub.cpp Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiEnvFill /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvStub.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiH.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmti.h Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f sa.make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar; \ fi make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' echo "Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar" Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi if [ ! -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar ] ; then \ echo "Missing /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar file. Use 1.6.0 or later version of JDK";\ echo ""; \ exit 1; \ fi if [ ! -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses ] ; then \ mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses; \ fi /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/CLHSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/DebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotSolarisVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/LinuxVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/RMIHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/Win32VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/AbstractInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Arithmetic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BaseIndexScaleDispAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CPUHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DummySymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Immediate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ImmediateOrRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/IndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/InstructionVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Operand.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLDataTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/StoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/SymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FP2RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPopDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FlushDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/Format3ADecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IllegalInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/JmplDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LogicDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/MemoryInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RestoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RettDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArgument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCAtomicLoadStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFP2RegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFlushInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFormat3AInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIndirectCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCJmplInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLdstubInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCNoopInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCOpcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRestoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRettInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSaveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSethiInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStbarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSwapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCTrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCUnimpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV8Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9CasInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ConditionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9DoneInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FlushwInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9IlltrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ImpdepInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MembarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PopcInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrefetchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RdprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RestoredInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RetryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SavedInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SirInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WrprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCWriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SaveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SethiDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/StoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/TrapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/UnimpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpacePrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CCBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CasDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9DoneRetryDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FlushwDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntRegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PopcDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrivilegedReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RdprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SavedRestoredDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WrprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ConditionalJmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatGRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/GRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/JmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/LogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/MoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/RotateDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSELogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CondJmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86GeneralInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86IllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86JmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterDirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterPart.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RotateInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisterAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpot.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/JavaLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PCFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PackageScanner.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/RegisterPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTraceEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/ThreadListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/VariablePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/AddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/EnumTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/ObjectTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/Runtime1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/BufferBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCacheVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedWriteStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantDoubleValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantIntValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantLongValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantOopReadValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInformationRecorder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DeoptimizationBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ExceptionBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Location.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/LocationValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/MonitorValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/NMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/RuntimeStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SafepointBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SingletonBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Stub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/StubQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/UncommonTrapBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/VMRegImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/AddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/InputLexer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/LongHashMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescription.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIA64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIntelX86.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC64Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionTwosComplement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MappedByteBufferDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NoSuchSymbolException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NotInHeapException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Page.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageFetcher.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ProcessInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/RandomAccessFileDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ReadResult.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/SymbolLookup.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadProxy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnalignedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnmappedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/AccessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CVAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ClosestSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/EnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/GlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObjectComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/MemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ProcessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/RefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Sym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TemplateType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TypeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/VoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicMemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicNamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicRefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicVoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/ResolveListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/AMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/X86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThreadContextFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/ia64/LinuxIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/DSO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHashTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFProgramHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFStringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestHelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntryConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxBfEfRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFileRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFunctionDefinitionRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSectionDefinitionsRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSymbolRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxWeakExternalRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFLineNumber.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFRelocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbolConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COMDATSelectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/Characteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DLLCharacteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DataDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectoryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50MemberAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50ReservedTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSAlignSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSFileIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalPub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSLibraries.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSMPC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap16.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap32.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPreComp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcLnSeg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSStaticSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbolBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbols.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDescEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModFileDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModLineNumberMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeLeafIndices.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50WrongNumericTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50X86RegisterEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DumpExports.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/MachineTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderStandardFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderWindowsSpecificFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestDebugInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TypeIndicators.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/WindowsNTSubsystem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSOldGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSYoungGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/ParallelScavengeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/ImmutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/MutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeapName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeBipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeCheckCast.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastAAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastIAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetPut.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGoto.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGotoW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIinc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInstanceOf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInvoke.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJmp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsrW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoad.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadConstant.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLookupswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeMultiANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNew.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeRet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeSipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeTableswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWideable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithCPIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Interpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/InterpreterCodelet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/LookupswitchPair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/MaskFillerForNative.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OffsetClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapForCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BaseLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassLoaderReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/InterfaceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JNITypeParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JVMTIThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocalVariableImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocationImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MirrorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MonitorInfoImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/NonConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ReferenceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SACoreAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServerAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAPIDAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SDE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StackFrameImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StratumLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StringReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadGroupReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeComponentImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VMModifiers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueContainer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/BreakpointEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CIntegerAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CStringAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/Event.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ExceptionEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/JNIHandleAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ServiceabilityAgentJVMDIModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSBitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSCollector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CodeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ConcurrentMarkSweepGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContigPermSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContiguousSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Dictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DictionaryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/EdenSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenCollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Generation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationIsInClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/HeapBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/MemRegion.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OffsetTableContigSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OneContigSpaceCardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ParNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ProtectionDomainEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SharedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Space.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SpaceClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/StringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SymbolTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/AccessFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Array.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BreakpointInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeStateList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CheckedExceptionElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolderKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompressedLineNumberReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultOopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/GenerateOopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Instance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/JVMDIClassStatus.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/KlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LineNumberTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LocalVariableTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Mark.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Method.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodDataKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MutationException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogramElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/RawHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Symbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/SymbolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/UnknownOopException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AboutAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignCenterAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignLeftAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignRightAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ApplyAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/BackAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/CancelAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/DelegateAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ExitAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/FileMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/FinishAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/NewAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/NextAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/OkAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/OpenAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAsAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/StateChangeAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/action/ViewMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonMenuBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonToolBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonUI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelButtonPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelDialog.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/SplashScreen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/StatusBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/TabsDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/ToggleActionPropertyChangeListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/com/sun/java/swing/ui/WizardDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/AddressVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ArgumentSizeComputer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Arguments.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicObjectLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicTypeSize.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Bytes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompilerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConcurrentLocksPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConstructionException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/DeadlockDetector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ExternalVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/InterpretedVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandleBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandles.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIid.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JvmtiAgentThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/LowMemoryDetectorThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/MonitorInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/NativeSignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/OSThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectSynchronizer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataPrologue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfMemory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ResultTypeFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureConverter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackFrameStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValueCollection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StubRoutines.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ThreadLocalAllocBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObjectFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMReg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMVersionMismatchException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualConstructor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/WatcherThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/cInterpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_amd64/LinuxAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_ia64/LinuxIA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/posix/POSIXSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_amd64/SolarisAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_sparc/SolarisSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_x86/SolarisX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCRegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/Win32AMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_ia64/Win32IA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/Win32X86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FinalizerInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FlagDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JSnap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PermStat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/SysPropsDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/Tool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/NameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/PackageNameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/JSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/SOQL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/AddressField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/TypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/WrongTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicAddressFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicNarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Annotation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/CommandProcessorPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DeadlockDetectionPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DebuggerConsolePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditableAtEndDocument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Editor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorCommands.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindByQueryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInCodeCachePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInHeapPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/GraphicsUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HeapParametersPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HighPrecisionJScrollBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HistoryComboBox.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Inspector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JInternalFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaStackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaThreadsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryViewer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MonitorCacheDumpPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectHistogramPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProcessListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProgressBarPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAEditorPane.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SourceCodePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/StringTransferable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SysPropsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ThreadInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMFlagsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMVersionInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindClassesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindCrashesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/HSDBActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/InspectAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/JavaStackTraceAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/MemoryAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ShowAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ThreadInfoAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/ClassBrowserPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/CodeViewerPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/LongCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderMouseAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortableTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/TableModelComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadAddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadOopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BooleanTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CStringTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CTypeTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CharTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/OopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RootTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeGroupNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/AbstractTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/JTreeTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/SimpleTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModelAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AddressOps.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Assert.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AssertionFailure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMapClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Bits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CPPExpressions.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CStringUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstantTag.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/FindObjectByType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Hashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableBucket.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGXLWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapProgressThunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntegerEnum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Interval.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPath.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MarkBits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueueBackend.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ObjectReader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerLocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProcImageClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProgressiveHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBColor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrsAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RobustOopDeterminator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/StreamMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/SystemDictionaryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/TwoOopHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/UnsupportedPlatformException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/WorkerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedBoolean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedByte.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedChar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedDouble.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedFloat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedInt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedLong.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedShort.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/Callable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/DefaultScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/InvocableCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaScriptEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaString.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaVM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MapScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MethodCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLQuery.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer echo ""sun.jvm.hotspot.runtime.VM.saBuildVersion=14.0-b08"" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sa.properties rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/ui/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/* cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/ cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes/images/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/ . /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar uf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/share/classes META-INF/services/com.sun.jdi.connect.Connector /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.sparc.SPARCThreadContext make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' echo Generating precompiled header incls/_precompiled.incl.gch Generating precompiled header incls/_precompiled.incl.gch mkdir -p ./incls /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -x c++-header -c ../generated/incls/_precompiled.incl -o incls/_precompiled.incl.gch make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/abstractCompiler.cpp rm -f abstractCompiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o abstractCompiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/abstractCompiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/accessFlags.cpp rm -f accessFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o accessFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/accessFlags.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp rm -f adaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp rm -f adjoiningGenerations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningGenerations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp rm -f adjoiningVirtualSpaces.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningVirtualSpaces.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp rm -f ageTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ageTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/allocation.cpp rm -f allocation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/allocation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp rm -f allocationStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocationStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/aprofiler.cpp rm -f aprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o aprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/aprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/arguments.cpp rm -f arguments.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arguments.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/arguments.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/array.cpp rm -f array.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o array.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/array.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlass.cpp rm -f arrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlassKlass.cpp rm -f arrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayOop.cpp rm -f arrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/arrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp rm -f asPSOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp rm -f asPSYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp rm -f asParNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asParNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/assembler.cpp rm -f assembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/assembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp rm -f assembler_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/assembler_x86.cpp rm -f assembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/assembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/atomic.cpp rm -f atomic.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o atomic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/atomic.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/attachListener.cpp rm -f attachListener.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/attachListener.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/attachListener_linux.cpp rm -f attachListener_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/attachListener_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/barrierSet.cpp rm -f barrierSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o barrierSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/barrierSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp rm -f bcEscapeAnalyzer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bcEscapeAnalyzer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/biasedLocking.cpp rm -f biasedLocking.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o biasedLocking.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/biasedLocking.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp rm -f binaryTreeDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o binaryTreeDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/bitMap.cpp rm -f bitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/bitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/blockOffsetTable.cpp rm -f blockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o blockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/blockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecode.cpp rm -f bytecode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp rm -f bytecodeHistogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeHistogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp rm -f bytecodeInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Compiling ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp rm -f bytecodeInterpreterWithChecks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreterWithChecks.o ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp rm -f bytecodeInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeStream.cpp rm -f bytecodeStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp rm -f bytecodeTracer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeTracer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodes.cpp rm -f bytecodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp rm -f bytecodes_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp rm -f c1_CFGPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CFGPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp rm -f c1_Canonicalizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Canonicalizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp rm -f c1_CodeStubs_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CodeStubs_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compilation.cpp rm -f c1_Compilation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compilation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compilation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compiler.cpp rm -f c1_Compiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Compiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Defs.cpp rm -f c1_Defs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Defs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Defs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp rm -f c1_FpuStackSim_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FpuStackSim_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_FrameMap.cpp rm -f c1_FrameMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_FrameMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp rm -f c1_FrameMap_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp rm -f c1_GraphBuilder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_GraphBuilder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_IR.cpp rm -f c1_IR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_IR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_IR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Instruction.cpp rm -f c1_Instruction.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Instruction.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Instruction.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp rm -f c1_InstructionPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_InstructionPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIR.cpp rm -f c1_LIR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp rm -f c1_LIRAssembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp rm -f c1_LIRAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp rm -f c1_LIRGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp rm -f c1_LIRGenerator_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LinearScan.cpp rm -f c1_LinearScan.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_LinearScan.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp rm -f c1_LinearScan_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp rm -f c1_MacroAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_MacroAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Optimizer.cpp rm -f c1_Optimizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Optimizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Optimizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Runtime1.cpp rm -f c1_Runtime1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_Runtime1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp rm -f c1_Runtime1_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueMap.cpp rm -f c1_ValueMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueSet.cpp rm -f c1_ValueSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueStack.cpp rm -f c1_ValueStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_globals.cpp rm -f c1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp rm -f cSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp rm -f cardTableExtension.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableExtension.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableModRefBS.cpp rm -f cardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableRS.cpp rm -f cardTableRS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableRS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/cardTableRS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArray.cpp rm -f ciArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArrayKlass.cpp rm -f ciArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstant.cpp rm -f ciConstant.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstant.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstant.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp rm -f ciConstantPoolCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstantPoolCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciEnv.cpp rm -f ciEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciExceptionHandler.cpp rm -f ciExceptionHandler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciExceptionHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciExceptionHandler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciField.cpp rm -f ciField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciFlags.cpp rm -f ciFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciFlags.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstance.cpp rm -f ciInstance.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstance.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstance.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlass.cpp rm -f ciInstanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp rm -f ciInstanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlass.cpp rm -f ciKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlassKlass.cpp rm -f ciKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethod.cpp rm -f ciMethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodBlocks.cpp rm -f ciMethodBlocks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodBlocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodBlocks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodData.cpp rm -f ciMethodData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodKlass.cpp rm -f ciMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciNullObject.cpp rm -f ciNullObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciNullObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciNullObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArray.cpp rm -f ciObjArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp rm -f ciObjArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp rm -f ciObjArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObject.cpp rm -f ciObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjectFactory.cpp rm -f ciObjectFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjectFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciObjectFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSignature.cpp rm -f ciSignature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSignature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSignature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciStreams.cpp rm -f ciStreams.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciStreams.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciStreams.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbol.cpp rm -f ciSymbol.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbol.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbol.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbolKlass.cpp rm -f ciSymbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciSymbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciType.cpp rm -f ciType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArray.cpp rm -f ciTypeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp rm -f ciTypeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp rm -f ciTypeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciUtilities.cpp rm -f ciUtilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciUtilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci/ciUtilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileError.cpp rm -f classFileError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.cpp rm -f classFileParser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileParser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileStream.cpp rm -f classFileStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classFileStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classLoader.cpp rm -f classLoader.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/classLoader.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/classLoadingService.cpp rm -f classLoadingService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoadingService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/classLoadingService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/classify.cpp rm -f classify.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classify.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/classify.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp rm -f cmsAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp rm -f cmsCollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsCollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp rm -f cmsGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp rm -f cmsLockVerifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsLockVerifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp rm -f cmsPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp rm -f coTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o coTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeBlob.cpp rm -f codeBlob.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBlob.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeBlob.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/codeBuffer.cpp rm -f codeBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/codeBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeCache.cpp rm -f codeCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/codeCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.cpp rm -f collectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp rm -f collectionSetChooser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectionSetChooser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp rm -f collectorCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.cpp rm -f collectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp rm -f compactibleFreeListSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactibleFreeListSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/compactingPermGenGen.cpp rm -f compactingPermGenGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O1 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactingPermGenGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/compactingPermGenGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/compilationPolicy.cpp rm -f compilationPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilationPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/compilationPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileBroker.cpp rm -f compileBroker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileBroker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileBroker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileLog.cpp rm -f compileLog.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileLog.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compileLog.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compiledIC.cpp rm -f compiledIC.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledIC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compiledIC.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp rm -f compiledICHolderKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderOop.cpp rm -f compiledICHolderOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/compiledICHolderOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compilerOracle.cpp rm -f compilerOracle.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilerOracle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/compilerOracle.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compressedStream.cpp rm -f compressedStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compressedStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/compressedStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp rm -f concurrentG1Refine.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1Refine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp rm -f concurrentG1RefineThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1RefineThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp rm -f concurrentGCThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentGCThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp rm -f concurrentMark.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMark.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp rm -f concurrentMarkSweepGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp rm -f concurrentMarkSweepThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp rm -f concurrentMarkThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp rm -f concurrentZFThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentZFThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodKlass.cpp rm -f constMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodOop.cpp rm -f constMethodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constMethodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolKlass.cpp rm -f constantPoolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.cpp rm -f constantPoolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/constantTag.cpp rm -f constantTag.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantTag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/constantTag.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/copy.cpp rm -f copy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o copy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/copy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheKlass.cpp rm -f cpCacheKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheOop.cpp rm -f cpCacheOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/cppInterpreter.cpp rm -f cppInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/cppInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp rm -f cppInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/debug.cpp rm -f debug.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/debug.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfo.cpp rm -f debugInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfoRec.cpp rm -f debugInfoRec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfoRec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/debugInfoRec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/debug_x86.cpp rm -f debug_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/debug_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/defNewGeneration.cpp rm -f defNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o defNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/defNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/deoptimization.cpp rm -f deoptimization.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o deoptimization.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/deoptimization.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/depChecker_x86.cpp rm -f depChecker_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o depChecker_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/depChecker_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/dependencies.cpp rm -f dependencies.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dependencies.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/dependencies.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/dictionary.cpp rm -f dictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/dictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp rm -f dirtyCardQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dirtyCardQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/disassembler.cpp rm -f disassembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o disassembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/disassembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/dtraceAttacher.cpp rm -f dtraceAttacher.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceAttacher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/dtraceAttacher.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/dtraceJSDT.cpp rm -f dtraceJSDT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/dtraceJSDT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp rm -f dtraceJSDT_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/dump.cpp rm -f dump.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/dump.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/dump_x86_32.cpp rm -f dump_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/dump_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/events.cpp rm -f events.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o events.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/events.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/evmCompat.cpp rm -f evmCompat.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o evmCompat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/evmCompat.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.cpp rm -f exceptionHandlerTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptionHandlerTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/exceptions.cpp rm -f exceptions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/exceptions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldDescriptor.cpp rm -f fieldDescriptor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldDescriptor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldDescriptor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldType.cpp rm -f fieldType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fieldType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/filemap.cpp rm -f filemap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o filemap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/filemap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/forte.cpp rm -f forte.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o forte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/forte.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fprofiler.cpp rm -f fprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/fprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/frame.cpp rm -f frame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/frame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/frame_x86.cpp rm -f frame_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/frame_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp rm -f freeBlockDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeBlockDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp rm -f freeChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp rm -f freeList.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp rm -f g1BlockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1BlockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp rm -f g1CollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp rm -f g1CollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp rm -f g1MMUTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MMUTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp rm -f g1MarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp rm -f g1RemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1RemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp rm -f g1SATBCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1SATBCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp rm -f g1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp rm -f gSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp rm -f gcAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/gcCause.cpp rm -f gcCause.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcCause.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface/gcCause.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/gcLocker.cpp rm -f gcLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/gcLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp rm -f gcOverheadReporter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcOverheadReporter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp rm -f gcPolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcPolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp rm -f gcStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp rm -f gcTaskManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp rm -f gcTaskThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp rm -f gcUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genCollectedHeap.cpp rm -f genCollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genCollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genCollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genMarkSweep.cpp rm -f genMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genRemSet.cpp rm -f genRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/genRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/generateOopMap.cpp rm -f generateOopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generateOopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/generateOopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generation.cpp rm -f generation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp rm -f generationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generationSpec.cpp rm -f generationSpec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationSpec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/generationSpec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.cpp rm -f globalDefinitions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globalDefinitions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/globals.cpp rm -f globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/growableArray.cpp rm -f growableArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o growableArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/growableArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/handles.cpp rm -f handles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o handles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/handles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/hashtable.cpp rm -f hashtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hashtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/hashtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heap.cpp rm -f heap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/heapDumper.cpp rm -f heapDumper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapDumper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/heapDumper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heapInspection.cpp rm -f heapInspection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapInspection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/heapInspection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp rm -f heapRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp rm -f heapRegionRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp rm -f heapRegionSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/histogram.cpp rm -f histogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o histogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/histogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/hpi.cpp rm -f hpi.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/hpi.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/hpi_linux.cpp rm -f hpi_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/hpi_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/icBuffer.cpp rm -f icBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/icBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp rm -f icBuffer_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/icache.cpp rm -f icache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/icache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icache_x86.cpp rm -f icache_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/icache_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp rm -f immutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o immutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/init.cpp rm -f init.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/init.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlass.cpp rm -f instanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlassKlass.cpp rm -f instanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceOop.cpp rm -f instanceOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceRefKlass.cpp rm -f instanceRefKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceRefKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/instanceRefKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/intHisto.cpp rm -f intHisto.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o intHisto.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/intHisto.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/interfaceSupport.cpp rm -f interfaceSupport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interfaceSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/interfaceSupport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp rm -f interp_masm_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interp_masm_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.cpp rm -f interpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp rm -f interpreterRT_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRT_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp rm -f interpreterRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp rm -f interpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/invocationCounter.cpp rm -f invocationCounter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o invocationCounter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/invocationCounter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/iterator.cpp rm -f iterator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o iterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/iterator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/java.cpp rm -f java.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/java.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaAssertions.cpp rm -f javaAssertions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaAssertions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaAssertions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/javaCalls.cpp rm -f javaCalls.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaCalls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/javaCalls.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaClasses.cpp rm -f javaClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/javaClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jni.cpp rm -f jni.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jni.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jni.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniCheck.cpp rm -f jniCheck.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniCheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniCheck.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniFastGetField.cpp rm -f jniFastGetField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jniFastGetField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp rm -f jniFastGetField_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniHandles.cpp rm -f jniHandles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniHandles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniHandles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp rm -f jniPeriodicChecker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniPeriodicChecker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvm.cpp rm -f jvm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp rm -f jvm_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/jvm_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp rm -f jvmtiClassFileReconstituter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiClassFileReconstituter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp rm -f jvmtiCodeBlobEvents.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiCodeBlobEvents.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp Compiling ../generated/jvmtifiles/jvmtiEnter.cpp rm -f jvmtiEnter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnter.o ../generated/jvmtifiles/jvmtiEnter.cpp Compiling ../generated/jvmtifiles/jvmtiEnterTrace.cpp rm -f jvmtiEnterTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnterTrace.o ../generated/jvmtifiles/jvmtiEnterTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.cpp rm -f jvmtiEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp rm -f jvmtiEnvBase.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvBase.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp rm -f jvmtiEnvThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEventController.cpp rm -f jvmtiEventController.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEventController.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiEventController.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExport.cpp rm -f jvmtiExport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExtensions.cpp rm -f jvmtiExtensions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExtensions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiExtensions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp rm -f jvmtiGetLoadedClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiGetLoadedClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiImpl.cpp rm -f jvmtiImpl.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiImpl.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp rm -f jvmtiManageCapabilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiManageCapabilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp rm -f jvmtiRedefineClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiRedefineClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTagMap.cpp rm -f jvmtiTagMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTagMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTagMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiThreadState.cpp rm -f jvmtiThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTrace.cpp rm -f jvmtiTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTrace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiUtil.cpp rm -f jvmtiUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klass.cpp rm -f klass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassKlass.cpp rm -f klassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassOop.cpp rm -f klassOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassVtable.cpp rm -f klassVtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassVtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/klassVtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/linkResolver.cpp rm -f linkResolver.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o linkResolver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/linkResolver.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/loaderConstraints.cpp rm -f loaderConstraints.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loaderConstraints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/loaderConstraints.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/location.cpp rm -f location.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o location.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/location.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/lowMemoryDetector.cpp rm -f lowMemoryDetector.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o lowMemoryDetector.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/lowMemoryDetector.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/management.cpp rm -f management.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o management.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/management.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/markOop.cpp rm -f markOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/markOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp rm -f markSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/memRegion.cpp rm -f memRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/memRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryManager.cpp rm -f memoryManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryPool.cpp rm -f memoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryService.cpp rm -f memoryService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/memoryService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/memprofiler.cpp rm -f memprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/memprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/methodComparator.cpp rm -f methodComparator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodComparator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/methodComparator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataKlass.cpp rm -f methodDataKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataOop.cpp rm -f methodDataOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodDataOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodKlass.cpp rm -f methodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/methodLiveness.cpp rm -f methodLiveness.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodLiveness.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/methodLiveness.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodOop.cpp rm -f methodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/methodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/monitorChunk.cpp rm -f monitorChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o monitorChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/monitorChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp rm -f mutableNUMASpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableNUMASpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp rm -f mutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutex.cpp rm -f mutex.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutex.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutexLocker.cpp rm -f mutexLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutexLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/mutexLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/mutex_linux.cpp rm -f mutex_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/mutex_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp rm -f nativeInst_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeInst_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/nativeLookup.cpp rm -f nativeLookup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeLookup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/nativeLookup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/nmethod.cpp rm -f nmethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nmethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/nmethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/numberSeq.cpp rm -f numberSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o numberSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/numberSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlass.cpp rm -f objArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp rm -f objArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayOop.cpp rm -f objArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/objArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/objectMonitor_linux.cpp rm -f objectMonitor_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectMonitor_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/objectMonitor_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp rm -f objectStartArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectStartArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oop.cpp rm -f oop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.cpp rm -f oopFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/oopMap.cpp rm -f oopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler/oopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/oopMapCache.cpp rm -f oopMapCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMapCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/oopMapCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/oopRecorder.cpp rm -f oopRecorder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopRecorder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/oopRecorder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oopsHierarchy.cpp rm -f oopsHierarchy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopsHierarchy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/oopsHierarchy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/orderAccess.cpp rm -f orderAccess.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o orderAccess.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/orderAccess.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/os.cpp rm -f os.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/os.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/osThread.cpp rm -f osThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/osThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/osThread_linux.cpp rm -f osThread_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/osThread_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp rm -f os_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp rm -f os_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::init_system_properties_values()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:412: warning: deprecated conversion from string constant to 'char*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::Linux::capture_initial_stack(size_t)': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 22 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 23 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%ld' expects type 'long int*', but argument 24 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 26 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 27 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 28 has type 'uintptr_t*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/ostream.cpp rm -f ostream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ostream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/ostream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp rm -f parCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp rm -f parGCAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parGCAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp rm -f parMarkBitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parMarkBitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp rm -f parNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp rm -f parallelScavengeHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parallelScavengeHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/pcDesc.cpp rm -f pcDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/pcDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp rm -f pcTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/perf.cpp rm -f perf.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/perf.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.cpp rm -f perfData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfMemory.cpp rm -f perfMemory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/perfMemory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/perfMemory_linux.cpp rm -f perfMemory_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/perfMemory_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/permGen.cpp rm -f permGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o permGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/permGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/placeholders.cpp rm -f placeholders.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o placeholders.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/placeholders.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/preserveException.cpp rm -f preserveException.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o preserveException.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/preserveException.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/privilegedStack.cpp rm -f privilegedStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o privilegedStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/privilegedStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp rm -f psAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp rm -f psCompactionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psCompactionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp rm -f psGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp rm -f psGenerationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGenerationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp rm -f psMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp rm -f psMarkSweepDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweepDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/psMemoryPool.cpp rm -f psMemoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMemoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/psMemoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp rm -f psOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp rm -f psParallelCompact.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psParallelCompact.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp rm -f psPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp rm -f psPromotionLAB.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionLAB.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp rm -f psPromotionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp rm -f psScavenge.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psScavenge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp rm -f psTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp rm -f psVirtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psVirtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp rm -f psYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp rm -f ptrQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ptrQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referencePolicy.cpp rm -f referencePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referencePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referencePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.cpp rm -f referenceProcessor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referenceProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflection.cpp rm -f reflection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflectionUtils.cpp rm -f reflectionUtils.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflectionUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/reflectionUtils.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/register.cpp rm -f register.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm/register.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp rm -f register_definitions_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_definitions_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_x86.cpp rm -f register_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/register_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/relocInfo.cpp rm -f relocInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/relocInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp rm -f relocInfo_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/relocator.cpp rm -f relocator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/relocator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/resolutionErrors.cpp rm -f resolutionErrors.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resolutionErrors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/resolutionErrors.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/resourceArea.cpp rm -f resourceArea.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resourceArea.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/resourceArea.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/restore.cpp rm -f restore.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o restore.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/restore.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/rewriter.cpp rm -f rewriter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rewriter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/rewriter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/rframe.cpp rm -f rframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/rframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/runtimeService.cpp rm -f runtimeService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtimeService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/runtimeService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/safepoint.cpp rm -f safepoint.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o safepoint.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/safepoint.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp rm -f satbQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o satbQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/scopeDesc.cpp rm -f scopeDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o scopeDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/scopeDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/serialize.cpp rm -f serialize.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o serialize.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/serialize.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/sharedHeap.cpp rm -f sharedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/sharedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntime.cpp rm -f sharedRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp rm -f sharedRuntimeTrans.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrans.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp rm -f sharedRuntimeTrig.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp rm -f sharedRuntime_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/signature.cpp rm -f signature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o signature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/signature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/sizes.cpp rm -f sizes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sizes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/sizes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/space.cpp rm -f space.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o space.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/space.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp rm -f spaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp rm -f spaceDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp rm -f sparsePRT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sparsePRT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/specialized_oop_closures.cpp rm -f specialized_oop_closures.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o specialized_oop_closures.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/specialized_oop_closures.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapFrame.cpp rm -f stackMapFrame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapFrame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapFrame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapTable.cpp rm -f stackMapTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/stackMapTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValue.cpp rm -f stackValue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValueCollection.cpp rm -f stackValueCollection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValueCollection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stackValueCollection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/statSampler.cpp rm -f statSampler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o statSampler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/statSampler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp rm -f stubCodeGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubCodeGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp rm -f stubGenerator_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubGenerator_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubRoutines.cpp rm -f stubRoutines.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/stubRoutines.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/stubRoutines_linux.cpp rm -f stubRoutines_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/stubRoutines_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp rm -f stubRoutines_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/stubs.cpp rm -f stubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/stubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp rm -f survRateGroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o survRateGroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sweeper.cpp rm -f sweeper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sweeper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/sweeper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolKlass.cpp rm -f symbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolOop.cpp rm -f symbolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/symbolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/symbolTable.cpp rm -f symbolTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/symbolTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp rm -f synchronizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o synchronizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp: In member function 'void ObjectMonitor::ctAsserts()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.cpp:430: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'int*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/systemDictionary.cpp rm -f systemDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o systemDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/systemDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/task.cpp rm -f task.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o task.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/task.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/taskqueue.cpp rm -f taskqueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o taskqueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/taskqueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateInterpreter.cpp rm -f templateInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp rm -f templateInterpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateTable.cpp rm -f templateTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter/templateTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp rm -f templateTable_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/tenuredGeneration.cpp rm -f tenuredGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o tenuredGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/tenuredGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/thread.cpp rm -f thread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/thread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/threadCritical_linux.cpp rm -f threadCritical_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadCritical_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/threadCritical_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp rm -f threadLS_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLS_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp rm -f threadLocalAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/threadLocalStorage.cpp rm -f threadLocalStorage.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalStorage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/threadLocalStorage.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/threadService.cpp rm -f threadService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/threadService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp rm -f thread_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/timer.cpp rm -f timer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o timer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/timer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlass.cpp rm -f typeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp rm -f typeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayOop.cpp rm -f typeArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/unhandledOops.cpp rm -f unhandledOops.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unhandledOops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/unhandledOops.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/universe.cpp rm -f universe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o universe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory/universe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/unsafe.cpp rm -f unsafe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unsafe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/unsafe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/utf8.cpp rm -f utf8.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o utf8.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/utf8.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verificationType.cpp rm -f verificationType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verificationType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verificationType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verifier.cpp rm -f verifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/verifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe.cpp rm -f vframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframeArray.cpp rm -f vframeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe_hp.cpp rm -f vframe_hp.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe_hp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vframe_hp.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/virtualspace.cpp rm -f virtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o virtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/virtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp rm -f vmCMSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmCMSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/vmError.cpp rm -f vmError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/vmError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vmError_linux.cpp rm -f vmError_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vmError_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp rm -f vmGCOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmGCOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp rm -f vmPSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmPSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmStructs.cpp rm -f vmStructs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmStructs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmStructs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/vmSymbols.cpp rm -f vmSymbols.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmSymbols.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile/vmSymbols.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmThread.cpp rm -f vmThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vmThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.cpp rm -f vm_operations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp rm -f vm_operations_g1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations_g1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp rm -f vm_version_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp rm -f vm_version_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vmreg.cpp rm -f vmreg.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vmreg.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vmreg_x86.cpp rm -f vmreg_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vmreg_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vtableStubs.cpp rm -f vtableStubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code/vtableStubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp rm -f vtableStubs_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vtune_linux.cpp rm -f vtune_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtune_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/vtune_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/workgroup.cpp rm -f workgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o workgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/workgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/xmlstream.cpp rm -f xmlstream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o xmlstream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/xmlstream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp rm -f yieldingWorkgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o yieldingWorkgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueType.cpp rm -f c1_ValueType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1/c1_ValueType.cpp Assembling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f linux_x86_32.o /opt/lsb/bin/lsbcc -c -m32 -march=i586 -o linux_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f mapfile cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/mapfile-vers-product > mapfile Generating launcher.c { \ echo '#define debug launcher_debug'; \ echo '#include "java.c"'; \ echo '#include "java_md.c"'; \ } > launcher.c Making signal interposition lib... /opt/lsb/bin/lsbcc -m32 -march=i586 -shared -fpic \ -D_GNU_SOURCE -D_REENTRANT -o libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm/jsig.c -ldl if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f vm.make libsaproc.so; \ fi Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_version.cpp rm -f vm_version.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime/vm_version.cpp make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi Making SA debugger back-end... /opt/lsb/bin/lsbcc -Di486 -D_GNU_SOURCE \ -m32 -march=i586 -shared -fpic \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux \ -I../generated \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/salibelf.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/symtab.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/libproc_impl.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_proc.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_core.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/LinuxDebuggerLocal.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/lsb/lsb_thread_db.c \ -Xlinker --version-script=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/mapfile \ -o libsaproc.so \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/lsb/ -ldl rm -f mapfile_reorder cat mapfile > mapfile_reorder /opt/lsb/bin/lsbcc -g -c -o launcher.o launcher.c -m32 -march=i586 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/launcher -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -DFULL_VERSION=\"14.0-b08\" -DARCH=\"i386\" -DGAMMA -DLAUNCHER_TYPE=\"gamma\" -DLINK_INTO_LIBJVM -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_proc.c: In function 'read_lib_info': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/agent/src/os/linux/ps_proc.c:260: warning: format '%lx' expects type 'long unsigned int *', but argument 3 has type 'intptr_t *' { \ echo Linking vm...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -shared \ -Xlinker --version-script=mapfile_reorder -Xlinker -soname=libjvm.so -o libjvm.so abstractCompiler.o accessFlags.o adaptiveSizePolicy.o adjoiningGenerations.o adjoiningVirtualSpaces.o ageTable.o allocation.o allocationStats.o aprofiler.o arguments.o array.o arrayKlass.o arrayKlassKlass.o arrayOop.o asPSOldGen.o asPSYoungGen.o asParNewGeneration.o assembler.o assembler_linux_x86.o assembler_x86.o atomic.o attachListener.o attachListener_linux.o barrierSet.o bcEscapeAnalyzer.o biasedLocking.o binaryTreeDictionary.o bitMap.o blockOffsetTable.o bytecode.o bytecodeHistogram.o bytecodeInterpreter.o bytecodeInterpreterWithChecks.o bytecodeInterpreter_x86.o bytecodeStream.o bytecodeTracer.o bytecodes.o bytecodes_x86.o c1_CFGPrinter.o c1_Canonicalizer.o c1_CodeStubs_x86.o c1_Compilation.o c1_Compiler.o c1_Defs.o c1_FpuStackSim_x86.o c1_FrameMap.o c1_FrameMap_x86.o c1_GraphBuilder.o c1_IR.o c1_Instruction.o c1_InstructionPrinter.o c1_LIR.o c1_LIRAssembler.o c1_LIRAssembler_x86.o c1_LIRGenerator.o c1_LIRGenerator_x86.o c1_LinearScan.o c1_LinearScan_x86.o c1_MacroAssembler_x86.o c1_Optimizer.o c1_Runtime1.o c1_Runtime1_x86.o c1_ValueMap.o c1_ValueSet.o c1_ValueStack.o c1_globals.o cSpaceCounters.o cardTableExtension.o cardTableModRefBS.o cardTableRS.o ciArray.o ciArrayKlass.o ciConstant.o ciConstantPoolCache.o ciEnv.o ciExceptionHandler.o ciField.o ciFlags.o ciInstance.o ciInstanceKlass.o ciInstanceKlassKlass.o ciKlass.o ciKlassKlass.o ciMethod.o ciMethodBlocks.o ciMethodData.o ciMethodKlass.o ciNullObject.o ciObjArray.o ciObjArrayKlass.o ciObjArrayKlassKlass.o ciObject.o ciObjectFactory.o ciSignature.o ciStreams.o ciSymbol.o ciSymbolKlass.o ciType.o ciTypeArray.o ciTypeArrayKlass.o ciTypeArrayKlassKlass.o ciUtilities.o classFileError.o classFileParser.o classFileStream.o classLoader.o classLoadingService.o classify.o cmsAdaptiveSizePolicy.o cmsCollectorPolicy.o cmsGCAdaptivePolicyCounters.o cmsLockVerifier.o cmsPermGen.o coTracker.o codeBlob.o codeBuffer.o codeCache.o collectedHeap.o collectionSetChooser.o collectorCounters.o collectorPolicy.o compactibleFreeListSpace.o compactingPermGenGen.o compilationPolicy.o compileBroker.o compileLog.o compiledIC.o compiledICHolderKlass.o compiledICHolderOop.o compilerOracle.o compressedStream.o concurrentG1Refine.o concurrentG1RefineThread.o concurrentGCThread.o concurrentMark.o concurrentMarkSweepGeneration.o concurrentMarkSweepThread.o concurrentMarkThread.o concurrentZFThread.o constMethodKlass.o constMethodOop.o constantPoolKlass.o constantPoolOop.o constantTag.o copy.o cpCacheKlass.o cpCacheOop.o cppInterpreter.o cppInterpreter_x86.o debug.o debugInfo.o debugInfoRec.o debug_x86.o defNewGeneration.o deoptimization.o depChecker_x86.o dependencies.o dictionary.o dirtyCardQueue.o disassembler.o dtraceAttacher.o dtraceJSDT.o dtraceJSDT_linux.o dump.o dump_x86_32.o events.o evmCompat.o exceptionHandlerTable.o exceptions.o fieldDescriptor.o fieldType.o filemap.o forte.o fprofiler.o frame.o frame_x86.o freeBlockDictionary.o freeChunk.o freeList.o g1BlockOffsetTable.o g1CollectedHeap.o g1CollectorPolicy.o g1MMUTracker.o g1MarkSweep.o g1RemSet.o g1SATBCardTableModRefBS.o g1_globals.o gSpaceCounters.o gcAdaptivePolicyCounters.o gcCause.o gcLocker.o gcOverheadReporter.o gcPolicyCounters.o gcStats.o gcTaskManager.o gcTaskThread.o gcUtil.o genCollectedHeap.o genMarkSweep.o genRemSet.o generateOopMap.o generation.o generationCounters.o generationSpec.o globalDefinitions.o globals.o growableArray.o handles.o hashtable.o heap.o heapDumper.o heapInspection.o heapRegion.o heapRegionRemSet.o heapRegionSeq.o histogram.o hpi.o hpi_linux.o icBuffer.o icBuffer_x86.o icache.o icache_x86.o immutableSpace.o init.o instanceKlass.o instanceKlassKlass.o instanceOop.o instanceRefKlass.o intHisto.o interfaceSupport.o interp_masm_x86_32.o interpreter.o interpreterRT_x86_32.o interpreterRuntime.o interpreter_x86_32.o invocationCounter.o iterator.o java.o javaAssertions.o javaCalls.o javaClasses.o jni.o jniCheck.o jniFastGetField.o jniFastGetField_x86_32.o jniHandles.o jniPeriodicChecker.o jvm.o jvm_linux.o jvmtiClassFileReconstituter.o jvmtiCodeBlobEvents.o jvmtiEnter.o jvmtiEnterTrace.o jvmtiEnv.o jvmtiEnvBase.o jvmtiEnvThreadState.o jvmtiEventController.o jvmtiExport.o jvmtiExtensions.o jvmtiGetLoadedClasses.o jvmtiImpl.o jvmtiManageCapabilities.o jvmtiRedefineClasses.o jvmtiTagMap.o jvmtiThreadState.o jvmtiTrace.o jvmtiUtil.o klass.o klassKlass.o klassOop.o klassVtable.o linkResolver.o loaderConstraints.o location.o lowMemoryDetector.o management.o markOop.o markSweep.o memRegion.o memoryManager.o memoryPool.o memoryService.o memprofiler.o methodComparator.o methodDataKlass.o methodDataOop.o methodKlass.o methodLiveness.o methodOop.o monitorChunk.o mutableNUMASpace.o mutableSpace.o mutex.o mutexLocker.o mutex_linux.o nativeInst_x86.o nativeLookup.o nmethod.o numberSeq.o objArrayKlass.o objArrayKlassKlass.o objArrayOop.o objectMonitor_linux.o objectStartArray.o oop.o oopFactory.o oopMap.o oopMapCache.o oopRecorder.o oopsHierarchy.o orderAccess.o os.o osThread.o osThread_linux.o os_linux.o os_linux_x86.o ostream.o parCardTableModRefBS.o parGCAllocBuffer.o parMarkBitMap.o parNewGeneration.o parallelScavengeHeap.o pcDesc.o pcTasks.o perf.o perfData.o perfMemory.o perfMemory_linux.o permGen.o placeholders.o preserveException.o privilegedStack.o psAdaptiveSizePolicy.o psCompactionManager.o psGCAdaptivePolicyCounters.o psGenerationCounters.o psMarkSweep.o psMarkSweepDecorator.o psMemoryPool.o psOldGen.o psParallelCompact.o psPermGen.o psPromotionLAB.o psPromotionManager.o psScavenge.o psTasks.o psVirtualspace.o psYoungGen.o ptrQueue.o referencePolicy.o referenceProcessor.o reflection.o reflectionUtils.o register.o register_definitions_x86.o register_x86.o relocInfo.o relocInfo_x86.o relocator.o resolutionErrors.o resourceArea.o restore.o rewriter.o rframe.o runtimeService.o safepoint.o satbQueue.o scopeDesc.o serialize.o sharedHeap.o sharedRuntime.o sharedRuntimeTrans.o sharedRuntimeTrig.o sharedRuntime_x86_32.o signature.o sizes.o space.o spaceCounters.o spaceDecorator.o sparsePRT.o specialized_oop_closures.o stackMapFrame.o stackMapTable.o stackValue.o stackValueCollection.o statSampler.o stubCodeGenerator.o stubGenerator_x86_32.o stubRoutines.o stubRoutines_linux.o stubRoutines_x86_32.o stubs.o survRateGroup.o sweeper.o symbolKlass.o symbolOop.o symbolTable.o synchronizer.o systemDictionary.o task.o taskqueue.o templateInterpreter.o templateInterpreter_x86_32.o templateTable.o templateTable_x86_32.o tenuredGeneration.o thread.o threadCritical_linux.o threadLS_linux_x86.o threadLocalAllocBuffer.o threadLocalStorage.o threadService.o thread_linux_x86.o timer.o typeArrayKlass.o typeArrayKlassKlass.o typeArrayOop.o unhandledOops.o universe.o unsafe.o utf8.o verificationType.o verifier.o vframe.o vframeArray.o vframe_hp.o virtualspace.o vmCMSOperations.o vmError.o vmError_linux.o vmGCOperations.o vmPSOperations.o vmStructs.o vmSymbols.o vmThread.o vm_operations.o vm_operations_g1.o vm_version.o vm_version_linux_x86.o vm_version_x86_32.o vmreg.o vmreg_x86.o vtableStubs.o vtableStubs_x86_32.o vtune_linux.o workgroup.o xmlstream.o yieldingWorkgroup.o c1_ValueType.o linux_x86_32.o -lgcc_s -lstdc++ -lrt -lm -ldl -lpthread; \ \ rm -f libjvm.so.1; ln -s libjvm.so libjvm.so.1; \ if [ -x /usr/sbin/selinuxenabled ] ; then \ /usr/sbin/selinuxenabled; \ if [ $? = 0 ] ; then \ /usr/bin/chcon -t textrel_shlib_t libjvm.so; \ if [ $? != 0 ]; then \ echo "ERROR: Cannot chcon libjvm.so"; \ fi \ fi \ fi \ } Linking vm... make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' { \ echo Linking launcher...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -m32 -march=i586 -export-dynamic -L `pwd` -o gamma launcher.o -ljvm -lm -ldl -lpthread -lstdc++ -lrt -lgcc_s; \ \ } Linking launcher... make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' All done. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make; \ /usr/bin/make VM_TARGET=productkernel generic_buildkernel ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir No kernel (productkernel) for OS_NAME=linux make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir; \ /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/Makefile \ JAVA_HOME=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b08 JRE_RELEASE_VERSION=1.6.0_0-b14 HOTSPOT_BUILD_VERSION= docs make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi mkdir -p linux_i486_docs /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make -w GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 JvmtiOutDir=linux_i486_docs jvmtidocs make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d linux_i486_docs /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmtiGen.java Generating linux_i486_docs/jvmti.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath linux_i486_docs jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jvmti.xsl -OUT linux_i486_docs/jvmti.html Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir' /usr/bin/make VM_SUBDIR=product generic_export make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_docs/jvmti.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/docs/platform/jvmti/jvmti.html rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt.temp sed 's/\(separated by \)[;:]/\1:/g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/Xusage.txt > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt.temp mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjsig.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjvm.so rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt.temp sed 's/\(separated by \)[;:]/\1:/g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/Xusage.txt > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt.temp mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/libjsig.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/libjvm.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/libsaproc.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/libsaproc.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/generated/sa-jdi.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/lib/sa-jdi.jar cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/generated/jvmtifiles/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/include/jvmti.h cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/prims/jni.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/include/jni.h cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/cpu/x86/vm/jni_x86.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/include/linux/jni_md.h cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/src/share/vm/services/jmm.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/include/jmm.h make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/hotspot/make' ( cd ../../jdk/make && \ /usr/bin/make sanity all images JDK_TOPDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b14 JDK_BUILD_NUMBER=b14 FULL_VERSION=1.6.0_0-b14 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_0 JDK_MKTG_VERSION=6u JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=0 COOKED_BUILD_NUMBER=14 ANT_HOME="/usr/share/ant" FINDBUGS_HOME="/NOT-SET/devtools/share/findbugs/latest" ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 ALT_LANGTOOLS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist ALT_CORBA_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist ALT_JAXP_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxp/dist ALT_JAXWS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import BUILD_HOTSPOT=true BUILD_MOTIF= ; ) /bin/sh: /NOT-SET/devtools/share/findbugs/latest/bin/findbugs: not found make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/common/shared/Sanity-Settings.gmk:125: WARNING: FINDBUGS_VER should not be empty [Sanity-Settings.gmk] make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/freetypecheck' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/freetypecheck' linux i586 1.6.0_0 build started: 09-08-02 13:53 Begin Processing SUBDIRS: tools java lsb javax org sun sunw com jpda mksample launchers >>>Recursively making tools all @ Sun Aug 2 13:53:53 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools' Begin Processing SUBDIRS: addjsum buildmetaindex commentchecker compile_font_config compile_properties dir_diff dtdbuilder fontchecker generate_break_iterator GenerateCharacter generatecurrencydata hasher_classes jarreorder jarsplit javazic jdwpgen makeclasslist spp strip_properties >>>Recursively making addjsum all @ Sun Aug 2 13:53:53 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/addjsum' /bin/echo -e "Main-Class: build.tools.addjsum.AddJsum" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/addjsum_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/addjsum/AddJsum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/addjsum.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/addjsum_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/addjsum \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/addjsum.jar ========================================================= BUILDTOOL: addjsum PACKAGE: build.tools.addjsum BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.addjsum.AddJsum BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/addjsum.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/addjsum' Timing: 00005 seconds or 5s for make-tools-addjsum <<>>Recursively making buildmetaindex all @ Sun Aug 2 13:53:58 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/buildmetaindex' /bin/echo -e "Main-Class: build.tools.buildmetaindex.BuildMetaIndex" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/buildmetaindex_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/buildmetaindex/BuildMetaIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/buildmetaindex.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/buildmetaindex_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/buildmetaindex \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/buildmetaindex.jar ========================================================= BUILDTOOL: buildmetaindex PACKAGE: build.tools.buildmetaindex BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.buildmetaindex.BuildMetaIndex BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/buildmetaindex.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/buildmetaindex' Timing: 00004 seconds or 4s for make-tools-buildmetaindex <<>>Recursively making commentchecker all @ Sun Aug 2 13:54:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/commentchecker' /bin/echo -e "Main-Class: build.tools.commentchecker.CommentChecker" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/commentchecker_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/commentchecker/CommentChecker.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/commentchecker.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/commentchecker_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/commentchecker \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/commentchecker.jar ========================================================= BUILDTOOL: commentchecker PACKAGE: build.tools.commentchecker BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.commentchecker.CommentChecker BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/commentchecker.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/commentchecker' Timing: 00005 seconds or 5s for make-tools-commentchecker <<>>Recursively making compile_font_config all @ Sun Aug 2 13:54:07 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/compile_font_config' /bin/echo -e "Main-Class: build.tools.compilefontconfig.CompileFontConfig" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/compilefontconfig_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/compilefontconfig/CompileFontConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/compilefontconfig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/compilefontconfig_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/compilefontconfig \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/compilefontconfig.jar ========================================================= BUILDTOOL: compilefontconfig PACKAGE: build.tools.compilefontconfig BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.compilefontconfig.CompileFontConfig BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/compilefontconfig.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/compile_font_config' Timing: 00004 seconds or 4s for make-tools-compile_font_config <<>>Recursively making compile_properties all @ Sun Aug 2 13:54:11 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/compile_properties' /bin/echo -e "Main-Class: build.tools.compileproperties.CompileProperties" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/compileproperties_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/compileproperties/CompileProperties.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/compileproperties.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/compileproperties_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/compileproperties \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/compileproperties.jar ========================================================= BUILDTOOL: compileproperties PACKAGE: build.tools.compileproperties BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.compileproperties.CompileProperties BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/compileproperties.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/compile_properties' Timing: 00004 seconds or 4s for make-tools-compile_properties <<>>Recursively making dir_diff all @ Sun Aug 2 13:54:15 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/dir_diff' /bin/echo -e "Main-Class: build.tools.dirdiff.DirDiff" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/dirdiff_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/dirdiff/DirDiff.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/dirdiff.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/dirdiff_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/dirdiff \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/dirdiff.jar ========================================================= BUILDTOOL: dirdiff PACKAGE: build.tools.dirdiff BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.dirdiff.DirDiff BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/dirdiff.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/dir_diff' Timing: 00004 seconds or 4s for make-tools-dir_diff <<>>Recursively making dtdbuilder all @ Sun Aug 2 13:54:19 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/dtdbuilder' /bin/echo -e "Main-Class: build.tools.dtdbuilder.DTDBuilder" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/dtdbuilder_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/dtdbuilder/DTDBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/dtdbuilder.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/dtdbuilder_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/dtdbuilder \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/dtdbuilder.jar ========================================================= BUILDTOOL: dtdbuilder PACKAGE: build.tools.dtdbuilder BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.dtdbuilder.DTDBuilder BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/dtdbuilder.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/dtdbuilder' Timing: 00005 seconds or 5s for make-tools-dtdbuilder <<>>Recursively making fontchecker all @ Sun Aug 2 13:54:24 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/fontchecker' /bin/echo -e "Main-Class: build.tools.fontchecker.FontChecker" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/fontchecker_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/fontchecker/FontChecker.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/fontchecker.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/fontchecker_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/fontchecker \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/fontchecker.jar ========================================================= BUILDTOOL: fontchecker PACKAGE: build.tools.fontchecker BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.fontchecker.FontChecker BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/fontchecker.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/fontchecker' Timing: 00004 seconds or 4s for make-tools-fontchecker <<>>Recursively making generate_break_iterator all @ Sun Aug 2 13:54:28 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/generate_break_iterator' /bin/echo -e "Main-Class: build.tools.generatebreakiteratordata.GenerateBreakIteratorData" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/generatebreakiteratordata_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/generatebreakiteratordata/GenerateBreakIteratorData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatebreakiteratordata.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/generatebreakiteratordata_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/generatebreakiteratordata \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatebreakiteratordata.jar ========================================================= BUILDTOOL: generatebreakiteratordata PACKAGE: build.tools.generatebreakiteratordata BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.generatebreakiteratordata.GenerateBreakIteratorData BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatebreakiteratordata.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/generate_break_iterator' Timing: 00005 seconds or 5s for make-tools-generate_break_iterator <<>>Recursively making GenerateCharacter all @ Sun Aug 2 13:54:33 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/GenerateCharacter' /bin/echo -e "Main-Class: build.tools.generatecharacter.GenerateCharacter" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/generatecharacter_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/generatecharacter/GenerateCharacter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/generatecharacter_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/generatecharacter \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar ========================================================= BUILDTOOL: generatecharacter PACKAGE: build.tools.generatecharacter BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.generatecharacter.GenerateCharacter BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/GenerateCharacter' Timing: 00004 seconds or 4s for make-tools-GenerateCharacter <<>>Recursively making generatecurrencydata all @ Sun Aug 2 13:54:37 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/generatecurrencydata' /bin/echo -e "Main-Class: build.tools.generatecurrencydata.GenerateCurrencyData" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/generatecurrencydata_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecurrencydata.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/generatecurrencydata_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/generatecurrencydata \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecurrencydata.jar ========================================================= BUILDTOOL: generatecurrencydata PACKAGE: build.tools.generatecurrencydata BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.generatecurrencydata.GenerateCurrencyData BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecurrencydata.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/generatecurrencydata' Timing: 00005 seconds or 5s for make-tools-generatecurrencydata <<>>Recursively making hasher_classes all @ Sun Aug 2 13:54:42 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/hasher_classes' /bin/echo -e "Main-Class: build.tools.hasher.Hasher" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/hasher_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/hasher/Hasher.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/hasher.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/hasher_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/hasher \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/hasher.jar ========================================================= BUILDTOOL: hasher PACKAGE: build.tools.hasher BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.hasher.Hasher BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/hasher.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/hasher_classes' Timing: 00004 seconds or 4s for make-tools-hasher_classes <<>>Recursively making jarreorder all @ Sun Aug 2 13:54:46 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/jarreorder' /bin/echo -e "Main-Class: build.tools.jarreorder.JarReorder" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/jarreorder_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/jarreorder/JarReorder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarreorder.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/jarreorder_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/jarreorder \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarreorder.jar ========================================================= BUILDTOOL: jarreorder PACKAGE: build.tools.jarreorder BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.jarreorder.JarReorder BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarreorder.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/jarreorder' Timing: 00004 seconds or 4s for make-tools-jarreorder <<>>Recursively making jarsplit all @ Sun Aug 2 13:54:50 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/jarsplit' /bin/echo -e "Main-Class: build.tools.jarsplit.JarSplit" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/jarsplit_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/jarsplit/JarSplit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarsplit.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/jarsplit_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/jarsplit \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarsplit.jar ========================================================= BUILDTOOL: jarsplit PACKAGE: build.tools.jarsplit BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.jarsplit.JarSplit BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarsplit.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/jarsplit' Timing: 00004 seconds or 4s for make-tools-jarsplit <<>>Recursively making javazic all @ Sun Aug 2 13:54:55 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/javazic' /bin/echo -e "Main-Class: build.tools.javazic.Main" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/javazic_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/javazic/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/javazic.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/javazic_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/javazic \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/javazic.jar ========================================================= BUILDTOOL: javazic PACKAGE: build.tools.javazic BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.javazic.Main BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/javazic.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/javazic' Timing: 00004 seconds or 4s for make-tools-javazic <<>>Recursively making jdwpgen all @ Sun Aug 2 13:55:00 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/jdwpgen' /bin/echo -e "Main-Class: build.tools.jdwpgen.Main" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/jdwpgen_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/jdwpgen/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jdwpgen.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/jdwpgen_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/jdwpgen \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jdwpgen.jar ========================================================= BUILDTOOL: jdwpgen PACKAGE: build.tools.jdwpgen BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.jdwpgen.Main BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jdwpgen.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/jdwpgen' Timing: 00004 seconds or 4s for make-tools-jdwpgen <<>>Recursively making makeclasslist all @ Sun Aug 2 13:55:04 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/makeclasslist' /bin/echo -e "Main-Class: build.tools.makeclasslist.MakeClasslist" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/makeclasslist_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/makeclasslist/MakeClasslist.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/makeclasslist.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/makeclasslist_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/makeclasslist \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/makeclasslist.jar ========================================================= BUILDTOOL: makeclasslist PACKAGE: build.tools.makeclasslist BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.makeclasslist.MakeClasslist BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/makeclasslist.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/makeclasslist' Timing: 00004 seconds or 4s for make-tools-makeclasslist <<>>Recursively making spp all @ Sun Aug 2 13:55:08 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/spp' /bin/echo -e "Main-Class: build.tools.spp.Spp" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/spp_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/spp/Spp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/spp_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/spp \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar ========================================================= BUILDTOOL: spp PACKAGE: build.tools.spp BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.spp.Spp BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/spp' Timing: 00004 seconds or 4s for make-tools-spp <<>>Recursively making strip_properties all @ Sun Aug 2 13:55:12 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/strip_properties' /bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/stripproperties_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ ../../tools/src/build/tools/stripproperties/StripProperties.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/stripproperties_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses build/tools/stripproperties \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar ========================================================= BUILDTOOL: stripproperties PACKAGE: build.tools.stripproperties BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.stripproperties.StripProperties BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/strip_properties' Timing: 00005 seconds or 5s for make-tools-strip_properties <<>>Recursively making java all @ Sun Aug 2 13:55:17 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java' Begin Processing SUBDIRS: hpi version jvm redist verify fdlibm java sun_nio jli main zip security npt java_crw_demo java_hprof_demo math awt util text applet net nio sql rmi jar beans logging management instrument jexec >>>Recursively making hpi all @ Sun Aug 2 13:55:18 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/hpi' Begin Processing SUBDIRS: native >>>Recursively making native all @ Sun Aug 2 13:55:18 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/hpi/native' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/hpi/native make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/hpi/native' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/monitor_md.o ../../../../src/solaris/hpi/native_threads/src/monitor_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_md.o ../../../../src/solaris/hpi/native_threads/src/threads_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/condvar_md.o ../../../../src/solaris/hpi/native_threads/src/condvar_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt_md.o ../../../../src/solaris/hpi/native_threads/src/interrupt_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/mutex_md.o ../../../../src/solaris/hpi/native_threads/src/mutex_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/sys_api_td.o ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_linux.o ../../../../src/solaris/hpi/native_threads/src/threads_linux.c ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c: In function 'sysGetSockOpt': ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c:567: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c: In function 'sysGetHostByAddr': ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c:582: warning: 'gethostbyaddr' is deprecated (declared at /opt/lsb/include/netdb.h:142) ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c: In function 'sysGetHostByName': ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c:587: warning: 'gethostbyname' is deprecated (declared at /opt/lsb/include/netdb.h:144) /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt.o ../../../../src/solaris/hpi/src/interrupt.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/linker_md.o ../../../../src/solaris/hpi/src/linker_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/memory_md.o ../../../../src/solaris/hpi/src/memory_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/system_md.o ../../../../src/solaris/hpi/src/system_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/hpi.o ../../../../src/share/hpi/src/hpi.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/hpi/native' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/hpi/native STATS: LIBRARY=hpi, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/native_threads/libhpi.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libhpi.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/native_threads/libhpi.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/monitor_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/condvar_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/mutex_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/sys_api_td.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/linker_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/memory_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/system_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/hpi/native_threads/obj/hpi.o -lnsl -lm -ldl -lpthread -lc Warning: forcing nsl to be linked statically make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/hpi/native' Timing: 00004 seconds or 4s for make-java-hpi-native <<>>Recursively making version all @ Sun Aug 2 13:55:23 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/version' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/Version.java rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/Version.java.temp /bin/sed -e 's/@@launcher_name@@/java/g' \ -e 's/@@java_version@@/1.6.0_0/g' \ -e 's/@@java_runtime_version@@/1.6.0_0-b14/g' \ -e 's/@@jdk_derivative_name@@/IcedTea6 1.4.1/g' \ -e 's/@@distro_package_version@@/6b14-1.4.1-0ubuntu7/g' \ -e 's/@@java_runtime_name@@/OpenJDK Runtime Environment/g' \ ../../../src/share/classes/sun/misc/Version-template.java > /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/Version.java.temp make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/version' Timing: 00000 seconds or 0s for make-java-version <<>>Recursively making jvm all @ Sun Aug 2 13:55:24 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jvm' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/jni.h /bin/cp ../../../src/share/javavm/export/jni.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/jni.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux/jni_md.h /bin/cp ../../../src/solaris/javavm/export/jni_md.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux/jni_md.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/jvmti.h /bin/cp ../../../src/share/javavm/export/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/jvmti.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/classfile_constants.h /bin/cp ../../../src/share/javavm/export/classfile_constants.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/classfile_constants.h make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jvm' Timing: 00000 seconds or 0s for make-java-jvm <<>>Recursively making redist all @ Sun Aug 2 13:55:24 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/redist' BinaryPlugs import started: Sun Aug 2 13:55:25 MSD 2009 BINARY_PLUGS_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0 /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes PLUG IMPORT: com/sun/jmx/snmp/SnmpDataTypeEnums.class PLUG IMPORT: com/sun/jmx/snmp/SnmpDefinitions.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOid.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOidRecord.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOidTable.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOidTableSupport.class PLUG IMPORT: com/sun/jmx/snmp/SnmpParameters.class PLUG IMPORT: com/sun/jmx/snmp/SnmpPduPacket.class PLUG IMPORT: com/sun/jmx/snmp/SnmpPeer.class PLUG IMPORT: rt/com/sun/jmx/snmp/SnmpSession.class PLUG IMPORT: com/sun/jmx/snmp/SnmpTimeticks.class PLUG IMPORT: com/sun/jmx/snmp/SnmpVarBind.class PLUG IMPORT: com/sun/jmx/snmp/SnmpVarBindList.class PLUG IMPORT: com/sun/jmx/snmp/daemon/SendQ.class PLUG IMPORT: com/sun/jmx/snmp/daemon/SnmpInformRequest.class PLUG IMPORT: com/sun/jmx/snmp/daemon/SnmpSession.class (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/plugs/jmf.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes PLUG IMPORT: gnu (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/plugs/gnu.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes PLUG IMPORT: javax/jnlp (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/plugs/javax.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes PLUG IMPORT: net (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/plugs/netx.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes PLUG IMPORT: netscape (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/plugs/netscape.clist`) BinaryPlugs import completed: Sun Aug 2 13:55:27 MSD 2009 ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server/libjvm.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server/libjvm.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server/libjvm.so ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server/Xusage.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server/Xusage.txt /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server/Xusage.txt ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/sa-jdi.jar /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/sa-jdi.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/lib/sa-jdi.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/sa-jdi.jar ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libsaproc.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libsaproc.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/libsaproc.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libsaproc.so ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client/libjvm.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client/libjvm.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client/libjvm.so ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client/Xusage.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client/Xusage.txt /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client/Xusage.txt ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjsig.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjsig.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjsig.so /bin/ln -s ../libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server/libjsig.so /bin/ln -s ../libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/client/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/addjsum.jar \ ../../tools/sharing/classlist.linux /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/classlist.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/classlist.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/classlist Importing binaries from component CORBA_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist/lib/bin.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist/lib/bin.zip inflating: lib/orb.idl inflating: lib/ir.idl if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist" = "" ] ; then /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 && /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib ) ; fi Importing sources from component LANGTOOLS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist/lib/src.zip creating: com/ creating: com/sun/ creating: com/sun/javadoc/ creating: com/sun/mirror/ creating: com/sun/mirror/apt/ creating: com/sun/mirror/declaration/ creating: com/sun/mirror/type/ creating: com/sun/mirror/util/ creating: com/sun/source/ creating: com/sun/source/tree/ creating: com/sun/source/util/ creating: com/sun/tools/ creating: com/sun/tools/apt/ creating: com/sun/tools/apt/comp/ creating: com/sun/tools/apt/main/ creating: com/sun/tools/apt/mirror/ creating: com/sun/tools/apt/mirror/apt/ creating: com/sun/tools/apt/mirror/declaration/ creating: com/sun/tools/apt/mirror/type/ creating: com/sun/tools/apt/mirror/util/ creating: com/sun/tools/apt/resources/ creating: com/sun/tools/apt/util/ creating: com/sun/tools/doclets/ creating: com/sun/tools/doclets/formats/ creating: com/sun/tools/doclets/formats/html/ creating: com/sun/tools/doclets/formats/html/markup/ creating: com/sun/tools/doclets/formats/html/resources/ creating: com/sun/tools/doclets/internal/ creating: com/sun/tools/doclets/internal/toolkit/ creating: com/sun/tools/doclets/internal/toolkit/builders/ creating: com/sun/tools/doclets/internal/toolkit/resources/ creating: com/sun/tools/doclets/internal/toolkit/taglets/ creating: com/sun/tools/doclets/internal/toolkit/util/ creating: com/sun/tools/doclets/internal/toolkit/util/links/ creating: com/sun/tools/doclets/standard/ creating: com/sun/tools/javac/ creating: com/sun/tools/javac/api/ creating: com/sun/tools/javac/code/ creating: com/sun/tools/javac/comp/ creating: com/sun/tools/javac/jvm/ creating: com/sun/tools/javac/main/ creating: com/sun/tools/javac/model/ creating: com/sun/tools/javac/parser/ creating: com/sun/tools/javac/processing/ creating: com/sun/tools/javac/resources/ creating: com/sun/tools/javac/services/ creating: com/sun/tools/javac/sym/ creating: com/sun/tools/javac/tree/ creating: com/sun/tools/javac/util/ creating: com/sun/tools/javac/zip/ creating: com/sun/tools/javadoc/ creating: com/sun/tools/javadoc/resources/ creating: com/sun/tools/javah/ creating: com/sun/tools/javah/resources/ creating: javax/ creating: javax/annotation/ creating: javax/annotation/processing/ creating: javax/lang/ creating: javax/lang/model/ creating: javax/lang/model/element/ creating: javax/lang/model/type/ creating: javax/lang/model/util/ creating: javax/tools/ creating: sun/ creating: sun/tools/ creating: sun/tools/javap/ inflating: com/sun/javadoc/AnnotationDesc.java inflating: com/sun/javadoc/AnnotationTypeDoc.java inflating: com/sun/javadoc/AnnotationTypeElementDoc.java inflating: com/sun/javadoc/AnnotationValue.java inflating: com/sun/javadoc/ClassDoc.java inflating: com/sun/javadoc/ConstructorDoc.java inflating: com/sun/javadoc/Doc.java inflating: com/sun/javadoc/DocErrorReporter.java inflating: com/sun/javadoc/Doclet.java inflating: com/sun/javadoc/ExecutableMemberDoc.java inflating: com/sun/javadoc/FieldDoc.java inflating: com/sun/javadoc/LanguageVersion.java inflating: com/sun/javadoc/MemberDoc.java inflating: com/sun/javadoc/MethodDoc.java inflating: com/sun/javadoc/PackageDoc.java inflating: com/sun/javadoc/ParamTag.java inflating: com/sun/javadoc/Parameter.java inflating: com/sun/javadoc/ParameterizedType.java inflating: com/sun/javadoc/ProgramElementDoc.java inflating: com/sun/javadoc/RootDoc.java inflating: com/sun/javadoc/SeeTag.java inflating: com/sun/javadoc/SerialFieldTag.java inflating: com/sun/javadoc/SourcePosition.java inflating: com/sun/javadoc/Tag.java inflating: com/sun/javadoc/ThrowsTag.java inflating: com/sun/javadoc/Type.java inflating: com/sun/javadoc/TypeVariable.java inflating: com/sun/javadoc/WildcardType.java inflating: com/sun/javadoc/package.html inflating: com/sun/mirror/apt/AnnotationProcessor.java inflating: com/sun/mirror/apt/AnnotationProcessorEnvironment.java inflating: com/sun/mirror/apt/AnnotationProcessorFactory.java inflating: com/sun/mirror/apt/AnnotationProcessorListener.java inflating: com/sun/mirror/apt/AnnotationProcessors.java inflating: com/sun/mirror/apt/Filer.java inflating: com/sun/mirror/apt/Messager.java inflating: com/sun/mirror/apt/RoundCompleteEvent.java inflating: com/sun/mirror/apt/RoundCompleteListener.java inflating: com/sun/mirror/apt/RoundState.java inflating: com/sun/mirror/apt/package.html inflating: com/sun/mirror/declaration/AnnotationMirror.java inflating: com/sun/mirror/declaration/AnnotationTypeDeclaration.java inflating: com/sun/mirror/declaration/AnnotationTypeElementDeclaration.java inflating: com/sun/mirror/declaration/AnnotationValue.java inflating: com/sun/mirror/declaration/ClassDeclaration.java inflating: com/sun/mirror/declaration/ConstructorDeclaration.java inflating: com/sun/mirror/declaration/Declaration.java inflating: com/sun/mirror/declaration/EnumConstantDeclaration.java inflating: com/sun/mirror/declaration/EnumDeclaration.java inflating: com/sun/mirror/declaration/ExecutableDeclaration.java inflating: com/sun/mirror/declaration/FieldDeclaration.java inflating: com/sun/mirror/declaration/InterfaceDeclaration.java inflating: com/sun/mirror/declaration/MemberDeclaration.java inflating: com/sun/mirror/declaration/MethodDeclaration.java inflating: com/sun/mirror/declaration/Modifier.java inflating: com/sun/mirror/declaration/PackageDeclaration.java inflating: com/sun/mirror/declaration/ParameterDeclaration.java inflating: com/sun/mirror/declaration/TypeDeclaration.java inflating: com/sun/mirror/declaration/TypeParameterDeclaration.java inflating: com/sun/mirror/declaration/package.html inflating: com/sun/mirror/overview.html inflating: com/sun/mirror/type/AnnotationType.java inflating: com/sun/mirror/type/ArrayType.java inflating: com/sun/mirror/type/ClassType.java inflating: com/sun/mirror/type/DeclaredType.java inflating: com/sun/mirror/type/EnumType.java inflating: com/sun/mirror/type/InterfaceType.java inflating: com/sun/mirror/type/MirroredTypeException.java inflating: com/sun/mirror/type/MirroredTypesException.java inflating: com/sun/mirror/type/PrimitiveType.java inflating: com/sun/mirror/type/ReferenceType.java inflating: com/sun/mirror/type/TypeMirror.java inflating: com/sun/mirror/type/TypeVariable.java inflating: com/sun/mirror/type/VoidType.java inflating: com/sun/mirror/type/WildcardType.java inflating: com/sun/mirror/type/package.html inflating: com/sun/mirror/util/DeclarationFilter.java inflating: com/sun/mirror/util/DeclarationScanner.java inflating: com/sun/mirror/util/DeclarationVisitor.java inflating: com/sun/mirror/util/DeclarationVisitors.java inflating: com/sun/mirror/util/Declarations.java inflating: com/sun/mirror/util/SimpleDeclarationVisitor.java inflating: com/sun/mirror/util/SimpleTypeVisitor.java inflating: com/sun/mirror/util/SourceOrderDeclScanner.java inflating: com/sun/mirror/util/SourcePosition.java inflating: com/sun/mirror/util/TypeVisitor.java inflating: com/sun/mirror/util/Types.java inflating: com/sun/mirror/util/package.html inflating: com/sun/source/tree/AnnotationTree.java inflating: com/sun/source/tree/ArrayAccessTree.java inflating: com/sun/source/tree/ArrayTypeTree.java inflating: com/sun/source/tree/AssertTree.java inflating: com/sun/source/tree/AssignmentTree.java inflating: com/sun/source/tree/BinaryTree.java inflating: com/sun/source/tree/BlockTree.java inflating: com/sun/source/tree/BreakTree.java inflating: com/sun/source/tree/CaseTree.java inflating: com/sun/source/tree/CatchTree.java inflating: com/sun/source/tree/ClassTree.java inflating: com/sun/source/tree/CompilationUnitTree.java inflating: com/sun/source/tree/CompoundAssignmentTree.java inflating: com/sun/source/tree/ConditionalExpressionTree.java inflating: com/sun/source/tree/ContinueTree.java inflating: com/sun/source/tree/DoWhileLoopTree.java inflating: com/sun/source/tree/EmptyStatementTree.java inflating: com/sun/source/tree/EnhancedForLoopTree.java inflating: com/sun/source/tree/ErroneousTree.java inflating: com/sun/source/tree/ExpressionStatementTree.java inflating: com/sun/source/tree/ExpressionTree.java inflating: com/sun/source/tree/ForLoopTree.java inflating: com/sun/source/tree/IdentifierTree.java inflating: com/sun/source/tree/IfTree.java inflating: com/sun/source/tree/ImportTree.java inflating: com/sun/source/tree/InstanceOfTree.java inflating: com/sun/source/tree/LabeledStatementTree.java inflating: com/sun/source/tree/LineMap.java inflating: com/sun/source/tree/LiteralTree.java inflating: com/sun/source/tree/MemberSelectTree.java inflating: com/sun/source/tree/MethodInvocationTree.java inflating: com/sun/source/tree/MethodTree.java inflating: com/sun/source/tree/ModifiersTree.java inflating: com/sun/source/tree/NewArrayTree.java inflating: com/sun/source/tree/NewClassTree.java inflating: com/sun/source/tree/ParameterizedTypeTree.java inflating: com/sun/source/tree/ParenthesizedTree.java inflating: com/sun/source/tree/PrimitiveTypeTree.java inflating: com/sun/source/tree/ReturnTree.java inflating: com/sun/source/tree/Scope.java inflating: com/sun/source/tree/StatementTree.java inflating: com/sun/source/tree/SwitchTree.java inflating: com/sun/source/tree/SynchronizedTree.java inflating: com/sun/source/tree/ThrowTree.java inflating: com/sun/source/tree/Tree.java inflating: com/sun/source/tree/TreeVisitor.java inflating: com/sun/source/tree/TryTree.java inflating: com/sun/source/tree/TypeCastTree.java inflating: com/sun/source/tree/TypeParameterTree.java inflating: com/sun/source/tree/UnaryTree.java inflating: com/sun/source/tree/VariableTree.java inflating: com/sun/source/tree/WhileLoopTree.java inflating: com/sun/source/tree/WildcardTree.java inflating: com/sun/source/tree/package-info.java inflating: com/sun/source/util/JavacTask.java inflating: com/sun/source/util/SimpleTreeVisitor.java inflating: com/sun/source/util/SourcePositions.java inflating: com/sun/source/util/TaskEvent.java inflating: com/sun/source/util/TaskListener.java inflating: com/sun/source/util/TreePath.java inflating: com/sun/source/util/TreePathScanner.java inflating: com/sun/source/util/TreeScanner.java inflating: com/sun/source/util/Trees.java inflating: com/sun/source/util/package-info.java inflating: com/sun/tools/apt/Main.java inflating: com/sun/tools/apt/comp/AnnotationProcessingError.java inflating: com/sun/tools/apt/comp/Apt.java inflating: com/sun/tools/apt/comp/BootstrapAPF.java inflating: com/sun/tools/apt/comp/PrintAP.java inflating: com/sun/tools/apt/comp/UsageMessageNeededException.java inflating: com/sun/tools/apt/main/CommandLine.java inflating: com/sun/tools/apt/main/JavaCompiler.java inflating: com/sun/tools/apt/main/Main.java inflating: com/sun/tools/apt/mirror/AptEnv.java inflating: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl.java inflating: com/sun/tools/apt/mirror/apt/FilerImpl.java inflating: com/sun/tools/apt/mirror/apt/MessagerImpl.java inflating: com/sun/tools/apt/mirror/apt/RoundCompleteEventImpl.java inflating: com/sun/tools/apt/mirror/apt/RoundStateImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationMirrorImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationTypeDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationTypeElementDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationValueImpl.java inflating: com/sun/tools/apt/mirror/declaration/ClassDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/Constants.java inflating: com/sun/tools/apt/mirror/declaration/ConstructorDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/DeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/DeclarationMaker.java inflating: com/sun/tools/apt/mirror/declaration/EnumConstantDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/EnumDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/ExecutableDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/FieldDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/InterfaceDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/MemberDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/MethodDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/PackageDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/ParameterDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/TypeDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/TypeParameterDeclarationImpl.java inflating: com/sun/tools/apt/mirror/type/AnnotationTypeImpl.java inflating: com/sun/tools/apt/mirror/type/ArrayTypeImpl.java inflating: com/sun/tools/apt/mirror/type/ClassTypeImpl.java inflating: com/sun/tools/apt/mirror/type/DeclaredTypeImpl.java inflating: com/sun/tools/apt/mirror/type/EnumTypeImpl.java inflating: com/sun/tools/apt/mirror/type/InterfaceTypeImpl.java inflating: com/sun/tools/apt/mirror/type/PrimitiveTypeImpl.java inflating: com/sun/tools/apt/mirror/type/TypeMaker.java inflating: com/sun/tools/apt/mirror/type/TypeMirrorImpl.java inflating: com/sun/tools/apt/mirror/type/TypeVariableImpl.java inflating: com/sun/tools/apt/mirror/type/VoidTypeImpl.java inflating: com/sun/tools/apt/mirror/type/WildcardTypeImpl.java inflating: com/sun/tools/apt/mirror/util/DeclarationsImpl.java inflating: com/sun/tools/apt/mirror/util/SourcePositionImpl.java inflating: com/sun/tools/apt/mirror/util/TypesImpl.java inflating: com/sun/tools/apt/resources/apt.properties inflating: com/sun/tools/apt/resources/apt_ja.properties inflating: com/sun/tools/apt/resources/apt_zh_CN.properties inflating: com/sun/tools/apt/util/Bark.java inflating: com/sun/tools/doclets/Taglet.java inflating: com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractIndexWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractMemberWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractPackageIndexWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractTreeWriter.java inflating: com/sun/tools/doclets/formats/html/AllClassesFrameWriter.java inflating: com/sun/tools/doclets/formats/html/AnnotationTypeOptionalMemberWriterImpl.java inflating: com/sun/tools/doclets/formats/html/AnnotationTypeRequiredMemberWriterImpl.java inflating: com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.java inflating: com/sun/tools/doclets/formats/html/ClassUseWriter.java inflating: com/sun/tools/doclets/formats/html/ClassWriterImpl.java inflating: com/sun/tools/doclets/formats/html/ConfigurationImpl.java inflating: com/sun/tools/doclets/formats/html/ConstantsSummaryWriterImpl.java inflating: com/sun/tools/doclets/formats/html/ConstructorWriterImpl.java inflating: com/sun/tools/doclets/formats/html/DeprecatedListWriter.java inflating: com/sun/tools/doclets/formats/html/EnumConstantWriterImpl.java inflating: com/sun/tools/doclets/formats/html/FieldWriterImpl.java inflating: com/sun/tools/doclets/formats/html/FrameOutputWriter.java inflating: com/sun/tools/doclets/formats/html/HelpWriter.java inflating: com/sun/tools/doclets/formats/html/HtmlDoclet.java inflating: com/sun/tools/doclets/formats/html/HtmlDocletWriter.java inflating: com/sun/tools/doclets/formats/html/HtmlSerialFieldWriter.java inflating: com/sun/tools/doclets/formats/html/HtmlSerialMethodWriter.java inflating: com/sun/tools/doclets/formats/html/LinkFactoryImpl.java inflating: com/sun/tools/doclets/formats/html/LinkInfoImpl.java inflating: com/sun/tools/doclets/formats/html/LinkOutputImpl.java inflating: com/sun/tools/doclets/formats/html/MethodWriterImpl.java inflating: com/sun/tools/doclets/formats/html/NestedClassWriterImpl.java inflating: com/sun/tools/doclets/formats/html/PackageFrameWriter.java inflating: com/sun/tools/doclets/formats/html/PackageIndexFrameWriter.java inflating: com/sun/tools/doclets/formats/html/PackageIndexWriter.java inflating: com/sun/tools/doclets/formats/html/PackageTreeWriter.java inflating: com/sun/tools/doclets/formats/html/PackageUseWriter.java inflating: com/sun/tools/doclets/formats/html/PackageWriterImpl.java inflating: com/sun/tools/doclets/formats/html/SerializedFormWriterImpl.java inflating: com/sun/tools/doclets/formats/html/SingleIndexWriter.java inflating: com/sun/tools/doclets/formats/html/SplitIndexWriter.java inflating: com/sun/tools/doclets/formats/html/StylesheetWriter.java inflating: com/sun/tools/doclets/formats/html/SubWriterHolderWriter.java inflating: com/sun/tools/doclets/formats/html/TagletOutputImpl.java inflating: com/sun/tools/doclets/formats/html/TagletWriterImpl.java inflating: com/sun/tools/doclets/formats/html/TreeWriter.java inflating: com/sun/tools/doclets/formats/html/WriterFactoryImpl.java inflating: com/sun/tools/doclets/formats/html/markup/HtmlDocWriter.java inflating: com/sun/tools/doclets/formats/html/markup/HtmlWriter.java inflating: com/sun/tools/doclets/formats/html/markup/package.html inflating: com/sun/tools/doclets/formats/html/package.html inflating: com/sun/tools/doclets/formats/html/resources/standard.properties inflating: com/sun/tools/doclets/formats/html/resources/standard_ja.properties inflating: com/sun/tools/doclets/formats/html/resources/standard_zh_CN.properties inflating: com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java inflating: com/sun/tools/doclets/internal/toolkit/AnnotationTypeOptionalMemberWriter.java inflating: com/sun/tools/doclets/internal/toolkit/AnnotationTypeRequiredMemberWriter.java inflating: com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.java inflating: com/sun/tools/doclets/internal/toolkit/ClassWriter.java inflating: com/sun/tools/doclets/internal/toolkit/Configuration.java inflating: com/sun/tools/doclets/internal/toolkit/ConstantsSummaryWriter.java inflating: com/sun/tools/doclets/internal/toolkit/ConstructorWriter.java inflating: com/sun/tools/doclets/internal/toolkit/EnumConstantWriter.java inflating: com/sun/tools/doclets/internal/toolkit/FieldWriter.java inflating: com/sun/tools/doclets/internal/toolkit/MemberSummaryWriter.java inflating: com/sun/tools/doclets/internal/toolkit/MethodWriter.java inflating: com/sun/tools/doclets/internal/toolkit/NestedClassWriter.java inflating: com/sun/tools/doclets/internal/toolkit/PackageSummaryWriter.java inflating: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter.java inflating: com/sun/tools/doclets/internal/toolkit/WriterFactory.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AbstractBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AbstractMemberBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeOptionalMemberBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeRequiredMemberBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/BuilderFactory.java inflating: com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/ConstantsSummaryBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/ConstructorBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/EnumConstantBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/FieldBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/LayoutParser.java inflating: com/sun/tools/doclets/internal/toolkit/builders/MemberSummaryBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/MethodBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/PackageSummaryBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/SerializedFormBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/package.html inflating: com/sun/tools/doclets/internal/toolkit/package.html inflating: com/sun/tools/doclets/internal/toolkit/resources/doclet.xml inflating: com/sun/tools/doclets/internal/toolkit/resources/doclets.properties inflating: com/sun/tools/doclets/internal/toolkit/resources/doclets_ja.properties inflating: com/sun/tools/doclets/internal/toolkit/resources/doclets_zh_CN.properties inflating: com/sun/tools/doclets/internal/toolkit/resources/inherit.gif inflating: com/sun/tools/doclets/internal/toolkit/taglets/BaseExecutableMemberTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/BaseInlineTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/BaseTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/CodeTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/DeprecatedTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/DocRootTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/InheritDocTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/InheritableTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/LegacyTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/LiteralTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ParamTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ReturnTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/SeeTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/SimpleTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/Taglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/TagletManager.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/TagletOutput.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/TagletWriter.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ThrowsTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ValueTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/package.html inflating: com/sun/tools/doclets/internal/toolkit/util/ClassDocCatalog.java inflating: com/sun/tools/doclets/internal/toolkit/util/ClassTree.java inflating: com/sun/tools/doclets/internal/toolkit/util/ClassUseMapper.java inflating: com/sun/tools/doclets/internal/toolkit/util/CommentedMethodFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/util/DirectoryManager.java inflating: com/sun/tools/doclets/internal/toolkit/util/DocFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/DocletAbortException.java inflating: com/sun/tools/doclets/internal/toolkit/util/DocletConstants.java inflating: com/sun/tools/doclets/internal/toolkit/util/Extern.java inflating: com/sun/tools/doclets/internal/toolkit/util/Group.java inflating: com/sun/tools/doclets/internal/toolkit/util/ImplementedMethods.java inflating: com/sun/tools/doclets/internal/toolkit/util/IndexBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/util/MessageRetriever.java inflating: com/sun/tools/doclets/internal/toolkit/util/MetaKeywords.java inflating: com/sun/tools/doclets/internal/toolkit/util/MethodFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/PackageListWriter.java inflating: com/sun/tools/doclets/internal/toolkit/util/SourcePath.java inflating: com/sun/tools/doclets/internal/toolkit/util/SourceToHTMLConverter.java inflating: com/sun/tools/doclets/internal/toolkit/util/TaggedMethodFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/TextTag.java inflating: com/sun/tools/doclets/internal/toolkit/util/Util.java inflating: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/LinkFactory.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/package.html inflating: com/sun/tools/doclets/internal/toolkit/util/package.html inflating: com/sun/tools/doclets/package.html inflating: com/sun/tools/doclets/standard/Standard.java inflating: com/sun/tools/javac/Launcher.java inflating: com/sun/tools/javac/Main.java inflating: com/sun/tools/javac/Server.java inflating: com/sun/tools/javac/api/JavacScope.java inflating: com/sun/tools/javac/api/JavacTaskImpl.java inflating: com/sun/tools/javac/api/JavacTool.java inflating: com/sun/tools/javac/api/JavacTrees.java inflating: com/sun/tools/javac/api/WrappingJavaFileManager.java inflating: com/sun/tools/javac/code/Attribute.java inflating: com/sun/tools/javac/code/BoundKind.java inflating: com/sun/tools/javac/code/Flags.java inflating: com/sun/tools/javac/code/Kinds.java inflating: com/sun/tools/javac/code/Lint.java inflating: com/sun/tools/javac/code/Scope.java inflating: com/sun/tools/javac/code/Source.java inflating: com/sun/tools/javac/code/Symbol.java inflating: com/sun/tools/javac/code/Symtab.java inflating: com/sun/tools/javac/code/Type.java inflating: com/sun/tools/javac/code/TypeTags.java inflating: com/sun/tools/javac/code/Types.java inflating: com/sun/tools/javac/comp/Annotate.java inflating: com/sun/tools/javac/comp/Attr.java inflating: com/sun/tools/javac/comp/AttrContext.java inflating: com/sun/tools/javac/comp/AttrContextEnv.java inflating: com/sun/tools/javac/comp/Check.java inflating: com/sun/tools/javac/comp/ConstFold.java inflating: com/sun/tools/javac/comp/Enter.java inflating: com/sun/tools/javac/comp/Env.java inflating: com/sun/tools/javac/comp/Flow.java inflating: com/sun/tools/javac/comp/Infer.java inflating: com/sun/tools/javac/comp/Lower.java inflating: com/sun/tools/javac/comp/MemberEnter.java inflating: com/sun/tools/javac/comp/Resolve.java inflating: com/sun/tools/javac/comp/Todo.java inflating: com/sun/tools/javac/comp/TransTypes.java inflating: com/sun/tools/javac/jvm/ByteCodes.java inflating: com/sun/tools/javac/jvm/CRTFlags.java inflating: com/sun/tools/javac/jvm/CRTable.java inflating: com/sun/tools/javac/jvm/ClassFile.java inflating: com/sun/tools/javac/jvm/ClassReader.java inflating: com/sun/tools/javac/jvm/ClassWriter.java inflating: com/sun/tools/javac/jvm/Code.java inflating: com/sun/tools/javac/jvm/Gen.java inflating: com/sun/tools/javac/jvm/Items.java inflating: com/sun/tools/javac/jvm/Pool.java inflating: com/sun/tools/javac/jvm/Target.java inflating: com/sun/tools/javac/jvm/UninitializedType.java inflating: com/sun/tools/javac/main/CommandLine.java inflating: com/sun/tools/javac/main/JavaCompiler.java inflating: com/sun/tools/javac/main/JavacOption.java inflating: com/sun/tools/javac/main/Main.java inflating: com/sun/tools/javac/main/OptionName.java inflating: com/sun/tools/javac/main/RecognizedOptions.java inflating: com/sun/tools/javac/model/AnnotationProxyMaker.java inflating: com/sun/tools/javac/model/FilteredMemberList.java inflating: com/sun/tools/javac/model/JavacElements.java inflating: com/sun/tools/javac/model/JavacSourcePosition.java inflating: com/sun/tools/javac/model/JavacTypes.java inflating: com/sun/tools/javac/parser/DocCommentScanner.java inflating: com/sun/tools/javac/parser/EndPosParser.java inflating: com/sun/tools/javac/parser/Keywords.java inflating: com/sun/tools/javac/parser/Lexer.java inflating: com/sun/tools/javac/parser/Parser.java inflating: com/sun/tools/javac/parser/Scanner.java inflating: com/sun/tools/javac/parser/Token.java inflating: com/sun/tools/javac/processing/AnnotationProcessingError.java inflating: com/sun/tools/javac/processing/JavacFiler.java inflating: com/sun/tools/javac/processing/JavacMessager.java inflating: com/sun/tools/javac/processing/JavacProcessingEnvironment.java inflating: com/sun/tools/javac/processing/JavacRoundEnvironment.java inflating: com/sun/tools/javac/processing/PrintingProcessor.java inflating: com/sun/tools/javac/processing/ServiceProxy.java inflating: com/sun/tools/javac/resources/compiler.properties inflating: com/sun/tools/javac/resources/compiler_ja.properties inflating: com/sun/tools/javac/resources/compiler_zh_CN.properties inflating: com/sun/tools/javac/resources/javac.properties inflating: com/sun/tools/javac/resources/javac_ja.properties inflating: com/sun/tools/javac/resources/javac_zh_CN.properties inflating: com/sun/tools/javac/resources/legacy.properties inflating: com/sun/tools/javac/resources/version.properties-template inflating: com/sun/tools/javac/services/javax.tools.JavaCompilerTool inflating: com/sun/tools/javac/sym/CreateSymbols.java inflating: com/sun/tools/javac/tree/JCTree.java inflating: com/sun/tools/javac/tree/Pretty.java inflating: com/sun/tools/javac/tree/TreeCopier.java inflating: com/sun/tools/javac/tree/TreeInfo.java inflating: com/sun/tools/javac/tree/TreeMaker.java inflating: com/sun/tools/javac/tree/TreeScanner.java inflating: com/sun/tools/javac/tree/TreeTranslator.java inflating: com/sun/tools/javac/util/Abort.java inflating: com/sun/tools/javac/util/BaseFileObject.java inflating: com/sun/tools/javac/util/Bits.java inflating: com/sun/tools/javac/util/ByteBuffer.java inflating: com/sun/tools/javac/util/ClientCodeException.java inflating: com/sun/tools/javac/util/Constants.java inflating: com/sun/tools/javac/util/Context.java inflating: com/sun/tools/javac/util/Convert.java inflating: com/sun/tools/javac/util/DiagnosticFormatter.java inflating: com/sun/tools/javac/util/FatalError.java inflating: com/sun/tools/javac/util/JCDiagnostic.java inflating: com/sun/tools/javac/util/JavacFileManager.java inflating: com/sun/tools/javac/util/LayoutCharacters.java inflating: com/sun/tools/javac/util/List.java inflating: com/sun/tools/javac/util/ListBuffer.java inflating: com/sun/tools/javac/util/Log.java inflating: com/sun/tools/javac/util/MandatoryWarningHandler.java inflating: com/sun/tools/javac/util/Messages.java inflating: com/sun/tools/javac/util/Name.java inflating: com/sun/tools/javac/util/Old199.java inflating: com/sun/tools/javac/util/Options.java inflating: com/sun/tools/javac/util/Pair.java inflating: com/sun/tools/javac/util/Paths.java inflating: com/sun/tools/javac/util/Position.java inflating: com/sun/tools/javac/util/PropagatedException.java inflating: com/sun/tools/javac/util/Warner.java inflating: com/sun/tools/javac/zip/ZipFileIndex.java inflating: com/sun/tools/javac/zip/ZipFileIndexEntry.java inflating: com/sun/tools/javadoc/AbstractTypeImpl.java inflating: com/sun/tools/javadoc/AnnotationDescImpl.java inflating: com/sun/tools/javadoc/AnnotationTypeDocImpl.java inflating: com/sun/tools/javadoc/AnnotationTypeElementDocImpl.java inflating: com/sun/tools/javadoc/AnnotationValueImpl.java inflating: com/sun/tools/javadoc/ClassDocImpl.java inflating: com/sun/tools/javadoc/Comment.java inflating: com/sun/tools/javadoc/ConstructorDocImpl.java inflating: com/sun/tools/javadoc/DocEnv.java inflating: com/sun/tools/javadoc/DocImpl.java inflating: com/sun/tools/javadoc/DocLocale.java inflating: com/sun/tools/javadoc/DocletInvoker.java inflating: com/sun/tools/javadoc/ExecutableMemberDocImpl.java inflating: com/sun/tools/javadoc/FieldDocImpl.java inflating: com/sun/tools/javadoc/JavadocClassReader.java inflating: com/sun/tools/javadoc/JavadocEnter.java inflating: com/sun/tools/javadoc/JavadocMemberEnter.java inflating: com/sun/tools/javadoc/JavadocTodo.java inflating: com/sun/tools/javadoc/JavadocTool.java inflating: com/sun/tools/javadoc/Main.java inflating: com/sun/tools/javadoc/MemberDocImpl.java inflating: com/sun/tools/javadoc/Messager.java inflating: com/sun/tools/javadoc/MethodDocImpl.java inflating: com/sun/tools/javadoc/ModifierFilter.java inflating: com/sun/tools/javadoc/PackageDocImpl.java inflating: com/sun/tools/javadoc/ParamTagImpl.java inflating: com/sun/tools/javadoc/ParameterImpl.java inflating: com/sun/tools/javadoc/ParameterizedTypeImpl.java inflating: com/sun/tools/javadoc/PrimitiveType.java inflating: com/sun/tools/javadoc/ProgramElementDocImpl.java inflating: com/sun/tools/javadoc/RootDocImpl.java inflating: com/sun/tools/javadoc/SeeTagImpl.java inflating: com/sun/tools/javadoc/SerialFieldTagImpl.java inflating: com/sun/tools/javadoc/SerializedForm.java inflating: com/sun/tools/javadoc/SourcePositionImpl.java inflating: com/sun/tools/javadoc/Start.java inflating: com/sun/tools/javadoc/TagImpl.java inflating: com/sun/tools/javadoc/ThrowsTagImpl.java inflating: com/sun/tools/javadoc/TypeMaker.java inflating: com/sun/tools/javadoc/TypeVariableImpl.java inflating: com/sun/tools/javadoc/WildcardTypeImpl.java inflating: com/sun/tools/javadoc/resources/javadoc.properties inflating: com/sun/tools/javadoc/resources/javadoc_ja.properties inflating: com/sun/tools/javadoc/resources/javadoc_zh_CN.properties inflating: com/sun/tools/javah/Gen.java inflating: com/sun/tools/javah/JNI.java inflating: com/sun/tools/javah/LLNI.java inflating: com/sun/tools/javah/Main.java inflating: com/sun/tools/javah/MainDoclet.java inflating: com/sun/tools/javah/Mangle.java inflating: com/sun/tools/javah/TypeSignature.java inflating: com/sun/tools/javah/Util.java inflating: com/sun/tools/javah/resources/Linux_ppc.properties inflating: com/sun/tools/javah/resources/Linux_sparc.properties inflating: com/sun/tools/javah/resources/SunOS_sparc.properties inflating: com/sun/tools/javah/resources/SunOS_sparcv9.properties inflating: com/sun/tools/javah/resources/l10n.properties inflating: com/sun/tools/javah/resources/l10n_ja.properties inflating: com/sun/tools/javah/resources/l10n_zh_CN.properties inflating: com/sun/tools/javah/resources/win32_x86.properties inflating: javax/annotation/processing/AbstractProcessor.java inflating: javax/annotation/processing/Completion.java inflating: javax/annotation/processing/Completions.java inflating: javax/annotation/processing/Filer.java inflating: javax/annotation/processing/FilerException.java inflating: javax/annotation/processing/Messager.java inflating: javax/annotation/processing/ProcessingEnvironment.java inflating: javax/annotation/processing/Processor.java inflating: javax/annotation/processing/RoundEnvironment.java inflating: javax/annotation/processing/SupportedAnnotationTypes.java inflating: javax/annotation/processing/SupportedOptions.java inflating: javax/annotation/processing/SupportedSourceVersion.java inflating: javax/annotation/processing/package-info.java inflating: javax/lang/model/SourceVersion.java inflating: javax/lang/model/element/AnnotationMirror.java inflating: javax/lang/model/element/AnnotationValue.java inflating: javax/lang/model/element/AnnotationValueVisitor.java inflating: javax/lang/model/element/Element.java inflating: javax/lang/model/element/ElementKind.java inflating: javax/lang/model/element/ElementVisitor.java inflating: javax/lang/model/element/ExecutableElement.java inflating: javax/lang/model/element/Modifier.java inflating: javax/lang/model/element/Name.java inflating: javax/lang/model/element/NestingKind.java inflating: javax/lang/model/element/PackageElement.java inflating: javax/lang/model/element/TypeElement.java inflating: javax/lang/model/element/TypeParameterElement.java inflating: javax/lang/model/element/UnknownAnnotationValueException.java inflating: javax/lang/model/element/UnknownElementException.java inflating: javax/lang/model/element/VariableElement.java inflating: javax/lang/model/element/package-info.java inflating: javax/lang/model/overview.html inflating: javax/lang/model/package-info.java inflating: javax/lang/model/type/ArrayType.java inflating: javax/lang/model/type/DeclaredType.java inflating: javax/lang/model/type/ErrorType.java inflating: javax/lang/model/type/ExecutableType.java inflating: javax/lang/model/type/MirroredTypeException.java inflating: javax/lang/model/type/MirroredTypesException.java inflating: javax/lang/model/type/NoType.java inflating: javax/lang/model/type/NullType.java inflating: javax/lang/model/type/PrimitiveType.java inflating: javax/lang/model/type/ReferenceType.java inflating: javax/lang/model/type/TypeKind.java inflating: javax/lang/model/type/TypeMirror.java inflating: javax/lang/model/type/TypeVariable.java inflating: javax/lang/model/type/TypeVisitor.java inflating: javax/lang/model/type/UnknownTypeException.java inflating: javax/lang/model/type/WildcardType.java inflating: javax/lang/model/type/package-info.java inflating: javax/lang/model/util/AbstractAnnotationValueVisitor6.java inflating: javax/lang/model/util/AbstractElementVisitor6.java inflating: javax/lang/model/util/AbstractTypeVisitor6.java inflating: javax/lang/model/util/ElementFilter.java inflating: javax/lang/model/util/ElementKindVisitor6.java inflating: javax/lang/model/util/ElementScanner6.java inflating: javax/lang/model/util/Elements.java inflating: javax/lang/model/util/SimpleAnnotationValueVisitor6.java inflating: javax/lang/model/util/SimpleElementVisitor6.java inflating: javax/lang/model/util/SimpleTypeVisitor6.java inflating: javax/lang/model/util/TypeKindVisitor6.java inflating: javax/lang/model/util/Types.java inflating: javax/lang/model/util/package-info.java inflating: javax/tools/Diagnostic.java inflating: javax/tools/DiagnosticCollector.java inflating: javax/tools/DiagnosticListener.java inflating: javax/tools/FileObject.java inflating: javax/tools/ForwardingFileObject.java inflating: javax/tools/ForwardingJavaFileManager.java inflating: javax/tools/ForwardingJavaFileObject.java inflating: javax/tools/JavaCompiler.java inflating: javax/tools/JavaFileManager.java inflating: javax/tools/JavaFileObject.java inflating: javax/tools/OptionChecker.java inflating: javax/tools/SimpleJavaFileObject.java inflating: javax/tools/StandardJavaFileManager.java inflating: javax/tools/StandardLocation.java inflating: javax/tools/Tool.java inflating: javax/tools/ToolProvider.java inflating: javax/tools/overview.html inflating: javax/tools/package-info.java inflating: sun/tools/javap/AttrData.java inflating: sun/tools/javap/CPX.java inflating: sun/tools/javap/CPX2.java inflating: sun/tools/javap/ClassData.java inflating: sun/tools/javap/Constants.java inflating: sun/tools/javap/FieldData.java inflating: sun/tools/javap/InnerClassData.java inflating: sun/tools/javap/JavapEnvironment.java inflating: sun/tools/javap/JavapPrinter.java inflating: sun/tools/javap/LineNumData.java inflating: sun/tools/javap/LocVarData.java inflating: sun/tools/javap/Main.java inflating: sun/tools/javap/MethodData.java inflating: sun/tools/javap/RuntimeConstants.java inflating: sun/tools/javap/StackMapData.java inflating: sun/tools/javap/StackMapTableData.java inflating: sun/tools/javap/Tables.java inflating: sun/tools/javap/TrapData.java inflating: sun/tools/javap/TypeSignature.java Importing sources from component CORBA_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist/lib/src.zip inflating: sun/rmi/rmic/iiop/InterfaceType.java inflating: sun/rmi/rmic/iiop/CompoundType.java inflating: sun/rmi/rmic/iiop/PrintGenerator.java inflating: sun/rmi/rmic/iiop/ContextElement.java inflating: sun/rmi/rmic/iiop/ClassType.java inflating: sun/rmi/rmic/iiop/Util.java inflating: sun/rmi/rmic/iiop/Type.java inflating: sun/rmi/rmic/iiop/StaticStringsHash.java inflating: sun/rmi/rmic/iiop/Constants.java inflating: sun/rmi/rmic/iiop/NCInterfaceType.java inflating: sun/rmi/rmic/iiop/PrimitiveType.java inflating: sun/rmi/rmic/iiop/StubGenerator.java inflating: sun/rmi/rmic/iiop/ClassPathLoader.java inflating: sun/rmi/rmic/iiop/SpecialInterfaceType.java inflating: sun/rmi/rmic/iiop/ArrayType.java inflating: sun/rmi/rmic/iiop/ValueType.java inflating: sun/rmi/rmic/iiop/DirectoryLoader.java inflating: sun/rmi/rmic/iiop/BatchEnvironment.java inflating: sun/rmi/rmic/iiop/NameContext.java inflating: sun/rmi/rmic/iiop/RemoteType.java inflating: sun/rmi/rmic/iiop/IDLGenerator.java inflating: sun/rmi/rmic/iiop/AbstractType.java inflating: sun/rmi/rmic/iiop/IDLNames.java inflating: sun/rmi/rmic/iiop/ContextStack.java inflating: sun/rmi/rmic/iiop/NCClassType.java inflating: sun/rmi/rmic/iiop/Generator.java inflating: sun/rmi/rmic/iiop/SpecialClassType.java inflating: sun/rmi/rmic/iiop/ImplementationType.java inflating: sun/corba/BridgePermission.java inflating: sun/corba/Bridge.java inflating: sun/corba/package.html inflating: org/omg/CORBA/UnknownUserExceptionHolder.java inflating: org/omg/CORBA/OMGVMCID.java inflating: org/omg/CORBA/ULongLongSeqHolder.java inflating: org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java inflating: org/omg/CORBA/StructMemberHelper.java inflating: org/omg/CORBA/StructMember.java inflating: org/omg/CORBA/DomainManagerOperations.java inflating: org/omg/CORBA/WCharSeqHolder.java inflating: org/omg/CORBA/IDLTypeHelper.java inflating: org/omg/CORBA/INTF_REPOS.java inflating: org/omg/CORBA/COMM_FAILURE.java inflating: org/omg/CORBA/INTERNAL.java inflating: org/omg/CORBA/DoubleSeqHelper.java inflating: org/omg/CORBA/PRIVATE_MEMBER.java inflating: org/omg/CORBA/LocalObject.java inflating: org/omg/CORBA/VisibilityHelper.java inflating: org/omg/CORBA/UShortSeqHolder.java inflating: org/omg/CORBA/ServiceInformation.java inflating: org/omg/CORBA/LongLongSeqHolder.java inflating: org/omg/CORBA/DynFixed.java inflating: org/omg/CORBA/TypeCode.java inflating: org/omg/CORBA/FREE_MEM.java inflating: org/omg/CORBA/FieldNameHelper.java inflating: org/omg/CORBA/DATA_CONVERSION.java inflating: org/omg/CORBA/ULongSeqHelper.java inflating: org/omg/CORBA/WrongTransactionHelper.java inflating: org/omg/CORBA/Policy.java inflating: org/omg/CORBA/Environment.java inflating: org/omg/CORBA/VM_NONE.java inflating: org/omg/CORBA/TypeCodeHolder.java inflating: org/omg/CORBA/CharSeqHelper.java inflating: org/omg/CORBA/BooleanSeqHolder.java inflating: org/omg/CORBA/ServiceInformationHolder.java inflating: org/omg/CORBA/ULongSeqHolder.java inflating: org/omg/CORBA/TRANSACTION_MODE.java inflating: org/omg/CORBA/LongSeqHolder.java inflating: org/omg/CORBA/RepositoryIdHelper.java inflating: org/omg/CORBA/SystemException.java inflating: org/omg/CORBA/OBJ_ADAPTER.java inflating: org/omg/CORBA/FloatHolder.java inflating: org/omg/CORBA/WStringValueHelper.java inflating: org/omg/CORBA/LongSeqHelper.java inflating: org/omg/CORBA/DynSequence.java inflating: org/omg/CORBA/PolicyHelper.java inflating: org/omg/CORBA/OctetSeqHolder.java inflating: org/omg/CORBA/PolicyListHolder.java inflating: org/omg/CORBA/Object.java inflating: org/omg/CORBA/DynValue.java inflating: org/omg/CORBA/DynAny.java inflating: org/omg/CORBA/ShortSeqHolder.java inflating: org/omg/CORBA/NO_IMPLEMENT.java inflating: org/omg/CORBA/BAD_PARAM.java inflating: org/omg/CORBA/orb.idl inflating: org/omg/CORBA/Current.java inflating: org/omg/CORBA/AnySeqHelper.java inflating: org/omg/CORBA/_IDLTypeStub.java inflating: org/omg/CORBA/Request.java inflating: org/omg/CORBA/DefinitionKind.java inflating: org/omg/CORBA/AnyHolder.java inflating: org/omg/CORBA/ValueBaseHolder.java inflating: org/omg/CORBA/ShortHolder.java inflating: org/omg/CORBA/ShortSeqHelper.java inflating: org/omg/CORBA/UnknownUserException.java inflating: org/omg/CORBA/ServiceInformationHelper.java inflating: org/omg/CORBA/DynStruct.java inflating: org/omg/CORBA/CustomMarshal.java inflating: org/omg/CORBA/Any.java inflating: org/omg/CORBA/UnknownUserExceptionHelper.java inflating: org/omg/CORBA/ACTIVITY_REQUIRED.java inflating: org/omg/CORBA/ByteHolder.java inflating: org/omg/CORBA/ExceptionList.java inflating: org/omg/CORBA/StringValueHelper.java inflating: org/omg/CORBA/UShortSeqHelper.java inflating: org/omg/CORBA/ARG_OUT.java inflating: org/omg/CORBA/NamedValue.java inflating: org/omg/CORBA/CurrentHelper.java inflating: org/omg/CORBA/IntHolder.java inflating: org/omg/CORBA/WCharSeqHelper.java inflating: org/omg/CORBA/PolicyListHelper.java inflating: org/omg/CORBA/INVALID_TRANSACTION.java inflating: org/omg/CORBA/ARG_IN.java inflating: org/omg/CORBA/ObjectHolder.java inflating: org/omg/CORBA/OBJECT_NOT_EXIST.java inflating: org/omg/CORBA/NameValuePair.java inflating: org/omg/CORBA/TCKind.java inflating: org/omg/CORBA/ARG_INOUT.java inflating: org/omg/CORBA/ValueBaseHelper.java inflating: org/omg/CORBA/FloatSeqHelper.java inflating: org/omg/CORBA/TRANSACTION_REQUIRED.java inflating: org/omg/CORBA/PolicyOperations.java inflating: org/omg/CORBA/ObjectHelper.java inflating: org/omg/CORBA/TRANSACTION_ROLLEDBACK.java inflating: org/omg/CORBA/DynUnion.java inflating: org/omg/CORBA/BooleanSeqHelper.java inflating: org/omg/CORBA/ORB.java inflating: org/omg/CORBA/SetOverrideTypeHelper.java inflating: org/omg/CORBA/TIMEOUT.java inflating: org/omg/CORBA/CurrentOperations.java inflating: org/omg/CORBA/BAD_CONTEXT.java inflating: org/omg/CORBA/BooleanHolder.java inflating: org/omg/CORBA/PUBLIC_MEMBER.java inflating: org/omg/CORBA/TRANSACTION_UNAVAILABLE.java inflating: org/omg/CORBA/IRObjectOperations.java inflating: org/omg/CORBA/INV_OBJREF.java inflating: org/omg/CORBA/doc-files/generatedfiles.html inflating: org/omg/CORBA/doc-files/compliance.html inflating: org/omg/CORBA/IdentifierHelper.java inflating: org/omg/CORBA/AnySeqHolder.java inflating: org/omg/CORBA/ContextList.java inflating: org/omg/CORBA/MARSHAL.java inflating: org/omg/CORBA/ValueMemberHelper.java inflating: org/omg/CORBA/NameValuePairHelper.java inflating: org/omg/CORBA/FloatSeqHolder.java inflating: org/omg/CORBA/DataOutputStream.java inflating: org/omg/CORBA/IDLType.java inflating: org/omg/CORBA/VM_CUSTOM.java inflating: org/omg/CORBA/ValueMember.java inflating: org/omg/CORBA/TRANSIENT.java inflating: org/omg/CORBA/ServiceDetail.java inflating: org/omg/CORBA/VM_ABSTRACT.java inflating: org/omg/CORBA/DataInputStream.java inflating: org/omg/CORBA/ServerRequest.java inflating: org/omg/CORBA/DynamicImplementation.java inflating: org/omg/CORBA/VersionSpecHelper.java inflating: org/omg/CORBA/IDLTypeOperations.java inflating: org/omg/CORBA/DefinitionKindHelper.java inflating: org/omg/CORBA/PolicyError.java inflating: org/omg/CORBA/PolicyTypeHelper.java inflating: org/omg/CORBA/ORBPackage/InconsistentTypeCode.java inflating: org/omg/CORBA/ORBPackage/package.html inflating: org/omg/CORBA/ORBPackage/InvalidName.java inflating: org/omg/CORBA/Bounds.java inflating: org/omg/CORBA/WrongTransaction.java inflating: org/omg/CORBA/INV_IDENT.java inflating: org/omg/CORBA/package.html inflating: org/omg/CORBA/CharSeqHolder.java inflating: org/omg/CORBA/ACTIVITY_COMPLETED.java inflating: org/omg/CORBA/Context.java inflating: org/omg/CORBA/ULongLongSeqHelper.java inflating: org/omg/CORBA/ServiceDetailHelper.java inflating: org/omg/CORBA/BAD_POLICY_TYPE.java inflating: org/omg/CORBA/UnionMember.java inflating: org/omg/CORBA/REBIND.java inflating: org/omg/CORBA/DoubleSeqHolder.java inflating: org/omg/CORBA/NO_MEMORY.java inflating: org/omg/CORBA/CompletionStatus.java inflating: org/omg/CORBA/INV_FLAG.java inflating: org/omg/CORBA/TypeCodePackage/BadKind.java inflating: org/omg/CORBA/TypeCodePackage/Bounds.java inflating: org/omg/CORBA/TypeCodePackage/package.html inflating: org/omg/CORBA/INITIALIZE.java inflating: org/omg/CORBA/NVList.java inflating: org/omg/CORBA/BAD_POLICY_VALUE.java inflating: org/omg/CORBA/BAD_OPERATION.java inflating: org/omg/CORBA/PERSIST_STORE.java inflating: org/omg/CORBA/UnionMemberHelper.java inflating: org/omg/CORBA/CurrentHolder.java inflating: org/omg/CORBA/CompletionStatusHelper.java inflating: org/omg/CORBA/INVALID_ACTIVITY.java inflating: org/omg/CORBA/DynArray.java inflating: org/omg/CORBA/DoubleHolder.java inflating: org/omg/CORBA/LongHolder.java inflating: org/omg/CORBA/BAD_POLICY.java inflating: org/omg/CORBA/PrincipalHolder.java inflating: org/omg/CORBA/CharHolder.java inflating: org/omg/CORBA/CODESET_INCOMPATIBLE.java inflating: org/omg/CORBA/CTX_RESTRICT_SCOPE.java inflating: org/omg/CORBA/UNSUPPORTED_POLICY.java inflating: org/omg/CORBA/WrongTransactionHolder.java inflating: org/omg/CORBA/DynEnum.java inflating: org/omg/CORBA/SetOverrideType.java inflating: org/omg/CORBA/BAD_QOS.java inflating: org/omg/CORBA/IMP_LIMIT.java inflating: org/omg/CORBA/PolicyHolder.java inflating: org/omg/CORBA/UNKNOWN.java inflating: org/omg/CORBA/IRObject.java inflating: org/omg/CORBA/INV_POLICY.java inflating: org/omg/CORBA/BAD_INV_ORDER.java inflating: org/omg/CORBA/ir.idl inflating: org/omg/CORBA/LongLongSeqHelper.java inflating: org/omg/CORBA/NO_RESOURCES.java inflating: org/omg/CORBA/_PolicyStub.java inflating: org/omg/CORBA/BAD_TYPECODE.java inflating: org/omg/CORBA/UserException.java inflating: org/omg/CORBA/portable/OutputStream.java inflating: org/omg/CORBA/portable/UnknownException.java inflating: org/omg/CORBA/portable/BoxedValueHelper.java inflating: org/omg/CORBA/portable/StreamableValue.java inflating: org/omg/CORBA/portable/ValueInputStream.java inflating: org/omg/CORBA/portable/ValueFactory.java inflating: org/omg/CORBA/portable/ServantObject.java inflating: org/omg/CORBA/portable/InvokeHandler.java inflating: org/omg/CORBA/portable/ValueBase.java inflating: org/omg/CORBA/portable/IDLEntity.java inflating: org/omg/CORBA/portable/package.html inflating: org/omg/CORBA/portable/RemarshalException.java inflating: org/omg/CORBA/portable/Streamable.java inflating: org/omg/CORBA/portable/IndirectionException.java inflating: org/omg/CORBA/portable/ObjectImpl.java inflating: org/omg/CORBA/portable/ResponseHandler.java inflating: org/omg/CORBA/portable/ApplicationException.java inflating: org/omg/CORBA/portable/ValueOutputStream.java inflating: org/omg/CORBA/portable/Delegate.java inflating: org/omg/CORBA/portable/InputStream.java inflating: org/omg/CORBA/portable/CustomValue.java inflating: org/omg/CORBA/Principal.java inflating: org/omg/CORBA/DomainManager.java inflating: org/omg/CORBA/FixedHolder.java inflating: org/omg/CORBA/StringHolder.java inflating: org/omg/CORBA/NO_RESPONSE.java inflating: org/omg/CORBA/NO_PERMISSION.java inflating: org/omg/CORBA/DynAnyPackage/Invalid.java inflating: org/omg/CORBA/DynAnyPackage/InvalidValue.java inflating: org/omg/CORBA/DynAnyPackage/TypeMismatch.java inflating: org/omg/CORBA/DynAnyPackage/package.html inflating: org/omg/CORBA/DynAnyPackage/InvalidSeq.java inflating: org/omg/CORBA/OctetSeqHelper.java inflating: org/omg/CORBA/VM_TRUNCATABLE.java inflating: org/omg/Dynamic/package.html inflating: org/omg/PortableInterceptor/Messaging.idl inflating: org/omg/PortableInterceptor/ORBInitInfoPackage/package.html inflating: org/omg/PortableInterceptor/IOP.idl inflating: org/omg/PortableInterceptor/CORBAX.idl inflating: org/omg/PortableInterceptor/package.html inflating: org/omg/PortableInterceptor/Interceptors.idl inflating: org/omg/SendingContext/RunTimeOperations.java inflating: org/omg/SendingContext/RunTime.java inflating: org/omg/SendingContext/package.html inflating: org/omg/CosNaming/nameservice.idl inflating: org/omg/CosNaming/NamingContextPackage/package.html inflating: org/omg/CosNaming/NamingContextExtPackage/package.html inflating: org/omg/CosNaming/_NamingContextImplBase.java inflating: org/omg/CosNaming/package.html inflating: org/omg/CosNaming/_BindingIteratorImplBase.java inflating: org/omg/IOP/CodecFactoryPackage/package.html inflating: org/omg/IOP/CodecPackage/package.html inflating: org/omg/IOP/package.html inflating: org/omg/DynamicAny/DynamicAny.idl inflating: org/omg/DynamicAny/DynAnyFactoryPackage/package.html inflating: org/omg/DynamicAny/package.html inflating: org/omg/DynamicAny/DynAnyPackage/package.html inflating: org/omg/CORBA_2_3/ORB.java inflating: org/omg/CORBA_2_3/package.html inflating: org/omg/CORBA_2_3/portable/OutputStream.java inflating: org/omg/CORBA_2_3/portable/package.html inflating: org/omg/CORBA_2_3/portable/ObjectImpl.java inflating: org/omg/CORBA_2_3/portable/Delegate.java inflating: org/omg/CORBA_2_3/portable/InputStream.java inflating: org/omg/stub/java/rmi/package.html inflating: org/omg/stub/java/rmi/_Remote_Stub.java inflating: org/omg/Messaging/package.html inflating: org/omg/PortableServer/poa.idl inflating: org/omg/PortableServer/CurrentPackage/package.html inflating: org/omg/PortableServer/Servant.java inflating: org/omg/PortableServer/corba.idl inflating: org/omg/PortableServer/CurrentHelper.java inflating: org/omg/PortableServer/ServantLocatorPackage/package.html inflating: org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java inflating: org/omg/PortableServer/DynamicImplementation.java inflating: org/omg/PortableServer/POAManagerPackage/package.html inflating: org/omg/PortableServer/package.html inflating: org/omg/PortableServer/POAHelper.java inflating: org/omg/PortableServer/POAPackage/package.html inflating: org/omg/PortableServer/portable/package.html inflating: org/omg/PortableServer/portable/Delegate.java inflating: com/sun/org/omg/CORBA/AttributeModeHelper.java inflating: com/sun/org/omg/CORBA/AttrDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/StructMemberHelper.java inflating: com/sun/org/omg/CORBA/IDLTypeHelper.java inflating: com/sun/org/omg/CORBA/InitializerSeqHelper.java inflating: com/sun/org/omg/CORBA/Initializer.java inflating: com/sun/org/omg/CORBA/StructMemberSeqHelper.java inflating: com/sun/org/omg/CORBA/VisibilityHelper.java inflating: com/sun/org/omg/CORBA/OperationMode.java inflating: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.java inflating: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescriptionHelper.java inflating: com/sun/org/omg/CORBA/ValueMemberSeqHelper.java inflating: com/sun/org/omg/CORBA/ContextIdentifierHelper.java inflating: com/sun/org/omg/CORBA/AttributeMode.java inflating: com/sun/org/omg/CORBA/AttributeDescription.java inflating: com/sun/org/omg/CORBA/RepositoryIdHelper.java inflating: com/sun/org/omg/CORBA/Repository.java inflating: com/sun/org/omg/CORBA/_IDLTypeStub.java inflating: com/sun/org/omg/CORBA/ParameterModeHelper.java inflating: com/sun/org/omg/CORBA/ParDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/RepositoryIdSeqHelper.java inflating: com/sun/org/omg/CORBA/OperationDescriptionHelper.java inflating: com/sun/org/omg/CORBA/IRObjectOperations.java inflating: com/sun/org/omg/CORBA/IdentifierHelper.java inflating: com/sun/org/omg/CORBA/ValueMemberHelper.java inflating: com/sun/org/omg/CORBA/InitializerHelper.java inflating: com/sun/org/omg/CORBA/ParameterDescriptionHelper.java inflating: com/sun/org/omg/CORBA/VersionSpecHelper.java inflating: com/sun/org/omg/CORBA/ParameterDescription.java inflating: com/sun/org/omg/CORBA/IDLTypeOperations.java inflating: com/sun/org/omg/CORBA/DefinitionKindHelper.java inflating: com/sun/org/omg/CORBA/AttributeDescriptionHelper.java inflating: com/sun/org/omg/CORBA/ParameterMode.java inflating: com/sun/org/omg/CORBA/ExceptionDescriptionHelper.java inflating: com/sun/org/omg/CORBA/ContextIdSeqHelper.java inflating: com/sun/org/omg/CORBA/ExcDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/ExceptionDescription.java inflating: com/sun/org/omg/CORBA/OperationDescription.java inflating: com/sun/org/omg/CORBA/OpDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/portable/ValueHelper.java inflating: com/sun/org/omg/CORBA/RepositoryHelper.java inflating: com/sun/org/omg/CORBA/OperationModeHelper.java inflating: com/sun/org/omg/SendingContext/_CodeBaseImplBase.java inflating: com/sun/org/omg/SendingContext/_CodeBaseStub.java inflating: com/sun/org/omg/SendingContext/CodeBaseOperations.java inflating: com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.java inflating: com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.java inflating: com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.java inflating: com/sun/org/omg/SendingContext/CodeBaseHelper.java inflating: com/sun/org/omg/SendingContext/CodeBase.java inflating: com/sun/corba/se/pept/broker/Broker.java inflating: com/sun/corba/se/pept/encoding/InputObject.java inflating: com/sun/corba/se/pept/encoding/OutputObject.java inflating: com/sun/corba/se/pept/protocol/ClientInvocationInfo.java inflating: com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java inflating: com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java inflating: com/sun/corba/se/pept/protocol/ProtocolHandler.java inflating: com/sun/corba/se/pept/protocol/ClientDelegate.java inflating: com/sun/corba/se/pept/protocol/MessageMediator.java inflating: com/sun/corba/se/pept/package.html inflating: com/sun/corba/se/pept/transport/ConnectionCache.java inflating: com/sun/corba/se/pept/transport/TransportManager.java inflating: com/sun/corba/se/pept/transport/Acceptor.java inflating: com/sun/corba/se/pept/transport/EventHandler.java inflating: com/sun/corba/se/pept/transport/InboundConnectionCache.java inflating: com/sun/corba/se/pept/transport/ContactInfoListIterator.java inflating: com/sun/corba/se/pept/transport/Selector.java inflating: com/sun/corba/se/pept/transport/ResponseWaitingRoom.java inflating: com/sun/corba/se/pept/transport/Connection.java inflating: com/sun/corba/se/pept/transport/ContactInfo.java inflating: com/sun/corba/se/pept/transport/ByteBufferPool.java inflating: com/sun/corba/se/pept/transport/ListenerThread.java inflating: com/sun/corba/se/pept/transport/ContactInfoList.java inflating: com/sun/corba/se/pept/transport/ReaderThread.java inflating: com/sun/corba/se/pept/transport/OutboundConnectionCache.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.java inflating: com/sun/corba/se/spi/monitoring/MonitoringFactories.java inflating: com/sun/corba/se/spi/monitoring/StatisticMonitoredAttribute.java inflating: com/sun/corba/se/spi/monitoring/StatisticsAccumulator.java inflating: com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfoFactory.java inflating: com/sun/corba/se/spi/monitoring/MonitoredObject.java inflating: com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.java inflating: com/sun/corba/se/spi/monitoring/package.html inflating: com/sun/corba/se/spi/monitoring/MonitoredObjectFactory.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttribute.java inflating: com/sun/corba/se/spi/monitoring/MonitoringManager.java inflating: com/sun/corba/se/spi/monitoring/MonitoringConstants.java inflating: com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfo.java inflating: com/sun/corba/se/spi/extension/RequestPartitioningPolicy.java inflating: com/sun/corba/se/spi/extension/ServantCachingPolicy.java inflating: com/sun/corba/se/spi/extension/ZeroPortPolicy.java inflating: com/sun/corba/se/spi/extension/CopyObjectPolicy.java inflating: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.java inflating: com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl.java inflating: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandler.java inflating: com/sun/corba/se/spi/orbutil/proxy/LinkedInvocationHandler.java inflating: com/sun/corba/se/spi/orbutil/proxy/InvocationHandlerFactory.java inflating: com/sun/corba/se/spi/orbutil/fsm/StateEngine.java inflating: com/sun/corba/se/spi/orbutil/fsm/FSM.java inflating: com/sun/corba/se/spi/orbutil/fsm/InputImpl.java inflating: com/sun/corba/se/spi/orbutil/fsm/StateImpl.java inflating: com/sun/corba/se/spi/orbutil/fsm/GuardBase.java inflating: com/sun/corba/se/spi/orbutil/fsm/StateEngineFactory.java inflating: com/sun/corba/se/spi/orbutil/fsm/ActionBase.java inflating: com/sun/corba/se/spi/orbutil/fsm/Guard.java inflating: com/sun/corba/se/spi/orbutil/fsm/FSMTest.java inflating: com/sun/corba/se/spi/orbutil/fsm/FSMImpl.java inflating: com/sun/corba/se/spi/orbutil/fsm/Input.java inflating: com/sun/corba/se/spi/orbutil/fsm/Action.java inflating: com/sun/corba/se/spi/orbutil/fsm/State.java inflating: com/sun/corba/se/spi/orbutil/closure/Closure.java inflating: com/sun/corba/se/spi/orbutil/closure/ClosureFactory.java inflating: com/sun/corba/se/spi/orbutil/threadpool/Work.java inflating: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.java inflating: com/sun/corba/se/spi/orbutil/threadpool/WorkQueue.java inflating: com/sun/corba/se/spi/orbutil/threadpool/NoSuchThreadPoolException.java inflating: com/sun/corba/se/spi/orbutil/threadpool/NoSuchWorkQueueException.java inflating: com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.java inflating: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolChooser.java inflating: com/sun/corba/se/spi/encoding/CorbaInputObject.java inflating: com/sun/corba/se/spi/encoding/CorbaOutputObject.java inflating: com/sun/corba/se/spi/copyobject/ObjectCopier.java inflating: com/sun/corba/se/spi/copyobject/CopierManager.java inflating: com/sun/corba/se/spi/copyobject/CopyobjectDefaults.java inflating: com/sun/corba/se/spi/copyobject/ReflectiveCopyException.java inflating: com/sun/corba/se/spi/copyobject/ObjectCopierFactory.java inflating: com/sun/corba/se/spi/activation/activation.idl inflating: com/sun/corba/se/spi/ior/IdentifiableFactoryFinder.java inflating: com/sun/corba/se/spi/ior/IdentifiableBase.java inflating: com/sun/corba/se/spi/ior/IORFactories.java inflating: com/sun/corba/se/spi/ior/IOR.java inflating: com/sun/corba/se/spi/ior/TaggedComponent.java inflating: com/sun/corba/se/spi/ior/TaggedProfileTemplate.java inflating: com/sun/corba/se/spi/ior/IORFactory.java inflating: com/sun/corba/se/spi/ior/MakeImmutable.java inflating: com/sun/corba/se/spi/ior/IORTemplateList.java inflating: com/sun/corba/se/spi/ior/ObjectId.java inflating: com/sun/corba/se/spi/ior/TaggedComponentBase.java inflating: com/sun/corba/se/spi/ior/IdentifiableFactory.java inflating: com/sun/corba/se/spi/ior/TaggedProfileTemplateBase.java inflating: com/sun/corba/se/spi/ior/iornotes inflating: com/sun/corba/se/spi/ior/ObjectAdapterId.java inflating: com/sun/corba/se/spi/ior/ObjectKey.java inflating: com/sun/corba/se/spi/ior/ObjectKeyFactory.java inflating: com/sun/corba/se/spi/ior/package.html inflating: com/sun/corba/se/spi/ior/Identifiable.java inflating: com/sun/corba/se/spi/ior/IdentifiableContainerBase.java inflating: com/sun/corba/se/spi/ior/TaggedComponentFactoryFinder.java inflating: com/sun/corba/se/spi/ior/ObjectKeyTemplate.java inflating: com/sun/corba/se/spi/ior/TaggedProfile.java inflating: com/sun/corba/se/spi/ior/WriteContents.java inflating: com/sun/corba/se/spi/ior/Writeable.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPProfileTemplate.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPFactories.java inflating: com/sun/corba/se/spi/ior/iiop/CodeSetsComponent.java inflating: com/sun/corba/se/spi/ior/iiop/MaxStreamFormatVersionComponent.java inflating: com/sun/corba/se/spi/ior/iiop/AlternateIIOPAddressComponent.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPAddress.java inflating: com/sun/corba/se/spi/ior/iiop/RequestPartitioningComponent.java inflating: com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPProfile.java inflating: com/sun/corba/se/spi/ior/iiop/GIOPVersion.java inflating: com/sun/corba/se/spi/ior/iiop/JavaCodebaseComponent.java inflating: com/sun/corba/se/spi/ior/IORTemplate.java inflating: com/sun/corba/se/spi/ior/EncapsulationFactoryBase.java inflating: com/sun/corba/se/spi/orb/ParserData.java inflating: com/sun/corba/se/spi/orb/PropertyParser.java inflating: com/sun/corba/se/spi/orb/OperationFactory.java inflating: com/sun/corba/se/spi/orb/StringPair.java inflating: com/sun/corba/se/spi/orb/ORB.java inflating: com/sun/corba/se/spi/orb/ParserImplBase.java inflating: com/sun/corba/se/spi/orb/ParserImplTableBase.java inflating: com/sun/corba/se/spi/orb/Operation.java inflating: com/sun/corba/se/spi/orb/ParserDataFactory.java inflating: com/sun/corba/se/spi/orb/ORBData.java inflating: com/sun/corba/se/spi/orb/DataCollector.java inflating: com/sun/corba/se/spi/orb/ORBVersion.java inflating: com/sun/corba/se/spi/orb/ORBVersionFactory.java inflating: com/sun/corba/se/spi/orb/ORBConfigurator.java inflating: com/sun/corba/se/spi/servicecontext/UEInfoServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/CodeSetServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContextRegistry.java inflating: com/sun/corba/se/spi/servicecontext/SendingContextServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/UnknownServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/MaxStreamFormatVersionServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContextData.java inflating: com/sun/corba/se/spi/servicecontext/ORBVersionServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContexts.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContext.java inflating: com/sun/corba/se/spi/protocol/CorbaMessageMediator.java inflating: com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.java inflating: com/sun/corba/se/spi/protocol/RequestDispatcherDefault.java inflating: com/sun/corba/se/spi/protocol/CorbaClientDelegate.java inflating: com/sun/corba/se/spi/protocol/ClientDelegateFactory.java inflating: com/sun/corba/se/spi/protocol/CorbaProtocolHandler.java inflating: com/sun/corba/se/spi/protocol/ForwardException.java inflating: com/sun/corba/se/spi/protocol/PIHandler.java inflating: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcher.java inflating: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcherFactory.java inflating: com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.java inflating: com/sun/corba/se/spi/protocol/CorbaServerRequestDispatcher.java inflating: com/sun/corba/se/spi/logging/data/ORBUtil.mc inflating: com/sun/corba/se/spi/logging/data/Activation.mc inflating: com/sun/corba/se/spi/logging/data/Naming.mc inflating: com/sun/corba/se/spi/logging/data/POA.mc inflating: com/sun/corba/se/spi/logging/data/Util.mc inflating: com/sun/corba/se/spi/logging/data/Interceptors.mc inflating: com/sun/corba/se/spi/logging/data/IOR.mc inflating: com/sun/corba/se/spi/logging/data/OMG.mc inflating: com/sun/corba/se/spi/logging/LogWrapperFactory.java inflating: com/sun/corba/se/spi/logging/LogWrapperBase.java inflating: com/sun/corba/se/spi/logging/CORBALogDomains.java inflating: com/sun/corba/se/spi/legacy/interceptor/UnknownType.java inflating: com/sun/corba/se/spi/legacy/interceptor/ORBInitInfoExt.java inflating: com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.java inflating: com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.java inflating: com/sun/corba/se/spi/legacy/connection/README.txt inflating: com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.java inflating: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.java inflating: com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java inflating: com/sun/corba/se/spi/legacy/connection/Connection.java inflating: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java inflating: com/sun/corba/se/spi/presentation/rmi/DynamicStub.java inflating: com/sun/corba/se/spi/presentation/rmi/PresentationManager.java inflating: com/sun/corba/se/spi/presentation/rmi/StubWrapper.java inflating: com/sun/corba/se/spi/presentation/rmi/PresentationDefaults.java inflating: com/sun/corba/se/spi/presentation/rmi/DynamicMethodMarshaller.java inflating: com/sun/corba/se/spi/presentation/rmi/StubAdapter.java inflating: com/sun/corba/se/spi/presentation/rmi/IDLNameTranslator.java inflating: com/sun/corba/se/spi/oa/ObjectAdapterFactory.java inflating: com/sun/corba/se/spi/oa/OADestroyed.java inflating: com/sun/corba/se/spi/oa/OAInvocationInfo.java inflating: com/sun/corba/se/spi/oa/ObjectAdapterBase.java inflating: com/sun/corba/se/spi/oa/OADefault.java inflating: com/sun/corba/se/spi/oa/ObjectAdapter.java inflating: com/sun/corba/se/spi/oa/NullServant.java inflating: com/sun/corba/se/spi/resolver/LocalResolver.java inflating: com/sun/corba/se/spi/resolver/Resolver.java inflating: com/sun/corba/se/spi/resolver/ResolverDefault.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfoListFactory.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfo.java inflating: com/sun/corba/se/spi/transport/CorbaTransportManager.java inflating: com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.java inflating: com/sun/corba/se/spi/transport/SocketInfo.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfoList.java inflating: com/sun/corba/se/spi/transport/CorbaConnection.java inflating: com/sun/corba/se/spi/transport/IORToSocketInfo.java inflating: com/sun/corba/se/spi/transport/ReadTimeoutsFactory.java inflating: com/sun/corba/se/spi/transport/IORTransformer.java inflating: com/sun/corba/se/spi/transport/IIOPPrimaryToContactInfo.java inflating: com/sun/corba/se/spi/transport/ORBSocketFactory.java inflating: com/sun/corba/se/spi/transport/CorbaAcceptor.java inflating: com/sun/corba/se/spi/transport/SocketOrChannelAcceptor.java inflating: com/sun/corba/se/spi/transport/CorbaConnectionCache.java inflating: com/sun/corba/se/spi/transport/TransportDefault.java inflating: com/sun/corba/se/spi/transport/ReadTimeouts.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.java inflating: com/sun/corba/se/internal/Interceptors/PIORB.java inflating: com/sun/corba/se/internal/io/ObjectStreamClass.java inflating: com/sun/corba/se/internal/io/IIOPInputStream.java inflating: com/sun/corba/se/internal/io/IIOPOutputStream.java inflating: com/sun/corba/se/internal/io/LibraryManager.java inflating: com/sun/corba/se/internal/CosNaming/BootstrapServer.java inflating: com/sun/corba/se/internal/POA/POAORB.java inflating: com/sun/corba/se/internal/corba/ORBSingleton.java inflating: com/sun/corba/se/internal/iiop/ORB.java inflating: com/sun/corba/se/org/omg/CORBA/ORB.java inflating: com/sun/corba/se/PortableActivationIDL/activation.idl inflating: com/sun/corba/se/impl/io/ObjectStreamClass.java inflating: com/sun/corba/se/impl/io/OutputStreamHook.java inflating: com/sun/corba/se/impl/io/FVDCodeBaseImpl.java inflating: com/sun/corba/se/impl/io/InputStreamHook.java inflating: com/sun/corba/se/impl/io/IIOPInputStream.java inflating: com/sun/corba/se/impl/io/ObjectStreamField.java inflating: com/sun/corba/se/impl/io/IIOPOutputStream.java inflating: com/sun/corba/se/impl/io/ValueUtility.java inflating: com/sun/corba/se/impl/io/ValueHandlerImpl.java inflating: com/sun/corba/se/impl/io/OptionalDataException.java inflating: com/sun/corba/se/impl/io/TypeMismatchException.java inflating: com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt.java inflating: com/sun/corba/se/impl/monitoring/MonitoringManagerFactoryImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoFactoryImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoringManagerImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredObjectImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredObjectFactoryImpl.java inflating: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3.java inflating: com/sun/corba/se/impl/orbutil/RepositoryId_1_3.java inflating: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3.java inflating: com/sun/corba/se/impl/orbutil/CacheTable.java inflating: com/sun/corba/se/impl/orbutil/ORBConstants.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdFactory.java inflating: com/sun/corba/se/impl/orbutil/ObjectWriter.java inflating: com/sun/corba/se/impl/orbutil/ObjectStreamField.java inflating: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/HexOutputStream.java inflating: com/sun/corba/se/impl/orbutil/LegacyHookPutFields.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdUtility.java inflating: com/sun/corba/se/impl/orbutil/ORBClassLoader.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdInterface.java inflating: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3.java inflating: com/sun/corba/se/impl/orbutil/StackImpl.java inflating: com/sun/corba/se/impl/orbutil/CorbaResourceUtil.java inflating: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl.java inflating: com/sun/corba/se/impl/orbutil/fsm/GuardedAction.java inflating: com/sun/corba/se/impl/orbutil/fsm/NameBase.java inflating: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/RepositoryId_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdStrings.java inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties inflating: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/concurrent/ReentrantMutex.java inflating: com/sun/corba/se/impl/orbutil/concurrent/CondVar.java inflating: com/sun/corba/se/impl/orbutil/concurrent/DebugMutex.java inflating: com/sun/corba/se/impl/orbutil/concurrent/Sync.java inflating: com/sun/corba/se/impl/orbutil/concurrent/SyncUtil.java inflating: com/sun/corba/se/impl/orbutil/concurrent/Mutex.java inflating: com/sun/corba/se/impl/orbutil/RepIdDelegator.java inflating: com/sun/corba/se/impl/orbutil/graph/NodeData.java inflating: com/sun/corba/se/impl/orbutil/graph/Node.java inflating: com/sun/corba/se/impl/orbutil/graph/GraphImpl.java inflating: com/sun/corba/se/impl/orbutil/graph/Graph.java inflating: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3.java inflating: com/sun/corba/se/impl/orbutil/ORBUtility.java inflating: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/LegacyHookGetFields.java inflating: com/sun/corba/se/impl/orbutil/ObjectUtility.java inflating: com/sun/corba/se/impl/orbutil/GetPropertyAction.java inflating: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/closure/Future.java inflating: com/sun/corba/se/impl/orbutil/closure/Constant.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3.java inflating: com/sun/corba/se/impl/orbutil/DenseIntMapImpl.java inflating: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3.java inflating: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.java inflating: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.java inflating: com/sun/corba/se/impl/orbutil/threadpool/TimeoutException.java inflating: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java inflating: com/sun/corba/se/impl/orbutil/DefineWrapper.sjava inflating: com/sun/corba/se/impl/orbutil/LogKeywords.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream_1_1.java inflating: com/sun/corba/se/impl/encoding/BufferQueue.java inflating: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerReadStream.java inflating: com/sun/corba/se/impl/encoding/RestorableInputStream.java inflating: com/sun/corba/se/impl/encoding/MarshalOutputStream.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream.java inflating: com/sun/corba/se/impl/encoding/OSFCodeSetRegistry.java inflating: com/sun/corba/se/impl/encoding/EncapsOutputStream.java inflating: com/sun/corba/se/impl/encoding/MarshalInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerFactory.java inflating: com/sun/corba/se/impl/encoding/TypeCodeInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWriteGrow.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWriteCollect.java inflating: com/sun/corba/se/impl/encoding/CodeSetCache.java inflating: com/sun/corba/se/impl/encoding/CDRInputObject.java inflating: com/sun/corba/se/impl/encoding/CodeSetComponentInfo.java inflating: com/sun/corba/se/impl/encoding/WrapperInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWrite.java inflating: com/sun/corba/se/impl/encoding/TypeCodeReader.java inflating: com/sun/corba/se/impl/encoding/ByteBufferWithInfo.java inflating: com/sun/corba/se/impl/encoding/CachedCodeBase.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream_1_0.java inflating: com/sun/corba/se/impl/encoding/CDROutputStreamBase.java inflating: com/sun/corba/se/impl/encoding/CDRInputStreamBase.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream_1_2.java inflating: com/sun/corba/se/impl/encoding/CodeSetConversion.java inflating: com/sun/corba/se/impl/encoding/BufferManagerRead.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream_1_1.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream_1_0.java inflating: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream.java inflating: com/sun/corba/se/impl/encoding/CDROutputObject.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream_1_2.java inflating: com/sun/corba/se/impl/encoding/TypeCodeOutputStream.java inflating: com/sun/corba/se/impl/encoding/MarkAndResetHandler.java inflating: com/sun/corba/se/impl/encoding/EncapsInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWriteStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerReadGrow.java inflating: com/sun/corba/se/impl/copyobject/FallbackObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/JavaOutputStream.sjava inflating: com/sun/corba/se/impl/copyobject/ORBStreamObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/ReferenceObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/JavaStreamObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/JavaInputStream.sjava inflating: com/sun/corba/se/impl/copyobject/CopierManagerImpl.java inflating: com/sun/corba/se/impl/activation/ProcessMonitorThread.java inflating: com/sun/corba/se/impl/activation/ServerTableEntry.java inflating: com/sun/corba/se/impl/activation/ServerManagerImpl.java inflating: com/sun/corba/se/impl/activation/CommandHandler.java inflating: com/sun/corba/se/impl/activation/RepositoryImpl.java inflating: com/sun/corba/se/impl/activation/ORBD.java inflating: com/sun/corba/se/impl/activation/NameServiceStartThread.java inflating: com/sun/corba/se/impl/activation/ServerMain.java inflating: com/sun/corba/se/impl/activation/ServerTool.java inflating: com/sun/corba/se/impl/naming/cosnaming/BindingIteratorImpl.java inflating: com/sun/corba/se/impl/naming/cosnaming/InternalBindingValue.java inflating: com/sun/corba/se/impl/naming/cosnaming/NamingContextImpl.java inflating: com/sun/corba/se/impl/naming/cosnaming/InternalBindingKey.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientBindingIterator.java inflating: com/sun/corba/se/impl/naming/cosnaming/NamingContextDataStore.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientNamingContext.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientNameServer.java inflating: com/sun/corba/se/impl/naming/cosnaming/InterOperableNamingImpl.java inflating: com/sun/corba/se/impl/naming/cosnaming/NamingUtils.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientNameService.java inflating: com/sun/corba/se/impl/naming/namingutil/IIOPEndpointInfo.java inflating: com/sun/corba/se/impl/naming/namingutil/CorbalocURL.java inflating: com/sun/corba/se/impl/naming/namingutil/INSURL.java inflating: com/sun/corba/se/impl/naming/namingutil/Utility.java inflating: com/sun/corba/se/impl/naming/namingutil/INSURLBase.java inflating: com/sun/corba/se/impl/naming/namingutil/NamingConstants.java inflating: com/sun/corba/se/impl/naming/namingutil/INSURLHandler.java inflating: com/sun/corba/se/impl/naming/namingutil/CorbanameURL.java inflating: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingValue.java inflating: com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.java inflating: com/sun/corba/se/impl/naming/pcosnaming/NameServer.java inflating: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingKey.java inflating: com/sun/corba/se/impl/naming/pcosnaming/NameService.java inflating: com/sun/corba/se/impl/naming/pcosnaming/ServantManagerImpl.java inflating: com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.java inflating: com/sun/corba/se/impl/ior/ObjectReferenceProducerBase.java inflating: com/sun/corba/se/impl/ior/TaggedComponentFactoryFinderImpl.java inflating: com/sun/corba/se/impl/ior/ObjectAdapterIdNumber.java inflating: com/sun/corba/se/impl/ior/GenericIdentifiable.java inflating: com/sun/corba/se/impl/ior/IORTemplateListImpl.java inflating: com/sun/corba/se/impl/ior/IdentifiableFactoryFinderBase.java inflating: com/sun/corba/se/impl/ior/ObjectReferenceFactoryImpl.java inflating: com/sun/corba/se/impl/ior/OldObjectKeyTemplateBase.java inflating: com/sun/corba/se/impl/ior/GenericTaggedComponent.java inflating: com/sun/corba/se/impl/ior/EncapsulationUtility.java inflating: com/sun/corba/se/impl/ior/TestAssertions inflating: com/sun/corba/se/impl/ior/FreezableList.java inflating: com/sun/corba/se/impl/ior/StubIORImpl.java inflating: com/sun/corba/se/impl/ior/ByteBuffer.java inflating: com/sun/corba/se/impl/ior/ObjectIdImpl.java inflating: com/sun/corba/se/impl/ior/ObjectAdapterIdArray.java inflating: com/sun/corba/se/impl/ior/NewObjectKeyTemplateBase.java inflating: com/sun/corba/se/impl/ior/ObjectReferenceTemplateImpl.java inflating: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl.java inflating: com/sun/corba/se/impl/ior/JIDLObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/ObjectKeyImpl.java inflating: com/sun/corba/se/impl/ior/TaggedProfileTemplateFactoryFinderImpl.java inflating: com/sun/corba/se/impl/ior/notes inflating: com/sun/corba/se/impl/ior/ObjectAdapterIdBase.java inflating: com/sun/corba/se/impl/ior/TaggedProfileFactoryFinderImpl.java inflating: com/sun/corba/se/impl/ior/IORTemplateImpl.java inflating: com/sun/corba/se/impl/ior/iiop/CodeSetsComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/JavaCodebaseComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPAddressImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPAddressClosureImpl.java inflating: com/sun/corba/se/impl/ior/iiop/JavaSerializationComponent.java inflating: com/sun/corba/se/impl/ior/iiop/RequestPartitioningComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/ORBTypeComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPAddressBase.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPProfileTemplateImpl.java inflating: com/sun/corba/se/impl/ior/iiop/MaxStreamFormatVersionComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/AlternateIIOPAddressComponentImpl.java inflating: com/sun/corba/se/impl/ior/GenericTaggedProfile.java inflating: com/sun/corba/se/impl/ior/OldPOAObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/OldJIDLObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/POAObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/ObjectKeyTemplateBase.java inflating: com/sun/corba/se/impl/ior/IORImpl.java inflating: com/sun/corba/se/impl/ior/WireObjectKeyTemplate.java inflating: com/sun/corba/se/impl/orb/ORBVersionImpl.java inflating: com/sun/corba/se/impl/orb/AppletDataCollector.java inflating: com/sun/corba/se/impl/orb/ParserAction.java inflating: com/sun/corba/se/impl/orb/ORBDataParserImpl.java inflating: com/sun/corba/se/impl/orb/ORBImpl.java inflating: com/sun/corba/se/impl/orb/ORBSingleton.java inflating: com/sun/corba/se/impl/orb/parsing_combinators.txt inflating: com/sun/corba/se/impl/orb/ParserActionBase.java inflating: com/sun/corba/se/impl/orb/DataCollectorFactory.java inflating: com/sun/corba/se/impl/orb/NormalParserData.java inflating: com/sun/corba/se/impl/orb/PrefixParserAction.java inflating: com/sun/corba/se/impl/orb/ORBConfiguratorImpl.java inflating: com/sun/corba/se/impl/orb/ParserTable.java inflating: com/sun/corba/se/impl/orb/PrefixParserData.java inflating: com/sun/corba/se/impl/orb/ParserActionFactory.java inflating: com/sun/corba/se/impl/orb/NormalDataCollector.java inflating: com/sun/corba/se/impl/orb/DataCollectorBase.java inflating: com/sun/corba/se/impl/orb/ParserDataBase.java inflating: com/sun/corba/se/impl/orb/NormalParserAction.java inflating: com/sun/corba/se/impl/orb/PropertyOnlyDataCollector.java inflating: com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/RequestInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/ORBInitInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/PIHandlerImpl.java inflating: com/sun/corba/se/impl/interceptors/CodecFactoryImpl.java inflating: com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/ThreadCurrentStack.sjava inflating: com/sun/corba/se/impl/interceptors/CDREncapsCodec.java inflating: com/sun/corba/se/impl/interceptors/SlotTable.java inflating: com/sun/corba/se/impl/interceptors/InterceptorList.java inflating: com/sun/corba/se/impl/interceptors/IORInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/PICurrent.java inflating: com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.java inflating: com/sun/corba/se/impl/interceptors/InterceptorInvoker.java inflating: com/sun/corba/se/impl/interceptors/SlotTableStack.java inflating: com/sun/corba/se/impl/protocol/RequestCanceledException.java inflating: com/sun/corba/se/impl/protocol/CorbaClientDelegateImpl.java inflating: com/sun/corba/se/impl/protocol/POALocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyOrReplyMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageHandler.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageBase.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfoHelper.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddress.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/AddressingDispositionHelper.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ProfileAddr.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReferenceAddr.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/KeyAddr.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddressHelper.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/AddressingDispositionException.java inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalClientRequestImpl.sjava inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalServerResponseImpl.sjava inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalClientResponseImpl.sjava inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalServerRequestImpl.sjava inflating: com/sun/corba/se/impl/protocol/SharedCDRClientRequestDispatcherImpl.java inflating: com/sun/corba/se/impl/protocol/CorbaInvocationInfo.java inflating: com/sun/corba/se/impl/protocol/JIDLLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/CorbaMessageMediatorImpl.java inflating: com/sun/corba/se/impl/protocol/NotLocalLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/FullServantCacheLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/INSServerRequestDispatcher.java inflating: com/sun/corba/se/impl/protocol/SpecialMethod.java inflating: com/sun/corba/se/impl/protocol/CorbaServerRequestDispatcherImpl.java inflating: com/sun/corba/se/impl/protocol/MinimalServantCacheLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/ServantCacheLocalCRDBase.java inflating: com/sun/corba/se/impl/protocol/BootstrapServerRequestDispatcher.java inflating: com/sun/corba/se/impl/protocol/InfoOnlyServantCacheLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.java inflating: com/sun/corba/se/impl/protocol/RequestDispatcherRegistryImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.java inflating: com/sun/corba/se/impl/legacy/connection/USLPort.java inflating: com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.java inflating: com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.java inflating: com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.java inflating: com/sun/corba/se/impl/corba/RequestImpl.java inflating: com/sun/corba/se/impl/corba/ContextListImpl.java inflating: com/sun/corba/se/impl/corba/TCUtility.java inflating: com/sun/corba/se/impl/corba/ContextImpl.java inflating: com/sun/corba/se/impl/corba/PrincipalImpl.java inflating: com/sun/corba/se/impl/corba/ServerRequestImpl.java inflating: com/sun/corba/se/impl/corba/AnyImpl.java inflating: com/sun/corba/se/impl/corba/orb_config_design.txt inflating: com/sun/corba/se/impl/corba/CORBAObjectImpl.java inflating: com/sun/corba/se/impl/corba/TypeCodeFactory.java inflating: com/sun/corba/se/impl/corba/NVListImpl.java inflating: com/sun/corba/se/impl/corba/AnyImplHelper.java inflating: com/sun/corba/se/impl/corba/TypeCodeImplHelper.java inflating: com/sun/corba/se/impl/corba/AsynchInvoke.java inflating: com/sun/corba/se/impl/corba/NamedValueImpl.java inflating: com/sun/corba/se/impl/corba/ExceptionListImpl.java inflating: com/sun/corba/se/impl/corba/EnvironmentImpl.java inflating: com/sun/corba/se/impl/corba/TypeCodeImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynEnumImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynFixedImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyConstructedImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynUnionImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynValueCommonImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyUtil.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyCollectionImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyComplexImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynArrayImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynStructImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynSequenceImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyBasicImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynValueImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynValueBoxImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/ExceptionHandler.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryProxyImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl_save.sjava inflating: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java inflating: com/sun/corba/se/impl/presentation/rmi/DynamicStubImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubConnectImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/jndi.properties inflating: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryBase.java inflating: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLTypeException.java inflating: com/sun/corba/se/impl/presentation/rmi/ReflectiveTie.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryStaticImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/DynamicAccessPermission.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLType.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil.java inflating: com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryBase.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryDynamicBase.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryStaticImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryProxyImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil_save.sjava inflating: com/sun/corba/se/impl/oa/poa/AOMEntry.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase_R.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_UDS.java inflating: com/sun/corba/se/impl/oa/poa/minor_code_example.txt inflating: com/sun/corba/se/impl/oa/poa/LifespanPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/DelegateImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_USM.java inflating: com/sun/corba/se/impl/oa/poa/BadServerIdHandler.java inflating: com/sun/corba/se/impl/oa/poa/ImplicitActivationPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAManagerImpl.java inflating: com/sun/corba/se/impl/oa/poa/ServantRetentionPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorFactory.java inflating: com/sun/corba/se/impl/oa/poa/POACurrent.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediator.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_AOM.java inflating: com/sun/corba/se/impl/oa/poa/ActiveObjectMap.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM.java inflating: com/sun/corba/se/impl/oa/poa/standard_minor_codes.txt inflating: com/sun/corba/se/impl/oa/poa/IdAssignmentPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/ThreadPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAFactory.java inflating: com/sun/corba/se/impl/oa/poa/RequestProcessingPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_UDS.java inflating: com/sun/corba/se/impl/oa/poa/IdUniquenessPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/Policies.java inflating: com/sun/corba/se/impl/oa/toa/TOAImpl.java inflating: com/sun/corba/se/impl/oa/toa/TOA.java inflating: com/sun/corba/se/impl/oa/toa/TransientObjectManager.java inflating: com/sun/corba/se/impl/oa/toa/TOAFactory.java inflating: com/sun/corba/se/impl/oa/NullServantImpl.java inflating: com/sun/corba/se/impl/resolver/INSURLOperationImpl.java inflating: com/sun/corba/se/impl/resolver/BootstrapResolverImpl.java inflating: com/sun/corba/se/impl/resolver/ORBInitRefResolverImpl.java inflating: com/sun/corba/se/impl/resolver/ORBDefaultInitRefResolverImpl.java inflating: com/sun/corba/se/impl/resolver/SplitLocalResolverImpl.java inflating: com/sun/corba/se/impl/resolver/FileResolverImpl.java inflating: com/sun/corba/se/impl/resolver/LocalResolverImpl.java inflating: com/sun/corba/se/impl/resolver/CompositeResolverImpl.java inflating: com/sun/corba/se/impl/util/RepositoryIdCache.java inflating: com/sun/corba/se/impl/util/Utility.java inflating: com/sun/corba/se/impl/util/PackagePrefixChecker.java inflating: com/sun/corba/se/impl/util/IdentityHashtableEnumerator.java inflating: com/sun/corba/se/impl/util/Version.java inflating: com/sun/corba/se/impl/util/IdentityHashtable.java inflating: com/sun/corba/se/impl/util/JDKBridge.java inflating: com/sun/corba/se/impl/util/SUNVMCID.java inflating: com/sun/corba/se/impl/util/JDKClassLoader.java inflating: com/sun/corba/se/impl/util/ORBProperties.java inflating: com/sun/corba/se/impl/util/RepositoryId.java inflating: com/sun/corba/se/impl/javax/rmi/CORBA/Util.java inflating: com/sun/corba/se/impl/javax/rmi/CORBA/StubDelegateImpl.java inflating: com/sun/corba/se/impl/javax/rmi/PortableRemoteObject.java inflating: com/sun/corba/se/impl/transport/EventHandlerBase.java inflating: com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java inflating: com/sun/corba/se/impl/transport/ReaderThreadImpl.java inflating: com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.java inflating: com/sun/corba/se/impl/transport/ListenerThreadImpl.java inflating: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.java inflating: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.java inflating: com/sun/corba/se/impl/transport/CorbaContactInfoListImpl.java inflating: com/sun/corba/se/impl/transport/SharedCDRContactInfoImpl.java inflating: com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.java inflating: com/sun/corba/se/impl/transport/ByteBufferPoolImpl.java inflating: com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.java inflating: com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl.java inflating: com/sun/corba/se/impl/transport/SelectorImpl.java inflating: com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.java inflating: com/sun/corba/se/impl/transport/BufferConnectionImpl.sjava inflating: com/sun/corba/se/impl/transport/CorbaContactInfoListIteratorImpl.java inflating: com/sun/corba/se/impl/transport/SocketOrChannelContactInfoImpl.java inflating: com/sun/corba/se/impl/transport/ReadTCPTimeoutsImpl.java inflating: com/sun/corba/se/impl/transport/CorbaContactInfoBase.java inflating: com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.java inflating: com/sun/corba/se/GiopIDL/messages.idl inflating: com/sun/corba/se/GiopIDL/GIOP.idl inflating: com/sun/tools/corba/se/logutil/MC.java inflating: com/sun/tools/corba/se/logutil/InputCode.java inflating: com/sun/tools/corba/se/logutil/InputException.java inflating: com/sun/tools/corba/se/logutil/StringUtil.java inflating: com/sun/tools/corba/se/logutil/Makefile inflating: com/sun/tools/corba/se/logutil/IndentingPrintWriter.java inflating: com/sun/tools/corba/se/logutil/Input.java inflating: com/sun/tools/corba/se/idl/InvalidCharacter.java inflating: com/sun/tools/corba/se/idl/NoPragma.java inflating: com/sun/tools/corba/se/idl/IncludeEntry.java inflating: com/sun/tools/corba/se/idl/InterfaceType.java inflating: com/sun/tools/corba/se/idl/StructGen.java inflating: com/sun/tools/corba/se/idl/EnumEntry.java inflating: com/sun/tools/corba/se/idl/constExpr/BinaryExpr.java inflating: com/sun/tools/corba/se/idl/constExpr/Divide.java inflating: com/sun/tools/corba/se/idl/constExpr/Terminal.java inflating: com/sun/tools/corba/se/idl/constExpr/ShiftRight.java inflating: com/sun/tools/corba/se/idl/constExpr/Negative.java inflating: com/sun/tools/corba/se/idl/constExpr/Modulo.java inflating: com/sun/tools/corba/se/idl/constExpr/Equal.java inflating: com/sun/tools/corba/se/idl/constExpr/NotEqual.java inflating: com/sun/tools/corba/se/idl/constExpr/EvaluationException.java inflating: com/sun/tools/corba/se/idl/constExpr/Minus.java inflating: com/sun/tools/corba/se/idl/constExpr/Xor.java inflating: com/sun/tools/corba/se/idl/constExpr/Or.java inflating: com/sun/tools/corba/se/idl/constExpr/Positive.java inflating: com/sun/tools/corba/se/idl/constExpr/Not.java inflating: com/sun/tools/corba/se/idl/constExpr/UnaryExpr.java inflating: com/sun/tools/corba/se/idl/constExpr/Expression.java inflating: com/sun/tools/corba/se/idl/constExpr/Plus.java inflating: com/sun/tools/corba/se/idl/constExpr/BooleanNot.java inflating: com/sun/tools/corba/se/idl/constExpr/Times.java inflating: com/sun/tools/corba/se/idl/constExpr/LessEqual.java inflating: com/sun/tools/corba/se/idl/constExpr/ShiftLeft.java inflating: com/sun/tools/corba/se/idl/constExpr/LessThan.java inflating: com/sun/tools/corba/se/idl/constExpr/DefaultExprFactory.java inflating: com/sun/tools/corba/se/idl/constExpr/ExprFactory.java inflating: com/sun/tools/corba/se/idl/constExpr/GreaterThan.java inflating: com/sun/tools/corba/se/idl/constExpr/GreaterEqual.java inflating: com/sun/tools/corba/se/idl/constExpr/BooleanAnd.java inflating: com/sun/tools/corba/se/idl/constExpr/BooleanOr.java inflating: com/sun/tools/corba/se/idl/constExpr/And.java inflating: com/sun/tools/corba/se/idl/MethodGen.java inflating: com/sun/tools/corba/se/idl/ForwardEntry.java inflating: com/sun/tools/corba/se/idl/SequenceGen.java inflating: com/sun/tools/corba/se/idl/NativeGen.java inflating: com/sun/tools/corba/se/idl/ParameterEntry.java inflating: com/sun/tools/corba/se/idl/UnionBranch.java inflating: com/sun/tools/corba/se/idl/ParameterGen.java inflating: com/sun/tools/corba/se/idl/MethodEntry.java inflating: com/sun/tools/corba/se/idl/PragmaEntry.java inflating: com/sun/tools/corba/se/idl/ValueRepositoryId.java inflating: com/sun/tools/corba/se/idl/StringGen.java inflating: com/sun/tools/corba/se/idl/InterfaceGen.java inflating: com/sun/tools/corba/se/idl/InvalidArgument.java inflating: com/sun/tools/corba/se/idl/TypedefEntry.java inflating: com/sun/tools/corba/se/idl/PragmaHandler.java inflating: com/sun/tools/corba/se/idl/Util.java inflating: com/sun/tools/corba/se/idl/orb.idl inflating: com/sun/tools/corba/se/idl/TokenBuffer.java inflating: com/sun/tools/corba/se/idl/IncludeGen.java inflating: com/sun/tools/corba/se/idl/PragmaGen.java inflating: com/sun/tools/corba/se/idl/ExceptionGen.java inflating: com/sun/tools/corba/se/idl/ValueEntry.java inflating: com/sun/tools/corba/se/idl/Parser.java inflating: com/sun/tools/corba/se/idl/ForwardGen.java inflating: com/sun/tools/corba/se/idl/ValueBoxEntry.java inflating: com/sun/tools/corba/se/idl/idl_ja.prp inflating: com/sun/tools/corba/se/idl/Preprocessor.java inflating: com/sun/tools/corba/se/idl/InterfaceState.java inflating: com/sun/tools/corba/se/idl/ModuleGen.java inflating: com/sun/tools/corba/se/idl/follow.set inflating: com/sun/tools/corba/se/idl/StringEntry.java inflating: com/sun/tools/corba/se/idl/idl.prp inflating: com/sun/tools/corba/se/idl/InterfaceEntry.java inflating: com/sun/tools/corba/se/idl/ModuleEntry.java inflating: com/sun/tools/corba/se/idl/Arguments.java inflating: com/sun/tools/corba/se/idl/SymtabFactory.java inflating: com/sun/tools/corba/se/idl/NativeEntry.java inflating: com/sun/tools/corba/se/idl/StructEntry.java inflating: com/sun/tools/corba/se/idl/Token.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Holder.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/StructGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Skeleton.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/SequenceGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/NativeGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/StringGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Util.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/AuxGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ExceptionGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ModuleGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Arguments.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueFactory.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/UnionGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/NameModifier.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ForwardValueGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Stub.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/TypedefGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/JavaGenerator.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Helper.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Helper24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp inflating: com/sun/tools/corba/se/idl/toJavaPortable/ConstGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp inflating: com/sun/tools/corba/se/idl/toJavaPortable/DefaultFactory.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/GenFactory.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Compile.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/MethodGenClone24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/PrimitiveGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/TCOffsets.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/NameModifierImpl.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Factories.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/EnumGen.java inflating: com/sun/tools/corba/se/idl/keywords inflating: com/sun/tools/corba/se/idl/ExceptionEntry.java inflating: com/sun/tools/corba/se/idl/som/idlemit/MetaPragma.java inflating: com/sun/tools/corba/se/idl/som/cff/Messages.java inflating: com/sun/tools/corba/se/idl/som/cff/FileLocator.java inflating: com/sun/tools/corba/se/idl/first.set inflating: com/sun/tools/corba/se/idl/ValueGen.java inflating: com/sun/tools/corba/se/idl/UnionGen.java inflating: com/sun/tools/corba/se/idl/ConstEntry.java inflating: com/sun/tools/corba/se/idl/ForwardValueGen.java inflating: com/sun/tools/corba/se/idl/grammar.idl inflating: com/sun/tools/corba/se/idl/TypedefGen.java inflating: com/sun/tools/corba/se/idl/PrimitiveEntry.java inflating: com/sun/tools/corba/se/idl/SequenceEntry.java inflating: com/sun/tools/corba/se/idl/GenFileStream.java inflating: com/sun/tools/corba/se/idl/RepositoryID.java inflating: com/sun/tools/corba/se/idl/ConstGen.java inflating: com/sun/tools/corba/se/idl/grammar3.idl inflating: com/sun/tools/corba/se/idl/DefaultSymtabFactory.java inflating: com/sun/tools/corba/se/idl/ForwardValueEntry.java inflating: com/sun/tools/corba/se/idl/GenFactory.java inflating: com/sun/tools/corba/se/idl/Comment.java inflating: com/sun/tools/corba/se/idl/ResourceBundleUtil.java inflating: com/sun/tools/corba/se/idl/SymtabEntry.java inflating: com/sun/tools/corba/se/idl/IDLID.java inflating: com/sun/tools/corba/se/idl/Compile.java inflating: com/sun/tools/corba/se/idl/AttributeGen.java inflating: com/sun/tools/corba/se/idl/ParseException.java inflating: com/sun/tools/corba/se/idl/PrimitiveGen.java inflating: com/sun/tools/corba/se/idl/idl_zh_CN.prp inflating: com/sun/tools/corba/se/idl/ir.idl inflating: com/sun/tools/corba/se/idl/Scanner.java inflating: com/sun/tools/corba/se/idl/UnionEntry.java inflating: com/sun/tools/corba/se/idl/Generator.java inflating: com/sun/tools/corba/se/idl/Noop.java inflating: com/sun/tools/corba/se/idl/Factories.java inflating: com/sun/tools/corba/se/idl/ValueBoxGen.java inflating: com/sun/tools/corba/se/idl/EnumGen.java inflating: com/sun/tools/corba/se/idl/AttributeEntry.java inflating: javax/rmi/CORBA/StubDelegate.java inflating: javax/rmi/CORBA/PortableRemoteObjectDelegate.java inflating: javax/rmi/CORBA/Util.java inflating: javax/rmi/CORBA/Stub.java inflating: javax/rmi/CORBA/ValueHandler.java inflating: javax/rmi/CORBA/package.html inflating: javax/rmi/CORBA/ValueHandlerMultiFormat.java inflating: javax/rmi/CORBA/Tie.java inflating: javax/rmi/CORBA/GetORBPropertiesFileAction.java inflating: javax/rmi/CORBA/UtilDelegate.java inflating: javax/rmi/CORBA/ClassDesc.java inflating: javax/rmi/package.html inflating: javax/rmi/PortableRemoteObject.java inflating: javax/activity/InvalidActivityException.java inflating: javax/activity/ActivityCompletedException.java inflating: javax/activity/package.html inflating: javax/activity/ActivityRequiredException.java inflating: javax/transaction/TransactionRolledbackException.java inflating: javax/transaction/TransactionRequiredException.java inflating: javax/transaction/InvalidTransactionException.java inflating: javax/transaction/package.html inflating: javax/transaction/xa/XAResource.java inflating: javax/transaction/xa/XAException.java inflating: javax/transaction/xa/Xid.java inflating: javax/transaction/xa/package.html inflating: jprt.config inflating: sun/rmi/rmic/FILES.gmk inflating: sun/rmi/rmic/Makefile inflating: sun/rmi/corbalogcompile/Makefile inflating: sun/rmi/Makefile inflating: sun/rmi/corbalogsources/Makefile inflating: sun/corba/org/omg/FILES_java.gmk inflating: sun/corba/org/omg/Makefile inflating: sun/corba/org/Makefile inflating: sun/corba/Makefile inflating: sun/corba/core/mapfile-vers inflating: sun/corba/core/Makefile inflating: sun/Makefile inflating: org/omg/CORBA/Makefile inflating: org/omg/PortableInterceptor/Makefile inflating: org/omg/CORBAX_java.gmk inflating: org/omg/CosNaming/Makefile inflating: org/omg/sources/Makefile inflating: org/omg/DynamicAny/Makefile inflating: org/omg/Makefile inflating: org/omg/idl/FILES_java.gmk inflating: org/omg/idl/Makefile inflating: org/omg/PortableServer/Makefile inflating: org/Makefile inflating: common/Library.gmk inflating: common/Mapfile-vers.gmk inflating: common/shared/Compiler-sun.gmk inflating: common/shared/Platform.gmk inflating: common/shared/Defs-solaris.gmk inflating: common/shared/Defs-linux.gmk inflating: common/shared/Defs-java.gmk inflating: common/shared/Defs-utils.gmk inflating: common/shared/Compiler-gcc.gmk inflating: common/shared/Defs.gmk inflating: common/shared/Defs-windows.gmk inflating: common/shared/Compiler-msvc.gmk inflating: common/shared/Compiler.gmk inflating: common/Rules.gmk inflating: common/internal/Resources.gmk inflating: common/internal/NativeCompileRules.gmk inflating: common/Defs-solaris.gmk inflating: common/Defs-linux.gmk inflating: common/Defs-linux.gmk.orig inflating: common/Defs.gmk inflating: common/Defs-windows.gmk inflating: common/CancelImplicits.gmk inflating: common/Classes.gmk inflating: common/BuildToolJar.gmk inflating: jprt.properties inflating: README inflating: Makefile inflating: com/sun/corba/minclude/com_sun_corba_se_impl_transport.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_oa_toa.jmk inflating: com/sun/corba/minclude/ioser_io.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_protocol.jmk inflating: com/sun/corba/minclude/org_omg_PortableServer.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_activation.jmk inflating: com/sun/corba/minclude/org_omg_Messaging.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk inflating: com/sun/corba/minclude/org_omg_CosNaming.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_orb.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_oa_poa.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_orbutil.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_oa.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_logging.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_naming_pcosnaming.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_legacy_connection.jmk inflating: com/sun/corba/minclude/org_omg_DynamicAny.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_PortableActivationIDL.jmk inflating: com/sun/corba/minclude/org_omg_SendingContext.jmk inflating: com/sun/corba/minclude/javax_rmi_CORBA.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_util.jmk inflating: com/sun/corba/minclude/com_sun_tools_corba_se_idl_toJavaPortable.jmk inflating: com/sun/corba/minclude/org_omg_CORBA_2_3.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_resolver.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_presentation_rmi.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_naming_cosnaming.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_core.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_extension.jmk inflating: com/sun/corba/minclude/org_omg_PortableInterceptor.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_logging.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_orb.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_io.jmk inflating: com/sun/corba/minclude/org_omg_CORBA.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_ior.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_servicecontext.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_legacy_interceptor.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_corba.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_naming_namingutil.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk inflating: com/sun/corba/minclude/org_omg_IOP.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_pept.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_monitoring.jmk inflating: com/sun/corba/minclude/org_omg_CORBAX.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_legacy.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_internal_LegacyFiles.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_copyobject.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_activation.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_dynamicany.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_resolver.jmk inflating: com/sun/corba/minclude/javax_activity.jmk inflating: com/sun/corba/minclude/javax_rmi.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_encoding.jmk inflating: com/sun/corba/minclude/javax_transaction.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_spi_transport.jmk inflating: com/sun/corba/minclude/sun_corba.jmk inflating: com/sun/corba/minclude/com_sun_corba_se_impl_interceptors.jmk inflating: com/sun/corba/se/pept/Makefile inflating: com/sun/corba/se/rmi/rmic/Makefile inflating: com/sun/corba/se/rmi/rmic/SUN_RMI_RMIC_IIOP_java.gmk inflating: com/sun/corba/se/rmi/Makefile inflating: com/sun/corba/se/spi/monitoring/Makefile inflating: com/sun/corba/se/spi/extension/Makefile inflating: com/sun/corba/se/spi/encoding/Makefile inflating: com/sun/corba/se/spi/copyobject/Makefile inflating: com/sun/corba/se/spi/activation/Makefile inflating: com/sun/corba/se/spi/logging/Makefile inflating: com/sun/corba/se/spi/legacy/interceptor/Makefile inflating: com/sun/corba/se/spi/legacy/connection/Makefile inflating: com/sun/corba/se/spi/legacy/Makefile inflating: com/sun/corba/se/spi/Makefile inflating: com/sun/corba/se/interceptor/FILES_java.gmk inflating: com/sun/corba/se/interceptor/Makefile inflating: com/sun/corba/se/connection/FILES_java.gmk inflating: com/sun/corba/se/connection/Makefile inflating: com/sun/corba/se/org/Makefile inflating: com/sun/corba/se/PortableActivationIDL/Makefile inflating: com/sun/corba/se/Makefile inflating: com/sun/corba/se/corespi/Makefile inflating: com/sun/corba/se/impl/monitoring/Makefile inflating: com/sun/corba/se/impl/activation/orbd/Makefile inflating: com/sun/corba/se/impl/activation/servertool/Makefile inflating: com/sun/corba/se/impl/activation/Makefile inflating: com/sun/corba/se/impl/naming/cosnaming/Makefile inflating: com/sun/corba/se/impl/naming/namingutil/Makefile inflating: com/sun/corba/se/impl/naming/pcosnaming/Makefile inflating: com/sun/corba/se/impl/naming/Makefile inflating: com/sun/corba/se/impl/interceptors/Makefile inflating: com/sun/corba/se/impl/logging/Makefile inflating: com/sun/corba/se/impl/Makefile inflating: com/sun/corba/se/impl/oa/poa/Makefile inflating: com/sun/corba/se/impl/oa/toa/Makefile inflating: com/sun/corba/se/impl/oa/Makefile inflating: com/sun/corba/se/core/Makefile inflating: com/sun/corba/Makefile inflating: com/sun/Makefile inflating: com/Makefile inflating: javax/xa/Makefile inflating: javax/Makefile inflating: tools/src/build/tools/stripproperties/StripProperties.java inflating: tools/logutil/Makefile inflating: tools/idlj/Makefile inflating: tools/strip_properties/Makefile inflating: tools/Makefile Importing sources from component JAXP_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxp/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxp/dist/lib/src.zip creating: com/sun/java_cup/ creating: com/sun/java_cup/internal/ creating: com/sun/java_cup/internal/runtime/ creating: com/sun/org/apache/ creating: com/sun/org/apache/bcel/ creating: com/sun/org/apache/bcel/internal/ creating: com/sun/org/apache/bcel/internal/classfile/ creating: com/sun/org/apache/bcel/internal/generic/ creating: com/sun/org/apache/bcel/internal/util/ creating: com/sun/org/apache/regexp/ creating: com/sun/org/apache/regexp/internal/ creating: com/sun/org/apache/xalan/ creating: com/sun/org/apache/xalan/META-INF/ creating: com/sun/org/apache/xalan/META-INF/services/ creating: com/sun/org/apache/xalan/internal/ creating: com/sun/org/apache/xalan/internal/extensions/ creating: com/sun/org/apache/xalan/internal/lib/ creating: com/sun/org/apache/xalan/internal/res/ creating: com/sun/org/apache/xalan/internal/templates/ creating: com/sun/org/apache/xalan/internal/xslt/ creating: com/sun/org/apache/xalan/internal/xsltc/ creating: com/sun/org/apache/xalan/internal/xsltc/cmdline/ creating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/ creating: com/sun/org/apache/xalan/internal/xsltc/compiler/ creating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ creating: com/sun/org/apache/xalan/internal/xsltc/dom/ creating: com/sun/org/apache/xalan/internal/xsltc/runtime/ creating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/ creating: com/sun/org/apache/xalan/internal/xsltc/trax/ creating: com/sun/org/apache/xalan/internal/xsltc/util/ creating: com/sun/org/apache/xerces/ creating: com/sun/org/apache/xerces/internal/ creating: com/sun/org/apache/xerces/internal/dom/ creating: com/sun/org/apache/xerces/internal/dom/events/ creating: com/sun/org/apache/xerces/internal/impl/ creating: com/sun/org/apache/xerces/internal/impl/dtd/ creating: com/sun/org/apache/xerces/internal/impl/dtd/models/ creating: com/sun/org/apache/xerces/internal/impl/dv/ creating: com/sun/org/apache/xerces/internal/impl/dv/dtd/ creating: com/sun/org/apache/xerces/internal/impl/dv/util/ creating: com/sun/org/apache/xerces/internal/impl/dv/xs/ creating: com/sun/org/apache/xerces/internal/impl/io/ creating: com/sun/org/apache/xerces/internal/impl/msg/ creating: com/sun/org/apache/xerces/internal/impl/validation/ creating: com/sun/org/apache/xerces/internal/impl/xpath/ creating: com/sun/org/apache/xerces/internal/impl/xpath/regex/ creating: com/sun/org/apache/xerces/internal/impl/xs/ creating: com/sun/org/apache/xerces/internal/impl/xs/identity/ creating: com/sun/org/apache/xerces/internal/impl/xs/models/ creating: com/sun/org/apache/xerces/internal/impl/xs/opti/ creating: com/sun/org/apache/xerces/internal/impl/xs/traversers/ creating: com/sun/org/apache/xerces/internal/impl/xs/util/ creating: com/sun/org/apache/xerces/internal/jaxp/ creating: com/sun/org/apache/xerces/internal/jaxp/datatype/ creating: com/sun/org/apache/xerces/internal/jaxp/validation/ creating: com/sun/org/apache/xerces/internal/parsers/ creating: com/sun/org/apache/xerces/internal/util/ creating: com/sun/org/apache/xerces/internal/xinclude/ creating: com/sun/org/apache/xerces/internal/xni/ creating: com/sun/org/apache/xerces/internal/xni/grammars/ creating: com/sun/org/apache/xerces/internal/xni/parser/ creating: com/sun/org/apache/xerces/internal/xpointer/ creating: com/sun/org/apache/xerces/internal/xs/ creating: com/sun/org/apache/xerces/internal/xs/datatypes/ creating: com/sun/org/apache/xml/ creating: com/sun/org/apache/xml/internal/ creating: com/sun/org/apache/xml/internal/dtm/ creating: com/sun/org/apache/xml/internal/dtm/ref/ creating: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/ creating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ creating: com/sun/org/apache/xml/internal/res/ creating: com/sun/org/apache/xml/internal/resolver/ creating: com/sun/org/apache/xml/internal/resolver/helpers/ creating: com/sun/org/apache/xml/internal/resolver/readers/ creating: com/sun/org/apache/xml/internal/resolver/tools/ creating: com/sun/org/apache/xml/internal/serialize/ creating: com/sun/org/apache/xml/internal/serializer/ creating: com/sun/org/apache/xml/internal/serializer/utils/ creating: com/sun/org/apache/xml/internal/utils/ creating: com/sun/org/apache/xml/internal/utils/res/ creating: com/sun/org/apache/xpath/ creating: com/sun/org/apache/xpath/internal/ creating: com/sun/org/apache/xpath/internal/axes/ creating: com/sun/org/apache/xpath/internal/compiler/ creating: com/sun/org/apache/xpath/internal/domapi/ creating: com/sun/org/apache/xpath/internal/functions/ creating: com/sun/org/apache/xpath/internal/jaxp/ creating: com/sun/org/apache/xpath/internal/objects/ creating: com/sun/org/apache/xpath/internal/operations/ creating: com/sun/org/apache/xpath/internal/patterns/ creating: com/sun/org/apache/xpath/internal/res/ creating: com/sun/xml/ creating: com/sun/xml/internal/ creating: com/sun/xml/internal/stream/ creating: com/sun/xml/internal/stream/dtd/ creating: com/sun/xml/internal/stream/dtd/nonvalidating/ creating: com/sun/xml/internal/stream/events/ creating: com/sun/xml/internal/stream/util/ creating: com/sun/xml/internal/stream/writers/ creating: javax/xml/ creating: javax/xml/datatype/ creating: javax/xml/namespace/ creating: javax/xml/parsers/ creating: javax/xml/stream/ creating: javax/xml/stream/events/ creating: javax/xml/stream/util/ creating: javax/xml/transform/ creating: javax/xml/transform/dom/ creating: javax/xml/transform/sax/ creating: javax/xml/transform/stax/ creating: javax/xml/transform/stream/ creating: javax/xml/validation/ creating: javax/xml/xpath/ creating: org/w3c/ creating: org/w3c/dom/ creating: org/w3c/dom/bootstrap/ creating: org/w3c/dom/css/ creating: org/w3c/dom/events/ creating: org/w3c/dom/html/ creating: org/w3c/dom/ls/ creating: org/w3c/dom/ranges/ creating: org/w3c/dom/stylesheets/ creating: org/w3c/dom/traversal/ creating: org/w3c/dom/views/ creating: org/w3c/dom/xpath/ creating: org/xml/ creating: org/xml/sax/ creating: org/xml/sax/ext/ creating: org/xml/sax/helpers/ inflating: com/sun/java_cup/internal/runtime/Scanner.java inflating: com/sun/java_cup/internal/runtime/Symbol.java inflating: com/sun/java_cup/internal/runtime/lr_parser.java inflating: com/sun/java_cup/internal/runtime/virtual_parse_stack.java inflating: com/sun/org/apache/bcel/internal/Constants.java inflating: com/sun/org/apache/bcel/internal/ExceptionConstants.java inflating: com/sun/org/apache/bcel/internal/Repository.java inflating: com/sun/org/apache/bcel/internal/classfile/AccessFlags.java inflating: com/sun/org/apache/bcel/internal/classfile/Attribute.java inflating: com/sun/org/apache/bcel/internal/classfile/AttributeReader.java inflating: com/sun/org/apache/bcel/internal/classfile/ClassFormatException.java inflating: com/sun/org/apache/bcel/internal/classfile/ClassParser.java inflating: com/sun/org/apache/bcel/internal/classfile/Code.java inflating: com/sun/org/apache/bcel/internal/classfile/CodeException.java inflating: com/sun/org/apache/bcel/internal/classfile/Constant.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantCP.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantClass.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantDouble.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantFieldref.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantFloat.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantInteger.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantInterfaceMethodref.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantLong.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantMethodref.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantNameAndType.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantObject.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantPool.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantString.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantUtf8.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantValue.java inflating: com/sun/org/apache/bcel/internal/classfile/Deprecated.java inflating: com/sun/org/apache/bcel/internal/classfile/DescendingVisitor.java inflating: com/sun/org/apache/bcel/internal/classfile/EmptyVisitor.java inflating: com/sun/org/apache/bcel/internal/classfile/ExceptionTable.java inflating: com/sun/org/apache/bcel/internal/classfile/Field.java inflating: com/sun/org/apache/bcel/internal/classfile/FieldOrMethod.java inflating: com/sun/org/apache/bcel/internal/classfile/InnerClass.java inflating: com/sun/org/apache/bcel/internal/classfile/InnerClasses.java inflating: com/sun/org/apache/bcel/internal/classfile/JavaClass.java inflating: com/sun/org/apache/bcel/internal/classfile/LineNumber.java inflating: com/sun/org/apache/bcel/internal/classfile/LineNumberTable.java inflating: com/sun/org/apache/bcel/internal/classfile/LocalVariable.java inflating: com/sun/org/apache/bcel/internal/classfile/LocalVariableTable.java inflating: com/sun/org/apache/bcel/internal/classfile/Method.java inflating: com/sun/org/apache/bcel/internal/classfile/Node.java inflating: com/sun/org/apache/bcel/internal/classfile/PMGClass.java inflating: com/sun/org/apache/bcel/internal/classfile/Signature.java inflating: com/sun/org/apache/bcel/internal/classfile/SourceFile.java inflating: com/sun/org/apache/bcel/internal/classfile/StackMap.java inflating: com/sun/org/apache/bcel/internal/classfile/StackMapEntry.java inflating: com/sun/org/apache/bcel/internal/classfile/StackMapType.java inflating: com/sun/org/apache/bcel/internal/classfile/Synthetic.java inflating: com/sun/org/apache/bcel/internal/classfile/Unknown.java inflating: com/sun/org/apache/bcel/internal/classfile/Utility.java inflating: com/sun/org/apache/bcel/internal/classfile/Visitor.java inflating: com/sun/org/apache/bcel/internal/classfile/package.html inflating: com/sun/org/apache/bcel/internal/generic/AALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/AASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ACONST_NULL.java inflating: com/sun/org/apache/bcel/internal/generic/ALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/ANEWARRAY.java inflating: com/sun/org/apache/bcel/internal/generic/ARETURN.java inflating: com/sun/org/apache/bcel/internal/generic/ARRAYLENGTH.java inflating: com/sun/org/apache/bcel/internal/generic/ASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ATHROW.java inflating: com/sun/org/apache/bcel/internal/generic/AllocationInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ArithmeticInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ArrayInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ArrayType.java inflating: com/sun/org/apache/bcel/internal/generic/BALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/BASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/BIPUSH.java inflating: com/sun/org/apache/bcel/internal/generic/BREAKPOINT.java inflating: com/sun/org/apache/bcel/internal/generic/BasicType.java inflating: com/sun/org/apache/bcel/internal/generic/BranchHandle.java inflating: com/sun/org/apache/bcel/internal/generic/BranchInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/CALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/CASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/CHECKCAST.java inflating: com/sun/org/apache/bcel/internal/generic/CPInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ClassGen.java inflating: com/sun/org/apache/bcel/internal/generic/ClassGenException.java inflating: com/sun/org/apache/bcel/internal/generic/ClassObserver.java inflating: com/sun/org/apache/bcel/internal/generic/CodeExceptionGen.java inflating: com/sun/org/apache/bcel/internal/generic/CompoundInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ConstantPoolGen.java inflating: com/sun/org/apache/bcel/internal/generic/ConstantPushInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ConversionInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/D2F.java inflating: com/sun/org/apache/bcel/internal/generic/D2I.java inflating: com/sun/org/apache/bcel/internal/generic/D2L.java inflating: com/sun/org/apache/bcel/internal/generic/DADD.java inflating: com/sun/org/apache/bcel/internal/generic/DALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/DASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/DCMPG.java inflating: com/sun/org/apache/bcel/internal/generic/DCMPL.java inflating: com/sun/org/apache/bcel/internal/generic/DCONST.java inflating: com/sun/org/apache/bcel/internal/generic/DDIV.java inflating: com/sun/org/apache/bcel/internal/generic/DLOAD.java inflating: com/sun/org/apache/bcel/internal/generic/DMUL.java inflating: com/sun/org/apache/bcel/internal/generic/DNEG.java inflating: com/sun/org/apache/bcel/internal/generic/DREM.java inflating: com/sun/org/apache/bcel/internal/generic/DRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/DSTORE.java inflating: com/sun/org/apache/bcel/internal/generic/DSUB.java inflating: com/sun/org/apache/bcel/internal/generic/DUP.java inflating: com/sun/org/apache/bcel/internal/generic/DUP2.java inflating: com/sun/org/apache/bcel/internal/generic/DUP2_X1.java inflating: com/sun/org/apache/bcel/internal/generic/DUP2_X2.java inflating: com/sun/org/apache/bcel/internal/generic/DUP_X1.java inflating: com/sun/org/apache/bcel/internal/generic/DUP_X2.java inflating: com/sun/org/apache/bcel/internal/generic/EmptyVisitor.java inflating: com/sun/org/apache/bcel/internal/generic/ExceptionThrower.java inflating: com/sun/org/apache/bcel/internal/generic/F2D.java inflating: com/sun/org/apache/bcel/internal/generic/F2I.java inflating: com/sun/org/apache/bcel/internal/generic/F2L.java inflating: com/sun/org/apache/bcel/internal/generic/FADD.java inflating: com/sun/org/apache/bcel/internal/generic/FALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/FASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/FCMPG.java inflating: com/sun/org/apache/bcel/internal/generic/FCMPL.java inflating: com/sun/org/apache/bcel/internal/generic/FCONST.java inflating: com/sun/org/apache/bcel/internal/generic/FDIV.java inflating: com/sun/org/apache/bcel/internal/generic/FLOAD.java inflating: com/sun/org/apache/bcel/internal/generic/FMUL.java inflating: com/sun/org/apache/bcel/internal/generic/FNEG.java inflating: com/sun/org/apache/bcel/internal/generic/FREM.java inflating: com/sun/org/apache/bcel/internal/generic/FRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/FSTORE.java inflating: com/sun/org/apache/bcel/internal/generic/FSUB.java inflating: com/sun/org/apache/bcel/internal/generic/FieldGen.java inflating: com/sun/org/apache/bcel/internal/generic/FieldGenOrMethodGen.java inflating: com/sun/org/apache/bcel/internal/generic/FieldInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/FieldObserver.java inflating: com/sun/org/apache/bcel/internal/generic/FieldOrMethod.java inflating: com/sun/org/apache/bcel/internal/generic/GETFIELD.java inflating: com/sun/org/apache/bcel/internal/generic/GETSTATIC.java inflating: com/sun/org/apache/bcel/internal/generic/GOTO.java inflating: com/sun/org/apache/bcel/internal/generic/GOTO_W.java inflating: com/sun/org/apache/bcel/internal/generic/GotoInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/I2B.java inflating: com/sun/org/apache/bcel/internal/generic/I2C.java inflating: com/sun/org/apache/bcel/internal/generic/I2D.java inflating: com/sun/org/apache/bcel/internal/generic/I2F.java inflating: com/sun/org/apache/bcel/internal/generic/I2L.java inflating: com/sun/org/apache/bcel/internal/generic/I2S.java inflating: com/sun/org/apache/bcel/internal/generic/IADD.java inflating: com/sun/org/apache/bcel/internal/generic/IALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/IAND.java inflating: com/sun/org/apache/bcel/internal/generic/IASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ICONST.java inflating: com/sun/org/apache/bcel/internal/generic/IDIV.java inflating: com/sun/org/apache/bcel/internal/generic/IFEQ.java inflating: com/sun/org/apache/bcel/internal/generic/IFGE.java inflating: com/sun/org/apache/bcel/internal/generic/IFGT.java inflating: com/sun/org/apache/bcel/internal/generic/IFLE.java inflating: com/sun/org/apache/bcel/internal/generic/IFLT.java inflating: com/sun/org/apache/bcel/internal/generic/IFNE.java inflating: com/sun/org/apache/bcel/internal/generic/IFNONNULL.java inflating: com/sun/org/apache/bcel/internal/generic/IFNULL.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ACMPEQ.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ACMPNE.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPEQ.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPGE.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPGT.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPLE.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPLT.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPNE.java inflating: com/sun/org/apache/bcel/internal/generic/IINC.java inflating: com/sun/org/apache/bcel/internal/generic/ILOAD.java inflating: com/sun/org/apache/bcel/internal/generic/IMPDEP1.java inflating: com/sun/org/apache/bcel/internal/generic/IMPDEP2.java inflating: com/sun/org/apache/bcel/internal/generic/IMUL.java inflating: com/sun/org/apache/bcel/internal/generic/INEG.java inflating: com/sun/org/apache/bcel/internal/generic/INSTANCEOF.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKEINTERFACE.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKESPECIAL.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKESTATIC.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKEVIRTUAL.java inflating: com/sun/org/apache/bcel/internal/generic/IOR.java inflating: com/sun/org/apache/bcel/internal/generic/IREM.java inflating: com/sun/org/apache/bcel/internal/generic/IRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/ISHL.java inflating: com/sun/org/apache/bcel/internal/generic/ISHR.java inflating: com/sun/org/apache/bcel/internal/generic/ISTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ISUB.java inflating: com/sun/org/apache/bcel/internal/generic/IUSHR.java inflating: com/sun/org/apache/bcel/internal/generic/IXOR.java inflating: com/sun/org/apache/bcel/internal/generic/IfInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/IndexedInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/Instruction.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionComparator.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionConstants.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionFactory.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionHandle.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionList.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionListObserver.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionTargeter.java inflating: com/sun/org/apache/bcel/internal/generic/InvokeInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/JSR.java inflating: com/sun/org/apache/bcel/internal/generic/JSR_W.java inflating: com/sun/org/apache/bcel/internal/generic/JsrInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/L2D.java inflating: com/sun/org/apache/bcel/internal/generic/L2F.java inflating: com/sun/org/apache/bcel/internal/generic/L2I.java inflating: com/sun/org/apache/bcel/internal/generic/LADD.java inflating: com/sun/org/apache/bcel/internal/generic/LALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/LAND.java inflating: com/sun/org/apache/bcel/internal/generic/LASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/LCMP.java inflating: com/sun/org/apache/bcel/internal/generic/LCONST.java inflating: com/sun/org/apache/bcel/internal/generic/LDC.java inflating: com/sun/org/apache/bcel/internal/generic/LDC2_W.java inflating: com/sun/org/apache/bcel/internal/generic/LDC_W.java inflating: com/sun/org/apache/bcel/internal/generic/LDIV.java inflating: com/sun/org/apache/bcel/internal/generic/LLOAD.java inflating: com/sun/org/apache/bcel/internal/generic/LMUL.java inflating: com/sun/org/apache/bcel/internal/generic/LNEG.java inflating: com/sun/org/apache/bcel/internal/generic/LOOKUPSWITCH.java inflating: com/sun/org/apache/bcel/internal/generic/LOR.java inflating: com/sun/org/apache/bcel/internal/generic/LREM.java inflating: com/sun/org/apache/bcel/internal/generic/LRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/LSHL.java inflating: com/sun/org/apache/bcel/internal/generic/LSHR.java inflating: com/sun/org/apache/bcel/internal/generic/LSTORE.java inflating: com/sun/org/apache/bcel/internal/generic/LSUB.java inflating: com/sun/org/apache/bcel/internal/generic/LUSHR.java inflating: com/sun/org/apache/bcel/internal/generic/LXOR.java inflating: com/sun/org/apache/bcel/internal/generic/LineNumberGen.java inflating: com/sun/org/apache/bcel/internal/generic/LoadClass.java inflating: com/sun/org/apache/bcel/internal/generic/LoadInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/LocalVariableGen.java inflating: com/sun/org/apache/bcel/internal/generic/LocalVariableInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/MONITORENTER.java inflating: com/sun/org/apache/bcel/internal/generic/MONITOREXIT.java inflating: com/sun/org/apache/bcel/internal/generic/MULTIANEWARRAY.java inflating: com/sun/org/apache/bcel/internal/generic/MethodGen.java inflating: com/sun/org/apache/bcel/internal/generic/MethodObserver.java inflating: com/sun/org/apache/bcel/internal/generic/NEW.java inflating: com/sun/org/apache/bcel/internal/generic/NEWARRAY.java inflating: com/sun/org/apache/bcel/internal/generic/NOP.java inflating: com/sun/org/apache/bcel/internal/generic/NamedAndTyped.java inflating: com/sun/org/apache/bcel/internal/generic/ObjectType.java inflating: com/sun/org/apache/bcel/internal/generic/POP.java inflating: com/sun/org/apache/bcel/internal/generic/POP2.java inflating: com/sun/org/apache/bcel/internal/generic/PUSH.java inflating: com/sun/org/apache/bcel/internal/generic/PUTFIELD.java inflating: com/sun/org/apache/bcel/internal/generic/PUTSTATIC.java inflating: com/sun/org/apache/bcel/internal/generic/PopInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/PushInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/RET.java inflating: com/sun/org/apache/bcel/internal/generic/RETURN.java inflating: com/sun/org/apache/bcel/internal/generic/ReferenceType.java inflating: com/sun/org/apache/bcel/internal/generic/ReturnInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ReturnaddressType.java inflating: com/sun/org/apache/bcel/internal/generic/SALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/SASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/SIPUSH.java inflating: com/sun/org/apache/bcel/internal/generic/SWAP.java inflating: com/sun/org/apache/bcel/internal/generic/SWITCH.java inflating: com/sun/org/apache/bcel/internal/generic/Select.java inflating: com/sun/org/apache/bcel/internal/generic/StackConsumer.java inflating: com/sun/org/apache/bcel/internal/generic/StackInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/StackProducer.java inflating: com/sun/org/apache/bcel/internal/generic/StoreInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/TABLESWITCH.java inflating: com/sun/org/apache/bcel/internal/generic/TargetLostException.java inflating: com/sun/org/apache/bcel/internal/generic/Type.java inflating: com/sun/org/apache/bcel/internal/generic/TypedInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/UnconditionalBranch.java inflating: com/sun/org/apache/bcel/internal/generic/VariableLengthInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/Visitor.java inflating: com/sun/org/apache/bcel/internal/generic/package.html inflating: com/sun/org/apache/bcel/internal/package.html inflating: com/sun/org/apache/bcel/internal/util/AttributeHTML.java inflating: com/sun/org/apache/bcel/internal/util/BCELFactory.java inflating: com/sun/org/apache/bcel/internal/util/BCELifier.java inflating: com/sun/org/apache/bcel/internal/util/ByteSequence.java inflating: com/sun/org/apache/bcel/internal/util/Class2HTML.java inflating: com/sun/org/apache/bcel/internal/util/ClassLoader.java inflating: com/sun/org/apache/bcel/internal/util/ClassLoaderRepository.java inflating: com/sun/org/apache/bcel/internal/util/ClassPath.java inflating: com/sun/org/apache/bcel/internal/util/ClassQueue.java inflating: com/sun/org/apache/bcel/internal/util/ClassSet.java inflating: com/sun/org/apache/bcel/internal/util/ClassStack.java inflating: com/sun/org/apache/bcel/internal/util/ClassVector.java inflating: com/sun/org/apache/bcel/internal/util/CodeHTML.java inflating: com/sun/org/apache/bcel/internal/util/ConstantHTML.java inflating: com/sun/org/apache/bcel/internal/util/InstructionFinder.java inflating: com/sun/org/apache/bcel/internal/util/JavaWrapper.java inflating: com/sun/org/apache/bcel/internal/util/MethodHTML.java inflating: com/sun/org/apache/bcel/internal/util/Repository.java inflating: com/sun/org/apache/bcel/internal/util/SyntheticRepository.java inflating: com/sun/org/apache/bcel/internal/util/package.html inflating: com/sun/org/apache/regexp/internal/CharacterArrayCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/CharacterIterator.java inflating: com/sun/org/apache/regexp/internal/RE.java inflating: com/sun/org/apache/regexp/internal/RECompiler.java inflating: com/sun/org/apache/regexp/internal/REDebugCompiler.java inflating: com/sun/org/apache/regexp/internal/REProgram.java inflating: com/sun/org/apache/regexp/internal/RESyntaxException.java inflating: com/sun/org/apache/regexp/internal/RETest.java inflating: com/sun/org/apache/regexp/internal/REUtil.java inflating: com/sun/org/apache/regexp/internal/ReaderCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/StreamCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/StringCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/recompile.java inflating: com/sun/org/apache/xalan/META-INF/services/javax.xml.transform.TransformerFactory inflating: com/sun/org/apache/xalan/META-INF/services/javax.xml.xpath.XPathFactory inflating: com/sun/org/apache/xalan/META-INF/services/org.apache.xml.dtm.DTMManager inflating: com/sun/org/apache/xalan/internal/Version.java inflating: com/sun/org/apache/xalan/internal/extensions/ExpressionContext.java inflating: com/sun/org/apache/xalan/internal/extensions/package.html inflating: com/sun/org/apache/xalan/internal/lib/ExsltBase.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltCommon.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltDatetime.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltDynamic.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltMath.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltSets.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltStrings.java inflating: com/sun/org/apache/xalan/internal/lib/Extensions.java inflating: com/sun/org/apache/xalan/internal/lib/NodeInfo.java inflating: com/sun/org/apache/xalan/internal/lib/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/lib/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/lib/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/lib/package.html inflating: com/sun/org/apache/xalan/internal/res/XSLMessages.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_de.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_en.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_es.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_fr.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_it.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ja.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ko.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_CN.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_TW.java inflating: com/sun/org/apache/xalan/internal/res/XSLTInfo.properties inflating: com/sun/org/apache/xalan/internal/res/package.html inflating: com/sun/org/apache/xalan/internal/templates/Constants.java inflating: com/sun/org/apache/xalan/internal/templates/package.html inflating: com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.java inflating: com/sun/org/apache/xalan/internal/xslt/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xslt/Process.java inflating: com/sun/org/apache/xalan/internal/xslt/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xslt/package.html inflating: com/sun/org/apache/xalan/internal/xsltc/CollatorFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/DOM.java inflating: com/sun/org/apache/xalan/internal/xsltc/DOMCache.java inflating: com/sun/org/apache/xalan/internal/xsltc/DOMEnhancedForDTM.java inflating: com/sun/org/apache/xalan/internal/xsltc/NodeIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/ProcessorVersion.java inflating: com/sun/org/apache/xalan/internal/xsltc/StripFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/Translet.java inflating: com/sun/org/apache/xalan/internal/xsltc/TransletException.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/Compile.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/Transform.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOptsException.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/IllegalArgumentException.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/MissingOptArgException.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsoluteLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsolutePathPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AlternativePattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AncestorPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyImports.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyTemplates.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ArgumentList.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Attribute.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeSet.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValue.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValueTemplate.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/BinOpExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CastCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CastExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CeilingCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Choose.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Closure.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Comment.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CompilerException.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ConcatCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Constants.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ContainsCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Copy.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CopyOf.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CurrentCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/DecimalFormatting.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/DocumentCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ElementAvailableCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/EqualityExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Fallback.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterParentPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FilteredAbsoluteLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FloorCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FlowList.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ForEach.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FormatNumberCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionAvailableCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/GenerateIdCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IdKeyPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IdPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/If.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IllegalCharException.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Import.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Include.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Instruction.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IntExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Key.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LangCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LastCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralAttribute.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LocalNameCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LocationPathPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LogicalExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Makefile.inc inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Message.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NameCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceAlias.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceUriCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NodeTest.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NotCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Number.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NumberCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Otherwise.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Output.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Param.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ParameterRef.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Pattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/PositionCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Predicate.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstruction.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstructionPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/QName.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RealExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativePathPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RoundCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SimpleAttributeValue.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Sort.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SourceLoader.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StartsWithCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Step.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StringCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StringLengthCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Stylesheet.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Template.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Text.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/TransletOutput.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnaryOpExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnparsedEntityUriCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnresolvedRef.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnsupportedElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UseAttributeSets.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ValueOf.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Variable.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRef.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/When.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/WithParam.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathLexer.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathParser.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XslElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/sym.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/AttributeSetMethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/BooleanType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/CompareGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ca.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_cs.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_es.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_fr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_it.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ja.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ko.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_sk.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_TW.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/FilterGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MatchGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MultiHashtable.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NamedMethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeCounterGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSetType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordFactGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NumberType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RealType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ResultTreeType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RtMethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SlotAllocator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringStack.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TestGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Type.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TypeCheckError.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/VoidType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/xpath.cup inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/xpath.lex inflating: com/sun/org/apache/xalan/internal/xsltc/dom/AbsoluteIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/AdaptiveResultTreeImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/AnyNodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CachedNodeListIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ClonedNodeListIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CollatorFactoryBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DOMBuilder.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DOMWSFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DocumentCache.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DupFilterIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/EmptyFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ExtendedSAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/Filter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/FilterIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/FilteredStepIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ForwardPositionIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/LoadDocument.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MatchingIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MultiValuedNodeHeapIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MultipleNodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeIteratorBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecord.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecordFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NthIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SingleNodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SingletonIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SortSettings.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SortingIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/StepIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/StripWhitespaceFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/UnionIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/XSLTCDTMManager.java inflating: com/sun/org/apache/xalan/internal/xsltc/javax.xml.transform.TransformerFactory inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Attributes.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Constants.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ca.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_cs.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_de.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_es.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_fr.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_it.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ja.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ko.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_sk.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_CN.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_TW.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Hashtable.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/MessageHandler.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Node.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Operators.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Parameter.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/StringValueHandler.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/OutputBuffer.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/StringOutputBuffer.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2SAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2TO.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/OutputSettings.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXBaseWriter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXEventWriter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXStreamWriter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SmartTransformerFactoryImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/StAXEvent2SAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/StAXStream2SAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesHandlerImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TrAXFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerHandlerImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/Util.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/XSLTCSource.java inflating: com/sun/org/apache/xalan/internal/xsltc/util/IntegerArray.java inflating: com/sun/org/apache/xerces/internal/dom/AttrImpl.java inflating: com/sun/org/apache/xerces/internal/dom/AttrNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/AttributeMap.java inflating: com/sun/org/apache/xerces/internal/dom/CDATASectionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/CharacterDataImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ChildNode.java inflating: com/sun/org/apache/xerces/internal/dom/CommentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/CoreDOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMErrorImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMImplementationListImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMInputImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMLocatorImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/dom/DOMNormalizer.java inflating: com/sun/org/apache/xerces/internal/dom/DOMOutputImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMStringListImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredAttrImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredAttrNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredCDATASectionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredCommentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredDOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredDocumentTypeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredElementDefinitionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredElementImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredElementNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredEntityImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredEntityReferenceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredNode.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredNotationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredProcessingInstructionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredTextImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DocumentFragmentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DocumentTypeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ElementDefinitionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ElementImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ElementNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/EntityImpl.java inflating: com/sun/org/apache/xerces/internal/dom/EntityReferenceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/LCount.java inflating: com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl.java inflating: com/sun/org/apache/xerces/internal/dom/NodeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/NodeIteratorImpl.java inflating: com/sun/org/apache/xerces/internal/dom/NodeListCache.java inflating: com/sun/org/apache/xerces/internal/dom/NotationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIAttrNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIDOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIDocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ParentNode.java inflating: com/sun/org/apache/xerces/internal/dom/ProcessingInstructionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/RangeExceptionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/RangeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/dom/TextImpl.java inflating: com/sun/org/apache/xerces/internal/dom/TreeWalkerImpl.java inflating: com/sun/org/apache/xerces/internal/dom/events/EventImpl.java inflating: com/sun/org/apache/xerces/internal/dom/events/MutationEventImpl.java inflating: com/sun/org/apache/xerces/internal/dom/org.apache.xerces.dom.DOMImplementationSourceImpl inflating: com/sun/org/apache/xerces/internal/dom/org.w3c.dom.DOMImplementationSourceList inflating: com/sun/org/apache/xerces/internal/impl/Constants.java inflating: com/sun/org/apache/xerces/internal/impl/ExternalSubsetResolver.java inflating: com/sun/org/apache/xerces/internal/impl/PropertyManager.java inflating: com/sun/org/apache/xerces/internal/impl/RevalidationHandler.java inflating: com/sun/org/apache/xerces/internal/impl/Version.java inflating: com/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XML11DocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XML11EntityScanner.java inflating: com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XML11NamespaceBinder.java inflating: com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityDescription.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityHandler.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityScanner.java inflating: com/sun/org/apache/xerces/internal/impl/XMLErrorReporter.java inflating: com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder.java inflating: com/sun/org/apache/xerces/internal/impl/XMLScanner.java inflating: com/sun/org/apache/xerces/internal/impl/XMLStreamFilterImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLStreamReaderImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLVersionDetector.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XML11NSDTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLAttributeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLContentSpec.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDDescription.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDLoader.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLElementDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLEntityDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLNSDTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLNotationDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLSimpleType.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMAny.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMBinOp.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMLeaf.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMNode.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMUniOp.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/ContentModelValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/DFAContentModel.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/MixedContentModel.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/SimpleContentModel.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DVFactoryException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DatatypeException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeFacetException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeValueException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/SchemaDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo.java inflating: com/sun/org/apache/xerces/internal/impl/dv/ValidationContext.java inflating: com/sun/org/apache/xerces/internal/impl/dv/XSFacets.java inflating: com/sun/org/apache/xerces/internal/impl/dv/XSSimpleType.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/DTDDVFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/ENTITYDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDREFDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/ListDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/NMTOKENDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/NOTATIONDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/StringDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11DTDDVFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDREFDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11NMTOKENDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/util/Base64.java inflating: com/sun/org/apache/xerces/internal/impl/dv/util/ByteListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/util/HexBin.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AbstractDateTimeDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyAtomicDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AnySimpleDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyURIDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/Base64BinaryDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/BaseDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/BooleanDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DateDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DateTimeDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DayDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DayTimeDurationDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DecimalDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DoubleDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DurationDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/EntityDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/FloatDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/HexBinaryDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/IDDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/IDREFDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/IntegerDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDayDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/PrecisionDecimalDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/QNameDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDVFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDateTimeException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/StringDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/TimeDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/TypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/UnionDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/YearDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDurationDV.java inflating: com/sun/org/apache/xerces/internal/impl/io/ASCIIReader.java inflating: com/sun/org/apache/xerces/internal/impl/io/MalformedByteSequenceException.java inflating: com/sun/org/apache/xerces/internal/impl/io/UCSReader.java inflating: com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.java inflating: com/sun/org/apache/xerces/internal/impl/msg/DOMMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/DatatypeMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/JAXPValidationMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/SAXMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XIncludeMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLSchemaMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLSerializerMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XPointerMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/validation/EntityState.java inflating: com/sun/org/apache/xerces/internal/impl/validation/ValidationManager.java inflating: com/sun/org/apache/xerces/internal/impl/validation/ValidationState.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/XPath.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/XPathException.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/BMPattern.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/Match.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParseException.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParserForXMLSchema.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/REUtil.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/RangeToken.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/message.properties inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_fr.properties inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_ja.properties inflating: com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SchemaNamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SchemaSymbols.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSConstraints.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSDDescription.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSDeclarationPool.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSElementDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSLoaderImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSModelImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSNotationDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/Field.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/FieldActivator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/KeyRef.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/CMNodeFactory.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMBinOp.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMUniOp.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSEmptyCM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/AttrImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultDocument.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultElement.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultNode.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultText.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultXMLDocumentHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/ElementImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/NamedNodeMapImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/NodeImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOMParser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaParsingConfig.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/TextImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/SchemaContentHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAnnotationInfo.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractIDConstraintTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeGroupTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDKeyrefTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDNotationTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDUniqueOrKeyTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDWildcardTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/NSItemListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/ShortListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XInt.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XIntPool.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSGrammarPool.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMap4Types.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/DefaultValidationErrorHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/JAXPConstants.java inflating: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent.java inflating: com/sun/org/apache/xerces/internal/jaxp/SAXParserFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/SchemaValidatorConfiguration.java inflating: com/sun/org/apache/xerces/internal/jaxp/TeeXMLDocumentFilterImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/UnparsedEntityHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/DatatypeFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/javax.xml.datatype.DatatypeFactory inflating: com/sun/org/apache/xerces/internal/jaxp/javax.xml.parsers.DocumentBuilderFactory inflating: com/sun/org/apache/xerces/internal/jaxp/javax.xml.parsers.SAXParserFactory inflating: com/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMDocumentHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultBuilder.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/EmptyXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ErrorHandlerAdaptor.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/JAXPValidationMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ReadOnlyGrammarPool.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/SimpleXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/StAXValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/StreamValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/Util.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/WeakReferenceXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaValidatorComponentManager.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XSGrammarPoolContainer.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/javax.xml.validation.SchemaFactory inflating: com/sun/org/apache/xerces/internal/parsers/AbstractDOMParser.java inflating: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser.java inflating: com/sun/org/apache/xerces/internal/parsers/AbstractXMLDocumentParser.java inflating: com/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/CachingParserPool.java inflating: com/sun/org/apache/xerces/internal/parsers/DOMParser.java inflating: com/sun/org/apache/xerces/internal/parsers/DOMParserImpl.java inflating: com/sun/org/apache/xerces/internal/parsers/DTDConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/DTDParser.java inflating: com/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/parsers/SAXParser.java inflating: com/sun/org/apache/xerces/internal/parsers/SecurityConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XIncludeParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11Configurable.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11DTDConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11NonValidatingConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLDocumentParser.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLGrammarCachingConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLGrammarParser.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLGrammarPreparser.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLParser.java inflating: com/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/org.apache.xerces.xni.parser.DTDConfiguration inflating: com/sun/org/apache/xerces/internal/parsers/org.apache.xerces.xni.parser.XML11Configuration inflating: com/sun/org/apache/xerces/internal/parsers/org.apache.xerces.xni.parser.XMLParserConfiguration inflating: com/sun/org/apache/xerces/internal/parsers/org.xml.sax.driver inflating: com/sun/org/apache/xerces/internal/util/AttributesProxy.java inflating: com/sun/org/apache/xerces/internal/util/AugmentationsImpl.java inflating: com/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper.java inflating: com/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper.java inflating: com/sun/org/apache/xerces/internal/util/DOMInputSource.java inflating: com/sun/org/apache/xerces/internal/util/DOMUtil.java inflating: com/sun/org/apache/xerces/internal/util/DatatypeMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/util/DefaultErrorHandler.java inflating: com/sun/org/apache/xerces/internal/util/DraconianErrorHandler.java inflating: com/sun/org/apache/xerces/internal/util/EncodingMap.java inflating: com/sun/org/apache/xerces/internal/util/EntityResolver2Wrapper.java inflating: com/sun/org/apache/xerces/internal/util/EntityResolverWrapper.java inflating: com/sun/org/apache/xerces/internal/util/ErrorHandlerProxy.java inflating: com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper.java inflating: com/sun/org/apache/xerces/internal/util/HTTPInputSource.java inflating: com/sun/org/apache/xerces/internal/util/IntStack.java inflating: com/sun/org/apache/xerces/internal/util/LocatorProxy.java inflating: com/sun/org/apache/xerces/internal/util/LocatorWrapper.java inflating: com/sun/org/apache/xerces/internal/util/MessageFormatter.java inflating: com/sun/org/apache/xerces/internal/util/NamespaceContextWrapper.java inflating: com/sun/org/apache/xerces/internal/util/NamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings.java inflating: com/sun/org/apache/xerces/internal/util/SAX2XNI.java inflating: com/sun/org/apache/xerces/internal/util/SAXInputSource.java inflating: com/sun/org/apache/xerces/internal/util/SAXLocatorWrapper.java inflating: com/sun/org/apache/xerces/internal/util/SAXMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/util/SecurityManager.java inflating: com/sun/org/apache/xerces/internal/util/ShadowedSymbolTable.java inflating: com/sun/org/apache/xerces/internal/util/SymbolHash.java inflating: com/sun/org/apache/xerces/internal/util/SymbolTable.java inflating: com/sun/org/apache/xerces/internal/util/SynchronizedSymbolTable.java inflating: com/sun/org/apache/xerces/internal/util/TeeXMLDocumentFilterImpl.java inflating: com/sun/org/apache/xerces/internal/util/TypeInfoImpl.java inflating: com/sun/org/apache/xerces/internal/util/URI.java inflating: com/sun/org/apache/xerces/internal/util/XML11Char.java inflating: com/sun/org/apache/xerces/internal/util/XMLAttributesImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLCatalogResolver.java inflating: com/sun/org/apache/xerces/internal/util/XMLChar.java inflating: com/sun/org/apache/xerces/internal/util/XMLDocumentFilterImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLEntityDescriptionImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLErrorCode.java inflating: com/sun/org/apache/xerces/internal/util/XMLGrammarPoolImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLInputSourceAdaptor.java inflating: com/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLStringBuffer.java inflating: com/sun/org/apache/xerces/internal/util/XMLSymbols.java inflating: com/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/xinclude/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/xinclude/XInclude11TextReader.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeTextReader.java inflating: com/sun/org/apache/xerces/internal/xinclude/XPointerElementHandler.java inflating: com/sun/org/apache/xerces/internal/xinclude/XPointerFramework.java inflating: com/sun/org/apache/xerces/internal/xinclude/XPointerSchema.java inflating: com/sun/org/apache/xerces/internal/xni/Augmentations.java inflating: com/sun/org/apache/xerces/internal/xni/NamespaceContext.java inflating: com/sun/org/apache/xerces/internal/xni/QName.java inflating: com/sun/org/apache/xerces/internal/xni/XMLAttributes.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDTDHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDocumentFragmentHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDocumentHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLLocator.java inflating: com/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier.java inflating: com/sun/org/apache/xerces/internal/xni/XMLString.java inflating: com/sun/org/apache/xerces/internal/xni/XNIException.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/Grammar.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLDTDDescription.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarLoader.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XSGrammar.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLComponent.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelFilter.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDFilter.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentFilter.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLParseException.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLPullParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.java inflating: com/sun/org/apache/xerces/internal/xpointer/ShortHandPointer.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerErrorHandler.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerPart.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerProcessor.java inflating: com/sun/org/apache/xerces/internal/xs/AttributePSVI.java inflating: com/sun/org/apache/xerces/internal/xs/ElementPSVI.java inflating: com/sun/org/apache/xerces/internal/xs/ItemPSVI.java inflating: com/sun/org/apache/xerces/internal/xs/LSInputList.java inflating: com/sun/org/apache/xerces/internal/xs/PSVIProvider.java inflating: com/sun/org/apache/xerces/internal/xs/ShortList.java inflating: com/sun/org/apache/xerces/internal/xs/StringList.java inflating: com/sun/org/apache/xerces/internal/xs/XSAnnotation.java inflating: com/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration.java inflating: com/sun/org/apache/xerces/internal/xs/XSAttributeGroupDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSAttributeUse.java inflating: com/sun/org/apache/xerces/internal/xs/XSComplexTypeDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSConstants.java inflating: com/sun/org/apache/xerces/internal/xs/XSElementDeclaration.java inflating: com/sun/org/apache/xerces/internal/xs/XSException.java inflating: com/sun/org/apache/xerces/internal/xs/XSFacet.java inflating: com/sun/org/apache/xerces/internal/xs/XSIDCDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSImplementation.java inflating: com/sun/org/apache/xerces/internal/xs/XSLoader.java inflating: com/sun/org/apache/xerces/internal/xs/XSModel.java inflating: com/sun/org/apache/xerces/internal/xs/XSModelGroup.java inflating: com/sun/org/apache/xerces/internal/xs/XSModelGroupDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSMultiValueFacet.java inflating: com/sun/org/apache/xerces/internal/xs/XSNamedMap.java inflating: com/sun/org/apache/xerces/internal/xs/XSNamespaceItem.java inflating: com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.java inflating: com/sun/org/apache/xerces/internal/xs/XSNotationDeclaration.java inflating: com/sun/org/apache/xerces/internal/xs/XSObject.java inflating: com/sun/org/apache/xerces/internal/xs/XSObjectList.java inflating: com/sun/org/apache/xerces/internal/xs/XSParticle.java inflating: com/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSTerm.java inflating: com/sun/org/apache/xerces/internal/xs/XSTypeDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSWildcard.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/ObjectList.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSDateTime.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSDecimal.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSDouble.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSFloat.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSQName.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/package.html inflating: com/sun/org/apache/xml/internal/dtm/Axis.java inflating: com/sun/org/apache/xml/internal/dtm/DTM.java inflating: com/sun/org/apache/xml/internal/dtm/DTMAxisIterator.java inflating: com/sun/org/apache/xml/internal/dtm/DTMAxisTraverser.java inflating: com/sun/org/apache/xml/internal/dtm/DTMConfigurationException.java inflating: com/sun/org/apache/xml/internal/dtm/DTMDOMException.java inflating: com/sun/org/apache/xml/internal/dtm/DTMException.java inflating: com/sun/org/apache/xml/internal/dtm/DTMFilter.java inflating: com/sun/org/apache/xml/internal/dtm/DTMIterator.java inflating: com/sun/org/apache/xml/internal/dtm/DTMManager.java inflating: com/sun/org/apache/xml/internal/dtm/DTMWSFilter.java inflating: com/sun/org/apache/xml/internal/dtm/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/dtm/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/dtm/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ChunkedIntArray.java inflating: com/sun/org/apache/xml/internal/dtm/ref/CoroutineManager.java inflating: com/sun/org/apache/xml/internal/dtm/ref/CoroutineParser.java inflating: com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIterNodeList.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMChildIterNodeList.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBase.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDocumentImpl.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNamedNodeMap.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeIterator.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeList.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeListBase.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMSafeStringPool.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMStringPool.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMTreeWalker.java inflating: com/sun/org/apache/xml/internal/dtm/ref/EmptyIterator.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ExpandedNameTable.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ExtendedType.java inflating: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource.java inflating: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Filter.java inflating: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.java inflating: com/sun/org/apache/xml/internal/dtm/ref/NodeLocator.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.java inflating: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.java inflating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.java inflating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java inflating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2RTFDTM.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_ca.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_cs.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_de.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_en.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_es.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_fr.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_it.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_ja.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_ko.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_sk.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_sv.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_tr.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_HK.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_TW.java inflating: com/sun/org/apache/xml/internal/res/XMLMessages.java inflating: com/sun/org/apache/xml/internal/resolver/Catalog.java inflating: com/sun/org/apache/xml/internal/resolver/CatalogEntry.java inflating: com/sun/org/apache/xml/internal/resolver/CatalogException.java inflating: com/sun/org/apache/xml/internal/resolver/CatalogManager.java inflating: com/sun/org/apache/xml/internal/resolver/Resolver.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/BootstrapResolver.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/Debug.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/FileURL.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/Namespaces.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/PublicId.java inflating: com/sun/org/apache/xml/internal/resolver/readers/CatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogParser.java inflating: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/ExtendedXMLCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/OASISXMLCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogParser.java inflating: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/SAXParserHandler.java inflating: com/sun/org/apache/xml/internal/resolver/readers/TR9401CatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/TextCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/XCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/tools/CatalogResolver.java inflating: com/sun/org/apache/xml/internal/resolver/tools/ResolvingParser.java inflating: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLFilter.java inflating: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLReader.java inflating: com/sun/org/apache/xml/internal/serialize/BaseMarkupSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/DOMSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.java inflating: com/sun/org/apache/xml/internal/serialize/ElementState.java inflating: com/sun/org/apache/xml/internal/serialize/EncodingInfo.java inflating: com/sun/org/apache/xml/internal/serialize/Encodings.java inflating: com/sun/org/apache/xml/internal/serialize/HTMLEntities.res inflating: com/sun/org/apache/xml/internal/serialize/HTMLSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/HTMLdtd.java inflating: com/sun/org/apache/xml/internal/serialize/IndentPrinter.java inflating: com/sun/org/apache/xml/internal/serialize/LineSeparator.java inflating: com/sun/org/apache/xml/internal/serialize/Method.java inflating: com/sun/org/apache/xml/internal/serialize/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/serialize/OutputFormat.java inflating: com/sun/org/apache/xml/internal/serialize/Printer.java inflating: com/sun/org/apache/xml/internal/serialize/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/serialize/Serializer.java inflating: com/sun/org/apache/xml/internal/serialize/SerializerFactory.java inflating: com/sun/org/apache/xml/internal/serialize/SerializerFactoryImpl.java inflating: com/sun/org/apache/xml/internal/serialize/TextSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/XHTMLSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/XML11Serializer.java inflating: com/sun/org/apache/xml/internal/serialize/XMLSerializer.java inflating: com/sun/org/apache/xml/internal/serializer/AttributesImplSerializer.java inflating: com/sun/org/apache/xml/internal/serializer/CharInfo.java inflating: com/sun/org/apache/xml/internal/serializer/DOMSerializer.java inflating: com/sun/org/apache/xml/internal/serializer/ElemContext.java inflating: com/sun/org/apache/xml/internal/serializer/ElemDesc.java inflating: com/sun/org/apache/xml/internal/serializer/EmptySerializer.java inflating: com/sun/org/apache/xml/internal/serializer/EncodingInfo.java inflating: com/sun/org/apache/xml/internal/serializer/Encodings.java inflating: com/sun/org/apache/xml/internal/serializer/Encodings.properties inflating: com/sun/org/apache/xml/internal/serializer/ExtendedContentHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ExtendedLexicalHandler.java inflating: com/sun/org/apache/xml/internal/serializer/HTMLEntities.properties inflating: com/sun/org/apache/xml/internal/serializer/Method.java inflating: com/sun/org/apache/xml/internal/serializer/NamespaceMappings.java inflating: com/sun/org/apache/xml/internal/serializer/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.java inflating: com/sun/org/apache/xml/internal/serializer/OutputPropertyUtils.java inflating: com/sun/org/apache/xml/internal/serializer/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/serializer/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/serializer/SerializationHandler.java inflating: com/sun/org/apache/xml/internal/serializer/Serializer.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerBase.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerConstants.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerFactory.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerTrace.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerTraceWriter.java inflating: com/sun/org/apache/xml/internal/serializer/ToHTMLSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToHTMLStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToTextSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToTextStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToUnknownStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToXMLSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToXMLStream.java inflating: com/sun/org/apache/xml/internal/serializer/TransformStateSetter.java inflating: com/sun/org/apache/xml/internal/serializer/TreeWalker.java inflating: com/sun/org/apache/xml/internal/serializer/Utils.java inflating: com/sun/org/apache/xml/internal/serializer/Version.java inflating: com/sun/org/apache/xml/internal/serializer/WriterChain.java inflating: com/sun/org/apache/xml/internal/serializer/WriterToASCI.java inflating: com/sun/org/apache/xml/internal/serializer/WriterToUTF8Buffered.java inflating: com/sun/org/apache/xml/internal/serializer/XMLEntities.properties inflating: com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes.java inflating: com/sun/org/apache/xml/internal/serializer/output_html.properties inflating: com/sun/org/apache/xml/internal/serializer/output_text.properties inflating: com/sun/org/apache/xml/internal/serializer/output_unknown.properties inflating: com/sun/org/apache/xml/internal/serializer/output_xml.properties inflating: com/sun/org/apache/xml/internal/serializer/package.html inflating: com/sun/org/apache/xml/internal/serializer/utils/AttList.java inflating: com/sun/org/apache/xml/internal/serializer/utils/BoolStack.java inflating: com/sun/org/apache/xml/internal/serializer/utils/DOM2Helper.java inflating: com/sun/org/apache/xml/internal/serializer/utils/Messages.java inflating: com/sun/org/apache/xml/internal/serializer/utils/MsgKey.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ca.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_cs.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_de.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_en.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_es.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_fr.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_it.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ja.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ko.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_sv.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_CN.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_TW.java inflating: com/sun/org/apache/xml/internal/serializer/utils/StringToIntTable.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SystemIDResolver.java inflating: com/sun/org/apache/xml/internal/serializer/utils/URI.java inflating: com/sun/org/apache/xml/internal/serializer/utils/Utils.java inflating: com/sun/org/apache/xml/internal/serializer/utils/WrappedRuntimeException.java inflating: com/sun/org/apache/xml/internal/utils/AttList.java inflating: com/sun/org/apache/xml/internal/utils/BoolStack.java inflating: com/sun/org/apache/xml/internal/utils/CharKey.java inflating: com/sun/org/apache/xml/internal/utils/Constants.java inflating: com/sun/org/apache/xml/internal/utils/DOM2Helper.java inflating: com/sun/org/apache/xml/internal/utils/DOMBuilder.java inflating: com/sun/org/apache/xml/internal/utils/DOMHelper.java inflating: com/sun/org/apache/xml/internal/utils/DOMOrder.java inflating: com/sun/org/apache/xml/internal/utils/DefaultErrorHandler.java inflating: com/sun/org/apache/xml/internal/utils/ElemDesc.java inflating: com/sun/org/apache/xml/internal/utils/FastStringBuffer.java inflating: com/sun/org/apache/xml/internal/utils/Hashtree2Node.java inflating: com/sun/org/apache/xml/internal/utils/IntStack.java inflating: com/sun/org/apache/xml/internal/utils/IntVector.java inflating: com/sun/org/apache/xml/internal/utils/ListingErrorHandler.java inflating: com/sun/org/apache/xml/internal/utils/LocaleUtility.java inflating: com/sun/org/apache/xml/internal/utils/MutableAttrListImpl.java inflating: com/sun/org/apache/xml/internal/utils/NSInfo.java inflating: com/sun/org/apache/xml/internal/utils/NameSpace.java inflating: com/sun/org/apache/xml/internal/utils/NamespaceSupport2.java inflating: com/sun/org/apache/xml/internal/utils/NodeConsumer.java inflating: com/sun/org/apache/xml/internal/utils/NodeVector.java inflating: com/sun/org/apache/xml/internal/utils/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/utils/ObjectPool.java inflating: com/sun/org/apache/xml/internal/utils/ObjectStack.java inflating: com/sun/org/apache/xml/internal/utils/ObjectVector.java inflating: com/sun/org/apache/xml/internal/utils/PrefixResolver.java inflating: com/sun/org/apache/xml/internal/utils/PrefixResolverDefault.java inflating: com/sun/org/apache/xml/internal/utils/QName.java inflating: com/sun/org/apache/xml/internal/utils/RawCharacterHandler.java inflating: com/sun/org/apache/xml/internal/utils/SAXSourceLocator.java inflating: com/sun/org/apache/xml/internal/utils/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/utils/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/utils/SerializableLocatorImpl.java inflating: com/sun/org/apache/xml/internal/utils/StopParseException.java inflating: com/sun/org/apache/xml/internal/utils/StringBufferPool.java inflating: com/sun/org/apache/xml/internal/utils/StringComparable.java inflating: com/sun/org/apache/xml/internal/utils/StringToIntTable.java inflating: com/sun/org/apache/xml/internal/utils/StringToStringTable.java inflating: com/sun/org/apache/xml/internal/utils/StringToStringTableVector.java inflating: com/sun/org/apache/xml/internal/utils/StringVector.java inflating: com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java inflating: com/sun/org/apache/xml/internal/utils/SuballocatedByteVector.java inflating: com/sun/org/apache/xml/internal/utils/SuballocatedIntVector.java inflating: com/sun/org/apache/xml/internal/utils/SystemIDResolver.java inflating: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper.java inflating: com/sun/org/apache/xml/internal/utils/TreeWalker.java inflating: com/sun/org/apache/xml/internal/utils/Trie.java inflating: com/sun/org/apache/xml/internal/utils/URI.java inflating: com/sun/org/apache/xml/internal/utils/UnImplNode.java inflating: com/sun/org/apache/xml/internal/utils/WrappedRuntimeException.java inflating: com/sun/org/apache/xml/internal/utils/WrongParserException.java inflating: com/sun/org/apache/xml/internal/utils/XML11Char.java inflating: com/sun/org/apache/xml/internal/utils/XMLChar.java inflating: com/sun/org/apache/xml/internal/utils/XMLCharacterRecognizer.java inflating: com/sun/org/apache/xml/internal/utils/XMLReaderManager.java inflating: com/sun/org/apache/xml/internal/utils/XMLString.java inflating: com/sun/org/apache/xml/internal/utils/XMLStringDefault.java inflating: com/sun/org/apache/xml/internal/utils/XMLStringFactory.java inflating: com/sun/org/apache/xml/internal/utils/XMLStringFactoryDefault.java inflating: com/sun/org/apache/xml/internal/utils/package.html inflating: com/sun/org/apache/xml/internal/utils/res/CharArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/IntArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/LongArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/StringArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/XResourceBundle.java inflating: com/sun/org/apache/xml/internal/utils/res/XResourceBundleBase.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_de.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_en.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_es.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_fr.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_it.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_A.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HA.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HI.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_I.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ko.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_sv.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_zh_CN.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_zh_TW.java inflating: com/sun/org/apache/xpath/internal/Arg.java inflating: com/sun/org/apache/xpath/internal/CachedXPathAPI.java inflating: com/sun/org/apache/xpath/internal/Expression.java inflating: com/sun/org/apache/xpath/internal/ExpressionNode.java inflating: com/sun/org/apache/xpath/internal/ExpressionOwner.java inflating: com/sun/org/apache/xpath/internal/ExtensionsProvider.java inflating: com/sun/org/apache/xpath/internal/FoundIndex.java inflating: com/sun/org/apache/xpath/internal/NodeSet.java inflating: com/sun/org/apache/xpath/internal/NodeSetDTM.java inflating: com/sun/org/apache/xpath/internal/SourceTree.java inflating: com/sun/org/apache/xpath/internal/SourceTreeManager.java inflating: com/sun/org/apache/xpath/internal/VariableStack.java inflating: com/sun/org/apache/xpath/internal/WhitespaceStrippingElementMatcher.java inflating: com/sun/org/apache/xpath/internal/XPath.java inflating: com/sun/org/apache/xpath/internal/XPathAPI.java inflating: com/sun/org/apache/xpath/internal/XPathContext.java inflating: com/sun/org/apache/xpath/internal/XPathException.java inflating: com/sun/org/apache/xpath/internal/XPathFactory.java inflating: com/sun/org/apache/xpath/internal/XPathProcessorException.java inflating: com/sun/org/apache/xpath/internal/XPathVisitable.java inflating: com/sun/org/apache/xpath/internal/XPathVisitor.java inflating: com/sun/org/apache/xpath/internal/axes/AttributeIterator.java inflating: com/sun/org/apache/xpath/internal/axes/AxesWalker.java inflating: com/sun/org/apache/xpath/internal/axes/BasicTestIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ChildIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ChildTestIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ContextNodeList.java inflating: com/sun/org/apache/xpath/internal/axes/DescendantIterator.java inflating: com/sun/org/apache/xpath/internal/axes/FilterExprIterator.java inflating: com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple.java inflating: com/sun/org/apache/xpath/internal/axes/FilterExprWalker.java inflating: com/sun/org/apache/xpath/internal/axes/HasPositionalPredChecker.java inflating: com/sun/org/apache/xpath/internal/axes/IteratorPool.java inflating: com/sun/org/apache/xpath/internal/axes/LocPathIterator.java inflating: com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.java inflating: com/sun/org/apache/xpath/internal/axes/NodeSequence.java inflating: com/sun/org/apache/xpath/internal/axes/OneStepIterator.java inflating: com/sun/org/apache/xpath/internal/axes/OneStepIteratorForward.java inflating: com/sun/org/apache/xpath/internal/axes/PathComponent.java inflating: com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java inflating: com/sun/org/apache/xpath/internal/axes/RTFIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ReverseAxesWalker.java inflating: com/sun/org/apache/xpath/internal/axes/SelfIteratorNoPredicate.java inflating: com/sun/org/apache/xpath/internal/axes/SubContextList.java inflating: com/sun/org/apache/xpath/internal/axes/UnionChildIterator.java inflating: com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java inflating: com/sun/org/apache/xpath/internal/axes/WalkerFactory.java inflating: com/sun/org/apache/xpath/internal/axes/WalkingIterator.java inflating: com/sun/org/apache/xpath/internal/axes/WalkingIteratorSorted.java inflating: com/sun/org/apache/xpath/internal/axes/package.html inflating: com/sun/org/apache/xpath/internal/compiler/Compiler.java inflating: com/sun/org/apache/xpath/internal/compiler/FuncLoader.java inflating: com/sun/org/apache/xpath/internal/compiler/FunctionTable.java inflating: com/sun/org/apache/xpath/internal/compiler/Keywords.java inflating: com/sun/org/apache/xpath/internal/compiler/Lexer.java inflating: com/sun/org/apache/xpath/internal/compiler/ObjectFactory.java inflating: com/sun/org/apache/xpath/internal/compiler/OpCodes.java inflating: com/sun/org/apache/xpath/internal/compiler/OpMap.java inflating: com/sun/org/apache/xpath/internal/compiler/OpMapVector.java inflating: com/sun/org/apache/xpath/internal/compiler/PsuedoNames.java inflating: com/sun/org/apache/xpath/internal/compiler/SecuritySupport.java inflating: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12.java inflating: com/sun/org/apache/xpath/internal/compiler/XPathDumper.java inflating: com/sun/org/apache/xpath/internal/compiler/XPathParser.java inflating: com/sun/org/apache/xpath/internal/compiler/package.html inflating: com/sun/org/apache/xpath/internal/domapi/XPathEvaluatorImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathExpressionImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathNSResolverImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathNamespaceImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathResultImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathStylesheetDOM3Exception.java inflating: com/sun/org/apache/xpath/internal/domapi/package.html inflating: com/sun/org/apache/xpath/internal/functions/FuncBoolean.java inflating: com/sun/org/apache/xpath/internal/functions/FuncCeiling.java inflating: com/sun/org/apache/xpath/internal/functions/FuncConcat.java inflating: com/sun/org/apache/xpath/internal/functions/FuncContains.java inflating: com/sun/org/apache/xpath/internal/functions/FuncCount.java inflating: com/sun/org/apache/xpath/internal/functions/FuncCurrent.java inflating: com/sun/org/apache/xpath/internal/functions/FuncDoclocation.java inflating: com/sun/org/apache/xpath/internal/functions/FuncExtElementAvailable.java inflating: com/sun/org/apache/xpath/internal/functions/FuncExtFunction.java inflating: com/sun/org/apache/xpath/internal/functions/FuncExtFunctionAvailable.java inflating: com/sun/org/apache/xpath/internal/functions/FuncFalse.java inflating: com/sun/org/apache/xpath/internal/functions/FuncFloor.java inflating: com/sun/org/apache/xpath/internal/functions/FuncGenerateId.java inflating: com/sun/org/apache/xpath/internal/functions/FuncId.java inflating: com/sun/org/apache/xpath/internal/functions/FuncLang.java inflating: com/sun/org/apache/xpath/internal/functions/FuncLast.java inflating: com/sun/org/apache/xpath/internal/functions/FuncLocalPart.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNamespace.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNormalizeSpace.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNot.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNumber.java inflating: com/sun/org/apache/xpath/internal/functions/FuncPosition.java inflating: com/sun/org/apache/xpath/internal/functions/FuncQname.java inflating: com/sun/org/apache/xpath/internal/functions/FuncRound.java inflating: com/sun/org/apache/xpath/internal/functions/FuncStartsWith.java inflating: com/sun/org/apache/xpath/internal/functions/FuncString.java inflating: com/sun/org/apache/xpath/internal/functions/FuncStringLength.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSubstring.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSubstringAfter.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSubstringBefore.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSum.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java inflating: com/sun/org/apache/xpath/internal/functions/FuncTranslate.java inflating: com/sun/org/apache/xpath/internal/functions/FuncTrue.java inflating: com/sun/org/apache/xpath/internal/functions/FuncUnparsedEntityURI.java inflating: com/sun/org/apache/xpath/internal/functions/Function.java inflating: com/sun/org/apache/xpath/internal/functions/Function2Args.java inflating: com/sun/org/apache/xpath/internal/functions/Function3Args.java inflating: com/sun/org/apache/xpath/internal/functions/FunctionDef1Arg.java inflating: com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs.java inflating: com/sun/org/apache/xpath/internal/functions/FunctionOneArg.java inflating: com/sun/org/apache/xpath/internal/functions/ObjectFactory.java inflating: com/sun/org/apache/xpath/internal/functions/SecuritySupport.java inflating: com/sun/org/apache/xpath/internal/functions/SecuritySupport12.java inflating: com/sun/org/apache/xpath/internal/functions/WrongNumberArgsException.java inflating: com/sun/org/apache/xpath/internal/functions/package.html inflating: com/sun/org/apache/xpath/internal/jaxp/JAXPExtensionsProvider.java inflating: com/sun/org/apache/xpath/internal/jaxp/JAXPPrefixResolver.java inflating: com/sun/org/apache/xpath/internal/jaxp/JAXPVariableStack.java inflating: com/sun/org/apache/xpath/internal/jaxp/XPathExpressionImpl.java inflating: com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.java inflating: com/sun/org/apache/xpath/internal/jaxp/XPathImpl.java inflating: com/sun/org/apache/xpath/internal/objects/DTMXRTreeFrag.java inflating: com/sun/org/apache/xpath/internal/objects/XBoolean.java inflating: com/sun/org/apache/xpath/internal/objects/XBooleanStatic.java inflating: com/sun/org/apache/xpath/internal/objects/XMLStringFactoryImpl.java inflating: com/sun/org/apache/xpath/internal/objects/XNodeSet.java inflating: com/sun/org/apache/xpath/internal/objects/XNodeSetForDOM.java inflating: com/sun/org/apache/xpath/internal/objects/XNull.java inflating: com/sun/org/apache/xpath/internal/objects/XNumber.java inflating: com/sun/org/apache/xpath/internal/objects/XObject.java inflating: com/sun/org/apache/xpath/internal/objects/XObjectFactory.java inflating: com/sun/org/apache/xpath/internal/objects/XRTreeFrag.java inflating: com/sun/org/apache/xpath/internal/objects/XRTreeFragSelectWrapper.java inflating: com/sun/org/apache/xpath/internal/objects/XString.java inflating: com/sun/org/apache/xpath/internal/objects/XStringForChars.java inflating: com/sun/org/apache/xpath/internal/objects/XStringForFSB.java inflating: com/sun/org/apache/xpath/internal/objects/package.html inflating: com/sun/org/apache/xpath/internal/operations/And.java inflating: com/sun/org/apache/xpath/internal/operations/Bool.java inflating: com/sun/org/apache/xpath/internal/operations/Div.java inflating: com/sun/org/apache/xpath/internal/operations/Equals.java inflating: com/sun/org/apache/xpath/internal/operations/Gt.java inflating: com/sun/org/apache/xpath/internal/operations/Gte.java inflating: com/sun/org/apache/xpath/internal/operations/Lt.java inflating: com/sun/org/apache/xpath/internal/operations/Lte.java inflating: com/sun/org/apache/xpath/internal/operations/Minus.java inflating: com/sun/org/apache/xpath/internal/operations/Mod.java inflating: com/sun/org/apache/xpath/internal/operations/Mult.java inflating: com/sun/org/apache/xpath/internal/operations/Neg.java inflating: com/sun/org/apache/xpath/internal/operations/NotEquals.java inflating: com/sun/org/apache/xpath/internal/operations/Number.java inflating: com/sun/org/apache/xpath/internal/operations/Operation.java inflating: com/sun/org/apache/xpath/internal/operations/Or.java inflating: com/sun/org/apache/xpath/internal/operations/Plus.java inflating: com/sun/org/apache/xpath/internal/operations/Quo.java inflating: com/sun/org/apache/xpath/internal/operations/String.java inflating: com/sun/org/apache/xpath/internal/operations/UnaryOperation.java inflating: com/sun/org/apache/xpath/internal/operations/Variable.java inflating: com/sun/org/apache/xpath/internal/operations/VariableSafeAbsRef.java inflating: com/sun/org/apache/xpath/internal/operations/package.html inflating: com/sun/org/apache/xpath/internal/package.html inflating: com/sun/org/apache/xpath/internal/patterns/ContextMatchStepPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/FunctionPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/NodeTest.java inflating: com/sun/org/apache/xpath/internal/patterns/NodeTestFilter.java inflating: com/sun/org/apache/xpath/internal/patterns/StepPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/UnionPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/package.html inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_en.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_es.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_fr.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_it.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ja.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ko.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_sv.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_CN.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_TW.java inflating: com/sun/org/apache/xpath/internal/res/XPATHMessages.java inflating: com/sun/org/apache/xpath/internal/res/package.html inflating: com/sun/xml/internal/stream/Entity.java inflating: com/sun/xml/internal/stream/EventFilterSupport.java inflating: com/sun/xml/internal/stream/StaxEntityResolverWrapper.java inflating: com/sun/xml/internal/stream/StaxErrorReporter.java inflating: com/sun/xml/internal/stream/StaxXMLInputSource.java inflating: com/sun/xml/internal/stream/XMLBufferListener.java inflating: com/sun/xml/internal/stream/XMLEntityReader.java inflating: com/sun/xml/internal/stream/XMLEntityStorage.java inflating: com/sun/xml/internal/stream/XMLEventReaderImpl.java inflating: com/sun/xml/internal/stream/XMLInputFactoryImpl.java inflating: com/sun/xml/internal/stream/XMLOutputFactoryImpl.java inflating: com/sun/xml/internal/stream/dtd/DTDGrammarUtil.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType.java inflating: com/sun/xml/internal/stream/events/AttributeImpl.java inflating: com/sun/xml/internal/stream/events/CharacterEvent.java inflating: com/sun/xml/internal/stream/events/CommentEvent.java inflating: com/sun/xml/internal/stream/events/DTDEvent.java inflating: com/sun/xml/internal/stream/events/DummyEvent.java inflating: com/sun/xml/internal/stream/events/EndDocumentEvent.java inflating: com/sun/xml/internal/stream/events/EndElementEvent.java inflating: com/sun/xml/internal/stream/events/EntityDeclarationImpl.java inflating: com/sun/xml/internal/stream/events/EntityReferenceEvent.java inflating: com/sun/xml/internal/stream/events/LocationImpl.java inflating: com/sun/xml/internal/stream/events/NamedEvent.java inflating: com/sun/xml/internal/stream/events/NamespaceImpl.java inflating: com/sun/xml/internal/stream/events/NotationDeclarationImpl.java inflating: com/sun/xml/internal/stream/events/ProcessingInstructionEvent.java inflating: com/sun/xml/internal/stream/events/StartDocumentEvent.java inflating: com/sun/xml/internal/stream/events/StartElementEvent.java inflating: com/sun/xml/internal/stream/events/XMLEventAllocatorImpl.java inflating: com/sun/xml/internal/stream/events/XMLEventFactoryImpl.java inflating: com/sun/xml/internal/stream/javax.xml.stream.XMLEventFactory inflating: com/sun/xml/internal/stream/javax.xml.stream.XMLInputFactory inflating: com/sun/xml/internal/stream/javax.xml.stream.XMLOutputFactory inflating: com/sun/xml/internal/stream/util/BufferAllocator.java inflating: com/sun/xml/internal/stream/util/ReadOnlyIterator.java inflating: com/sun/xml/internal/stream/util/ThreadLocalBufferAllocator.java inflating: com/sun/xml/internal/stream/writers/UTF8OutputStreamWriter.java inflating: com/sun/xml/internal/stream/writers/WriterUtility.java inflating: com/sun/xml/internal/stream/writers/XMLDOMWriterImpl.java inflating: com/sun/xml/internal/stream/writers/XMLEventWriterImpl.java inflating: com/sun/xml/internal/stream/writers/XMLOutputSource.java inflating: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl.java inflating: com/sun/xml/internal/stream/writers/XMLWriter.java inflating: javax/xml/XMLConstants.java inflating: javax/xml/datatype/DatatypeConfigurationException.java inflating: javax/xml/datatype/DatatypeConstants.java inflating: javax/xml/datatype/DatatypeFactory.java inflating: javax/xml/datatype/Duration.java inflating: javax/xml/datatype/FactoryFinder.java inflating: javax/xml/datatype/SecuritySupport.java inflating: javax/xml/datatype/XMLGregorianCalendar.java inflating: javax/xml/datatype/package.html inflating: javax/xml/namespace/NamespaceContext.java inflating: javax/xml/namespace/QName.java inflating: javax/xml/namespace/package.html inflating: javax/xml/parsers/DocumentBuilder.java inflating: javax/xml/parsers/DocumentBuilderFactory.java inflating: javax/xml/parsers/FactoryConfigurationError.java inflating: javax/xml/parsers/FactoryFinder.java inflating: javax/xml/parsers/ParserConfigurationException.java inflating: javax/xml/parsers/SAXParser.java inflating: javax/xml/parsers/SAXParserFactory.java inflating: javax/xml/parsers/SecuritySupport.java inflating: javax/xml/parsers/package.html inflating: javax/xml/stream/EventFilter.java inflating: javax/xml/stream/FactoryConfigurationError.java inflating: javax/xml/stream/FactoryFinder.java inflating: javax/xml/stream/Location.java inflating: javax/xml/stream/SecuritySupport.java inflating: javax/xml/stream/StreamFilter.java inflating: javax/xml/stream/XMLEventFactory.java inflating: javax/xml/stream/XMLEventReader.java inflating: javax/xml/stream/XMLEventWriter.java inflating: javax/xml/stream/XMLInputFactory.java inflating: javax/xml/stream/XMLOutputFactory.java inflating: javax/xml/stream/XMLReporter.java inflating: javax/xml/stream/XMLResolver.java inflating: javax/xml/stream/XMLStreamConstants.java inflating: javax/xml/stream/XMLStreamException.java inflating: javax/xml/stream/XMLStreamReader.java inflating: javax/xml/stream/XMLStreamWriter.java inflating: javax/xml/stream/events/Attribute.java inflating: javax/xml/stream/events/Characters.java inflating: javax/xml/stream/events/Comment.java inflating: javax/xml/stream/events/DTD.java inflating: javax/xml/stream/events/EndDocument.java inflating: javax/xml/stream/events/EndElement.java inflating: javax/xml/stream/events/EntityDeclaration.java inflating: javax/xml/stream/events/EntityReference.java inflating: javax/xml/stream/events/Namespace.java inflating: javax/xml/stream/events/NotationDeclaration.java inflating: javax/xml/stream/events/ProcessingInstruction.java inflating: javax/xml/stream/events/StartDocument.java inflating: javax/xml/stream/events/StartElement.java inflating: javax/xml/stream/events/XMLEvent.java inflating: javax/xml/stream/util/EventReaderDelegate.java inflating: javax/xml/stream/util/StreamReaderDelegate.java inflating: javax/xml/stream/util/XMLEventAllocator.java inflating: javax/xml/stream/util/XMLEventConsumer.java inflating: javax/xml/transform/ErrorListener.java inflating: javax/xml/transform/FactoryFinder.java inflating: javax/xml/transform/OutputKeys.java inflating: javax/xml/transform/Result.java inflating: javax/xml/transform/SecuritySupport.java inflating: javax/xml/transform/Source.java inflating: javax/xml/transform/SourceLocator.java inflating: javax/xml/transform/Templates.java inflating: javax/xml/transform/Transformer.java inflating: javax/xml/transform/TransformerConfigurationException.java inflating: javax/xml/transform/TransformerException.java inflating: javax/xml/transform/TransformerFactory.java inflating: javax/xml/transform/TransformerFactoryConfigurationError.java inflating: javax/xml/transform/URIResolver.java inflating: javax/xml/transform/dom/DOMLocator.java inflating: javax/xml/transform/dom/DOMResult.java inflating: javax/xml/transform/dom/DOMSource.java inflating: javax/xml/transform/dom/package.html inflating: javax/xml/transform/overview.html inflating: javax/xml/transform/package.html inflating: javax/xml/transform/sax/SAXResult.java inflating: javax/xml/transform/sax/SAXSource.java inflating: javax/xml/transform/sax/SAXTransformerFactory.java inflating: javax/xml/transform/sax/TemplatesHandler.java inflating: javax/xml/transform/sax/TransformerHandler.java inflating: javax/xml/transform/sax/package.html inflating: javax/xml/transform/stax/StAXResult.java inflating: javax/xml/transform/stax/StAXSource.java inflating: javax/xml/transform/stax/package.html inflating: javax/xml/transform/stream/StreamResult.java inflating: javax/xml/transform/stream/StreamSource.java inflating: javax/xml/transform/stream/package.html inflating: javax/xml/validation/Schema.java inflating: javax/xml/validation/SchemaFactory.java inflating: javax/xml/validation/SchemaFactoryFinder.java inflating: javax/xml/validation/SchemaFactoryLoader.java inflating: javax/xml/validation/SecuritySupport.java inflating: javax/xml/validation/TypeInfoProvider.java inflating: javax/xml/validation/Validator.java inflating: javax/xml/validation/ValidatorHandler.java inflating: javax/xml/validation/package.html inflating: javax/xml/xpath/SecuritySupport.java inflating: javax/xml/xpath/XPath.java inflating: javax/xml/xpath/XPathConstants.java inflating: javax/xml/xpath/XPathException.java inflating: javax/xml/xpath/XPathExpression.java inflating: javax/xml/xpath/XPathExpressionException.java inflating: javax/xml/xpath/XPathFactory.java inflating: javax/xml/xpath/XPathFactoryConfigurationException.java inflating: javax/xml/xpath/XPathFactoryFinder.java inflating: javax/xml/xpath/XPathFunction.java inflating: javax/xml/xpath/XPathFunctionException.java inflating: javax/xml/xpath/XPathFunctionResolver.java inflating: javax/xml/xpath/XPathVariableResolver.java inflating: javax/xml/xpath/package.html inflating: org/w3c/dom/Attr.java inflating: org/w3c/dom/CDATASection.java inflating: org/w3c/dom/CharacterData.java inflating: org/w3c/dom/Comment.java inflating: org/w3c/dom/DOMConfiguration.java inflating: org/w3c/dom/DOMError.java inflating: org/w3c/dom/DOMErrorHandler.java inflating: org/w3c/dom/DOMException.java inflating: org/w3c/dom/DOMImplementation.java inflating: org/w3c/dom/DOMImplementationList.java inflating: org/w3c/dom/DOMImplementationSource.java inflating: org/w3c/dom/DOMLocator.java inflating: org/w3c/dom/DOMStringList.java inflating: org/w3c/dom/Document.java inflating: org/w3c/dom/DocumentFragment.java inflating: org/w3c/dom/DocumentType.java inflating: org/w3c/dom/Element.java inflating: org/w3c/dom/Entity.java inflating: org/w3c/dom/EntityReference.java inflating: org/w3c/dom/NameList.java inflating: org/w3c/dom/NamedNodeMap.java inflating: org/w3c/dom/Node.java inflating: org/w3c/dom/NodeList.java inflating: org/w3c/dom/Notation.java inflating: org/w3c/dom/ProcessingInstruction.java inflating: org/w3c/dom/Text.java inflating: org/w3c/dom/TypeInfo.java inflating: org/w3c/dom/UserDataHandler.java inflating: org/w3c/dom/bootstrap/DOMImplementationRegistry.java inflating: org/w3c/dom/css/CSS2Properties.java inflating: org/w3c/dom/css/CSSCharsetRule.java inflating: org/w3c/dom/css/CSSFontFaceRule.java inflating: org/w3c/dom/css/CSSImportRule.java inflating: org/w3c/dom/css/CSSMediaRule.java inflating: org/w3c/dom/css/CSSPageRule.java inflating: org/w3c/dom/css/CSSPrimitiveValue.java inflating: org/w3c/dom/css/CSSRule.java inflating: org/w3c/dom/css/CSSRuleList.java inflating: org/w3c/dom/css/CSSStyleDeclaration.java inflating: org/w3c/dom/css/CSSStyleRule.java inflating: org/w3c/dom/css/CSSStyleSheet.java inflating: org/w3c/dom/css/CSSUnknownRule.java inflating: org/w3c/dom/css/CSSValue.java inflating: org/w3c/dom/css/CSSValueList.java inflating: org/w3c/dom/css/Counter.java inflating: org/w3c/dom/css/DOMImplementationCSS.java inflating: org/w3c/dom/css/DocumentCSS.java inflating: org/w3c/dom/css/ElementCSSInlineStyle.java inflating: org/w3c/dom/css/RGBColor.java inflating: org/w3c/dom/css/Rect.java inflating: org/w3c/dom/css/ViewCSS.java inflating: org/w3c/dom/events/DocumentEvent.java inflating: org/w3c/dom/events/Event.java inflating: org/w3c/dom/events/EventException.java inflating: org/w3c/dom/events/EventListener.java inflating: org/w3c/dom/events/EventTarget.java inflating: org/w3c/dom/events/MouseEvent.java inflating: org/w3c/dom/events/MutationEvent.java inflating: org/w3c/dom/events/UIEvent.java inflating: org/w3c/dom/html/HTMLAnchorElement.java inflating: org/w3c/dom/html/HTMLAppletElement.java inflating: org/w3c/dom/html/HTMLAreaElement.java inflating: org/w3c/dom/html/HTMLBRElement.java inflating: org/w3c/dom/html/HTMLBaseElement.java inflating: org/w3c/dom/html/HTMLBaseFontElement.java inflating: org/w3c/dom/html/HTMLBodyElement.java inflating: org/w3c/dom/html/HTMLButtonElement.java inflating: org/w3c/dom/html/HTMLCollection.java inflating: org/w3c/dom/html/HTMLDListElement.java inflating: org/w3c/dom/html/HTMLDOMImplementation.java inflating: org/w3c/dom/html/HTMLDirectoryElement.java inflating: org/w3c/dom/html/HTMLDivElement.java inflating: org/w3c/dom/html/HTMLDocument.java inflating: org/w3c/dom/html/HTMLElement.java inflating: org/w3c/dom/html/HTMLFieldSetElement.java inflating: org/w3c/dom/html/HTMLFontElement.java inflating: org/w3c/dom/html/HTMLFormElement.java inflating: org/w3c/dom/html/HTMLFrameElement.java inflating: org/w3c/dom/html/HTMLFrameSetElement.java inflating: org/w3c/dom/html/HTMLHRElement.java inflating: org/w3c/dom/html/HTMLHeadElement.java inflating: org/w3c/dom/html/HTMLHeadingElement.java inflating: org/w3c/dom/html/HTMLHtmlElement.java inflating: org/w3c/dom/html/HTMLIFrameElement.java inflating: org/w3c/dom/html/HTMLImageElement.java inflating: org/w3c/dom/html/HTMLInputElement.java inflating: org/w3c/dom/html/HTMLIsIndexElement.java inflating: org/w3c/dom/html/HTMLLIElement.java inflating: org/w3c/dom/html/HTMLLabelElement.java inflating: org/w3c/dom/html/HTMLLegendElement.java inflating: org/w3c/dom/html/HTMLLinkElement.java inflating: org/w3c/dom/html/HTMLMapElement.java inflating: org/w3c/dom/html/HTMLMenuElement.java inflating: org/w3c/dom/html/HTMLMetaElement.java inflating: org/w3c/dom/html/HTMLModElement.java inflating: org/w3c/dom/html/HTMLOListElement.java inflating: org/w3c/dom/html/HTMLObjectElement.java inflating: org/w3c/dom/html/HTMLOptGroupElement.java inflating: org/w3c/dom/html/HTMLOptionElement.java inflating: org/w3c/dom/html/HTMLParagraphElement.java inflating: org/w3c/dom/html/HTMLParamElement.java inflating: org/w3c/dom/html/HTMLPreElement.java inflating: org/w3c/dom/html/HTMLQuoteElement.java inflating: org/w3c/dom/html/HTMLScriptElement.java inflating: org/w3c/dom/html/HTMLSelectElement.java inflating: org/w3c/dom/html/HTMLStyleElement.java inflating: org/w3c/dom/html/HTMLTableCaptionElement.java inflating: org/w3c/dom/html/HTMLTableCellElement.java inflating: org/w3c/dom/html/HTMLTableColElement.java inflating: org/w3c/dom/html/HTMLTableElement.java inflating: org/w3c/dom/html/HTMLTableRowElement.java inflating: org/w3c/dom/html/HTMLTableSectionElement.java inflating: org/w3c/dom/html/HTMLTextAreaElement.java inflating: org/w3c/dom/html/HTMLTitleElement.java inflating: org/w3c/dom/html/HTMLUListElement.java inflating: org/w3c/dom/ls/DOMImplementationLS.java inflating: org/w3c/dom/ls/LSException.java inflating: org/w3c/dom/ls/LSInput.java inflating: org/w3c/dom/ls/LSLoadEvent.java inflating: org/w3c/dom/ls/LSOutput.java inflating: org/w3c/dom/ls/LSParser.java inflating: org/w3c/dom/ls/LSParserFilter.java inflating: org/w3c/dom/ls/LSProgressEvent.java inflating: org/w3c/dom/ls/LSResourceResolver.java inflating: org/w3c/dom/ls/LSSerializer.java inflating: org/w3c/dom/ls/LSSerializerFilter.java inflating: org/w3c/dom/package.html inflating: org/w3c/dom/ranges/DocumentRange.java inflating: org/w3c/dom/ranges/Range.java inflating: org/w3c/dom/ranges/RangeException.java inflating: org/w3c/dom/ranges/package.html inflating: org/w3c/dom/stylesheets/DocumentStyle.java inflating: org/w3c/dom/stylesheets/LinkStyle.java inflating: org/w3c/dom/stylesheets/MediaList.java inflating: org/w3c/dom/stylesheets/StyleSheet.java inflating: org/w3c/dom/stylesheets/StyleSheetList.java inflating: org/w3c/dom/traversal/DocumentTraversal.java inflating: org/w3c/dom/traversal/NodeFilter.java inflating: org/w3c/dom/traversal/NodeIterator.java inflating: org/w3c/dom/traversal/TreeWalker.java inflating: org/w3c/dom/views/AbstractView.java inflating: org/w3c/dom/views/DocumentView.java inflating: org/w3c/dom/xpath/COPYRIGHT.html inflating: org/w3c/dom/xpath/XPathEvaluator.java inflating: org/w3c/dom/xpath/XPathException.java inflating: org/w3c/dom/xpath/XPathExpression.java inflating: org/w3c/dom/xpath/XPathNSResolver.java inflating: org/w3c/dom/xpath/XPathNamespace.java inflating: org/w3c/dom/xpath/XPathResult.java inflating: org/xml/sax/AttributeList.java inflating: org/xml/sax/Attributes.java inflating: org/xml/sax/COPYING inflating: org/xml/sax/COPYING.txt inflating: org/xml/sax/ContentHandler.java inflating: org/xml/sax/DTDHandler.java inflating: org/xml/sax/DocumentHandler.java inflating: org/xml/sax/EntityResolver.java inflating: org/xml/sax/ErrorHandler.java inflating: org/xml/sax/HandlerBase.java inflating: org/xml/sax/InputSource.java inflating: org/xml/sax/Locator.java inflating: org/xml/sax/Parser.java inflating: org/xml/sax/SAXException.java inflating: org/xml/sax/SAXNotRecognizedException.java inflating: org/xml/sax/SAXNotSupportedException.java inflating: org/xml/sax/SAXParseException.java inflating: org/xml/sax/XMLFilter.java inflating: org/xml/sax/XMLReader.java inflating: org/xml/sax/ext/Attributes2.java inflating: org/xml/sax/ext/Attributes2Impl.java inflating: org/xml/sax/ext/DeclHandler.java inflating: org/xml/sax/ext/DefaultHandler2.java inflating: org/xml/sax/ext/EntityResolver2.java inflating: org/xml/sax/ext/LexicalHandler.java inflating: org/xml/sax/ext/Locator2.java inflating: org/xml/sax/ext/Locator2Impl.java inflating: org/xml/sax/ext/package.html inflating: org/xml/sax/helpers/AttributeListImpl.java inflating: org/xml/sax/helpers/AttributesImpl.java inflating: org/xml/sax/helpers/DefaultHandler.java inflating: org/xml/sax/helpers/LocatorImpl.java inflating: org/xml/sax/helpers/NamespaceSupport.java inflating: org/xml/sax/helpers/NewInstance.java inflating: org/xml/sax/helpers/ParserAdapter.java inflating: org/xml/sax/helpers/ParserFactory.java inflating: org/xml/sax/helpers/XMLFilterImpl.java inflating: org/xml/sax/helpers/XMLReaderAdapter.java inflating: org/xml/sax/helpers/XMLReaderFactory.java inflating: org/xml/sax/helpers/package.html inflating: org/xml/sax/package.html Importing sources from component JAXWS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxws/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxws/dist/lib/src.zip creating: META-INF/ creating: com/sun/activation/ creating: com/sun/activation/registries/ creating: com/sun/codemodel/ creating: com/sun/codemodel/internal/ creating: com/sun/codemodel/internal/fmt/ creating: com/sun/codemodel/internal/util/ creating: com/sun/codemodel/internal/writer/ creating: com/sun/istack/ creating: com/sun/istack/internal/ creating: com/sun/istack/internal/tools/ creating: com/sun/istack/internal/ws/ creating: com/sun/tools/etc/ creating: com/sun/tools/etc/META-INF/ creating: com/sun/tools/etc/META-INF/services/ creating: com/sun/tools/internal/ creating: com/sun/tools/internal/jxc/ creating: com/sun/tools/internal/jxc/apt/ creating: com/sun/tools/internal/jxc/gen/ creating: com/sun/tools/internal/jxc/gen/config/ creating: com/sun/tools/internal/jxc/model/ creating: com/sun/tools/internal/jxc/model/nav/ creating: com/sun/tools/internal/ws/ creating: com/sun/tools/internal/ws/api/ creating: com/sun/tools/internal/ws/api/wsdl/ creating: com/sun/tools/internal/ws/processor/ creating: com/sun/tools/internal/ws/processor/generator/ creating: com/sun/tools/internal/ws/processor/model/ creating: com/sun/tools/internal/ws/processor/model/exporter/ creating: com/sun/tools/internal/ws/processor/model/java/ creating: com/sun/tools/internal/ws/processor/model/jaxb/ creating: com/sun/tools/internal/ws/processor/modeler/ creating: com/sun/tools/internal/ws/processor/modeler/annotation/ creating: com/sun/tools/internal/ws/processor/modeler/wsdl/ creating: com/sun/tools/internal/ws/processor/util/ creating: com/sun/tools/internal/ws/resources/ creating: com/sun/tools/internal/ws/spi/ creating: com/sun/tools/internal/ws/util/ creating: com/sun/tools/internal/ws/util/xml/ creating: com/sun/tools/internal/ws/wscompile/ creating: com/sun/tools/internal/ws/wsdl/ creating: com/sun/tools/internal/ws/wsdl/document/ creating: com/sun/tools/internal/ws/wsdl/document/http/ creating: com/sun/tools/internal/ws/wsdl/document/jaxws/ creating: com/sun/tools/internal/ws/wsdl/document/mime/ creating: com/sun/tools/internal/ws/wsdl/document/schema/ creating: com/sun/tools/internal/ws/wsdl/document/soap/ creating: com/sun/tools/internal/ws/wsdl/framework/ creating: com/sun/tools/internal/ws/wsdl/parser/ creating: com/sun/tools/internal/xjc/ creating: com/sun/tools/internal/xjc/addon/ creating: com/sun/tools/internal/xjc/addon/at_generated/ creating: com/sun/tools/internal/xjc/addon/code_injector/ creating: com/sun/tools/internal/xjc/addon/episode/ creating: com/sun/tools/internal/xjc/addon/locator/ creating: com/sun/tools/internal/xjc/addon/sync/ creating: com/sun/tools/internal/xjc/api/ creating: com/sun/tools/internal/xjc/api/impl/ creating: com/sun/tools/internal/xjc/api/impl/j2s/ creating: com/sun/tools/internal/xjc/api/impl/s2j/ creating: com/sun/tools/internal/xjc/api/util/ creating: com/sun/tools/internal/xjc/generator/ creating: com/sun/tools/internal/xjc/generator/annotation/ creating: com/sun/tools/internal/xjc/generator/annotation/ri/ creating: com/sun/tools/internal/xjc/generator/annotation/spec/ creating: com/sun/tools/internal/xjc/generator/bean/ creating: com/sun/tools/internal/xjc/generator/bean/field/ creating: com/sun/tools/internal/xjc/generator/util/ creating: com/sun/tools/internal/xjc/model/ creating: com/sun/tools/internal/xjc/model/nav/ creating: com/sun/tools/internal/xjc/outline/ creating: com/sun/tools/internal/xjc/reader/ creating: com/sun/tools/internal/xjc/reader/dtd/ creating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/ creating: com/sun/tools/internal/xjc/reader/gbind/ creating: com/sun/tools/internal/xjc/reader/internalizer/ creating: com/sun/tools/internal/xjc/reader/relaxng/ creating: com/sun/tools/internal/xjc/reader/xmlschema/ creating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ creating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ creating: com/sun/tools/internal/xjc/reader/xmlschema/parser/ creating: com/sun/tools/internal/xjc/runtime/ creating: com/sun/tools/internal/xjc/util/ creating: com/sun/tools/internal/xjc/writer/ creating: com/sun/xml/internal/bind/ creating: com/sun/xml/internal/bind/annotation/ creating: com/sun/xml/internal/bind/api/ creating: com/sun/xml/internal/bind/api/impl/ creating: com/sun/xml/internal/bind/marshaller/ creating: com/sun/xml/internal/bind/unmarshaller/ creating: com/sun/xml/internal/bind/util/ creating: com/sun/xml/internal/bind/v2/ creating: com/sun/xml/internal/bind/v2/bytecode/ creating: com/sun/xml/internal/bind/v2/model/ creating: com/sun/xml/internal/bind/v2/model/annotation/ creating: com/sun/xml/internal/bind/v2/model/core/ creating: com/sun/xml/internal/bind/v2/model/impl/ creating: com/sun/xml/internal/bind/v2/model/nav/ creating: com/sun/xml/internal/bind/v2/model/runtime/ creating: com/sun/xml/internal/bind/v2/runtime/ creating: com/sun/xml/internal/bind/v2/runtime/output/ creating: com/sun/xml/internal/bind/v2/runtime/property/ creating: com/sun/xml/internal/bind/v2/runtime/reflect/ creating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/ creating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ creating: com/sun/xml/internal/bind/v2/schemagen/ creating: com/sun/xml/internal/bind/v2/schemagen/episode/ creating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ creating: com/sun/xml/internal/bind/v2/util/ creating: com/sun/xml/internal/dtdparser/ creating: com/sun/xml/internal/dtdparser/resources/ creating: com/sun/xml/internal/fastinfoset/ creating: com/sun/xml/internal/fastinfoset/algorithm/ creating: com/sun/xml/internal/fastinfoset/alphabet/ creating: com/sun/xml/internal/fastinfoset/dom/ creating: com/sun/xml/internal/fastinfoset/org/ creating: com/sun/xml/internal/fastinfoset/org/apache/ creating: com/sun/xml/internal/fastinfoset/org/apache/xerces/ creating: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/ creating: com/sun/xml/internal/fastinfoset/resources/ creating: com/sun/xml/internal/fastinfoset/sax/ creating: com/sun/xml/internal/fastinfoset/stax/ creating: com/sun/xml/internal/fastinfoset/stax/events/ creating: com/sun/xml/internal/fastinfoset/stax/factory/ creating: com/sun/xml/internal/fastinfoset/stax/util/ creating: com/sun/xml/internal/fastinfoset/tools/ creating: com/sun/xml/internal/fastinfoset/util/ creating: com/sun/xml/internal/fastinfoset/vocab/ creating: com/sun/xml/internal/messaging/ creating: com/sun/xml/internal/messaging/saaj/ creating: com/sun/xml/internal/messaging/saaj/client/ creating: com/sun/xml/internal/messaging/saaj/client/p2p/ creating: com/sun/xml/internal/messaging/saaj/packaging/ creating: com/sun/xml/internal/messaging/saaj/packaging/mime/ creating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ creating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ creating: com/sun/xml/internal/messaging/saaj/soap/ creating: com/sun/xml/internal/messaging/saaj/soap/dynamic/ creating: com/sun/xml/internal/messaging/saaj/soap/impl/ creating: com/sun/xml/internal/messaging/saaj/soap/name/ creating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/ creating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/ creating: com/sun/xml/internal/messaging/saaj/util/ creating: com/sun/xml/internal/messaging/saaj/util/transform/ creating: com/sun/xml/internal/org/ creating: com/sun/xml/internal/org/jvnet/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/stax/ creating: com/sun/xml/internal/org/jvnet/staxex/ creating: com/sun/xml/internal/rngom/ creating: com/sun/xml/internal/rngom/ast/ creating: com/sun/xml/internal/rngom/ast/builder/ creating: com/sun/xml/internal/rngom/ast/om/ creating: com/sun/xml/internal/rngom/ast/util/ creating: com/sun/xml/internal/rngom/binary/ creating: com/sun/xml/internal/rngom/binary/visitor/ creating: com/sun/xml/internal/rngom/digested/ creating: com/sun/xml/internal/rngom/dt/ creating: com/sun/xml/internal/rngom/dt/builtin/ creating: com/sun/xml/internal/rngom/nc/ creating: com/sun/xml/internal/rngom/parse/ creating: com/sun/xml/internal/rngom/parse/compact/ creating: com/sun/xml/internal/rngom/parse/host/ creating: com/sun/xml/internal/rngom/parse/xml/ creating: com/sun/xml/internal/rngom/util/ creating: com/sun/xml/internal/rngom/xml/ creating: com/sun/xml/internal/rngom/xml/sax/ creating: com/sun/xml/internal/rngom/xml/util/ creating: com/sun/xml/internal/stream/buffer/ creating: com/sun/xml/internal/stream/buffer/sax/ creating: com/sun/xml/internal/stream/buffer/stax/ creating: com/sun/xml/internal/txw2/ creating: com/sun/xml/internal/txw2/annotation/ creating: com/sun/xml/internal/txw2/output/ creating: com/sun/xml/internal/ws/ creating: com/sun/xml/internal/ws/addressing/ creating: com/sun/xml/internal/ws/addressing/model/ creating: com/sun/xml/internal/ws/addressing/v200408/ creating: com/sun/xml/internal/ws/api/ creating: com/sun/xml/internal/ws/api/addressing/ creating: com/sun/xml/internal/ws/api/client/ creating: com/sun/xml/internal/ws/api/fastinfoset/ creating: com/sun/xml/internal/ws/api/message/ creating: com/sun/xml/internal/ws/api/message/stream/ creating: com/sun/xml/internal/ws/api/model/ creating: com/sun/xml/internal/ws/api/model/soap/ creating: com/sun/xml/internal/ws/api/model/wsdl/ creating: com/sun/xml/internal/ws/api/pipe/ creating: com/sun/xml/internal/ws/api/pipe/helper/ creating: com/sun/xml/internal/ws/api/server/ creating: com/sun/xml/internal/ws/api/streaming/ creating: com/sun/xml/internal/ws/api/wsdl/ creating: com/sun/xml/internal/ws/api/wsdl/parser/ creating: com/sun/xml/internal/ws/api/wsdl/writer/ creating: com/sun/xml/internal/ws/binding/ creating: com/sun/xml/internal/ws/client/ creating: com/sun/xml/internal/ws/client/dispatch/ creating: com/sun/xml/internal/ws/client/sei/ creating: com/sun/xml/internal/ws/developer/ creating: com/sun/xml/internal/ws/encoding/ creating: com/sun/xml/internal/ws/encoding/fastinfoset/ creating: com/sun/xml/internal/ws/encoding/soap/ creating: com/sun/xml/internal/ws/encoding/soap/streaming/ creating: com/sun/xml/internal/ws/encoding/xml/ creating: com/sun/xml/internal/ws/fault/ creating: com/sun/xml/internal/ws/handler/ creating: com/sun/xml/internal/ws/message/ creating: com/sun/xml/internal/ws/message/jaxb/ creating: com/sun/xml/internal/ws/message/saaj/ creating: com/sun/xml/internal/ws/message/source/ creating: com/sun/xml/internal/ws/message/stream/ creating: com/sun/xml/internal/ws/model/ creating: com/sun/xml/internal/ws/model/soap/ creating: com/sun/xml/internal/ws/model/wsdl/ creating: com/sun/xml/internal/ws/protocol/ creating: com/sun/xml/internal/ws/protocol/soap/ creating: com/sun/xml/internal/ws/protocol/xml/ creating: com/sun/xml/internal/ws/resources/ creating: com/sun/xml/internal/ws/server/ creating: com/sun/xml/internal/ws/server/provider/ creating: com/sun/xml/internal/ws/server/sei/ creating: com/sun/xml/internal/ws/spi/ creating: com/sun/xml/internal/ws/streaming/ creating: com/sun/xml/internal/ws/transport/ creating: com/sun/xml/internal/ws/transport/http/ creating: com/sun/xml/internal/ws/transport/http/client/ creating: com/sun/xml/internal/ws/transport/http/server/ creating: com/sun/xml/internal/ws/util/ creating: com/sun/xml/internal/ws/util/exception/ creating: com/sun/xml/internal/ws/util/localization/ creating: com/sun/xml/internal/ws/util/pipe/ creating: com/sun/xml/internal/ws/util/resources/ creating: com/sun/xml/internal/ws/util/xml/ creating: com/sun/xml/internal/ws/wsdl/ creating: com/sun/xml/internal/ws/wsdl/parser/ creating: com/sun/xml/internal/ws/wsdl/writer/ creating: com/sun/xml/internal/ws/wsdl/writer/document/ creating: com/sun/xml/internal/ws/wsdl/writer/document/http/ creating: com/sun/xml/internal/ws/wsdl/writer/document/soap/ creating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/ creating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/ creating: com/sun/xml/internal/xsom/ creating: com/sun/xml/internal/xsom/impl/ creating: com/sun/xml/internal/xsom/impl/parser/ creating: com/sun/xml/internal/xsom/impl/parser/state/ creating: com/sun/xml/internal/xsom/impl/scd/ creating: com/sun/xml/internal/xsom/impl/util/ creating: com/sun/xml/internal/xsom/parser/ creating: com/sun/xml/internal/xsom/util/ creating: com/sun/xml/internal/xsom/visitor/ creating: javax/activation/ creating: javax/jws/ creating: javax/jws/soap/ creating: javax/xml/bind/ creating: javax/xml/bind/annotation/ creating: javax/xml/bind/annotation/adapters/ creating: javax/xml/bind/attachment/ creating: javax/xml/bind/helpers/ creating: javax/xml/bind/util/ creating: javax/xml/soap/ creating: javax/xml/ws/ creating: javax/xml/ws/handler/ creating: javax/xml/ws/handler/soap/ creating: javax/xml/ws/http/ creating: javax/xml/ws/soap/ creating: javax/xml/ws/spi/ creating: javax/xml/ws/wsaddressing/ creating: org/relaxng/ creating: org/relaxng/datatype/ creating: org/relaxng/datatype/helpers/ inflating: META-INF/mailcap.default inflating: META-INF/mimetypes.default inflating: com/sun/activation/registries/LogSupport.java inflating: com/sun/activation/registries/MailcapFile.java inflating: com/sun/activation/registries/MailcapParseException.java inflating: com/sun/activation/registries/MailcapTokenizer.java inflating: com/sun/activation/registries/MimeTypeEntry.java inflating: com/sun/activation/registries/MimeTypeFile.java inflating: com/sun/codemodel/internal/ClassType.java inflating: com/sun/codemodel/internal/CodeWriter.java inflating: com/sun/codemodel/internal/JAnnotatable.java inflating: com/sun/codemodel/internal/JAnnotationArrayMember.java inflating: com/sun/codemodel/internal/JAnnotationStringValue.java inflating: com/sun/codemodel/internal/JAnnotationUse.java inflating: com/sun/codemodel/internal/JAnnotationValue.java inflating: com/sun/codemodel/internal/JAnnotationWriter.java inflating: com/sun/codemodel/internal/JAnonymousClass.java inflating: com/sun/codemodel/internal/JArray.java inflating: com/sun/codemodel/internal/JArrayClass.java inflating: com/sun/codemodel/internal/JArrayCompRef.java inflating: com/sun/codemodel/internal/JAssignment.java inflating: com/sun/codemodel/internal/JAssignmentTarget.java inflating: com/sun/codemodel/internal/JAtom.java inflating: com/sun/codemodel/internal/JBlock.java inflating: com/sun/codemodel/internal/JBreak.java inflating: com/sun/codemodel/internal/JCase.java inflating: com/sun/codemodel/internal/JCast.java inflating: com/sun/codemodel/internal/JCatchBlock.java inflating: com/sun/codemodel/internal/JClass.java inflating: com/sun/codemodel/internal/JClassAlreadyExistsException.java inflating: com/sun/codemodel/internal/JClassContainer.java inflating: com/sun/codemodel/internal/JCodeModel.java inflating: com/sun/codemodel/internal/JCommentPart.java inflating: com/sun/codemodel/internal/JConditional.java inflating: com/sun/codemodel/internal/JContinue.java inflating: com/sun/codemodel/internal/JDeclaration.java inflating: com/sun/codemodel/internal/JDefinedClass.java inflating: com/sun/codemodel/internal/JDirectClass.java inflating: com/sun/codemodel/internal/JDoLoop.java inflating: com/sun/codemodel/internal/JDocComment.java inflating: com/sun/codemodel/internal/JEnumConstant.java inflating: com/sun/codemodel/internal/JExpr.java inflating: com/sun/codemodel/internal/JExpression.java inflating: com/sun/codemodel/internal/JExpressionImpl.java inflating: com/sun/codemodel/internal/JFieldRef.java inflating: com/sun/codemodel/internal/JFieldVar.java inflating: com/sun/codemodel/internal/JForEach.java inflating: com/sun/codemodel/internal/JForLoop.java inflating: com/sun/codemodel/internal/JFormatter.java inflating: com/sun/codemodel/internal/JGenerable.java inflating: com/sun/codemodel/internal/JGenerifiable.java inflating: com/sun/codemodel/internal/JGenerifiableImpl.java inflating: com/sun/codemodel/internal/JInvocation.java inflating: com/sun/codemodel/internal/JJavaName.java inflating: com/sun/codemodel/internal/JLabel.java inflating: com/sun/codemodel/internal/JMethod.java inflating: com/sun/codemodel/internal/JMod.java inflating: com/sun/codemodel/internal/JMods.java inflating: com/sun/codemodel/internal/JNarrowedClass.java inflating: com/sun/codemodel/internal/JNullType.java inflating: com/sun/codemodel/internal/JOp.java inflating: com/sun/codemodel/internal/JPackage.java inflating: com/sun/codemodel/internal/JPrimitiveType.java inflating: com/sun/codemodel/internal/JResourceFile.java inflating: com/sun/codemodel/internal/JReturn.java inflating: com/sun/codemodel/internal/JStatement.java inflating: com/sun/codemodel/internal/JStringLiteral.java inflating: com/sun/codemodel/internal/JSwitch.java inflating: com/sun/codemodel/internal/JThrow.java inflating: com/sun/codemodel/internal/JTryBlock.java inflating: com/sun/codemodel/internal/JType.java inflating: com/sun/codemodel/internal/JTypeVar.java inflating: com/sun/codemodel/internal/JTypeWildcard.java inflating: com/sun/codemodel/internal/JVar.java inflating: com/sun/codemodel/internal/JWhileLoop.java inflating: com/sun/codemodel/internal/TypedAnnotationWriter.java inflating: com/sun/codemodel/internal/fmt/JBinaryFile.java inflating: com/sun/codemodel/internal/fmt/JPropertyFile.java inflating: com/sun/codemodel/internal/fmt/JSerializedObject.java inflating: com/sun/codemodel/internal/fmt/JStaticFile.java inflating: com/sun/codemodel/internal/fmt/JStaticJavaFile.java inflating: com/sun/codemodel/internal/fmt/JTextFile.java inflating: com/sun/codemodel/internal/fmt/package.html inflating: com/sun/codemodel/internal/package-info.java inflating: com/sun/codemodel/internal/util/ClassNameComparator.java inflating: com/sun/codemodel/internal/util/EncoderFactory.java inflating: com/sun/codemodel/internal/util/JavadocEscapeWriter.java inflating: com/sun/codemodel/internal/util/MS1252Encoder.java inflating: com/sun/codemodel/internal/util/SingleByteEncoder.java inflating: com/sun/codemodel/internal/util/Surrogate.java inflating: com/sun/codemodel/internal/util/UnicodeEscapeWriter.java inflating: com/sun/codemodel/internal/writer/FileCodeWriter.java inflating: com/sun/codemodel/internal/writer/FilterCodeWriter.java inflating: com/sun/codemodel/internal/writer/ProgressCodeWriter.java inflating: com/sun/codemodel/internal/writer/PrologCodeWriter.java inflating: com/sun/codemodel/internal/writer/SingleStreamCodeWriter.java inflating: com/sun/codemodel/internal/writer/ZipCodeWriter.java inflating: com/sun/istack/internal/ByteArrayDataSource.java inflating: com/sun/istack/internal/FinalArrayList.java inflating: com/sun/istack/internal/FragmentContentHandler.java inflating: com/sun/istack/internal/Interned.java inflating: com/sun/istack/internal/NotNull.java inflating: com/sun/istack/internal/Nullable.java inflating: com/sun/istack/internal/Pool.java inflating: com/sun/istack/internal/SAXException2.java inflating: com/sun/istack/internal/SAXParseException2.java inflating: com/sun/istack/internal/XMLStreamException2.java inflating: com/sun/istack/internal/XMLStreamReaderToContentHandler.java inflating: com/sun/istack/internal/package-info.java inflating: com/sun/istack/internal/tools/APTTypeVisitor.java inflating: com/sun/istack/internal/tools/MaskingClassLoader.java inflating: com/sun/istack/internal/tools/ParallelWorldClassLoader.java inflating: com/sun/istack/internal/tools/package-info.java inflating: com/sun/istack/internal/ws/AnnotationProcessorFactoryImpl.java inflating: com/sun/istack/internal/ws/package-info.java inflating: com/sun/tools/etc/META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory inflating: com/sun/tools/etc/META-INF/services/com.sun.tools.internal.xjc.Plugin inflating: com/sun/tools/internal/jxc/ConfigReader.java inflating: com/sun/tools/internal/jxc/MessageBundle.properties inflating: com/sun/tools/internal/jxc/Messages.java inflating: com/sun/tools/internal/jxc/NGCCRuntimeEx.java inflating: com/sun/tools/internal/jxc/SchemaGenerator.java inflating: com/sun/tools/internal/jxc/apt/AnnotationParser.java inflating: com/sun/tools/internal/jxc/apt/AnnotationProcessorFactoryImpl.java inflating: com/sun/tools/internal/jxc/apt/Const.java inflating: com/sun/tools/internal/jxc/apt/ErrorReceiverImpl.java inflating: com/sun/tools/internal/jxc/apt/InlineAnnotationReaderImpl.java inflating: com/sun/tools/internal/jxc/apt/MessageBundle.properties inflating: com/sun/tools/internal/jxc/apt/Messages.java inflating: com/sun/tools/internal/jxc/apt/Options.java inflating: com/sun/tools/internal/jxc/apt/SchemaGenerator.java inflating: com/sun/tools/internal/jxc/apt/package.html inflating: com/sun/tools/internal/jxc/gen/config/AttributesImpl.java inflating: com/sun/tools/internal/jxc/gen/config/Classes.java inflating: com/sun/tools/internal/jxc/gen/config/Config.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCEventReceiver.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCEventSource.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCHandler.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCInterleaveFilter.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCRuntime.java inflating: com/sun/tools/internal/jxc/gen/config/Schema.java inflating: com/sun/tools/internal/jxc/gen/config/config.rng inflating: com/sun/tools/internal/jxc/gen/config/config.xsd inflating: com/sun/tools/internal/jxc/model/nav/APTNavigator.java inflating: com/sun/tools/internal/ws/Invoker.java inflating: com/sun/tools/internal/ws/ToolVersion.java inflating: com/sun/tools/internal/ws/WsGen.java inflating: com/sun/tools/internal/ws/WsImport.java inflating: com/sun/tools/internal/ws/api/TJavaGeneratorExtension.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensible.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLExtension.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensionHandler.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLOperation.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLParserContext.java inflating: com/sun/tools/internal/ws/package-info.java inflating: com/sun/tools/internal/ws/processor/ProcessorException.java inflating: com/sun/tools/internal/ws/processor/generator/CustomExceptionGenerator.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorBase.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorConstants.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorException.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorUtil.java inflating: com/sun/tools/internal/ws/processor/generator/JavaGeneratorExtensionFacade.java inflating: com/sun/tools/internal/ws/processor/generator/Names.java inflating: com/sun/tools/internal/ws/processor/generator/SeiGenerator.java inflating: com/sun/tools/internal/ws/processor/generator/ServiceGenerator.java inflating: com/sun/tools/internal/ws/processor/generator/W3CAddressingJavaGeneratorExtension.java inflating: com/sun/tools/internal/ws/processor/model/AbstractType.java inflating: com/sun/tools/internal/ws/processor/model/AsyncOperation.java inflating: com/sun/tools/internal/ws/processor/model/AsyncOperationType.java inflating: com/sun/tools/internal/ws/processor/model/Block.java inflating: com/sun/tools/internal/ws/processor/model/ExtendedModelVisitor.java inflating: com/sun/tools/internal/ws/processor/model/Fault.java inflating: com/sun/tools/internal/ws/processor/model/HeaderFault.java inflating: com/sun/tools/internal/ws/processor/model/Message.java inflating: com/sun/tools/internal/ws/processor/model/Model.java inflating: com/sun/tools/internal/ws/processor/model/ModelException.java inflating: com/sun/tools/internal/ws/processor/model/ModelObject.java inflating: com/sun/tools/internal/ws/processor/model/ModelProperties.java inflating: com/sun/tools/internal/ws/processor/model/ModelVisitor.java inflating: com/sun/tools/internal/ws/processor/model/Operation.java inflating: com/sun/tools/internal/ws/processor/model/Parameter.java inflating: com/sun/tools/internal/ws/processor/model/Port.java inflating: com/sun/tools/internal/ws/processor/model/Request.java inflating: com/sun/tools/internal/ws/processor/model/Response.java inflating: com/sun/tools/internal/ws/processor/model/Service.java inflating: com/sun/tools/internal/ws/processor/model/exporter/ExternalObject.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaArrayType.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaException.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaInterface.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaMethod.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaParameter.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaSimpleType.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaStructureMember.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaStructureType.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaType.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBElementMember.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBMapping.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBModel.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBProperty.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBStructuredType.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBType.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeAndAnnotation.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeVisitor.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitMember.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitStructure.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/Util.java inflating: com/sun/tools/internal/ws/processor/modeler/JavaSimpleTypeCreator.java inflating: com/sun/tools/internal/ws/processor/modeler/Modeler.java inflating: com/sun/tools/internal/ws/processor/modeler/ModelerConstants.java inflating: com/sun/tools/internal/ws/processor/modeler/ModelerException.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/FaultInfo.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/ModelBuilder.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/TypeModeler.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMoniker.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceConstants.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WrapperInfo.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/AccessorElement.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/ClassNameAllocatorImpl.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/ConsoleErrorReporter.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/JAXBModelBuilder.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/MimeHelper.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/ModelerUtils.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/PseudoSchemaBuilder.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase.java inflating: com/sun/tools/internal/ws/processor/util/ClassNameCollector.java inflating: com/sun/tools/internal/ws/processor/util/DirectoryUtil.java inflating: com/sun/tools/internal/ws/processor/util/IndentingWriter.java inflating: com/sun/tools/internal/ws/resources/ConfigurationMessages.java inflating: com/sun/tools/internal/ws/resources/GeneratorMessages.java inflating: com/sun/tools/internal/ws/resources/JavacompilerMessages.java inflating: com/sun/tools/internal/ws/resources/ModelMessages.java inflating: com/sun/tools/internal/ws/resources/ModelerMessages.java inflating: com/sun/tools/internal/ws/resources/ProcessorMessages.java inflating: com/sun/tools/internal/ws/resources/UtilMessages.java inflating: com/sun/tools/internal/ws/resources/WebserviceapMessages.java inflating: com/sun/tools/internal/ws/resources/WscompileMessages.java inflating: com/sun/tools/internal/ws/resources/WsdlMessages.java inflating: com/sun/tools/internal/ws/resources/configuration.properties inflating: com/sun/tools/internal/ws/resources/generator.properties inflating: com/sun/tools/internal/ws/resources/javacompiler.properties inflating: com/sun/tools/internal/ws/resources/model.properties inflating: com/sun/tools/internal/ws/resources/modeler.properties inflating: com/sun/tools/internal/ws/resources/processor.properties inflating: com/sun/tools/internal/ws/resources/util.properties inflating: com/sun/tools/internal/ws/resources/webserviceap.properties inflating: com/sun/tools/internal/ws/resources/wscompile.properties inflating: com/sun/tools/internal/ws/resources/wsdl.properties inflating: com/sun/tools/internal/ws/spi/WSToolsObjectFactory.java inflating: com/sun/tools/internal/ws/spi/package-info.java inflating: com/sun/tools/internal/ws/util/ClassNameInfo.java inflating: com/sun/tools/internal/ws/util/ForkEntityResolver.java inflating: com/sun/tools/internal/ws/util/WSDLParseException.java inflating: com/sun/tools/internal/ws/util/WSToolsObjectFactoryImpl.java inflating: com/sun/tools/internal/ws/util/xml/XmlUtil.java inflating: com/sun/tools/internal/ws/version.properties inflating: com/sun/tools/internal/ws/wscompile/AbortException.java inflating: com/sun/tools/internal/ws/wscompile/BadCommandLineException.java inflating: com/sun/tools/internal/ws/wscompile/ErrorReceiver.java inflating: com/sun/tools/internal/ws/wscompile/ErrorReceiverFilter.java inflating: com/sun/tools/internal/ws/wscompile/FilerCodeWriter.java inflating: com/sun/tools/internal/ws/wscompile/JavaCompilerHelper.java inflating: com/sun/tools/internal/ws/wscompile/Options.java inflating: com/sun/tools/internal/ws/wscompile/WSCodeWriter.java inflating: com/sun/tools/internal/ws/wscompile/WsgenOptions.java inflating: com/sun/tools/internal/ws/wscompile/WsgenTool.java inflating: com/sun/tools/internal/ws/wscompile/WsimportListener.java inflating: com/sun/tools/internal/ws/wscompile/WsimportOptions.java inflating: com/sun/tools/internal/ws/wscompile/WsimportTool.java inflating: com/sun/tools/internal/ws/wsdl/document/Binding.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingFault.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingInput.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingOperation.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingOutput.java inflating: com/sun/tools/internal/ws/wsdl/document/Definitions.java inflating: com/sun/tools/internal/ws/wsdl/document/Documentation.java inflating: com/sun/tools/internal/ws/wsdl/document/Fault.java inflating: com/sun/tools/internal/ws/wsdl/document/Import.java inflating: com/sun/tools/internal/ws/wsdl/document/Input.java inflating: com/sun/tools/internal/ws/wsdl/document/Kinds.java inflating: com/sun/tools/internal/ws/wsdl/document/Message.java inflating: com/sun/tools/internal/ws/wsdl/document/MessagePart.java inflating: com/sun/tools/internal/ws/wsdl/document/Operation.java inflating: com/sun/tools/internal/ws/wsdl/document/OperationStyle.java inflating: com/sun/tools/internal/ws/wsdl/document/Output.java inflating: com/sun/tools/internal/ws/wsdl/document/Port.java inflating: com/sun/tools/internal/ws/wsdl/document/PortType.java inflating: com/sun/tools/internal/ws/wsdl/document/Service.java inflating: com/sun/tools/internal/ws/wsdl/document/Types.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLDocument.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitor.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitorBase.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPAddress.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPBinding.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPOperation.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlEncoded.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlReplacement.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/CustomName.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/Exception.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBinding.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBindingsConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/Parameter.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEContent.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEMultipartRelated.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEPart.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEXml.java inflating: com/sun/tools/internal/ws/wsdl/document/schema/SchemaConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/schema/SchemaKinds.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Binding.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Constants.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPAddress.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBinding.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBody.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPFault.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeader.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeaderFault.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPOperation.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPStyle.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPUse.java inflating: com/sun/tools/internal/ws/wsdl/framework/AbstractDocument.java inflating: com/sun/tools/internal/ws/wsdl/framework/Defining.java inflating: com/sun/tools/internal/ws/wsdl/framework/DuplicateEntityException.java inflating: com/sun/tools/internal/ws/wsdl/framework/Elemental.java inflating: com/sun/tools/internal/ws/wsdl/framework/Entity.java inflating: com/sun/tools/internal/ws/wsdl/framework/EntityAction.java inflating: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceAction.java inflating: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceValidator.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensibilityHelper.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensionImpl.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitor.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitorBase.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExternalEntityReference.java inflating: com/sun/tools/internal/ws/wsdl/framework/GlobalEntity.java inflating: com/sun/tools/internal/ws/wsdl/framework/GloballyKnown.java inflating: com/sun/tools/internal/ws/wsdl/framework/Identifiable.java inflating: com/sun/tools/internal/ws/wsdl/framework/Kind.java inflating: com/sun/tools/internal/ws/wsdl/framework/NoSuchEntityException.java inflating: com/sun/tools/internal/ws/wsdl/framework/ParseException.java inflating: com/sun/tools/internal/ws/wsdl/framework/ParserListener.java inflating: com/sun/tools/internal/ws/wsdl/framework/QNameAction.java inflating: com/sun/tools/internal/ws/wsdl/framework/TWSDLParserContextImpl.java inflating: com/sun/tools/internal/ws/wsdl/framework/ValidationException.java inflating: com/sun/tools/internal/ws/wsdl/framework/WSDLLocation.java inflating: com/sun/tools/internal/ws/wsdl/parser/AbstractExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/AbstractReferenceFinderImpl.java inflating: com/sun/tools/internal/ws/wsdl/parser/Constants.java inflating: com/sun/tools/internal/ws/wsdl/parser/DOMBuilder.java inflating: com/sun/tools/internal/ws/wsdl/parser/DOMForest.java inflating: com/sun/tools/internal/ws/wsdl/parser/DOMForestScanner.java inflating: com/sun/tools/internal/ws/wsdl/parser/HTTPExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/InternalizationLogic.java inflating: com/sun/tools/internal/ws/wsdl/parser/Internalizer.java inflating: com/sun/tools/internal/ws/wsdl/parser/JAXWSBindingExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/MIMEExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/MemberSubmissionAddressingExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/MetadataFinder.java inflating: com/sun/tools/internal/ws/wsdl/parser/NamespaceContextImpl.java inflating: com/sun/tools/internal/ws/wsdl/parser/SOAP12ExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/SOAPEntityReferenceValidator.java inflating: com/sun/tools/internal/ws/wsdl/parser/SOAPExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/Util.java inflating: com/sun/tools/internal/ws/wsdl/parser/VersionChecker.java inflating: com/sun/tools/internal/ws/wsdl/parser/W3CAddressingExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/WSDLInternalizationLogic.java inflating: com/sun/tools/internal/ws/wsdl/parser/WSDLParser.java inflating: com/sun/tools/internal/ws/wsdl/parser/WhitespaceStripper.java inflating: com/sun/tools/internal/xjc/AbortException.java inflating: com/sun/tools/internal/xjc/BadCommandLineException.java inflating: com/sun/tools/internal/xjc/ConsoleErrorReporter.java inflating: com/sun/tools/internal/xjc/Driver.java inflating: com/sun/tools/internal/xjc/ErrorReceiver.java inflating: com/sun/tools/internal/xjc/Language.java inflating: com/sun/tools/internal/xjc/MessageBundle.properties inflating: com/sun/tools/internal/xjc/Messages.java inflating: com/sun/tools/internal/xjc/ModelLoader.java inflating: com/sun/tools/internal/xjc/Options.java inflating: com/sun/tools/internal/xjc/Plugin.java inflating: com/sun/tools/internal/xjc/ProgressCodeWriter.java inflating: com/sun/tools/internal/xjc/SchemaCache.java inflating: com/sun/tools/internal/xjc/XJCListener.java inflating: com/sun/tools/internal/xjc/addon/at_generated/PluginImpl.java inflating: com/sun/tools/internal/xjc/addon/code_injector/Const.java inflating: com/sun/tools/internal/xjc/addon/code_injector/PluginImpl.java inflating: com/sun/tools/internal/xjc/addon/episode/PluginImpl.java inflating: com/sun/tools/internal/xjc/addon/episode/package-info.java inflating: com/sun/tools/internal/xjc/addon/locator/SourceLocationAddOn.java inflating: com/sun/tools/internal/xjc/addon/sync/SynchronizedMethodAddOn.java inflating: com/sun/tools/internal/xjc/api/ClassNameAllocator.java inflating: com/sun/tools/internal/xjc/api/ErrorListener.java inflating: com/sun/tools/internal/xjc/api/J2SJAXBModel.java inflating: com/sun/tools/internal/xjc/api/JAXBModel.java inflating: com/sun/tools/internal/xjc/api/JavaCompiler.java inflating: com/sun/tools/internal/xjc/api/Mapping.java inflating: com/sun/tools/internal/xjc/api/Property.java inflating: com/sun/tools/internal/xjc/api/Reference.java inflating: com/sun/tools/internal/xjc/api/S2JJAXBModel.java inflating: com/sun/tools/internal/xjc/api/SchemaCompiler.java inflating: com/sun/tools/internal/xjc/api/SpecVersion.java inflating: com/sun/tools/internal/xjc/api/TypeAndAnnotation.java inflating: com/sun/tools/internal/xjc/api/XJC.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/JAXBModelImpl.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/JavaCompilerImpl.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/Messages.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/Messages.properties inflating: com/sun/tools/internal/xjc/api/impl/s2j/AbstractMappingImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/BeanMappingImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/DowngradingErrorHandler.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementAdapter.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementCollectionAdapter.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementMappingImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementSingleAdapter.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/JAXBModelImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/PropertyImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/TypeAndAnnotationImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/package.html inflating: com/sun/tools/internal/xjc/api/package.html inflating: com/sun/tools/internal/xjc/api/util/APTClassLoader.java inflating: com/sun/tools/internal/xjc/api/util/FilerCodeWriter.java inflating: com/sun/tools/internal/xjc/api/util/Messages.java inflating: com/sun/tools/internal/xjc/api/util/Messages.properties inflating: com/sun/tools/internal/xjc/api/util/ToolsJarNotFoundException.java inflating: com/sun/tools/internal/xjc/api/util/package.html inflating: com/sun/tools/internal/xjc/generator/annotation/ri/XmlIsSetWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/ri/XmlLocationWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorOrderWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyAttributeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyElementWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttachmentRefWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttributeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementDeclWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefsWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWrapperWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementsWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumValueWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDREFWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlInlineBinaryDataWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlJavaTypeAdapterWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlListWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMimeTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMixedWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlNsWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRegistryWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRootElementWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypesWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSeeAlsoWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTransientWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlValueWriter.java inflating: com/sun/tools/internal/xjc/generator/bean/BeanGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/ClassOutlineImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/DualObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/ElementOutlineImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy.java inflating: com/sun/tools/internal/xjc/generator/bean/MessageBundle.properties inflating: com/sun/tools/internal/xjc/generator/bean/Messages.java inflating: com/sun/tools/internal/xjc/generator/bean/MethodWriter.java inflating: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGeneratorImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/PrivateObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/PublicObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/field/AbstractField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/AbstractFieldWithVar.java inflating: com/sun/tools/internal/xjc/generator/bean/field/AbstractListField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/ArrayField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/ConstField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/ConstFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/DefaultFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/FieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/FieldRendererFactory.java inflating: com/sun/tools/internal/xjc/generator/bean/field/GenericFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/IsSetField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/IsSetFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/MessageBundle.properties inflating: com/sun/tools/internal/xjc/generator/bean/field/Messages.java inflating: com/sun/tools/internal/xjc/generator/bean/field/SingleField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/SinglePrimitiveAccessField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/UnboxedField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/UntypedListField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/UntypedListFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/package.html inflating: com/sun/tools/internal/xjc/generator/package-info.java inflating: com/sun/tools/internal/xjc/generator/util/BlockReference.java inflating: com/sun/tools/internal/xjc/generator/util/ExistingBlockReference.java inflating: com/sun/tools/internal/xjc/generator/util/LazyBlockReference.java inflating: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer.java inflating: com/sun/tools/internal/xjc/model/AbstractCElement.java inflating: com/sun/tools/internal/xjc/model/AbstractCTypeInfoImpl.java inflating: com/sun/tools/internal/xjc/model/AutoClassNameAllocator.java inflating: com/sun/tools/internal/xjc/model/CAdapter.java inflating: com/sun/tools/internal/xjc/model/CArrayInfo.java inflating: com/sun/tools/internal/xjc/model/CAttributePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo.java inflating: com/sun/tools/internal/xjc/model/CClass.java inflating: com/sun/tools/internal/xjc/model/CClassInfo.java inflating: com/sun/tools/internal/xjc/model/CClassInfoParent.java inflating: com/sun/tools/internal/xjc/model/CClassRef.java inflating: com/sun/tools/internal/xjc/model/CCustomizable.java inflating: com/sun/tools/internal/xjc/model/CCustomizations.java inflating: com/sun/tools/internal/xjc/model/CDefaultValue.java inflating: com/sun/tools/internal/xjc/model/CElement.java inflating: com/sun/tools/internal/xjc/model/CElementInfo.java inflating: com/sun/tools/internal/xjc/model/CElementPropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CEnumConstant.java inflating: com/sun/tools/internal/xjc/model/CEnumLeafInfo.java inflating: com/sun/tools/internal/xjc/model/CNonElement.java inflating: com/sun/tools/internal/xjc/model/CPluginCustomization.java inflating: com/sun/tools/internal/xjc/model/CPropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CPropertyVisitor.java inflating: com/sun/tools/internal/xjc/model/CReferencePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CSingleTypePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CTypeInfo.java inflating: com/sun/tools/internal/xjc/model/CTypeRef.java inflating: com/sun/tools/internal/xjc/model/CValuePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CWildcardTypeInfo.java inflating: com/sun/tools/internal/xjc/model/ClassNameAllocatorWrapper.java inflating: com/sun/tools/internal/xjc/model/Constructor.java inflating: com/sun/tools/internal/xjc/model/Model.java inflating: com/sun/tools/internal/xjc/model/Multiplicity.java inflating: com/sun/tools/internal/xjc/model/Populatable.java inflating: com/sun/tools/internal/xjc/model/SymbolSpace.java inflating: com/sun/tools/internal/xjc/model/TypeUse.java inflating: com/sun/tools/internal/xjc/model/TypeUseFactory.java inflating: com/sun/tools/internal/xjc/model/TypeUseImpl.java inflating: com/sun/tools/internal/xjc/model/nav/EagerNClass.java inflating: com/sun/tools/internal/xjc/model/nav/EagerNType.java inflating: com/sun/tools/internal/xjc/model/nav/NClass.java inflating: com/sun/tools/internal/xjc/model/nav/NClassByJClass.java inflating: com/sun/tools/internal/xjc/model/nav/NParameterizedType.java inflating: com/sun/tools/internal/xjc/model/nav/NType.java inflating: com/sun/tools/internal/xjc/model/nav/NavigatorImpl.java inflating: com/sun/tools/internal/xjc/model/nav/package.html inflating: com/sun/tools/internal/xjc/model/package-info.java inflating: com/sun/tools/internal/xjc/outline/Aspect.java inflating: com/sun/tools/internal/xjc/outline/ClassOutline.java inflating: com/sun/tools/internal/xjc/outline/ElementOutline.java inflating: com/sun/tools/internal/xjc/outline/EnumConstantOutline.java inflating: com/sun/tools/internal/xjc/outline/EnumOutline.java inflating: com/sun/tools/internal/xjc/outline/FieldAccessor.java inflating: com/sun/tools/internal/xjc/outline/FieldOutline.java inflating: com/sun/tools/internal/xjc/outline/Outline.java inflating: com/sun/tools/internal/xjc/outline/PackageOutline.java inflating: com/sun/tools/internal/xjc/outline/package.html inflating: com/sun/tools/internal/xjc/package-info.java inflating: com/sun/tools/internal/xjc/reader/AbstractExtensionBindingChecker.java inflating: com/sun/tools/internal/xjc/reader/Const.java inflating: com/sun/tools/internal/xjc/reader/ExtensionBindingChecker.java inflating: com/sun/tools/internal/xjc/reader/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/Messages.java inflating: com/sun/tools/internal/xjc/reader/ModelChecker.java inflating: com/sun/tools/internal/xjc/reader/RawTypeSet.java inflating: com/sun/tools/internal/xjc/reader/Ring.java inflating: com/sun/tools/internal/xjc/reader/TypeUtil.java inflating: com/sun/tools/internal/xjc/reader/Util.java inflating: com/sun/tools/internal/xjc/reader/dtd/Block.java inflating: com/sun/tools/internal/xjc/reader/dtd/Element.java inflating: com/sun/tools/internal/xjc/reader/dtd/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/dtd/Messages.java inflating: com/sun/tools/internal/xjc/reader/dtd/ModelGroup.java inflating: com/sun/tools/internal/xjc/reader/dtd/Occurence.java inflating: com/sun/tools/internal/xjc/reader/dtd/TDTDReader.java inflating: com/sun/tools/internal/xjc/reader/dtd/Term.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIAttribute.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConstructor.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIContent.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConversion.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIElement.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIInterface.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIUserConversion.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMBuilder.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMLocator.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMUtil.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DTDExtensionBindingChecker.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/Messages.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/bindingfile.rng inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/bindingfile.xsd inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/package.html inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/xjc.xsd inflating: com/sun/tools/internal/xjc/reader/gbind/Choice.java inflating: com/sun/tools/internal/xjc/reader/gbind/ConnectedComponent.java inflating: com/sun/tools/internal/xjc/reader/gbind/Element.java inflating: com/sun/tools/internal/xjc/reader/gbind/ElementSet.java inflating: com/sun/tools/internal/xjc/reader/gbind/ElementSets.java inflating: com/sun/tools/internal/xjc/reader/gbind/Expression.java inflating: com/sun/tools/internal/xjc/reader/gbind/Graph.java inflating: com/sun/tools/internal/xjc/reader/gbind/OneOrMore.java inflating: com/sun/tools/internal/xjc/reader/gbind/Sequence.java inflating: com/sun/tools/internal/xjc/reader/gbind/SinkNode.java inflating: com/sun/tools/internal/xjc/reader/gbind/SourceNode.java inflating: com/sun/tools/internal/xjc/reader/gbind/package.html inflating: com/sun/tools/internal/xjc/reader/internalizer/AbstractReferenceFinderImpl.java inflating: com/sun/tools/internal/xjc/reader/internalizer/ContentHandlerNamespacePrefixAdapter.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMBuilder.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMForest.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMForestParser.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMForestScanner.java inflating: com/sun/tools/internal/xjc/reader/internalizer/InternalizationLogic.java inflating: com/sun/tools/internal/xjc/reader/internalizer/Internalizer.java inflating: com/sun/tools/internal/xjc/reader/internalizer/LocatorTable.java inflating: com/sun/tools/internal/xjc/reader/internalizer/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/internalizer/Messages.java inflating: com/sun/tools/internal/xjc/reader/internalizer/NamespaceContextImpl.java inflating: com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet.java inflating: com/sun/tools/internal/xjc/reader/internalizer/VersionChecker.java inflating: com/sun/tools/internal/xjc/reader/internalizer/WhitespaceStripper.java inflating: com/sun/tools/internal/xjc/reader/internalizer/package.html inflating: com/sun/tools/internal/xjc/reader/package.html inflating: com/sun/tools/internal/xjc/reader/relaxng/BindStyle.java inflating: com/sun/tools/internal/xjc/reader/relaxng/ContentModelBinder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/DatatypeLib.java inflating: com/sun/tools/internal/xjc/reader/relaxng/DefineFinder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/NameCalculator.java inflating: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGCompiler.java inflating: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGInternalizationLogic.java inflating: com/sun/tools/internal/xjc/reader/relaxng/RawTypeSetBuilder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/TypePatternBinder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/TypeUseBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/Abstractifier.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BGMBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindBlue.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindGreen.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindPurple.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindRed.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindYellow.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindingComponent.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinderFilter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/CollisionInfo.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ColorBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/DefaultClassBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ErrorReporter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionParticleBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/GElement.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/GElementImpl.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/GWildcardElement.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ParticleBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/RefererFinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/SimpleTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/UnusedCustomizationChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/WildcardNameClassBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AbstractDeclarationImpl.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIClass.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDeclaration.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDom.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnum.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnumMember.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISerializable.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXDom.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXPluginCustomization.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXSubstitutable.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/CollectionTypeAttribute.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/EnumMemberMode.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ForkingFilter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/LocalScoping.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/OptionalPropertyMode.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/binding.rng inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/binding.xsd inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/package-info.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/package.html inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xjc.xsd inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xs.xsd inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/CTBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ChoiceContentComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeBindingMode.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeFieldBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ExtendedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/FreshComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/MixedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/RestrictedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/STDerivedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/CustomizationContextChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/IncorrectNamespaceURIChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/LSInputSAXWrapper.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/XMLSchemaInternalizationLogic.java inflating: com/sun/tools/internal/xjc/runtime/JAXBContextFactory.java inflating: com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.java inflating: com/sun/tools/internal/xjc/runtime/package.html inflating: com/sun/tools/internal/xjc/util/CodeModelClassFactory.java inflating: com/sun/tools/internal/xjc/util/DOMUtils.java inflating: com/sun/tools/internal/xjc/util/ErrorReceiverFilter.java inflating: com/sun/tools/internal/xjc/util/ForkContentHandler.java inflating: com/sun/tools/internal/xjc/util/ForkEntityResolver.java inflating: com/sun/tools/internal/xjc/util/MessageBundle.properties inflating: com/sun/tools/internal/xjc/util/Messages.java inflating: com/sun/tools/internal/xjc/util/MimeTypeRange.java inflating: com/sun/tools/internal/xjc/util/NamespaceContextAdapter.java inflating: com/sun/tools/internal/xjc/util/NullStream.java inflating: com/sun/tools/internal/xjc/util/ReadOnlyAdapter.java inflating: com/sun/tools/internal/xjc/util/StringCutter.java inflating: com/sun/tools/internal/xjc/util/SubtreeCutter.java inflating: com/sun/tools/internal/xjc/util/Util.java inflating: com/sun/tools/internal/xjc/writer/SignatureWriter.java inflating: com/sun/xml/internal/bind/AccessorFactory.java inflating: com/sun/xml/internal/bind/AccessorFactoryImpl.java inflating: com/sun/xml/internal/bind/AnyTypeAdapter.java inflating: com/sun/xml/internal/bind/CycleRecoverable.java inflating: com/sun/xml/internal/bind/DatatypeConverterImpl.java inflating: com/sun/xml/internal/bind/IDResolver.java inflating: com/sun/xml/internal/bind/Locatable.java inflating: com/sun/xml/internal/bind/Util.java inflating: com/sun/xml/internal/bind/ValidationEventLocatorEx.java inflating: com/sun/xml/internal/bind/WhiteSpaceProcessor.java inflating: com/sun/xml/internal/bind/XmlAccessorFactory.java inflating: com/sun/xml/internal/bind/annotation/XmlIsSet.java inflating: com/sun/xml/internal/bind/annotation/XmlLocation.java inflating: com/sun/xml/internal/bind/api/AccessorException.java inflating: com/sun/xml/internal/bind/api/Bridge.java inflating: com/sun/xml/internal/bind/api/BridgeContext.java inflating: com/sun/xml/internal/bind/api/ClassResolver.java inflating: com/sun/xml/internal/bind/api/CompositeStructure.java inflating: com/sun/xml/internal/bind/api/ErrorListener.java inflating: com/sun/xml/internal/bind/api/JAXBRIContext.java inflating: com/sun/xml/internal/bind/api/RawAccessor.java inflating: com/sun/xml/internal/bind/api/TypeReference.java inflating: com/sun/xml/internal/bind/api/impl/NameConverter.java inflating: com/sun/xml/internal/bind/api/impl/NameUtil.java inflating: com/sun/xml/internal/bind/api/package-info.java inflating: com/sun/xml/internal/bind/marshaller/CharacterEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/DataWriter.java inflating: com/sun/xml/internal/bind/marshaller/DumbEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/Messages.java inflating: com/sun/xml/internal/bind/marshaller/Messages.properties inflating: com/sun/xml/internal/bind/marshaller/MinimumEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.java inflating: com/sun/xml/internal/bind/marshaller/NioEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/SAX2DOMEx.java inflating: com/sun/xml/internal/bind/marshaller/XMLWriter.java inflating: com/sun/xml/internal/bind/unmarshaller/DOMScanner.java inflating: com/sun/xml/internal/bind/unmarshaller/InfosetScanner.java inflating: com/sun/xml/internal/bind/unmarshaller/Messages.java inflating: com/sun/xml/internal/bind/unmarshaller/Messages.properties inflating: com/sun/xml/internal/bind/unmarshaller/Patcher.java inflating: com/sun/xml/internal/bind/util/AttributesImpl.java inflating: com/sun/xml/internal/bind/util/ValidationEventLocatorExImpl.java inflating: com/sun/xml/internal/bind/util/Which.java inflating: com/sun/xml/internal/bind/v2/ClassFactory.java inflating: com/sun/xml/internal/bind/v2/ContextFactory.java inflating: com/sun/xml/internal/bind/v2/Messages.java inflating: com/sun/xml/internal/bind/v2/Messages.properties inflating: com/sun/xml/internal/bind/v2/TODO.java inflating: com/sun/xml/internal/bind/v2/WellKnownNamespace.java inflating: com/sun/xml/internal/bind/v2/bytecode/ClassTailor.java inflating: com/sun/xml/internal/bind/v2/bytecode/package.html inflating: com/sun/xml/internal/bind/v2/model/annotation/AbstractInlineAnnotationReaderImpl.java inflating: com/sun/xml/internal/bind/v2/model/annotation/AnnotationReader.java inflating: com/sun/xml/internal/bind/v2/model/annotation/AnnotationSource.java inflating: com/sun/xml/internal/bind/v2/model/annotation/ClassLocatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/FieldLocatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Init.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Locatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/LocatableAnnotation.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Messages.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Messages.properties inflating: com/sun/xml/internal/bind/v2/model/annotation/MethodLocatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Quick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/RuntimeAnnotationReader.java inflating: com/sun/xml/internal/bind/v2/model/annotation/RuntimeInlineAnnotationReader.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlAttributeQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementDeclQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefsQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlEnumQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlRootElementQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlSchemaQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlTransientQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlTypeQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlValueQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/package.html inflating: com/sun/xml/internal/bind/v2/model/core/Adapter.java inflating: com/sun/xml/internal/bind/v2/model/core/ArrayInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/AttributePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/BuiltinLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/ClassInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/Element.java inflating: com/sun/xml/internal/bind/v2/model/core/ElementInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/EnumConstant.java inflating: com/sun/xml/internal/bind/v2/model/core/EnumLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/ErrorHandler.java inflating: com/sun/xml/internal/bind/v2/model/core/ID.java inflating: com/sun/xml/internal/bind/v2/model/core/LeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/MapPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/MaybeElement.java inflating: com/sun/xml/internal/bind/v2/model/core/NonElement.java inflating: com/sun/xml/internal/bind/v2/model/core/NonElementRef.java inflating: com/sun/xml/internal/bind/v2/model/core/PropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/PropertyKind.java inflating: com/sun/xml/internal/bind/v2/model/core/Ref.java inflating: com/sun/xml/internal/bind/v2/model/core/ReferencePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/RegistryInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/TypeInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/TypeInfoSet.java inflating: com/sun/xml/internal/bind/v2/model/core/TypeRef.java inflating: com/sun/xml/internal/bind/v2/model/core/ValuePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/WildcardMode.java inflating: com/sun/xml/internal/bind/v2/model/core/WildcardTypeInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/package-info.java inflating: com/sun/xml/internal/bind/v2/model/impl/AnyTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ArrayInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/AttributePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/BuiltinLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ERPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ElementInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ElementPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/EnumConstantImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/EnumLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/FieldPropertySeed.java inflating: com/sun/xml/internal/bind/v2/model/impl/GetterSetterPropertySeed.java inflating: com/sun/xml/internal/bind/v2/model/impl/LeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/MapPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/Messages.java inflating: com/sun/xml/internal/bind/v2/model/impl/Messages.properties inflating: com/sun/xml/internal/bind/v2/model/impl/ModelBuilder.java inflating: com/sun/xml/internal/bind/v2/model/impl/PropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/PropertySeed.java inflating: com/sun/xml/internal/bind/v2/model/impl/ReferencePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RegistryInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeAnyTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeArrayInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeAttributePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumConstantImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeMapPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeModelBuilder.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeReferencePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeInfoSetImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeRefImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/SingleTypePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/TypeInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/TypeInfoSetImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/TypeRefImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/Util.java inflating: com/sun/xml/internal/bind/v2/model/impl/ValuePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/package.html inflating: com/sun/xml/internal/bind/v2/model/nav/GenericArrayTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/nav/Navigator.java inflating: com/sun/xml/internal/bind/v2/model/nav/ParameterizedTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator.java inflating: com/sun/xml/internal/bind/v2/model/nav/TypeVisitor.java inflating: com/sun/xml/internal/bind/v2/model/nav/WildcardTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/nav/package.html inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeArrayInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeAttributePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeBuiltinLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElement.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeEnumLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeMapPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElementRef.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeReferencePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfoSet.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeRef.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/package-info.java inflating: com/sun/xml/internal/bind/v2/package-info.java inflating: com/sun/xml/internal/bind/v2/runtime/AnyTypeBeanInfo.java inflating: com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/AssociationMap.java inflating: com/sun/xml/internal/bind/v2/runtime/BinderImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/BridgeAdapter.java inflating: com/sun/xml/internal/bind/v2/runtime/BridgeContextImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/BridgeImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/CompositeStructureBeanInfo.java inflating: com/sun/xml/internal/bind/v2/runtime/ContentHandlerAdaptor.java inflating: com/sun/xml/internal/bind/v2/runtime/Coordinator.java inflating: com/sun/xml/internal/bind/v2/runtime/DomPostInitAction.java inflating: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/FilterTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationException.java inflating: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationsException.java inflating: com/sun/xml/internal/bind/v2/runtime/InlineBinaryTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/InternalBridge.java inflating: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/JaxBeanInfo.java inflating: com/sun/xml/internal/bind/v2/runtime/LeafBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/LifecycleMethods.java inflating: com/sun/xml/internal/bind/v2/runtime/Location.java inflating: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/MimeTypedTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/Name.java inflating: com/sun/xml/internal/bind/v2/runtime/NameBuilder.java inflating: com/sun/xml/internal/bind/v2/runtime/NameList.java inflating: com/sun/xml/internal/bind/v2/runtime/NamespaceContext2.java inflating: com/sun/xml/internal/bind/v2/runtime/RuntimeUtil.java inflating: com/sun/xml/internal/bind/v2/runtime/SchemaTypeTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/StAXPostInitAction.java inflating: com/sun/xml/internal/bind/v2/runtime/SwaRefAdapter.java inflating: com/sun/xml/internal/bind/v2/runtime/Transducer.java inflating: com/sun/xml/internal/bind/v2/runtime/ValueListBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/XMLSerializer.java inflating: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/DOMOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/Encoded.java inflating: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/ForkXmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/InPlaceDOMOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/IndentingUTF8XmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/MTOMXmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/output/Pcdata.java inflating: com/sun/xml/internal/bind/v2/runtime/output/SAXOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/UTF8XmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XMLEventWriterOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XMLStreamWriterOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XmlOutputAbstractImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/output/package-info.java inflating: com/sun/xml/internal/bind/v2/runtime/package.html inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/AttributeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ListElementProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/property/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/property/Property.java inflating: com/sun/xml/internal/bind/v2/runtime/property/PropertyFactory.java inflating: com/sun/xml/internal/bind/v2/runtime/property/PropertyImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleElementLeafProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleElementNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/StructureLoaderBuilder.java inflating: com/sun/xml/internal/bind/v2/runtime/property/TagAndType.java inflating: com/sun/xml/internal/bind/v2/runtime/property/UnmarshallerChain.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ValueProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedLister.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/DefaultTransducedAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/ListIterator.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/ListTransducedAccessorImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Lister.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/reflect/NullSafeAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/AccessorInjector.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Bean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Const.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Character.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Ref.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Injector.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Character.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Ref.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedAccessorFactory.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedTransducedAccessorFactory.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Ref.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/package.html inflating: com/sun/xml/internal/bind/v2/runtime/reflect/package.html inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesEx.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesExImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Base64Data.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ChildLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultIDResolver.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultValueLoaderDecorator.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Discarder.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DomLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/FastInfosetConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntArrayData.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntData.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Intercepter.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/InterningXmlVisitor.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorExWrapper.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/MTOMDecorator.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Patcher.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ProxyLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Scope.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXEventConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXStreamConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StructureLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TagName.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TextLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValidatingUnmarshaller.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValuePropertyLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/WildcardLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XmlVisitor.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiTypeLoader.java inflating: com/sun/xml/internal/bind/v2/schemagen/FoolProofResolver.java inflating: com/sun/xml/internal/bind/v2/schemagen/Form.java inflating: com/sun/xml/internal/bind/v2/schemagen/GroupKind.java inflating: com/sun/xml/internal/bind/v2/schemagen/Messages.java inflating: com/sun/xml/internal/bind/v2/schemagen/Messages.properties inflating: com/sun/xml/internal/bind/v2/schemagen/MultiMap.java inflating: com/sun/xml/internal/bind/v2/schemagen/Tree.java inflating: com/sun/xml/internal/bind/v2/schemagen/Util.java inflating: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/Bindings.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/Klass.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/SchemaBindings.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/package-info.java inflating: com/sun/xml/internal/bind/v2/schemagen/package-info.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotated.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotation.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Any.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Appinfo.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttrDecls.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttributeType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexContent.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexExtension.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexRestriction.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeHost.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeModel.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ContentModelContainer.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Documentation.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Element.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExplicitGroup.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExtensionType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/FixedOrDefault.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Import.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/List.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalAttribute.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalElement.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NestedParticle.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NoFixedFacet.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Occurs.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Particle.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Redefinable.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Schema.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SchemaTop.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleContent.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleDerivation.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleExtension.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestriction.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestrictionModel.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleTypeHost.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelAttribute.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelElement.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeDefParticle.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeHost.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Union.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Wildcard.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/package-info.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/package.html inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/xmlschema-for-jaxb.rng inflating: com/sun/xml/internal/bind/v2/util/ByteArrayOutputStreamEx.java inflating: com/sun/xml/internal/bind/v2/util/CollisionCheckStack.java inflating: com/sun/xml/internal/bind/v2/util/DataSourceSource.java inflating: com/sun/xml/internal/bind/v2/util/EditDistance.java inflating: com/sun/xml/internal/bind/v2/util/FatalAdapter.java inflating: com/sun/xml/internal/bind/v2/util/FlattenIterator.java inflating: com/sun/xml/internal/bind/v2/util/QNameMap.java inflating: com/sun/xml/internal/bind/v2/util/TypeCast.java inflating: com/sun/xml/internal/dtdparser/DTDEventListener.java inflating: com/sun/xml/internal/dtdparser/DTDHandlerBase.java inflating: com/sun/xml/internal/dtdparser/DTDParser.java inflating: com/sun/xml/internal/dtdparser/EndOfInputException.java inflating: com/sun/xml/internal/dtdparser/EntityDecl.java inflating: com/sun/xml/internal/dtdparser/ExternalEntity.java inflating: com/sun/xml/internal/dtdparser/InputEntity.java inflating: com/sun/xml/internal/dtdparser/InternalEntity.java inflating: com/sun/xml/internal/dtdparser/MessageCatalog.java inflating: com/sun/xml/internal/dtdparser/Resolver.java inflating: com/sun/xml/internal/dtdparser/SimpleHashtable.java inflating: com/sun/xml/internal/dtdparser/XmlChars.java inflating: com/sun/xml/internal/dtdparser/XmlNames.java inflating: com/sun/xml/internal/dtdparser/XmlReader.java inflating: com/sun/xml/internal/dtdparser/package.html inflating: com/sun/xml/internal/dtdparser/resources/Messages.properties inflating: com/sun/xml/internal/fastinfoset/AbstractResourceBundle.java inflating: com/sun/xml/internal/fastinfoset/CommonResourceBundle.java inflating: com/sun/xml/internal/fastinfoset/Decoder.java inflating: com/sun/xml/internal/fastinfoset/DecoderStateTables.java inflating: com/sun/xml/internal/fastinfoset/Encoder.java inflating: com/sun/xml/internal/fastinfoset/EncodingConstants.java inflating: com/sun/xml/internal/fastinfoset/Notation.java inflating: com/sun/xml/internal/fastinfoset/OctetBufferListener.java inflating: com/sun/xml/internal/fastinfoset/QualifiedName.java inflating: com/sun/xml/internal/fastinfoset/UnparsedEntity.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.java inflating: com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.java inflating: com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.java inflating: com/sun/xml/internal/fastinfoset/dom/DOMDocumentSerializer.java inflating: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/XMLChar.java inflating: com/sun/xml/internal/fastinfoset/resources/ResourceBundle.properties inflating: com/sun/xml/internal/fastinfoset/sax/AttributesHolder.java inflating: com/sun/xml/internal/fastinfoset/sax/Features.java inflating: com/sun/xml/internal/fastinfoset/sax/Properties.java inflating: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser.java inflating: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializer.java inflating: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializerWithPrefixMapping.java inflating: com/sun/xml/internal/fastinfoset/sax/SystemIdResolver.java inflating: com/sun/xml/internal/fastinfoset/stax/EventLocation.java inflating: com/sun/xml/internal/fastinfoset/stax/StAXDocumentParser.java inflating: com/sun/xml/internal/fastinfoset/stax/StAXDocumentSerializer.java inflating: com/sun/xml/internal/fastinfoset/stax/StAXManager.java inflating: com/sun/xml/internal/fastinfoset/stax/events/AttributeBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/CharactersEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/CommentEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/DTDEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EmptyIterator.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EndDocumentEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EndElementEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EntityDeclarationImpl.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EntityReferenceEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EventBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/NamespaceBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/ProcessingInstructionEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/ReadIterator.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocator.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocatorBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventReader.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventWriter.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXFilteredEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StartDocumentEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StartElementEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/Util.java inflating: com/sun/xml/internal/fastinfoset/stax/events/XMLConstants.java inflating: com/sun/xml/internal/fastinfoset/stax/factory/StAXEventFactory.java inflating: com/sun/xml/internal/fastinfoset/stax/factory/StAXInputFactory.java inflating: com/sun/xml/internal/fastinfoset/stax/factory/StAXOutputFactory.java inflating: com/sun/xml/internal/fastinfoset/stax/util/StAXFilteredParser.java inflating: com/sun/xml/internal/fastinfoset/stax/util/StAXParserWrapper.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_DOM_Or_XML_DOM_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_SAX_XML.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_StAX_SAX_Or_XML_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/PrintTable.java inflating: com/sun/xml/internal/fastinfoset/tools/SAX2StAXWriter.java inflating: com/sun/xml/internal/fastinfoset/tools/SAXEventSerializer.java inflating: com/sun/xml/internal/fastinfoset/tools/StAX2SAXReader.java inflating: com/sun/xml/internal/fastinfoset/tools/TransformInputOutput.java inflating: com/sun/xml/internal/fastinfoset/tools/VocabularyGenerator.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_DOM_FI.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_DOM_SAX_FI.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_SAX_FI.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_SAX_StAX_FI.java inflating: com/sun/xml/internal/fastinfoset/util/CharArray.java inflating: com/sun/xml/internal/fastinfoset/util/CharArrayArray.java inflating: com/sun/xml/internal/fastinfoset/util/CharArrayIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/CharArrayString.java inflating: com/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray.java inflating: com/sun/xml/internal/fastinfoset/util/DuplicateAttributeVerifier.java inflating: com/sun/xml/internal/fastinfoset/util/FixedEntryStringIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/KeyIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap.java inflating: com/sun/xml/internal/fastinfoset/util/NamespaceContextImplementation.java inflating: com/sun/xml/internal/fastinfoset/util/PrefixArray.java inflating: com/sun/xml/internal/fastinfoset/util/QualifiedNameArray.java inflating: com/sun/xml/internal/fastinfoset/util/StringArray.java inflating: com/sun/xml/internal/fastinfoset/util/StringIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/ValueArray.java inflating: com/sun/xml/internal/fastinfoset/util/ValueArrayResourceException.java inflating: com/sun/xml/internal/fastinfoset/vocab/ParserVocabulary.java inflating: com/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary.java inflating: com/sun/xml/internal/fastinfoset/vocab/Vocabulary.java inflating: com/sun/xml/internal/messaging/saaj/SOAPExceptionImpl.java inflating: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection.java inflating: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnectionFactory.java inflating: com/sun/xml/internal/messaging/saaj/client/p2p/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/Header.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/MessagingException.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/MultipartDataSource.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/BMMimeMultipart.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentDisposition.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentType.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/HeaderTokenizer.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/InternetHeaders.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeBodyPart.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeMultipart.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimePartDataSource.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeUtility.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParameterList.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParseException.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/SharedInputStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/UniqueValue.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ASCIIUtility.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64DecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/LineInputStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/OutputUtil.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QDecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPDecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUDecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/soap/AttachmentPartImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/Envelope.java inflating: com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.java inflating: com/sun/xml/internal/messaging/saaj/soap/FastInfosetDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/GifDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/ImageDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/JpegDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/MessageFactoryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/MessageImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/MultipartDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/SAAJMetaFactoryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPDocument.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentFragment.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPFactoryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPIOException.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException.java inflating: com/sun/xml/internal/messaging/saaj/soap/StringDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/XmlDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPFactoryDynamicImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPMessageFactoryDynamicImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/BodyElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/BodyImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/CDATAImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/CommentImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/DetailEntryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/DetailImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/ElementFactory.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/EnvelopeImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/FaultElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/FaultImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/impl/TextImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/TreeException.java inflating: com/sun/xml/internal/messaging/saaj/soap/name/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Body1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/BodyElement1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Detail1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/DetailEntry1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Envelope1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Fault1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/FaultElement1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Header1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/HeaderElement1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Message1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPFactory1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPMessageFactory1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPPart1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Body1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/BodyElement1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Detail1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/DetailEntry1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Envelope1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Fault1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/FaultElement1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Header1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/HeaderElement1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Message1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPFactory1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPMessageFactory1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPPart1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/util/Base64.java inflating: com/sun/xml/internal/messaging/saaj/util/ByteInputStream.java inflating: com/sun/xml/internal/messaging/saaj/util/ByteOutputStream.java inflating: com/sun/xml/internal/messaging/saaj/util/CharReader.java inflating: com/sun/xml/internal/messaging/saaj/util/CharWriter.java inflating: com/sun/xml/internal/messaging/saaj/util/FastInfosetReflection.java inflating: com/sun/xml/internal/messaging/saaj/util/FinalArrayList.java inflating: com/sun/xml/internal/messaging/saaj/util/JAXMStreamSource.java inflating: com/sun/xml/internal/messaging/saaj/util/JaxmURI.java inflating: com/sun/xml/internal/messaging/saaj/util/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/util/LogDomainConstants.java inflating: com/sun/xml/internal/messaging/saaj/util/MimeHeadersUtil.java inflating: com/sun/xml/internal/messaging/saaj/util/NamespaceContextIterator.java inflating: com/sun/xml/internal/messaging/saaj/util/ParseUtil.java inflating: com/sun/xml/internal/messaging/saaj/util/ParserPool.java inflating: com/sun/xml/internal/messaging/saaj/util/RejectDoctypeSaxFilter.java inflating: com/sun/xml/internal/messaging/saaj/util/TeeInputStream.java inflating: com/sun/xml/internal/messaging/saaj/util/XMLDeclarationParser.java inflating: com/sun/xml/internal/messaging/saaj/util/transform/EfficientStreamingTransformer.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmException.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmIndexes.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/ExternalVocabulary.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetException.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetParser.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetResult.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSerializer.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSource.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/RestrictedAlphabet.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/Vocabulary.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmAttributes.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ExtendedContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetReader.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetWriter.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/PrimitiveTypeContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/RestrictedAlphabetContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/EncodingAlgorithmAttributesImpl.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/FastInfosetDefaultHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/stax/FastInfosetStreamReader.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/stax/LowLevelFastInfosetStreamWriter.java inflating: com/sun/xml/internal/org/jvnet/staxex/Base64Data.java inflating: com/sun/xml/internal/org/jvnet/staxex/Base64Encoder.java inflating: com/sun/xml/internal/org/jvnet/staxex/ByteArrayOutputStreamEx.java inflating: com/sun/xml/internal/org/jvnet/staxex/NamespaceContextEx.java inflating: com/sun/xml/internal/org/jvnet/staxex/XMLStreamReaderEx.java inflating: com/sun/xml/internal/org/jvnet/staxex/XMLStreamWriterEx.java inflating: com/sun/xml/internal/rngom/ast/builder/Annotations.java inflating: com/sun/xml/internal/rngom/ast/builder/BuildException.java inflating: com/sun/xml/internal/rngom/ast/builder/CommentList.java inflating: com/sun/xml/internal/rngom/ast/builder/DataPatternBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/Div.java inflating: com/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/Grammar.java inflating: com/sun/xml/internal/rngom/ast/builder/GrammarSection.java inflating: com/sun/xml/internal/rngom/ast/builder/Include.java inflating: com/sun/xml/internal/rngom/ast/builder/IncludedGrammar.java inflating: com/sun/xml/internal/rngom/ast/builder/NameClassBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/SchemaBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/Scope.java inflating: com/sun/xml/internal/rngom/ast/om/Location.java inflating: com/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation.java inflating: com/sun/xml/internal/rngom/ast/om/ParsedNameClass.java inflating: com/sun/xml/internal/rngom/ast/om/ParsedPattern.java inflating: com/sun/xml/internal/rngom/ast/util/CheckingSchemaBuilder.java inflating: com/sun/xml/internal/rngom/ast/util/LocatorImpl.java inflating: com/sun/xml/internal/rngom/ast/util/package.html inflating: com/sun/xml/internal/rngom/binary/AfterPattern.java inflating: com/sun/xml/internal/rngom/binary/Alphabet.java inflating: com/sun/xml/internal/rngom/binary/AttributePattern.java inflating: com/sun/xml/internal/rngom/binary/BinaryPattern.java inflating: com/sun/xml/internal/rngom/binary/ChoicePattern.java inflating: com/sun/xml/internal/rngom/binary/DataExceptPattern.java inflating: com/sun/xml/internal/rngom/binary/DataPattern.java inflating: com/sun/xml/internal/rngom/binary/DuplicateAttributeDetector.java inflating: com/sun/xml/internal/rngom/binary/ElementPattern.java inflating: com/sun/xml/internal/rngom/binary/EmptyPattern.java inflating: com/sun/xml/internal/rngom/binary/ErrorPattern.java inflating: com/sun/xml/internal/rngom/binary/GroupPattern.java inflating: com/sun/xml/internal/rngom/binary/InterleavePattern.java inflating: com/sun/xml/internal/rngom/binary/ListPattern.java inflating: com/sun/xml/internal/rngom/binary/Messages.properties inflating: com/sun/xml/internal/rngom/binary/NotAllowedPattern.java inflating: com/sun/xml/internal/rngom/binary/OneOrMorePattern.java inflating: com/sun/xml/internal/rngom/binary/Pattern.java inflating: com/sun/xml/internal/rngom/binary/PatternBuilder.java inflating: com/sun/xml/internal/rngom/binary/PatternInterner.java inflating: com/sun/xml/internal/rngom/binary/RefPattern.java inflating: com/sun/xml/internal/rngom/binary/RestrictionViolationException.java inflating: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl.java inflating: com/sun/xml/internal/rngom/binary/SchemaPatternBuilder.java inflating: com/sun/xml/internal/rngom/binary/StringPattern.java inflating: com/sun/xml/internal/rngom/binary/TextPattern.java inflating: com/sun/xml/internal/rngom/binary/ValuePattern.java inflating: com/sun/xml/internal/rngom/binary/package.html inflating: com/sun/xml/internal/rngom/binary/visitor/ChildElementFinder.java inflating: com/sun/xml/internal/rngom/binary/visitor/PatternFunction.java inflating: com/sun/xml/internal/rngom/binary/visitor/PatternVisitor.java inflating: com/sun/xml/internal/rngom/binary/visitor/PatternWalker.java inflating: com/sun/xml/internal/rngom/digested/Annotation.java inflating: com/sun/xml/internal/rngom/digested/CommentListImpl.java inflating: com/sun/xml/internal/rngom/digested/DAnnotation.java inflating: com/sun/xml/internal/rngom/digested/DAttributePattern.java inflating: com/sun/xml/internal/rngom/digested/DChoicePattern.java inflating: com/sun/xml/internal/rngom/digested/DContainerPattern.java inflating: com/sun/xml/internal/rngom/digested/DDataPattern.java inflating: com/sun/xml/internal/rngom/digested/DDefine.java inflating: com/sun/xml/internal/rngom/digested/DElementPattern.java inflating: com/sun/xml/internal/rngom/digested/DEmptyPattern.java inflating: com/sun/xml/internal/rngom/digested/DGrammarPattern.java inflating: com/sun/xml/internal/rngom/digested/DGroupPattern.java inflating: com/sun/xml/internal/rngom/digested/DInterleavePattern.java inflating: com/sun/xml/internal/rngom/digested/DListPattern.java inflating: com/sun/xml/internal/rngom/digested/DMixedPattern.java inflating: com/sun/xml/internal/rngom/digested/DNotAllowedPattern.java inflating: com/sun/xml/internal/rngom/digested/DOMPrinter.java inflating: com/sun/xml/internal/rngom/digested/DOneOrMorePattern.java inflating: com/sun/xml/internal/rngom/digested/DOptionalPattern.java inflating: com/sun/xml/internal/rngom/digested/DPattern.java inflating: com/sun/xml/internal/rngom/digested/DPatternVisitor.java inflating: com/sun/xml/internal/rngom/digested/DPatternWalker.java inflating: com/sun/xml/internal/rngom/digested/DRefPattern.java inflating: com/sun/xml/internal/rngom/digested/DSchemaBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/DTextPattern.java inflating: com/sun/xml/internal/rngom/digested/DUnaryPattern.java inflating: com/sun/xml/internal/rngom/digested/DValuePattern.java inflating: com/sun/xml/internal/rngom/digested/DXMLPrinter.java inflating: com/sun/xml/internal/rngom/digested/DXmlTokenPattern.java inflating: com/sun/xml/internal/rngom/digested/DZeroOrMorePattern.java inflating: com/sun/xml/internal/rngom/digested/DataPatternBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/ElementWrapper.java inflating: com/sun/xml/internal/rngom/digested/GrammarBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/IncludeImpl.java inflating: com/sun/xml/internal/rngom/digested/Main.java inflating: com/sun/xml/internal/rngom/digested/PatternParseable.java inflating: com/sun/xml/internal/rngom/digested/package.html inflating: com/sun/xml/internal/rngom/dt/CachedDatatypeLibraryFactory.java inflating: com/sun/xml/internal/rngom/dt/CascadingDatatypeLibraryFactory.java inflating: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl.java inflating: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeBuilder.java inflating: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibrary.java inflating: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibraryFactory.java inflating: com/sun/xml/internal/rngom/dt/builtin/CompatibilityDatatypeLibrary.java inflating: com/sun/xml/internal/rngom/dt/builtin/Messages.properties inflating: com/sun/xml/internal/rngom/dt/builtin/package.html inflating: com/sun/xml/internal/rngom/nc/AnyNameClass.java inflating: com/sun/xml/internal/rngom/nc/AnyNameExceptNameClass.java inflating: com/sun/xml/internal/rngom/nc/ChoiceNameClass.java inflating: com/sun/xml/internal/rngom/nc/NameClass.java inflating: com/sun/xml/internal/rngom/nc/NameClassBuilderImpl.java inflating: com/sun/xml/internal/rngom/nc/NameClassVisitor.java inflating: com/sun/xml/internal/rngom/nc/NameClassWalker.java inflating: com/sun/xml/internal/rngom/nc/NsNameClass.java inflating: com/sun/xml/internal/rngom/nc/NsNameExceptNameClass.java inflating: com/sun/xml/internal/rngom/nc/NullNameClass.java inflating: com/sun/xml/internal/rngom/nc/OverlapDetector.java inflating: com/sun/xml/internal/rngom/nc/SimpleNameClass.java inflating: com/sun/xml/internal/rngom/nc/package.html inflating: com/sun/xml/internal/rngom/parse/Context.java inflating: com/sun/xml/internal/rngom/parse/IllegalSchemaException.java inflating: com/sun/xml/internal/rngom/parse/Messages.properties inflating: com/sun/xml/internal/rngom/parse/Parseable.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactParseable.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntax.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntax.jj inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxConstants.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxTokenManager.java inflating: com/sun/xml/internal/rngom/parse/compact/EOFException.java inflating: com/sun/xml/internal/rngom/parse/compact/EscapeSyntaxException.java inflating: com/sun/xml/internal/rngom/parse/compact/JavaCharStream.java inflating: com/sun/xml/internal/rngom/parse/compact/Messages.properties inflating: com/sun/xml/internal/rngom/parse/compact/ParseException.java inflating: com/sun/xml/internal/rngom/parse/compact/Token.java inflating: com/sun/xml/internal/rngom/parse/compact/TokenMgrError.java inflating: com/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream.java inflating: com/sun/xml/internal/rngom/parse/host/AnnotationsHost.java inflating: com/sun/xml/internal/rngom/parse/host/Base.java inflating: com/sun/xml/internal/rngom/parse/host/CommentListHost.java inflating: com/sun/xml/internal/rngom/parse/host/DataPatternBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/DivHost.java inflating: com/sun/xml/internal/rngom/parse/host/ElementAnnotationBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/GrammarHost.java inflating: com/sun/xml/internal/rngom/parse/host/GrammarSectionHost.java inflating: com/sun/xml/internal/rngom/parse/host/IncludeHost.java inflating: com/sun/xml/internal/rngom/parse/host/LocationHost.java inflating: com/sun/xml/internal/rngom/parse/host/NameClassBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost.java inflating: com/sun/xml/internal/rngom/parse/host/ParsedNameClassHost.java inflating: com/sun/xml/internal/rngom/parse/host/ParsedPatternHost.java inflating: com/sun/xml/internal/rngom/parse/host/SchemaBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/ScopeHost.java inflating: com/sun/xml/internal/rngom/parse/host/package.html inflating: com/sun/xml/internal/rngom/parse/xml/DtdContext.java inflating: com/sun/xml/internal/rngom/parse/xml/Messages.properties inflating: com/sun/xml/internal/rngom/parse/xml/SAXParseable.java inflating: com/sun/xml/internal/rngom/parse/xml/SchemaParser.java inflating: com/sun/xml/internal/rngom/util/Localizer.java inflating: com/sun/xml/internal/rngom/util/Uri.java inflating: com/sun/xml/internal/rngom/util/Utf16.java inflating: com/sun/xml/internal/rngom/xml/sax/AbstractLexicalHandler.java inflating: com/sun/xml/internal/rngom/xml/sax/JAXPXMLReaderCreator.java inflating: com/sun/xml/internal/rngom/xml/sax/XMLReaderCreator.java inflating: com/sun/xml/internal/rngom/xml/sax/XmlBaseHandler.java inflating: com/sun/xml/internal/rngom/xml/util/EncodingMap.java inflating: com/sun/xml/internal/rngom/xml/util/Naming.java inflating: com/sun/xml/internal/rngom/xml/util/WellKnownNamespaces.java inflating: com/sun/xml/internal/stream/buffer/AbstractCreator.java inflating: com/sun/xml/internal/stream/buffer/AbstractCreatorProcessor.java inflating: com/sun/xml/internal/stream/buffer/AbstractProcessor.java inflating: com/sun/xml/internal/stream/buffer/AttributesHolder.java inflating: com/sun/xml/internal/stream/buffer/FragmentedArray.java inflating: com/sun/xml/internal/stream/buffer/MutableXMLStreamBuffer.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBuffer.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferException.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferMark.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferResult.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferSource.java inflating: com/sun/xml/internal/stream/buffer/sax/DefaultWithLexicalHandler.java inflating: com/sun/xml/internal/stream/buffer/sax/Features.java inflating: com/sun/xml/internal/stream/buffer/sax/Properties.java inflating: com/sun/xml/internal/stream/buffer/sax/SAXBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/sax/SAXBufferProcessor.java inflating: com/sun/xml/internal/stream/buffer/stax/NamespaceContexHelper.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferProcessor.java inflating: com/sun/xml/internal/txw2/Attribute.java inflating: com/sun/xml/internal/txw2/Cdata.java inflating: com/sun/xml/internal/txw2/Comment.java inflating: com/sun/xml/internal/txw2/ContainerElement.java inflating: com/sun/xml/internal/txw2/Content.java inflating: com/sun/xml/internal/txw2/ContentVisitor.java inflating: com/sun/xml/internal/txw2/DatatypeWriter.java inflating: com/sun/xml/internal/txw2/Document.java inflating: com/sun/xml/internal/txw2/EndDocument.java inflating: com/sun/xml/internal/txw2/EndTag.java inflating: com/sun/xml/internal/txw2/IllegalAnnotationException.java inflating: com/sun/xml/internal/txw2/IllegalSignatureException.java inflating: com/sun/xml/internal/txw2/NamespaceDecl.java inflating: com/sun/xml/internal/txw2/NamespaceResolver.java inflating: com/sun/xml/internal/txw2/NamespaceSupport.java inflating: com/sun/xml/internal/txw2/Pcdata.java inflating: com/sun/xml/internal/txw2/StartDocument.java inflating: com/sun/xml/internal/txw2/StartTag.java inflating: com/sun/xml/internal/txw2/TXW.java inflating: com/sun/xml/internal/txw2/Text.java inflating: com/sun/xml/internal/txw2/TxwException.java inflating: com/sun/xml/internal/txw2/TypedXmlWriter.java inflating: com/sun/xml/internal/txw2/annotation/XmlAttribute.java inflating: com/sun/xml/internal/txw2/annotation/XmlCDATA.java inflating: com/sun/xml/internal/txw2/annotation/XmlElement.java inflating: com/sun/xml/internal/txw2/annotation/XmlNamespace.java inflating: com/sun/xml/internal/txw2/annotation/XmlValue.java inflating: com/sun/xml/internal/txw2/annotation/package.html inflating: com/sun/xml/internal/txw2/output/CharacterEscapeHandler.java inflating: com/sun/xml/internal/txw2/output/DataWriter.java inflating: com/sun/xml/internal/txw2/output/DelegatingXMLStreamWriter.java inflating: com/sun/xml/internal/txw2/output/DomSerializer.java inflating: com/sun/xml/internal/txw2/output/DumbEscapeHandler.java inflating: com/sun/xml/internal/txw2/output/DumpSerializer.java inflating: com/sun/xml/internal/txw2/output/IndentingXMLFilter.java inflating: com/sun/xml/internal/txw2/output/IndentingXMLStreamWriter.java inflating: com/sun/xml/internal/txw2/output/ResultFactory.java inflating: com/sun/xml/internal/txw2/output/SaxSerializer.java inflating: com/sun/xml/internal/txw2/output/StaxSerializer.java inflating: com/sun/xml/internal/txw2/output/StreamSerializer.java inflating: com/sun/xml/internal/txw2/output/XMLWriter.java inflating: com/sun/xml/internal/txw2/output/XmlSerializer.java inflating: com/sun/xml/internal/txw2/output/package.html inflating: com/sun/xml/internal/txw2/package.html inflating: com/sun/xml/internal/ws/Closeable.java inflating: com/sun/xml/internal/ws/addressing/EndpointReferenceUtil.java inflating: com/sun/xml/internal/ws/addressing/ProblemAction.java inflating: com/sun/xml/internal/ws/addressing/ProblemHeaderQName.java inflating: com/sun/xml/internal/ws/addressing/W3CAddressingConstants.java inflating: com/sun/xml/internal/ws/addressing/WsaClientTube.java inflating: com/sun/xml/internal/ws/addressing/WsaServerTube.java inflating: com/sun/xml/internal/ws/addressing/WsaTube.java inflating: com/sun/xml/internal/ws/addressing/WsaTubeHelper.java inflating: com/sun/xml/internal/ws/addressing/WsaTubeHelperImpl.java inflating: com/sun/xml/internal/ws/addressing/model/ActionNotSupportedException.java inflating: com/sun/xml/internal/ws/addressing/model/InvalidMapException.java inflating: com/sun/xml/internal/ws/addressing/model/MapRequiredException.java inflating: com/sun/xml/internal/ws/addressing/v200408/MemberSubmissionAddressingConstants.java inflating: com/sun/xml/internal/ws/addressing/v200408/ProblemAction.java inflating: com/sun/xml/internal/ws/addressing/v200408/ProblemHeaderQName.java inflating: com/sun/xml/internal/ws/addressing/v200408/WsaTubeHelperImpl.java inflating: com/sun/xml/internal/ws/api/BindingID.java inflating: com/sun/xml/internal/ws/api/BindingIDFactory.java inflating: com/sun/xml/internal/ws/api/DistributedPropertySet.java inflating: com/sun/xml/internal/ws/api/EndpointAddress.java inflating: com/sun/xml/internal/ws/api/FeatureConstructor.java inflating: com/sun/xml/internal/ws/api/PropertySet.java inflating: com/sun/xml/internal/ws/api/SOAPVersion.java inflating: com/sun/xml/internal/ws/api/WSBinding.java inflating: com/sun/xml/internal/ws/api/WSFeatureList.java inflating: com/sun/xml/internal/ws/api/WSService.java inflating: com/sun/xml/internal/ws/api/addressing/AddressingVersion.java inflating: com/sun/xml/internal/ws/api/addressing/EPRHeader.java inflating: com/sun/xml/internal/ws/api/addressing/OneWayFeature.java inflating: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader.java inflating: com/sun/xml/internal/ws/api/addressing/WSEndpointReference.java inflating: com/sun/xml/internal/ws/api/addressing/package-info.java inflating: com/sun/xml/internal/ws/api/client/ClientPipelineHook.java inflating: com/sun/xml/internal/ws/api/client/SelectOptimalEncodingFeature.java inflating: com/sun/xml/internal/ws/api/client/ServiceInterceptor.java inflating: com/sun/xml/internal/ws/api/client/ServiceInterceptorFactory.java inflating: com/sun/xml/internal/ws/api/client/WSPortInfo.java inflating: com/sun/xml/internal/ws/api/fastinfoset/FastInfosetFeature.java inflating: com/sun/xml/internal/ws/api/message/Attachment.java inflating: com/sun/xml/internal/ws/api/message/AttachmentSet.java inflating: com/sun/xml/internal/ws/api/message/ExceptionHasMessage.java inflating: com/sun/xml/internal/ws/api/message/Header.java inflating: com/sun/xml/internal/ws/api/message/HeaderList.java inflating: com/sun/xml/internal/ws/api/message/Headers.java inflating: com/sun/xml/internal/ws/api/message/Message.java inflating: com/sun/xml/internal/ws/api/message/Messages.java inflating: com/sun/xml/internal/ws/api/message/Packet.java inflating: com/sun/xml/internal/ws/api/message/package-info.java inflating: com/sun/xml/internal/ws/api/message/stream/InputStreamMessage.java inflating: com/sun/xml/internal/ws/api/message/stream/StreamBasedMessage.java inflating: com/sun/xml/internal/ws/api/message/stream/XMLStreamReaderMessage.java inflating: com/sun/xml/internal/ws/api/model/CheckedException.java inflating: com/sun/xml/internal/ws/api/model/ExceptionType.java inflating: com/sun/xml/internal/ws/api/model/JavaMethod.java inflating: com/sun/xml/internal/ws/api/model/MEP.java inflating: com/sun/xml/internal/ws/api/model/Parameter.java inflating: com/sun/xml/internal/ws/api/model/ParameterBinding.java inflating: com/sun/xml/internal/ws/api/model/SEIModel.java inflating: com/sun/xml/internal/ws/api/model/soap/SOAPBinding.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundOperation.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundPortType.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLDescriptorKind.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtensible.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtension.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLFault.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLFeaturedObject.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLInput.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLMessage.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLModel.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLObject.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLOperation.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLOutput.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPart.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPartDescriptor.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPort.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPortType.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLService.java inflating: com/sun/xml/internal/ws/api/package-info.java inflating: com/sun/xml/internal/ws/api/pipe/ClientPipeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/ClientTubeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/Codec.java inflating: com/sun/xml/internal/ws/api/pipe/Codecs.java inflating: com/sun/xml/internal/ws/api/pipe/ContentType.java inflating: com/sun/xml/internal/ws/api/pipe/Engine.java inflating: com/sun/xml/internal/ws/api/pipe/Fiber.java inflating: com/sun/xml/internal/ws/api/pipe/FiberContextSwitchInterceptor.java inflating: com/sun/xml/internal/ws/api/pipe/NextAction.java inflating: com/sun/xml/internal/ws/api/pipe/Pipe.java inflating: com/sun/xml/internal/ws/api/pipe/PipeCloner.java inflating: com/sun/xml/internal/ws/api/pipe/PipelineAssembler.java inflating: com/sun/xml/internal/ws/api/pipe/PipelineAssemblerFactory.java inflating: com/sun/xml/internal/ws/api/pipe/SOAPBindingCodec.java inflating: com/sun/xml/internal/ws/api/pipe/ServerPipeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/ServerTubeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/StreamSOAPCodec.java inflating: com/sun/xml/internal/ws/api/pipe/Stubs.java inflating: com/sun/xml/internal/ws/api/pipe/TransportPipeFactory.java inflating: com/sun/xml/internal/ws/api/pipe/TransportTubeFactory.java inflating: com/sun/xml/internal/ws/api/pipe/Tube.java inflating: com/sun/xml/internal/ws/api/pipe/TubeCloner.java inflating: com/sun/xml/internal/ws/api/pipe/TubelineAssembler.java inflating: com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterPipeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterTubeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractPipeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractTubeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/PipeAdapter.java inflating: com/sun/xml/internal/ws/api/pipe/helper/package-info.java inflating: com/sun/xml/internal/ws/api/pipe/package-info.java inflating: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport.java inflating: com/sun/xml/internal/ws/api/server/Adapter.java inflating: com/sun/xml/internal/ws/api/server/AsyncProvider.java inflating: com/sun/xml/internal/ws/api/server/AsyncProviderCallback.java inflating: com/sun/xml/internal/ws/api/server/BoundEndpoint.java inflating: com/sun/xml/internal/ws/api/server/Container.java inflating: com/sun/xml/internal/ws/api/server/ContainerResolver.java inflating: com/sun/xml/internal/ws/api/server/DocumentAddressResolver.java inflating: com/sun/xml/internal/ws/api/server/EndpointAwareCodec.java inflating: com/sun/xml/internal/ws/api/server/InstanceResolver.java inflating: com/sun/xml/internal/ws/api/server/InstanceResolverAnnotation.java inflating: com/sun/xml/internal/ws/api/server/Invoker.java inflating: com/sun/xml/internal/ws/api/server/Module.java inflating: com/sun/xml/internal/ws/api/server/PortAddressResolver.java inflating: com/sun/xml/internal/ws/api/server/ResourceInjector.java inflating: com/sun/xml/internal/ws/api/server/SDDocument.java inflating: com/sun/xml/internal/ws/api/server/SDDocumentFilter.java inflating: com/sun/xml/internal/ws/api/server/SDDocumentSource.java inflating: com/sun/xml/internal/ws/api/server/ServerPipelineHook.java inflating: com/sun/xml/internal/ws/api/server/ServiceDefinition.java inflating: com/sun/xml/internal/ws/api/server/TransportBackChannel.java inflating: com/sun/xml/internal/ws/api/server/WSEndpoint.java inflating: com/sun/xml/internal/ws/api/server/WSWebServiceContext.java inflating: com/sun/xml/internal/ws/api/server/WebModule.java inflating: com/sun/xml/internal/ws/api/server/WebServiceContextDelegate.java inflating: com/sun/xml/internal/ws/api/server/package-info.java inflating: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory.java inflating: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/MetaDataResolver.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/MetadataResolverFactory.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/ServiceDescriptor.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtension.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtensionContext.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/XMLEntityResolver.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/package-info.java inflating: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGenExtnContext.java inflating: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGeneratorExtension.java inflating: com/sun/xml/internal/ws/binding/BindingImpl.java inflating: com/sun/xml/internal/ws/binding/HTTPBindingImpl.java inflating: com/sun/xml/internal/ws/binding/SOAPBindingImpl.java inflating: com/sun/xml/internal/ws/binding/WebServiceFeatureList.java inflating: com/sun/xml/internal/ws/client/AsyncInvoker.java inflating: com/sun/xml/internal/ws/client/AsyncResponseImpl.java inflating: com/sun/xml/internal/ws/client/BindingProviderProperties.java inflating: com/sun/xml/internal/ws/client/ClientTransportException.java inflating: com/sun/xml/internal/ws/client/ContentNegotiation.java inflating: com/sun/xml/internal/ws/client/HandlerConfiguration.java inflating: com/sun/xml/internal/ws/client/HandlerConfigurator.java inflating: com/sun/xml/internal/ws/client/PortInfo.java inflating: com/sun/xml/internal/ws/client/RequestContext.java inflating: com/sun/xml/internal/ws/client/ResponseContext.java inflating: com/sun/xml/internal/ws/client/ResponseContextReceiver.java inflating: com/sun/xml/internal/ws/client/ResponseImpl.java inflating: com/sun/xml/internal/ws/client/SCAnnotations.java inflating: com/sun/xml/internal/ws/client/SEIPortInfo.java inflating: com/sun/xml/internal/ws/client/SenderException.java inflating: com/sun/xml/internal/ws/client/Stub.java inflating: com/sun/xml/internal/ws/client/WSServiceDelegate.java inflating: com/sun/xml/internal/ws/client/dispatch/DataSourceDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/DispatchImpl.java inflating: com/sun/xml/internal/ws/client/dispatch/JAXBDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/MessageDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/RESTSourceDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/SOAPMessageDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/SOAPSourceDispatch.java inflating: com/sun/xml/internal/ws/client/package-info.java inflating: com/sun/xml/internal/ws/client/sei/AsyncBuilder.java inflating: com/sun/xml/internal/ws/client/sei/AsyncMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/BodyBuilder.java inflating: com/sun/xml/internal/ws/client/sei/CallbackMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/MessageFiller.java inflating: com/sun/xml/internal/ws/client/sei/MethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/PollingMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/ResponseBuilder.java inflating: com/sun/xml/internal/ws/client/sei/SEIStub.java inflating: com/sun/xml/internal/ws/client/sei/SyncMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/ValueGetter.java inflating: com/sun/xml/internal/ws/client/sei/ValueSetter.java inflating: com/sun/xml/internal/ws/client/sei/pacakge-info.java inflating: com/sun/xml/internal/ws/developer/EPRRecipe.java inflating: com/sun/xml/internal/ws/developer/JAXWSProperties.java inflating: com/sun/xml/internal/ws/developer/MemberSubmissionAddressing.java inflating: com/sun/xml/internal/ws/developer/MemberSubmissionAddressingFeature.java inflating: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference.java inflating: com/sun/xml/internal/ws/developer/ServerSideException.java inflating: com/sun/xml/internal/ws/developer/Stateful.java inflating: com/sun/xml/internal/ws/developer/StatefulFeature.java inflating: com/sun/xml/internal/ws/developer/StatefulWebServiceManager.java inflating: com/sun/xml/internal/ws/developer/WSBindingProvider.java inflating: com/sun/xml/internal/ws/developer/package-info.java inflating: com/sun/xml/internal/ws/encoding/AbstractXMLStreamWriterExImpl.java inflating: com/sun/xml/internal/ws/encoding/ContentTypeImpl.java inflating: com/sun/xml/internal/ws/encoding/MimeCodec.java inflating: com/sun/xml/internal/ws/encoding/MimeMultipartParser.java inflating: com/sun/xml/internal/ws/encoding/MtomCodec.java inflating: com/sun/xml/internal/ws/encoding/SOAPBindingCodec.java inflating: com/sun/xml/internal/ws/encoding/StreamSOAP11Codec.java inflating: com/sun/xml/internal/ws/encoding/StreamSOAP12Codec.java inflating: com/sun/xml/internal/ws/encoding/StreamSOAPCodec.java inflating: com/sun/xml/internal/ws/encoding/SwACodec.java inflating: com/sun/xml/internal/ws/encoding/TagInfoset.java inflating: com/sun/xml/internal/ws/encoding/XMLHTTPBindingCodec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetCodec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetMIMETypes.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderRecyclable.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP11Codec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP12Codec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAPCodec.java inflating: com/sun/xml/internal/ws/encoding/soap/DeserializationException.java inflating: com/sun/xml/internal/ws/encoding/soap/SOAP12Constants.java inflating: com/sun/xml/internal/ws/encoding/soap/SOAPConstants.java inflating: com/sun/xml/internal/ws/encoding/soap/SerializationException.java inflating: com/sun/xml/internal/ws/encoding/soap/SerializerConstants.java inflating: com/sun/xml/internal/ws/encoding/soap/streaming/SOAP12NamespaceConstants.java inflating: com/sun/xml/internal/ws/encoding/soap/streaming/SOAPNamespaceConstants.java inflating: com/sun/xml/internal/ws/encoding/xml/XMLCodec.java inflating: com/sun/xml/internal/ws/encoding/xml/XMLMessage.java inflating: com/sun/xml/internal/ws/fault/CodeType.java inflating: com/sun/xml/internal/ws/fault/DetailType.java inflating: com/sun/xml/internal/ws/fault/ExceptionBean.java inflating: com/sun/xml/internal/ws/fault/ReasonType.java inflating: com/sun/xml/internal/ws/fault/SOAP11Fault.java inflating: com/sun/xml/internal/ws/fault/SOAP12Fault.java inflating: com/sun/xml/internal/ws/fault/SOAPFaultBuilder.java inflating: com/sun/xml/internal/ws/fault/SubcodeType.java inflating: com/sun/xml/internal/ws/fault/TextType.java inflating: com/sun/xml/internal/ws/handler/ClientLogicalHandlerTube.java inflating: com/sun/xml/internal/ws/handler/ClientSOAPHandlerTube.java inflating: com/sun/xml/internal/ws/handler/HandlerChainsModel.java inflating: com/sun/xml/internal/ws/handler/HandlerException.java inflating: com/sun/xml/internal/ws/handler/HandlerProcessor.java inflating: com/sun/xml/internal/ws/handler/HandlerTube.java inflating: com/sun/xml/internal/ws/handler/LogicalMessageContextImpl.java inflating: com/sun/xml/internal/ws/handler/LogicalMessageImpl.java inflating: com/sun/xml/internal/ws/handler/MessageContextImpl.java inflating: com/sun/xml/internal/ws/handler/MessageUpdatableContext.java inflating: com/sun/xml/internal/ws/handler/PortInfoImpl.java inflating: com/sun/xml/internal/ws/handler/SOAPHandlerProcessor.java inflating: com/sun/xml/internal/ws/handler/SOAPMessageContextImpl.java inflating: com/sun/xml/internal/ws/handler/ServerLogicalHandlerTube.java inflating: com/sun/xml/internal/ws/handler/ServerSOAPHandlerTube.java inflating: com/sun/xml/internal/ws/handler/XMLHandlerProcessor.java inflating: com/sun/xml/internal/ws/message/AbstractHeaderImpl.java inflating: com/sun/xml/internal/ws/message/AbstractMessageImpl.java inflating: com/sun/xml/internal/ws/message/AttachmentSetImpl.java inflating: com/sun/xml/internal/ws/message/AttachmentUnmarshallerImpl.java inflating: com/sun/xml/internal/ws/message/ByteArrayAttachment.java inflating: com/sun/xml/internal/ws/message/DOMHeader.java inflating: com/sun/xml/internal/ws/message/DOMMessage.java inflating: com/sun/xml/internal/ws/message/DataHandlerAttachment.java inflating: com/sun/xml/internal/ws/message/EmptyMessageImpl.java inflating: com/sun/xml/internal/ws/message/FaultDetailHeader.java inflating: com/sun/xml/internal/ws/message/JAXBAttachment.java inflating: com/sun/xml/internal/ws/message/MimeAttachmentSet.java inflating: com/sun/xml/internal/ws/message/ProblemActionHeader.java inflating: com/sun/xml/internal/ws/message/RelatesToHeader.java inflating: com/sun/xml/internal/ws/message/RootElementSniffer.java inflating: com/sun/xml/internal/ws/message/StringHeader.java inflating: com/sun/xml/internal/ws/message/Util.java inflating: com/sun/xml/internal/ws/message/XMLReaderImpl.java inflating: com/sun/xml/internal/ws/message/jaxb/AttachmentMarshallerImpl.java inflating: com/sun/xml/internal/ws/message/jaxb/JAXBBridgeSource.java inflating: com/sun/xml/internal/ws/message/jaxb/JAXBHeader.java inflating: com/sun/xml/internal/ws/message/jaxb/JAXBMessage.java inflating: com/sun/xml/internal/ws/message/jaxb/MarshallerBridge.java inflating: com/sun/xml/internal/ws/message/jaxb/package-info.java inflating: com/sun/xml/internal/ws/message/package-info.java inflating: com/sun/xml/internal/ws/message/saaj/SAAJHeader.java inflating: com/sun/xml/internal/ws/message/saaj/SAAJMessage.java inflating: com/sun/xml/internal/ws/message/source/PayloadSourceMessage.java inflating: com/sun/xml/internal/ws/message/source/ProtocolSourceMessage.java inflating: com/sun/xml/internal/ws/message/source/SourceUtils.java inflating: com/sun/xml/internal/ws/message/stream/OutboundStreamHeader.java inflating: com/sun/xml/internal/ws/message/stream/PayloadStreamReaderMessage.java inflating: com/sun/xml/internal/ws/message/stream/StreamAttachment.java inflating: com/sun/xml/internal/ws/message/stream/StreamHeader.java inflating: com/sun/xml/internal/ws/message/stream/StreamHeader11.java inflating: com/sun/xml/internal/ws/message/stream/StreamHeader12.java inflating: com/sun/xml/internal/ws/message/stream/StreamMessage.java inflating: com/sun/xml/internal/ws/model/AbstractSEIModelImpl.java inflating: com/sun/xml/internal/ws/model/CheckedExceptionImpl.java inflating: com/sun/xml/internal/ws/model/JavaMethodImpl.java inflating: com/sun/xml/internal/ws/model/ParameterImpl.java inflating: com/sun/xml/internal/ws/model/RuntimeModeler.java inflating: com/sun/xml/internal/ws/model/RuntimeModelerException.java inflating: com/sun/xml/internal/ws/model/SOAPSEIModel.java inflating: com/sun/xml/internal/ws/model/WrapperParameter.java inflating: com/sun/xml/internal/ws/model/soap/SOAPBindingImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/AbstractFeaturedObjectImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/AbstractObjectImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLBoundOperationImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLBoundPortTypeImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLFaultImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLInputImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLMessageImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLModelImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLOperationImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLOutputImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPartDescriptorImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPartImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPortImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPortTypeImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLProperties.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLServiceImpl.java inflating: com/sun/xml/internal/ws/package-info.java inflating: com/sun/xml/internal/ws/protocol/soap/ClientMUTube.java inflating: com/sun/xml/internal/ws/protocol/soap/MUTube.java inflating: com/sun/xml/internal/ws/protocol/soap/ServerMUTube.java inflating: com/sun/xml/internal/ws/protocol/soap/VersionMismatchException.java inflating: com/sun/xml/internal/ws/protocol/xml/XMLMessageException.java inflating: com/sun/xml/internal/ws/resources/AddressingMessages.java inflating: com/sun/xml/internal/ws/resources/ClientMessages.java inflating: com/sun/xml/internal/ws/resources/DispatchMessages.java inflating: com/sun/xml/internal/ws/resources/EncodingMessages.java inflating: com/sun/xml/internal/ws/resources/HandlerMessages.java inflating: com/sun/xml/internal/ws/resources/HttpserverMessages.java inflating: com/sun/xml/internal/ws/resources/ModelerMessages.java inflating: com/sun/xml/internal/ws/resources/ProviderApiMessages.java inflating: com/sun/xml/internal/ws/resources/SenderMessages.java inflating: com/sun/xml/internal/ws/resources/ServerMessages.java inflating: com/sun/xml/internal/ws/resources/SoapMessages.java inflating: com/sun/xml/internal/ws/resources/StreamingMessages.java inflating: com/sun/xml/internal/ws/resources/UtilMessages.java inflating: com/sun/xml/internal/ws/resources/WsdlmodelMessages.java inflating: com/sun/xml/internal/ws/resources/WsservletMessages.java inflating: com/sun/xml/internal/ws/resources/XmlmessageMessages.java inflating: com/sun/xml/internal/ws/resources/addressing.properties inflating: com/sun/xml/internal/ws/resources/client.properties inflating: com/sun/xml/internal/ws/resources/dispatch.properties inflating: com/sun/xml/internal/ws/resources/encoding.properties inflating: com/sun/xml/internal/ws/resources/handler.properties inflating: com/sun/xml/internal/ws/resources/httpserver.properties inflating: com/sun/xml/internal/ws/resources/modeler.properties inflating: com/sun/xml/internal/ws/resources/providerApi.properties inflating: com/sun/xml/internal/ws/resources/sender.properties inflating: com/sun/xml/internal/ws/resources/server.properties inflating: com/sun/xml/internal/ws/resources/soap.properties inflating: com/sun/xml/internal/ws/resources/streaming.properties inflating: com/sun/xml/internal/ws/resources/util.properties inflating: com/sun/xml/internal/ws/resources/wsdlmodel.properties inflating: com/sun/xml/internal/ws/resources/wsservlet.properties inflating: com/sun/xml/internal/ws/resources/xmlmessage.properties inflating: com/sun/xml/internal/ws/server/AbstractInstanceResolver.java inflating: com/sun/xml/internal/ws/server/AbstractMultiInstanceResolver.java inflating: com/sun/xml/internal/ws/server/AbstractWebServiceContext.java inflating: com/sun/xml/internal/ws/server/DefaultResourceInjector.java inflating: com/sun/xml/internal/ws/server/EndpointFactory.java inflating: com/sun/xml/internal/ws/server/EndpointMessageContextImpl.java inflating: com/sun/xml/internal/ws/server/InvokerTube.java inflating: com/sun/xml/internal/ws/server/SDDocumentImpl.java inflating: com/sun/xml/internal/ws/server/ServerPropertyConstants.java inflating: com/sun/xml/internal/ws/server/ServerRtException.java inflating: com/sun/xml/internal/ws/server/ServiceDefinitionImpl.java inflating: com/sun/xml/internal/ws/server/SingletonResolver.java inflating: com/sun/xml/internal/ws/server/StatefulInstanceResolver.java inflating: com/sun/xml/internal/ws/server/UnsupportedMediaException.java inflating: com/sun/xml/internal/ws/server/WSDLGenResolver.java inflating: com/sun/xml/internal/ws/server/WSDLPatcher.java inflating: com/sun/xml/internal/ws/server/WSEndpointImpl.java inflating: com/sun/xml/internal/ws/server/package-info.java inflating: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube.java inflating: com/sun/xml/internal/ws/server/provider/MessageProviderArgumentBuilder.java inflating: com/sun/xml/internal/ws/server/provider/ProviderArgumentsBuilder.java inflating: com/sun/xml/internal/ws/server/provider/ProviderEndpointModel.java inflating: com/sun/xml/internal/ws/server/provider/ProviderInvokerTube.java inflating: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder.java inflating: com/sun/xml/internal/ws/server/provider/SyncProviderInvokerTube.java inflating: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder.java inflating: com/sun/xml/internal/ws/server/sei/ActionBasedDispatcher.java inflating: com/sun/xml/internal/ws/server/sei/DispatchException.java inflating: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder.java inflating: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcher.java inflating: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcherGetter.java inflating: com/sun/xml/internal/ws/server/sei/EndpointMethodHandler.java inflating: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder.java inflating: com/sun/xml/internal/ws/server/sei/EndpointValueSetter.java inflating: com/sun/xml/internal/ws/server/sei/MessageFiller.java inflating: com/sun/xml/internal/ws/server/sei/PayloadQNameBasedDispatcher.java inflating: com/sun/xml/internal/ws/server/sei/SEIInvokerTube.java inflating: com/sun/xml/internal/ws/server/sei/ValueGetter.java inflating: com/sun/xml/internal/ws/spi/ProviderImpl.java inflating: com/sun/xml/internal/ws/streaming/Attributes.java inflating: com/sun/xml/internal/ws/streaming/DOMStreamReader.java inflating: com/sun/xml/internal/ws/streaming/PrefixFactory.java inflating: com/sun/xml/internal/ws/streaming/PrefixFactoryImpl.java inflating: com/sun/xml/internal/ws/streaming/SourceReaderFactory.java inflating: com/sun/xml/internal/ws/streaming/TidyXMLStreamReader.java inflating: com/sun/xml/internal/ws/streaming/XMLReader.java inflating: com/sun/xml/internal/ws/streaming/XMLReaderException.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamReaderException.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamWriterException.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamWriterUtil.java inflating: com/sun/xml/internal/ws/transport/DeferredTransportPipe.java inflating: com/sun/xml/internal/ws/transport/Headers.java inflating: com/sun/xml/internal/ws/transport/http/DeploymentDescriptorParser.java inflating: com/sun/xml/internal/ws/transport/http/HttpAdapter.java inflating: com/sun/xml/internal/ws/transport/http/HttpAdapterList.java inflating: com/sun/xml/internal/ws/transport/http/ResourceLoader.java inflating: com/sun/xml/internal/ws/transport/http/WSHTTPConnection.java inflating: com/sun/xml/internal/ws/transport/http/client/CookieJar.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpCookie.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpResponseProperties.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpTransportPipe.java inflating: com/sun/xml/internal/ws/transport/http/client/RfcDateParser.java inflating: com/sun/xml/internal/ws/transport/http/server/EndpointImpl.java inflating: com/sun/xml/internal/ws/transport/http/server/HttpEndpoint.java inflating: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl.java inflating: com/sun/xml/internal/ws/transport/http/server/ServerMgr.java inflating: com/sun/xml/internal/ws/transport/http/server/WSHttpHandler.java inflating: com/sun/xml/internal/ws/util/ASCIIUtility.java inflating: com/sun/xml/internal/ws/util/ByteArrayBuffer.java inflating: com/sun/xml/internal/ws/util/ByteArrayDataSource.java inflating: com/sun/xml/internal/ws/util/CompletedFuture.java inflating: com/sun/xml/internal/ws/util/Constants.java inflating: com/sun/xml/internal/ws/util/DOMUtil.java inflating: com/sun/xml/internal/ws/util/FastInfosetReflection.java inflating: com/sun/xml/internal/ws/util/FastInfosetUtil.java inflating: com/sun/xml/internal/ws/util/HandlerAnnotationInfo.java inflating: com/sun/xml/internal/ws/util/HandlerAnnotationProcessor.java inflating: com/sun/xml/internal/ws/util/JAXWSUtils.java inflating: com/sun/xml/internal/ws/util/NamespaceSupport.java inflating: com/sun/xml/internal/ws/util/NoCloseInputStream.java inflating: com/sun/xml/internal/ws/util/NoCloseOutputStream.java inflating: com/sun/xml/internal/ws/util/Pool.java inflating: com/sun/xml/internal/ws/util/QNameMap.java inflating: com/sun/xml/internal/ws/util/ReadOnlyPropertyException.java inflating: com/sun/xml/internal/ws/util/RuntimeVersion.java inflating: com/sun/xml/internal/ws/util/ServiceConfigurationError.java inflating: com/sun/xml/internal/ws/util/ServiceFinder.java inflating: com/sun/xml/internal/ws/util/StringUtils.java inflating: com/sun/xml/internal/ws/util/UtilException.java inflating: com/sun/xml/internal/ws/util/Version.java inflating: com/sun/xml/internal/ws/util/VersionUtil.java inflating: com/sun/xml/internal/ws/util/exception/JAXWSExceptionBase.java inflating: com/sun/xml/internal/ws/util/exception/LocatableWebServiceException.java inflating: com/sun/xml/internal/ws/util/localization/Localizable.java inflating: com/sun/xml/internal/ws/util/localization/LocalizableImpl.java inflating: com/sun/xml/internal/ws/util/localization/LocalizableMessage.java inflating: com/sun/xml/internal/ws/util/localization/LocalizableMessageFactory.java inflating: com/sun/xml/internal/ws/util/localization/Localizer.java inflating: com/sun/xml/internal/ws/util/localization/NullLocalizable.java inflating: com/sun/xml/internal/ws/util/pipe/DumpTube.java inflating: com/sun/xml/internal/ws/util/pipe/StandalonePipeAssembler.java inflating: com/sun/xml/internal/ws/util/pipe/StandaloneTubeAssembler.java inflating: com/sun/xml/internal/ws/util/resources/Messages_en.properties inflating: com/sun/xml/internal/ws/util/version.properties inflating: com/sun/xml/internal/ws/util/xml/CDATA.java inflating: com/sun/xml/internal/ws/util/xml/ContentHandlerToXMLStreamWriter.java inflating: com/sun/xml/internal/ws/util/xml/DummyLocation.java inflating: com/sun/xml/internal/ws/util/xml/NamedNodeMapIterator.java inflating: com/sun/xml/internal/ws/util/xml/NodeListIterator.java inflating: com/sun/xml/internal/ws/util/xml/StAXResult.java inflating: com/sun/xml/internal/ws/util/xml/StAXSource.java inflating: com/sun/xml/internal/ws/util/xml/XMLStreamReaderFilter.java inflating: com/sun/xml/internal/ws/util/xml/XMLStreamReaderToXMLStreamWriter.java inflating: com/sun/xml/internal/ws/util/xml/XMLStreamWriterFilter.java inflating: com/sun/xml/internal/ws/util/xml/XmlUtil.java inflating: com/sun/xml/internal/ws/wsdl/parser/DelegatingParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/EntityResolverWrapper.java inflating: com/sun/xml/internal/ws/wsdl/parser/ErrorHandler.java inflating: com/sun/xml/internal/ws/wsdl/parser/FoolProofParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/InaccessibleWSDLException.java inflating: com/sun/xml/internal/ws/wsdl/parser/MIMEConstants.java inflating: com/sun/xml/internal/ws/wsdl/parser/MemberSubmissionAddressingWSDLParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/MexEntityResolver.java inflating: com/sun/xml/internal/ws/wsdl/parser/ParserUtil.java inflating: com/sun/xml/internal/ws/wsdl/parser/RuntimeWSDLParser.java inflating: com/sun/xml/internal/ws/wsdl/parser/SOAPConstants.java inflating: com/sun/xml/internal/ws/wsdl/parser/W3CAddressingWSDLParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/WSDLConstants.java inflating: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionContextImpl.java inflating: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionFacade.java inflating: com/sun/xml/internal/ws/wsdl/writer/UsingAddressing.java inflating: com/sun/xml/internal/ws/wsdl/writer/W3CAddressingWSDLGeneratorExtension.java inflating: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator.java inflating: com/sun/xml/internal/ws/wsdl/writer/WSDLGeneratorExtensionFacade.java inflating: com/sun/xml/internal/ws/wsdl/writer/WSDLResolver.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Binding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/BindingOperationType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Definitions.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Documented.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Fault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/FaultType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Import.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Message.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/OpenAtts.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Operation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/ParamType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Part.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Port.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/PortType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Service.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/StartWithExtensionsType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Types.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/Address.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/Binding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/Operation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/Body.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/BodyType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/Header.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/HeaderFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPAddress.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPBinding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPOperation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Body.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/BodyType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Header.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/HeaderFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPAddress.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPBinding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPOperation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Import.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Schema.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/package-info.java inflating: com/sun/xml/internal/xsom/ForeignAttributes.java inflating: com/sun/xml/internal/xsom/SCD.java inflating: com/sun/xml/internal/xsom/XSAnnotation.java inflating: com/sun/xml/internal/xsom/XSAttContainer.java inflating: com/sun/xml/internal/xsom/XSAttGroupDecl.java inflating: com/sun/xml/internal/xsom/XSAttributeDecl.java inflating: com/sun/xml/internal/xsom/XSAttributeUse.java inflating: com/sun/xml/internal/xsom/XSComplexType.java inflating: com/sun/xml/internal/xsom/XSComponent.java inflating: com/sun/xml/internal/xsom/XSContentType.java inflating: com/sun/xml/internal/xsom/XSDeclaration.java inflating: com/sun/xml/internal/xsom/XSElementDecl.java inflating: com/sun/xml/internal/xsom/XSFacet.java inflating: com/sun/xml/internal/xsom/XSIdentityConstraint.java inflating: com/sun/xml/internal/xsom/XSListSimpleType.java inflating: com/sun/xml/internal/xsom/XSModelGroup.java inflating: com/sun/xml/internal/xsom/XSModelGroupDecl.java inflating: com/sun/xml/internal/xsom/XSNotation.java inflating: com/sun/xml/internal/xsom/XSParticle.java inflating: com/sun/xml/internal/xsom/XSRestrictionSimpleType.java inflating: com/sun/xml/internal/xsom/XSSchema.java inflating: com/sun/xml/internal/xsom/XSSchemaSet.java inflating: com/sun/xml/internal/xsom/XSSimpleType.java inflating: com/sun/xml/internal/xsom/XSTerm.java inflating: com/sun/xml/internal/xsom/XSType.java inflating: com/sun/xml/internal/xsom/XSUnionSimpleType.java inflating: com/sun/xml/internal/xsom/XSVariety.java inflating: com/sun/xml/internal/xsom/XSWildcard.java inflating: com/sun/xml/internal/xsom/XSXPath.java inflating: com/sun/xml/internal/xsom/XmlString.java inflating: com/sun/xml/internal/xsom/impl/AnnotationImpl.java inflating: com/sun/xml/internal/xsom/impl/AttGroupDeclImpl.java inflating: com/sun/xml/internal/xsom/impl/AttributeDeclImpl.java inflating: com/sun/xml/internal/xsom/impl/AttributeUseImpl.java inflating: com/sun/xml/internal/xsom/impl/AttributesHolder.java inflating: com/sun/xml/internal/xsom/impl/ComplexTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/ComponentImpl.java inflating: com/sun/xml/internal/xsom/impl/Const.java inflating: com/sun/xml/internal/xsom/impl/ContentTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/DeclarationImpl.java inflating: com/sun/xml/internal/xsom/impl/ElementDecl.java inflating: com/sun/xml/internal/xsom/impl/EmptyImpl.java inflating: com/sun/xml/internal/xsom/impl/FacetImpl.java inflating: com/sun/xml/internal/xsom/impl/ForeignAttributesImpl.java inflating: com/sun/xml/internal/xsom/impl/IdentityConstraintImpl.java inflating: com/sun/xml/internal/xsom/impl/ListSimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/ModelGroupDeclImpl.java inflating: com/sun/xml/internal/xsom/impl/ModelGroupImpl.java inflating: com/sun/xml/internal/xsom/impl/NotationImpl.java inflating: com/sun/xml/internal/xsom/impl/ParticleImpl.java inflating: com/sun/xml/internal/xsom/impl/Ref.java inflating: com/sun/xml/internal/xsom/impl/RestrictionSimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/SchemaImpl.java inflating: com/sun/xml/internal/xsom/impl/SchemaSetImpl.java inflating: com/sun/xml/internal/xsom/impl/SimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/UName.java inflating: com/sun/xml/internal/xsom/impl/UnionSimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/Util.java inflating: com/sun/xml/internal/xsom/impl/WildcardImpl.java inflating: com/sun/xml/internal/xsom/impl/XPathImpl.java inflating: com/sun/xml/internal/xsom/impl/package.html inflating: com/sun/xml/internal/xsom/impl/parser/BaseContentRef.java inflating: com/sun/xml/internal/xsom/impl/parser/DefaultAnnotationParser.java inflating: com/sun/xml/internal/xsom/impl/parser/DelayedRef.java inflating: com/sun/xml/internal/xsom/impl/parser/Messages.java inflating: com/sun/xml/internal/xsom/impl/parser/Messages.properties inflating: com/sun/xml/internal/xsom/impl/parser/Messages_ja.properties inflating: com/sun/xml/internal/xsom/impl/parser/NGCCRuntimeEx.java inflating: com/sun/xml/internal/xsom/impl/parser/ParserContext.java inflating: com/sun/xml/internal/xsom/impl/parser/Patch.java inflating: com/sun/xml/internal/xsom/impl/parser/PatcherManager.java inflating: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor.java inflating: com/sun/xml/internal/xsom/impl/parser/SchemaDocumentImpl.java inflating: com/sun/xml/internal/xsom/impl/parser/SubstGroupBaseTypeRef.java inflating: com/sun/xml/internal/xsom/impl/parser/datatypes.xsd inflating: com/sun/xml/internal/xsom/impl/parser/package.html inflating: com/sun/xml/internal/xsom/impl/parser/state/AttributesImpl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventReceiver.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventSource.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCHandler.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCInterleaveFilter.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCRuntime.java inflating: com/sun/xml/internal/xsom/impl/parser/state/Schema.java inflating: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_List.java inflating: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Restriction.java inflating: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Union.java inflating: com/sun/xml/internal/xsom/impl/parser/state/annotation.java inflating: com/sun/xml/internal/xsom/impl/parser/state/attributeDeclBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/attributeGroupDecl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/attributeUses.java inflating: com/sun/xml/internal/xsom/impl/parser/state/complexType.java inflating: com/sun/xml/internal/xsom/impl/parser/state/complexType_complexContent_body.java inflating: com/sun/xml/internal/xsom/impl/parser/state/elementDeclBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/erSet.java inflating: com/sun/xml/internal/xsom/impl/parser/state/ersSet.java inflating: com/sun/xml/internal/xsom/impl/parser/state/facet.java inflating: com/sun/xml/internal/xsom/impl/parser/state/foreignAttributes.java inflating: com/sun/xml/internal/xsom/impl/parser/state/group.java inflating: com/sun/xml/internal/xsom/impl/parser/state/identityConstraint.java inflating: com/sun/xml/internal/xsom/impl/parser/state/importDecl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/includeDecl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/modelGroupBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/notation.java inflating: com/sun/xml/internal/xsom/impl/parser/state/occurs.java inflating: com/sun/xml/internal/xsom/impl/parser/state/particle.java inflating: com/sun/xml/internal/xsom/impl/parser/state/qname.java inflating: com/sun/xml/internal/xsom/impl/parser/state/qualification.java inflating: com/sun/xml/internal/xsom/impl/parser/state/redefine.java inflating: com/sun/xml/internal/xsom/impl/parser/state/simpleType.java inflating: com/sun/xml/internal/xsom/impl/parser/state/wildcardBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/xpath.java inflating: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl.java inflating: com/sun/xml/internal/xsom/impl/scd/Axis.java inflating: com/sun/xml/internal/xsom/impl/scd/Iterators.java inflating: com/sun/xml/internal/xsom/impl/scd/ParseException.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDImpl.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDParser.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDParserConstants.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDParserTokenManager.java inflating: com/sun/xml/internal/xsom/impl/scd/SimpleCharStream.java inflating: com/sun/xml/internal/xsom/impl/scd/Step.java inflating: com/sun/xml/internal/xsom/impl/scd/Token.java inflating: com/sun/xml/internal/xsom/impl/scd/TokenMgrError.java inflating: com/sun/xml/internal/xsom/impl/util/DraconianErrorHandler.java inflating: com/sun/xml/internal/xsom/impl/util/ResourceEntityResolver.java inflating: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser.java inflating: com/sun/xml/internal/xsom/impl/util/SchemaWriter.java inflating: com/sun/xml/internal/xsom/impl/util/Uri.java inflating: com/sun/xml/internal/xsom/package.html inflating: com/sun/xml/internal/xsom/parser/AnnotationContext.java inflating: com/sun/xml/internal/xsom/parser/AnnotationParser.java inflating: com/sun/xml/internal/xsom/parser/AnnotationParserFactory.java inflating: com/sun/xml/internal/xsom/parser/JAXPParser.java inflating: com/sun/xml/internal/xsom/parser/SchemaDocument.java inflating: com/sun/xml/internal/xsom/parser/XMLParser.java inflating: com/sun/xml/internal/xsom/parser/XSOMParser.java inflating: com/sun/xml/internal/xsom/parser/package.html inflating: com/sun/xml/internal/xsom/util/ComponentNameFunction.java inflating: com/sun/xml/internal/xsom/util/DeferedCollection.java inflating: com/sun/xml/internal/xsom/util/DomAnnotationParserFactory.java inflating: com/sun/xml/internal/xsom/util/NameGetter.java inflating: com/sun/xml/internal/xsom/util/NameGetter.properties inflating: com/sun/xml/internal/xsom/util/SimpleTypeSet.java inflating: com/sun/xml/internal/xsom/util/TypeClosure.java inflating: com/sun/xml/internal/xsom/util/TypeSet.java inflating: com/sun/xml/internal/xsom/util/XSFinder.java inflating: com/sun/xml/internal/xsom/util/XSFunctionFilter.java inflating: com/sun/xml/internal/xsom/visitor/XSContentTypeFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSContentTypeVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSSimpleTypeFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSSimpleTypeVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSTermFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSTermFunctionWithParam.java inflating: com/sun/xml/internal/xsom/visitor/XSTermVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSWildcardFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSWildcardVisitor.java inflating: com/sun/xml/internal/xsom/visitor/package.html inflating: javax/activation/ActivationDataFlavor.java inflating: javax/activation/CommandInfo.java inflating: javax/activation/CommandMap.java inflating: javax/activation/CommandObject.java inflating: javax/activation/DataContentHandler.java inflating: javax/activation/DataContentHandlerFactory.java inflating: javax/activation/DataHandler.java inflating: javax/activation/DataSource.java inflating: javax/activation/FileDataSource.java inflating: javax/activation/FileTypeMap.java inflating: javax/activation/MailcapCommandMap.java inflating: javax/activation/MimeType.java inflating: javax/activation/MimeTypeParameterList.java inflating: javax/activation/MimeTypeParseException.java inflating: javax/activation/MimetypesFileTypeMap.java inflating: javax/activation/SecuritySupport.java inflating: javax/activation/URLDataSource.java inflating: javax/activation/UnsupportedDataTypeException.java inflating: javax/annotation/Generated.java inflating: javax/annotation/PostConstruct.java inflating: javax/annotation/PreDestroy.java inflating: javax/annotation/Resource.java inflating: javax/annotation/Resources.java inflating: javax/jws/HandlerChain.java inflating: javax/jws/Oneway.java inflating: javax/jws/WebMethod.java inflating: javax/jws/WebParam.java inflating: javax/jws/WebResult.java inflating: javax/jws/WebService.java inflating: javax/jws/soap/InitParam.java inflating: javax/jws/soap/SOAPBinding.java inflating: javax/jws/soap/SOAPMessageHandler.java inflating: javax/jws/soap/SOAPMessageHandlers.java inflating: javax/xml/bind/Binder.java inflating: javax/xml/bind/ContextFinder.java inflating: javax/xml/bind/DataBindingException.java inflating: javax/xml/bind/DatatypeConverter.java inflating: javax/xml/bind/DatatypeConverterImpl.java inflating: javax/xml/bind/DatatypeConverterInterface.java inflating: javax/xml/bind/Element.java inflating: javax/xml/bind/GetPropertyAction.java inflating: javax/xml/bind/JAXB.java inflating: javax/xml/bind/JAXBContext.java inflating: javax/xml/bind/JAXBElement.java inflating: javax/xml/bind/JAXBException.java inflating: javax/xml/bind/JAXBIntrospector.java inflating: javax/xml/bind/MarshalException.java inflating: javax/xml/bind/Marshaller.java inflating: javax/xml/bind/Messages.java inflating: javax/xml/bind/Messages.properties inflating: javax/xml/bind/NotIdentifiableEvent.java inflating: javax/xml/bind/ParseConversionEvent.java inflating: javax/xml/bind/PrintConversionEvent.java inflating: javax/xml/bind/PropertyException.java inflating: javax/xml/bind/SchemaOutputResolver.java inflating: javax/xml/bind/TypeConstraintException.java inflating: javax/xml/bind/UnmarshalException.java inflating: javax/xml/bind/Unmarshaller.java inflating: javax/xml/bind/UnmarshallerHandler.java inflating: javax/xml/bind/ValidationEvent.java inflating: javax/xml/bind/ValidationEventHandler.java inflating: javax/xml/bind/ValidationEventLocator.java inflating: javax/xml/bind/ValidationException.java inflating: javax/xml/bind/Validator.java inflating: javax/xml/bind/WhiteSpaceProcessor.java inflating: javax/xml/bind/annotation/DomHandler.java inflating: javax/xml/bind/annotation/W3CDomHandler.java inflating: javax/xml/bind/annotation/XmlAccessOrder.java inflating: javax/xml/bind/annotation/XmlAccessType.java inflating: javax/xml/bind/annotation/XmlAccessorOrder.java inflating: javax/xml/bind/annotation/XmlAccessorType.java inflating: javax/xml/bind/annotation/XmlAnyAttribute.java inflating: javax/xml/bind/annotation/XmlAnyElement.java inflating: javax/xml/bind/annotation/XmlAttachmentRef.java inflating: javax/xml/bind/annotation/XmlAttribute.java inflating: javax/xml/bind/annotation/XmlElement.java inflating: javax/xml/bind/annotation/XmlElementDecl.java inflating: javax/xml/bind/annotation/XmlElementRef.java inflating: javax/xml/bind/annotation/XmlElementRefs.java inflating: javax/xml/bind/annotation/XmlElementWrapper.java inflating: javax/xml/bind/annotation/XmlElements.java inflating: javax/xml/bind/annotation/XmlEnum.java inflating: javax/xml/bind/annotation/XmlEnumValue.java inflating: javax/xml/bind/annotation/XmlID.java inflating: javax/xml/bind/annotation/XmlIDREF.java inflating: javax/xml/bind/annotation/XmlInlineBinaryData.java inflating: javax/xml/bind/annotation/XmlList.java inflating: javax/xml/bind/annotation/XmlMimeType.java inflating: javax/xml/bind/annotation/XmlMixed.java inflating: javax/xml/bind/annotation/XmlNs.java inflating: javax/xml/bind/annotation/XmlNsForm.java inflating: javax/xml/bind/annotation/XmlRegistry.java inflating: javax/xml/bind/annotation/XmlRootElement.java inflating: javax/xml/bind/annotation/XmlSchema.java inflating: javax/xml/bind/annotation/XmlSchemaType.java inflating: javax/xml/bind/annotation/XmlSchemaTypes.java inflating: javax/xml/bind/annotation/XmlSeeAlso.java inflating: javax/xml/bind/annotation/XmlTransient.java inflating: javax/xml/bind/annotation/XmlType.java inflating: javax/xml/bind/annotation/XmlValue.java inflating: javax/xml/bind/annotation/adapters/CollapsedStringAdapter.java inflating: javax/xml/bind/annotation/adapters/HexBinaryAdapter.java inflating: javax/xml/bind/annotation/adapters/NormalizedStringAdapter.java inflating: javax/xml/bind/annotation/adapters/XmlAdapter.java inflating: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.java inflating: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.java inflating: javax/xml/bind/annotation/adapters/package.html inflating: javax/xml/bind/annotation/package.html inflating: javax/xml/bind/attachment/AttachmentMarshaller.java inflating: javax/xml/bind/attachment/AttachmentUnmarshaller.java inflating: javax/xml/bind/attachment/package.html inflating: javax/xml/bind/helpers/AbstractMarshallerImpl.java inflating: javax/xml/bind/helpers/AbstractUnmarshallerImpl.java inflating: javax/xml/bind/helpers/DefaultValidationEventHandler.java inflating: javax/xml/bind/helpers/Messages.java inflating: javax/xml/bind/helpers/Messages.properties inflating: javax/xml/bind/helpers/NotIdentifiableEventImpl.java inflating: javax/xml/bind/helpers/ParseConversionEventImpl.java inflating: javax/xml/bind/helpers/PrintConversionEventImpl.java inflating: javax/xml/bind/helpers/ValidationEventImpl.java inflating: javax/xml/bind/helpers/ValidationEventLocatorImpl.java inflating: javax/xml/bind/helpers/package.html inflating: javax/xml/bind/package.html inflating: javax/xml/bind/util/JAXBResult.java inflating: javax/xml/bind/util/JAXBSource.java inflating: javax/xml/bind/util/Messages.java inflating: javax/xml/bind/util/Messages.properties inflating: javax/xml/bind/util/ValidationEventCollector.java inflating: javax/xml/bind/util/package.html inflating: javax/xml/soap/AttachmentPart.java inflating: javax/xml/soap/Detail.java inflating: javax/xml/soap/DetailEntry.java inflating: javax/xml/soap/FactoryFinder.java inflating: javax/xml/soap/MessageFactory.java inflating: javax/xml/soap/MimeHeader.java inflating: javax/xml/soap/MimeHeaders.java inflating: javax/xml/soap/Name.java inflating: javax/xml/soap/Node.java inflating: javax/xml/soap/SAAJMetaFactory.java inflating: javax/xml/soap/SAAJResult.java inflating: javax/xml/soap/SOAPBody.java inflating: javax/xml/soap/SOAPBodyElement.java inflating: javax/xml/soap/SOAPConnection.java inflating: javax/xml/soap/SOAPConnectionFactory.java inflating: javax/xml/soap/SOAPConstants.java inflating: javax/xml/soap/SOAPElement.java inflating: javax/xml/soap/SOAPElementFactory.java inflating: javax/xml/soap/SOAPEnvelope.java inflating: javax/xml/soap/SOAPException.java inflating: javax/xml/soap/SOAPFactory.java inflating: javax/xml/soap/SOAPFault.java inflating: javax/xml/soap/SOAPFaultElement.java inflating: javax/xml/soap/SOAPHeader.java inflating: javax/xml/soap/SOAPHeaderElement.java inflating: javax/xml/soap/SOAPMessage.java inflating: javax/xml/soap/SOAPPart.java inflating: javax/xml/soap/Text.java inflating: javax/xml/soap/package.html inflating: javax/xml/ws/Action.java inflating: javax/xml/ws/AsyncHandler.java inflating: javax/xml/ws/Binding.java inflating: javax/xml/ws/BindingProvider.java inflating: javax/xml/ws/BindingType.java inflating: javax/xml/ws/Dispatch.java inflating: javax/xml/ws/Endpoint.java inflating: javax/xml/ws/EndpointReference.java inflating: javax/xml/ws/FaultAction.java inflating: javax/xml/ws/Holder.java inflating: javax/xml/ws/LogicalMessage.java inflating: javax/xml/ws/ProtocolException.java inflating: javax/xml/ws/Provider.java inflating: javax/xml/ws/RequestWrapper.java inflating: javax/xml/ws/RespectBinding.java inflating: javax/xml/ws/RespectBindingFeature.java inflating: javax/xml/ws/Response.java inflating: javax/xml/ws/ResponseWrapper.java inflating: javax/xml/ws/Service.java inflating: javax/xml/ws/ServiceMode.java inflating: javax/xml/ws/WebEndpoint.java inflating: javax/xml/ws/WebFault.java inflating: javax/xml/ws/WebServiceClient.java inflating: javax/xml/ws/WebServiceContext.java inflating: javax/xml/ws/WebServiceException.java inflating: javax/xml/ws/WebServiceFeature.java inflating: javax/xml/ws/WebServicePermission.java inflating: javax/xml/ws/WebServiceProvider.java inflating: javax/xml/ws/WebServiceRef.java inflating: javax/xml/ws/WebServiceRefs.java inflating: javax/xml/ws/handler/Handler.java inflating: javax/xml/ws/handler/HandlerResolver.java inflating: javax/xml/ws/handler/LogicalHandler.java inflating: javax/xml/ws/handler/LogicalMessageContext.java inflating: javax/xml/ws/handler/MessageContext.java inflating: javax/xml/ws/handler/PortInfo.java inflating: javax/xml/ws/handler/package.html inflating: javax/xml/ws/handler/soap/SOAPHandler.java inflating: javax/xml/ws/handler/soap/SOAPMessageContext.java inflating: javax/xml/ws/handler/soap/package.html inflating: javax/xml/ws/http/HTTPBinding.java inflating: javax/xml/ws/http/HTTPException.java inflating: javax/xml/ws/http/package.html inflating: javax/xml/ws/package.html inflating: javax/xml/ws/soap/Addressing.java inflating: javax/xml/ws/soap/AddressingFeature.java inflating: javax/xml/ws/soap/MTOM.java inflating: javax/xml/ws/soap/MTOMFeature.java inflating: javax/xml/ws/soap/SOAPBinding.java inflating: javax/xml/ws/soap/SOAPFaultException.java inflating: javax/xml/ws/soap/package.html inflating: javax/xml/ws/spi/FactoryFinder.java inflating: javax/xml/ws/spi/Provider.java inflating: javax/xml/ws/spi/ServiceDelegate.java inflating: javax/xml/ws/spi/WebServiceFeatureAnnotation.java inflating: javax/xml/ws/spi/package.html inflating: javax/xml/ws/wsaddressing/W3CEndpointReference.java inflating: javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java inflating: javax/xml/ws/wsaddressing/package-info.java inflating: javax/xml/ws/wsaddressing/package.html inflating: org/relaxng/datatype/Datatype.java inflating: org/relaxng/datatype/DatatypeBuilder.java inflating: org/relaxng/datatype/DatatypeException.java inflating: org/relaxng/datatype/DatatypeLibrary.java inflating: org/relaxng/datatype/DatatypeLibraryFactory.java inflating: org/relaxng/datatype/DatatypeStreamingValidator.java inflating: org/relaxng/datatype/ValidationContext.java inflating: org/relaxng/datatype/helpers/DatatypeLibraryLoader.java inflating: org/relaxng/datatype/helpers/ParameterlessDatatypeBuilder.java inflating: org/relaxng/datatype/helpers/StreamingValidatorImpl.java /bin/echo -e "Import classes from /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" Import classes from /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 if [ "" != "" ] ; then ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar ) ); ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar ) ); fi if [ "" != "" ] ; then ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar ) ); ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar ) ); fi Importing classes from component LANGTOOLS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/langtools/dist/lib/classes.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF created: com/sun/javadoc/ created: com/sun/mirror/ created: com/sun/mirror/apt/ created: com/sun/mirror/declaration/ created: com/sun/mirror/type/ created: com/sun/mirror/util/ created: com/sun/source/ created: com/sun/source/tree/ created: com/sun/source/util/ created: com/sun/tools/ created: com/sun/tools/apt/ created: com/sun/tools/apt/comp/ created: com/sun/tools/apt/main/ created: com/sun/tools/apt/mirror/ created: com/sun/tools/apt/mirror/apt/ created: com/sun/tools/apt/mirror/declaration/ created: com/sun/tools/apt/mirror/type/ created: com/sun/tools/apt/mirror/util/ created: com/sun/tools/apt/resources/ created: com/sun/tools/apt/util/ created: com/sun/tools/doclets/ created: com/sun/tools/doclets/formats/ created: com/sun/tools/doclets/formats/html/ created: com/sun/tools/doclets/formats/html/markup/ created: com/sun/tools/doclets/formats/html/resources/ created: com/sun/tools/doclets/internal/ created: com/sun/tools/doclets/internal/toolkit/ created: com/sun/tools/doclets/internal/toolkit/builders/ created: com/sun/tools/doclets/internal/toolkit/resources/ created: com/sun/tools/doclets/internal/toolkit/taglets/ created: com/sun/tools/doclets/internal/toolkit/util/ created: com/sun/tools/doclets/internal/toolkit/util/links/ created: com/sun/tools/doclets/standard/ created: com/sun/tools/javac/ created: com/sun/tools/javac/api/ created: com/sun/tools/javac/code/ created: com/sun/tools/javac/comp/ created: com/sun/tools/javac/jvm/ created: com/sun/tools/javac/main/ created: com/sun/tools/javac/model/ created: com/sun/tools/javac/parser/ created: com/sun/tools/javac/processing/ created: com/sun/tools/javac/resources/ created: com/sun/tools/javac/sym/ created: com/sun/tools/javac/tree/ created: com/sun/tools/javac/util/ created: com/sun/tools/javac/zip/ created: com/sun/tools/javadoc/ created: com/sun/tools/javadoc/resources/ created: com/sun/tools/javah/ created: com/sun/tools/javah/resources/ created: java/ created: java/nio/ created: java/nio/charset/ created: javax/annotation/ created: javax/annotation/processing/ created: javax/lang/ created: javax/lang/model/ created: javax/lang/model/element/ created: javax/lang/model/type/ created: javax/lang/model/util/ created: javax/tools/ created: sun/ created: sun/tools/ created: sun/tools/javap/ inflated: com/sun/javadoc/AnnotationDesc$ElementValuePair.class inflated: com/sun/javadoc/AnnotationDesc.class inflated: com/sun/javadoc/AnnotationTypeDoc.class inflated: com/sun/javadoc/AnnotationTypeElementDoc.class inflated: com/sun/javadoc/AnnotationValue.class inflated: com/sun/javadoc/ClassDoc.class inflated: com/sun/javadoc/ConstructorDoc.class inflated: com/sun/javadoc/Doc.class inflated: com/sun/javadoc/DocErrorReporter.class inflated: com/sun/javadoc/Doclet.class inflated: com/sun/javadoc/ExecutableMemberDoc.class inflated: com/sun/javadoc/FieldDoc.class inflated: com/sun/javadoc/LanguageVersion.class inflated: com/sun/javadoc/MemberDoc.class inflated: com/sun/javadoc/MethodDoc.class inflated: com/sun/javadoc/PackageDoc.class inflated: com/sun/javadoc/ParamTag.class inflated: com/sun/javadoc/Parameter.class inflated: com/sun/javadoc/ParameterizedType.class inflated: com/sun/javadoc/ProgramElementDoc.class inflated: com/sun/javadoc/RootDoc.class inflated: com/sun/javadoc/SeeTag.class inflated: com/sun/javadoc/SerialFieldTag.class inflated: com/sun/javadoc/SourcePosition.class inflated: com/sun/javadoc/Tag.class inflated: com/sun/javadoc/ThrowsTag.class inflated: com/sun/javadoc/Type.class inflated: com/sun/javadoc/TypeVariable.class inflated: com/sun/javadoc/WildcardType.class inflated: com/sun/mirror/apt/AnnotationProcessor.class inflated: com/sun/mirror/apt/AnnotationProcessorEnvironment.class inflated: com/sun/mirror/apt/AnnotationProcessorFactory.class inflated: com/sun/mirror/apt/AnnotationProcessorListener.class inflated: com/sun/mirror/apt/AnnotationProcessors$CompositeAnnotationProcessor.class inflated: com/sun/mirror/apt/AnnotationProcessors$NoOpAP.class inflated: com/sun/mirror/apt/AnnotationProcessors.class inflated: com/sun/mirror/apt/Filer$Location.class inflated: com/sun/mirror/apt/Filer.class inflated: com/sun/mirror/apt/Messager.class inflated: com/sun/mirror/apt/RoundCompleteEvent.class inflated: com/sun/mirror/apt/RoundCompleteListener.class inflated: com/sun/mirror/apt/RoundState.class inflated: com/sun/mirror/declaration/AnnotationMirror.class inflated: com/sun/mirror/declaration/AnnotationTypeDeclaration.class inflated: com/sun/mirror/declaration/AnnotationTypeElementDeclaration.class inflated: com/sun/mirror/declaration/AnnotationValue.class inflated: com/sun/mirror/declaration/ClassDeclaration.class inflated: com/sun/mirror/declaration/ConstructorDeclaration.class inflated: com/sun/mirror/declaration/Declaration.class inflated: com/sun/mirror/declaration/EnumConstantDeclaration.class inflated: com/sun/mirror/declaration/EnumDeclaration.class inflated: com/sun/mirror/declaration/ExecutableDeclaration.class inflated: com/sun/mirror/declaration/FieldDeclaration.class inflated: com/sun/mirror/declaration/InterfaceDeclaration.class inflated: com/sun/mirror/declaration/MemberDeclaration.class inflated: com/sun/mirror/declaration/MethodDeclaration.class inflated: com/sun/mirror/declaration/Modifier.class inflated: com/sun/mirror/declaration/PackageDeclaration.class inflated: com/sun/mirror/declaration/ParameterDeclaration.class inflated: com/sun/mirror/declaration/TypeDeclaration.class inflated: com/sun/mirror/declaration/TypeParameterDeclaration.class inflated: com/sun/mirror/type/AnnotationType.class inflated: com/sun/mirror/type/ArrayType.class inflated: com/sun/mirror/type/ClassType.class inflated: com/sun/mirror/type/DeclaredType.class inflated: com/sun/mirror/type/EnumType.class inflated: com/sun/mirror/type/InterfaceType.class inflated: com/sun/mirror/type/MirroredTypeException.class inflated: com/sun/mirror/type/MirroredTypesException.class inflated: com/sun/mirror/type/PrimitiveType$Kind.class inflated: com/sun/mirror/type/PrimitiveType.class inflated: com/sun/mirror/type/ReferenceType.class inflated: com/sun/mirror/type/TypeMirror.class inflated: com/sun/mirror/type/TypeVariable.class inflated: com/sun/mirror/type/VoidType.class inflated: com/sun/mirror/type/WildcardType.class inflated: com/sun/mirror/util/DeclarationFilter$1.class inflated: com/sun/mirror/util/DeclarationFilter$2.class inflated: com/sun/mirror/util/DeclarationFilter$3.class inflated: com/sun/mirror/util/DeclarationFilter$4.class inflated: com/sun/mirror/util/DeclarationFilter$5.class inflated: com/sun/mirror/util/DeclarationFilter$AccessFilter.class inflated: com/sun/mirror/util/DeclarationFilter.class inflated: com/sun/mirror/util/DeclarationScanner.class inflated: com/sun/mirror/util/DeclarationVisitor.class inflated: com/sun/mirror/util/DeclarationVisitors.class inflated: com/sun/mirror/util/Declarations.class inflated: com/sun/mirror/util/SimpleDeclarationVisitor.class inflated: com/sun/mirror/util/SimpleTypeVisitor.class inflated: com/sun/mirror/util/SourceOrderDeclScanner$SourceOrderComparator$DeclPartialOrder.class inflated: com/sun/mirror/util/SourceOrderDeclScanner$SourceOrderComparator.class inflated: com/sun/mirror/util/SourceOrderDeclScanner.class inflated: com/sun/mirror/util/SourcePosition.class inflated: com/sun/mirror/util/TypeVisitor.class inflated: com/sun/mirror/util/Types.class inflated: com/sun/source/tree/AnnotationTree.class inflated: com/sun/source/tree/ArrayAccessTree.class inflated: com/sun/source/tree/ArrayTypeTree.class inflated: com/sun/source/tree/AssertTree.class inflated: com/sun/source/tree/AssignmentTree.class inflated: com/sun/source/tree/BinaryTree.class inflated: com/sun/source/tree/BlockTree.class inflated: com/sun/source/tree/BreakTree.class inflated: com/sun/source/tree/CaseTree.class inflated: com/sun/source/tree/CatchTree.class inflated: com/sun/source/tree/ClassTree.class inflated: com/sun/source/tree/CompilationUnitTree.class inflated: com/sun/source/tree/CompoundAssignmentTree.class inflated: com/sun/source/tree/ConditionalExpressionTree.class inflated: com/sun/source/tree/ContinueTree.class inflated: com/sun/source/tree/DoWhileLoopTree.class inflated: com/sun/source/tree/EmptyStatementTree.class inflated: com/sun/source/tree/EnhancedForLoopTree.class inflated: com/sun/source/tree/ErroneousTree.class inflated: com/sun/source/tree/ExpressionStatementTree.class inflated: com/sun/source/tree/ExpressionTree.class inflated: com/sun/source/tree/ForLoopTree.class inflated: com/sun/source/tree/IdentifierTree.class inflated: com/sun/source/tree/IfTree.class inflated: com/sun/source/tree/ImportTree.class inflated: com/sun/source/tree/InstanceOfTree.class inflated: com/sun/source/tree/LabeledStatementTree.class inflated: com/sun/source/tree/LineMap.class inflated: com/sun/source/tree/LiteralTree.class inflated: com/sun/source/tree/MemberSelectTree.class inflated: com/sun/source/tree/MethodInvocationTree.class inflated: com/sun/source/tree/MethodTree.class inflated: com/sun/source/tree/ModifiersTree.class inflated: com/sun/source/tree/NewArrayTree.class inflated: com/sun/source/tree/NewClassTree.class inflated: com/sun/source/tree/ParameterizedTypeTree.class inflated: com/sun/source/tree/ParenthesizedTree.class inflated: com/sun/source/tree/PrimitiveTypeTree.class inflated: com/sun/source/tree/ReturnTree.class inflated: com/sun/source/tree/Scope.class inflated: com/sun/source/tree/StatementTree.class inflated: com/sun/source/tree/SwitchTree.class inflated: com/sun/source/tree/SynchronizedTree.class inflated: com/sun/source/tree/ThrowTree.class inflated: com/sun/source/tree/Tree$Kind.class inflated: com/sun/source/tree/Tree.class inflated: com/sun/source/tree/TreeVisitor.class inflated: com/sun/source/tree/TryTree.class inflated: com/sun/source/tree/TypeCastTree.class inflated: com/sun/source/tree/TypeParameterTree.class inflated: com/sun/source/tree/UnaryTree.class inflated: com/sun/source/tree/VariableTree.class inflated: com/sun/source/tree/WhileLoopTree.class inflated: com/sun/source/tree/WildcardTree.class inflated: com/sun/source/util/JavacTask.class inflated: com/sun/source/util/SimpleTreeVisitor.class inflated: com/sun/source/util/SourcePositions.class inflated: com/sun/source/util/TaskEvent$Kind.class inflated: com/sun/source/util/TaskEvent.class inflated: com/sun/source/util/TaskListener.class inflated: com/sun/source/util/TreePath$1.class inflated: com/sun/source/util/TreePath$1PathFinder.class inflated: com/sun/source/util/TreePath$1Result.class inflated: com/sun/source/util/TreePath.class inflated: com/sun/source/util/TreePathScanner.class inflated: com/sun/source/util/TreeScanner.class inflated: com/sun/source/util/Trees.class inflated: com/sun/tools/apt/Main.class inflated: com/sun/tools/apt/comp/AnnotationProcessingError.class inflated: com/sun/tools/apt/comp/Apt$AptTreeScanner.class inflated: com/sun/tools/apt/comp/Apt.class inflated: com/sun/tools/apt/comp/BootstrapAPF.class inflated: com/sun/tools/apt/comp/PrintAP$PrintingVisitors$PostPrinting.class inflated: com/sun/tools/apt/comp/PrintAP$PrintingVisitors$PrePrinting.class inflated: com/sun/tools/apt/comp/PrintAP$PrintingVisitors.class inflated: com/sun/tools/apt/comp/PrintAP.class inflated: com/sun/tools/apt/comp/UsageMessageNeededException.class inflated: com/sun/tools/apt/main/CommandLine.class inflated: com/sun/tools/apt/main/JavaCompiler.class inflated: com/sun/tools/apt/main/Main$1.class inflated: com/sun/tools/apt/main/Main$10.class inflated: com/sun/tools/apt/main/Main$11.class inflated: com/sun/tools/apt/main/Main$12.class inflated: com/sun/tools/apt/main/Main$13.class inflated: com/sun/tools/apt/main/Main$14.class inflated: com/sun/tools/apt/main/Main$15.class inflated: com/sun/tools/apt/main/Main$16.class inflated: com/sun/tools/apt/main/Main$17.class inflated: com/sun/tools/apt/main/Main$18.class inflated: com/sun/tools/apt/main/Main$19.class inflated: com/sun/tools/apt/main/Main$2.class inflated: com/sun/tools/apt/main/Main$20.class inflated: com/sun/tools/apt/main/Main$21.class inflated: com/sun/tools/apt/main/Main$22.class inflated: com/sun/tools/apt/main/Main$23.class inflated: com/sun/tools/apt/main/Main$3.class inflated: com/sun/tools/apt/main/Main$4.class inflated: com/sun/tools/apt/main/Main$5.class inflated: com/sun/tools/apt/main/Main$6.class inflated: com/sun/tools/apt/main/Main$7.class inflated: com/sun/tools/apt/main/Main$8.class inflated: com/sun/tools/apt/main/Main$9.class inflated: com/sun/tools/apt/main/Main$AptHiddenOption.class inflated: com/sun/tools/apt/main/Main$AptOption.class inflated: com/sun/tools/apt/main/Main$AptXOption.class inflated: com/sun/tools/apt/main/Main$HiddenOption.class inflated: com/sun/tools/apt/main/Main$Option.class inflated: com/sun/tools/apt/main/Main$SharedOption.class inflated: com/sun/tools/apt/main/Main$XOption.class inflated: com/sun/tools/apt/main/Main.class inflated: com/sun/tools/apt/mirror/AptEnv.class inflated: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl$CollectingAP$CollectingVisitor.class inflated: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl$CollectingAP.class inflated: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind$1.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind$2.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind$3.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl.class inflated: com/sun/tools/apt/mirror/apt/MessagerImpl.class inflated: com/sun/tools/apt/mirror/apt/RoundCompleteEventImpl.class inflated: com/sun/tools/apt/mirror/apt/RoundStateImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationMirrorImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$MirroredTypeExceptionProxy.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$MirroredTypesExceptionProxy.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$ValueVisitor$1.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$ValueVisitor.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationTypeDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationTypeElementDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationValueImpl$ValueVisitor.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationValueImpl.class inflated: com/sun/tools/apt/mirror/declaration/ClassDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/Constants$Formatter.class inflated: com/sun/tools/apt/mirror/declaration/Constants.class inflated: com/sun/tools/apt/mirror/declaration/ConstructorDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/DeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/DeclarationMaker.class inflated: com/sun/tools/apt/mirror/declaration/EnumConstantDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/EnumDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/ExecutableDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/FieldDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/InterfaceDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/MemberDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/MethodDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/PackageDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/ParameterDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/TypeDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/TypeParameterDeclarationImpl.class inflated: com/sun/tools/apt/mirror/type/AnnotationTypeImpl.class inflated: com/sun/tools/apt/mirror/type/ArrayTypeImpl.class inflated: com/sun/tools/apt/mirror/type/ClassTypeImpl.class inflated: com/sun/tools/apt/mirror/type/DeclaredTypeImpl.class inflated: com/sun/tools/apt/mirror/type/EnumTypeImpl.class inflated: com/sun/tools/apt/mirror/type/InterfaceTypeImpl.class inflated: com/sun/tools/apt/mirror/type/PrimitiveTypeImpl.class inflated: com/sun/tools/apt/mirror/type/TypeMaker.class inflated: com/sun/tools/apt/mirror/type/TypeMirrorImpl.class inflated: com/sun/tools/apt/mirror/type/TypeVariableImpl.class inflated: com/sun/tools/apt/mirror/type/VoidTypeImpl.class inflated: com/sun/tools/apt/mirror/type/WildcardTypeImpl.class inflated: com/sun/tools/apt/mirror/util/DeclarationsImpl.class inflated: com/sun/tools/apt/mirror/util/SourcePositionImpl.class inflated: com/sun/tools/apt/mirror/util/TypesImpl.class inflated: com/sun/tools/apt/resources/apt.class inflated: com/sun/tools/apt/resources/apt_ja.class inflated: com/sun/tools/apt/resources/apt_zh_CN.class inflated: com/sun/tools/apt/util/Bark$1.class inflated: com/sun/tools/apt/util/Bark$2.class inflated: com/sun/tools/apt/util/Bark.class inflated: com/sun/tools/doclets/Taglet.class inflated: com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractIndexWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractMemberWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractPackageIndexWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractTreeWriter.class inflated: com/sun/tools/doclets/formats/html/AllClassesFrameWriter.class inflated: com/sun/tools/doclets/formats/html/AnnotationTypeOptionalMemberWriterImpl.class inflated: com/sun/tools/doclets/formats/html/AnnotationTypeRequiredMemberWriterImpl.class inflated: com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.class inflated: com/sun/tools/doclets/formats/html/ClassUseWriter.class inflated: com/sun/tools/doclets/formats/html/ClassWriterImpl.class inflated: com/sun/tools/doclets/formats/html/ConfigurationImpl.class inflated: com/sun/tools/doclets/formats/html/ConstantsSummaryWriterImpl.class inflated: com/sun/tools/doclets/formats/html/ConstructorWriterImpl.class inflated: com/sun/tools/doclets/formats/html/DeprecatedListWriter.class inflated: com/sun/tools/doclets/formats/html/EnumConstantWriterImpl.class inflated: com/sun/tools/doclets/formats/html/FieldWriterImpl.class inflated: com/sun/tools/doclets/formats/html/FrameOutputWriter.class inflated: com/sun/tools/doclets/formats/html/HelpWriter.class inflated: com/sun/tools/doclets/formats/html/HtmlDoclet.class inflated: com/sun/tools/doclets/formats/html/HtmlDocletWriter.class inflated: com/sun/tools/doclets/formats/html/HtmlSerialFieldWriter.class inflated: com/sun/tools/doclets/formats/html/HtmlSerialMethodWriter.class inflated: com/sun/tools/doclets/formats/html/LinkFactoryImpl.class inflated: com/sun/tools/doclets/formats/html/LinkInfoImpl.class inflated: com/sun/tools/doclets/formats/html/LinkOutputImpl.class inflated: com/sun/tools/doclets/formats/html/MethodWriterImpl.class inflated: com/sun/tools/doclets/formats/html/NestedClassWriterImpl.class inflated: com/sun/tools/doclets/formats/html/PackageFrameWriter.class inflated: com/sun/tools/doclets/formats/html/PackageIndexFrameWriter.class inflated: com/sun/tools/doclets/formats/html/PackageIndexWriter.class inflated: com/sun/tools/doclets/formats/html/PackageTreeWriter.class inflated: com/sun/tools/doclets/formats/html/PackageUseWriter.class inflated: com/sun/tools/doclets/formats/html/PackageWriterImpl.class inflated: com/sun/tools/doclets/formats/html/SerializedFormWriterImpl.class inflated: com/sun/tools/doclets/formats/html/SingleIndexWriter.class inflated: com/sun/tools/doclets/formats/html/SplitIndexWriter.class inflated: com/sun/tools/doclets/formats/html/StylesheetWriter.class inflated: com/sun/tools/doclets/formats/html/SubWriterHolderWriter.class inflated: com/sun/tools/doclets/formats/html/TagletOutputImpl.class inflated: com/sun/tools/doclets/formats/html/TagletWriterImpl.class inflated: com/sun/tools/doclets/formats/html/TreeWriter.class inflated: com/sun/tools/doclets/formats/html/WriterFactoryImpl.class inflated: com/sun/tools/doclets/formats/html/markup/HtmlDocWriter.class inflated: com/sun/tools/doclets/formats/html/markup/HtmlWriter.class inflated: com/sun/tools/doclets/formats/html/resources/standard.class inflated: com/sun/tools/doclets/formats/html/resources/standard_ja.class inflated: com/sun/tools/doclets/formats/html/resources/standard_zh_CN.class inflated: com/sun/tools/doclets/internal/toolkit/AbstractDoclet.class inflated: com/sun/tools/doclets/internal/toolkit/AnnotationTypeOptionalMemberWriter.class inflated: com/sun/tools/doclets/internal/toolkit/AnnotationTypeRequiredMemberWriter.class inflated: com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.class inflated: com/sun/tools/doclets/internal/toolkit/ClassWriter.class inflated: com/sun/tools/doclets/internal/toolkit/Configuration.class inflated: com/sun/tools/doclets/internal/toolkit/ConstantsSummaryWriter.class inflated: com/sun/tools/doclets/internal/toolkit/ConstructorWriter.class inflated: com/sun/tools/doclets/internal/toolkit/EnumConstantWriter.class inflated: com/sun/tools/doclets/internal/toolkit/FieldWriter.class inflated: com/sun/tools/doclets/internal/toolkit/MemberSummaryWriter.class inflated: com/sun/tools/doclets/internal/toolkit/MethodWriter.class inflated: com/sun/tools/doclets/internal/toolkit/NestedClassWriter.class inflated: com/sun/tools/doclets/internal/toolkit/PackageSummaryWriter.class inflated: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter$SerialFieldWriter.class inflated: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter$SerialMethodWriter.class inflated: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter.class inflated: com/sun/tools/doclets/internal/toolkit/WriterFactory.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AbstractBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AbstractMemberBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeOptionalMemberBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeRequiredMemberBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/BuilderFactory.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ConstantsSummaryBuilder$ConstantFieldBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ConstantsSummaryBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ConstructorBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/EnumConstantBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/FieldBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/LayoutParser.class inflated: com/sun/tools/doclets/internal/toolkit/builders/MemberSummaryBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/MethodBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/PackageSummaryBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/SerializedFormBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/resources/doclet.xml inflated: com/sun/tools/doclets/internal/toolkit/resources/doclets.class inflated: com/sun/tools/doclets/internal/toolkit/resources/doclets_ja.class inflated: com/sun/tools/doclets/internal/toolkit/resources/doclets_zh_CN.class inflated: com/sun/tools/doclets/internal/toolkit/resources/inherit.gif inflated: com/sun/tools/doclets/internal/toolkit/taglets/BaseExecutableMemberTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/BaseInlineTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/BaseTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/CodeTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/DeprecatedTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/DocRootTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/InheritDocTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/InheritableTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/LegacyTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/LiteralTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ParamTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ReturnTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/SeeTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/SimpleTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/Taglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/TagletManager.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/TagletOutput.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/TagletWriter.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ThrowsTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ValueTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/util/ClassDocCatalog.class inflated: com/sun/tools/doclets/internal/toolkit/util/ClassTree.class inflated: com/sun/tools/doclets/internal/toolkit/util/ClassUseMapper.class inflated: com/sun/tools/doclets/internal/toolkit/util/CommentedMethodFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/util/DirectoryManager.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocFinder$Input.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocFinder$Output.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocletAbortException.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocletConstants.class inflated: com/sun/tools/doclets/internal/toolkit/util/Extern$Item.class inflated: com/sun/tools/doclets/internal/toolkit/util/Extern.class inflated: com/sun/tools/doclets/internal/toolkit/util/Group$MapKeyComparator.class inflated: com/sun/tools/doclets/internal/toolkit/util/Group.class inflated: com/sun/tools/doclets/internal/toolkit/util/ImplementedMethods.class inflated: com/sun/tools/doclets/internal/toolkit/util/IndexBuilder$DocComparator.class inflated: com/sun/tools/doclets/internal/toolkit/util/IndexBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/util/MessageRetriever.class inflated: com/sun/tools/doclets/internal/toolkit/util/MetaKeywords.class inflated: com/sun/tools/doclets/internal/toolkit/util/MethodFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/PackageListWriter.class inflated: com/sun/tools/doclets/internal/toolkit/util/SourcePath.class inflated: com/sun/tools/doclets/internal/toolkit/util/SourceToHTMLConverter.class inflated: com/sun/tools/doclets/internal/toolkit/util/TaggedMethodFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/TextTag.class inflated: com/sun/tools/doclets/internal/toolkit/util/Util$TypeComparator.class inflated: com/sun/tools/doclets/internal/toolkit/util/Util.class inflated: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap$ClassMember.class inflated: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap$ClassMembers.class inflated: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.class inflated: com/sun/tools/doclets/internal/toolkit/util/links/LinkFactory.class inflated: com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.class inflated: com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.class inflated: com/sun/tools/doclets/standard/Standard.class inflated: com/sun/tools/javac/Launcher.class inflated: com/sun/tools/javac/Main.class inflated: com/sun/tools/javac/Server$CwdFileManager.class inflated: com/sun/tools/javac/Server.class inflated: com/sun/tools/javac/api/JavacScope$1.class inflated: com/sun/tools/javac/api/JavacScope.class inflated: com/sun/tools/javac/api/JavacTaskImpl$1.class inflated: com/sun/tools/javac/api/JavacTaskImpl$2.class inflated: com/sun/tools/javac/api/JavacTaskImpl$3.class inflated: com/sun/tools/javac/api/JavacTaskImpl$Filter.class inflated: com/sun/tools/javac/api/JavacTaskImpl.class inflated: com/sun/tools/javac/api/JavacTool$1.class inflated: com/sun/tools/javac/api/JavacTool$2.class inflated: com/sun/tools/javac/api/JavacTool.class inflated: com/sun/tools/javac/api/JavacTrees$1.class inflated: com/sun/tools/javac/api/JavacTrees$Copier.class inflated: com/sun/tools/javac/api/JavacTrees.class inflated: com/sun/tools/javac/api/WrappingJavaFileManager.class inflated: com/sun/tools/javac/code/Attribute$Array.class inflated: com/sun/tools/javac/code/Attribute$Class.class inflated: com/sun/tools/javac/code/Attribute$Compound.class inflated: com/sun/tools/javac/code/Attribute$Constant.class inflated: com/sun/tools/javac/code/Attribute$Enum.class inflated: com/sun/tools/javac/code/Attribute$Error.class inflated: com/sun/tools/javac/code/Attribute$Visitor.class inflated: com/sun/tools/javac/code/Attribute.class inflated: com/sun/tools/javac/code/BoundKind.class inflated: com/sun/tools/javac/code/Flags.class inflated: com/sun/tools/javac/code/Kinds.class inflated: com/sun/tools/javac/code/Lint$AugmentVisitor.class inflated: com/sun/tools/javac/code/Lint$LintCategory.class inflated: com/sun/tools/javac/code/Lint.class inflated: com/sun/tools/javac/code/Scope$1$1.class inflated: com/sun/tools/javac/code/Scope$1.class inflated: com/sun/tools/javac/code/Scope$DelegatedScope.class inflated: com/sun/tools/javac/code/Scope$Entry.class inflated: com/sun/tools/javac/code/Scope$ErrorScope.class inflated: com/sun/tools/javac/code/Scope$ImportScope$ImportEntry.class inflated: com/sun/tools/javac/code/Scope$ImportScope.class inflated: com/sun/tools/javac/code/Scope.class inflated: com/sun/tools/javac/code/Source.class inflated: com/sun/tools/javac/code/Symbol$ClassSymbol.class inflated: com/sun/tools/javac/code/Symbol$Completer.class inflated: com/sun/tools/javac/code/Symbol$CompletionFailure.class inflated: com/sun/tools/javac/code/Symbol$DelegatedSymbol.class inflated: com/sun/tools/javac/code/Symbol$MethodSymbol.class inflated: com/sun/tools/javac/code/Symbol$OperatorSymbol.class inflated: com/sun/tools/javac/code/Symbol$PackageSymbol.class inflated: com/sun/tools/javac/code/Symbol$TypeSymbol.class inflated: com/sun/tools/javac/code/Symbol$VarSymbol$1.class inflated: com/sun/tools/javac/code/Symbol$VarSymbol.class inflated: com/sun/tools/javac/code/Symbol.class inflated: com/sun/tools/javac/code/Symtab$1.class inflated: com/sun/tools/javac/code/Symtab$2.class inflated: com/sun/tools/javac/code/Symtab$3.class inflated: com/sun/tools/javac/code/Symtab.class inflated: com/sun/tools/javac/code/Type$1.class inflated: com/sun/tools/javac/code/Type$ArrayType.class inflated: com/sun/tools/javac/code/Type$BottomType.class inflated: com/sun/tools/javac/code/Type$CapturedType.class inflated: com/sun/tools/javac/code/Type$ClassType$1.class inflated: com/sun/tools/javac/code/Type$ClassType.class inflated: com/sun/tools/javac/code/Type$DelegatedType.class inflated: com/sun/tools/javac/code/Type$ErrorType.class inflated: com/sun/tools/javac/code/Type$ForAll.class inflated: com/sun/tools/javac/code/Type$JCNoType.class inflated: com/sun/tools/javac/code/Type$Mapping.class inflated: com/sun/tools/javac/code/Type$MethodType.class inflated: com/sun/tools/javac/code/Type$PackageType.class inflated: com/sun/tools/javac/code/Type$TypeVar.class inflated: com/sun/tools/javac/code/Type$UndetVar.class inflated: com/sun/tools/javac/code/Type$Visitor.class inflated: com/sun/tools/javac/code/Type$WildcardType.class inflated: com/sun/tools/javac/code/Type.class inflated: com/sun/tools/javac/code/TypeTags.class inflated: com/sun/tools/javac/code/Types$1.class inflated: com/sun/tools/javac/code/Types$10.class inflated: com/sun/tools/javac/code/Types$11.class inflated: com/sun/tools/javac/code/Types$12.class inflated: com/sun/tools/javac/code/Types$13.class inflated: com/sun/tools/javac/code/Types$14.class inflated: com/sun/tools/javac/code/Types$15.class inflated: com/sun/tools/javac/code/Types$16.class inflated: com/sun/tools/javac/code/Types$17.class inflated: com/sun/tools/javac/code/Types$18.class inflated: com/sun/tools/javac/code/Types$19.class inflated: com/sun/tools/javac/code/Types$2.class inflated: com/sun/tools/javac/code/Types$20.class inflated: com/sun/tools/javac/code/Types$21.class inflated: com/sun/tools/javac/code/Types$22.class inflated: com/sun/tools/javac/code/Types$23.class inflated: com/sun/tools/javac/code/Types$3.class inflated: com/sun/tools/javac/code/Types$4.class inflated: com/sun/tools/javac/code/Types$5.class inflated: com/sun/tools/javac/code/Types$6.class inflated: com/sun/tools/javac/code/Types$7.class inflated: com/sun/tools/javac/code/Types$8.class inflated: com/sun/tools/javac/code/Types$9.class inflated: com/sun/tools/javac/code/Types$AdaptFailure.class inflated: com/sun/tools/javac/code/Types$DefaultTypeVisitor.class inflated: com/sun/tools/javac/code/Types$MapVisitor.class inflated: com/sun/tools/javac/code/Types$SimpleVisitor.class inflated: com/sun/tools/javac/code/Types$SingletonType.class inflated: com/sun/tools/javac/code/Types$Subst.class inflated: com/sun/tools/javac/code/Types$TypePair.class inflated: com/sun/tools/javac/code/Types$TypeRelation.class inflated: com/sun/tools/javac/code/Types$UnaryVisitor.class inflated: com/sun/tools/javac/code/Types.class inflated: com/sun/tools/javac/comp/Annotate$Annotator.class inflated: com/sun/tools/javac/comp/Annotate.class inflated: com/sun/tools/javac/comp/Attr$BreakAttr.class inflated: com/sun/tools/javac/comp/Attr$IdentAttributer.class inflated: com/sun/tools/javac/comp/Attr.class inflated: com/sun/tools/javac/comp/AttrContext.class inflated: com/sun/tools/javac/comp/AttrContextEnv.class inflated: com/sun/tools/javac/comp/Check$1SpecialTreeVisitor.class inflated: com/sun/tools/javac/comp/Check$ConversionWarner.class inflated: com/sun/tools/javac/comp/Check$Validator.class inflated: com/sun/tools/javac/comp/Check.class inflated: com/sun/tools/javac/comp/ConstFold.class inflated: com/sun/tools/javac/comp/Enter.class inflated: com/sun/tools/javac/comp/Env$1.class inflated: com/sun/tools/javac/comp/Env.class inflated: com/sun/tools/javac/comp/Flow$PendingExit.class inflated: com/sun/tools/javac/comp/Flow.class inflated: com/sun/tools/javac/comp/Infer$1.class inflated: com/sun/tools/javac/comp/Infer$2.class inflated: com/sun/tools/javac/comp/Infer$NoInstanceException.class inflated: com/sun/tools/javac/comp/Infer.class inflated: com/sun/tools/javac/comp/Lower$1.class inflated: com/sun/tools/javac/comp/Lower$1Patcher.class inflated: com/sun/tools/javac/comp/Lower$2$1.class inflated: com/sun/tools/javac/comp/Lower$2.class inflated: com/sun/tools/javac/comp/Lower$3.class inflated: com/sun/tools/javac/comp/Lower$4.class inflated: com/sun/tools/javac/comp/Lower$5$1.class inflated: com/sun/tools/javac/comp/Lower$5.class inflated: com/sun/tools/javac/comp/Lower$ClassMap.class inflated: com/sun/tools/javac/comp/Lower$EnumMapping.class inflated: com/sun/tools/javac/comp/Lower$FreeVarCollector.class inflated: com/sun/tools/javac/comp/Lower$TreeBuilder.class inflated: com/sun/tools/javac/comp/Lower.class inflated: com/sun/tools/javac/comp/MemberEnter$1.class inflated: com/sun/tools/javac/comp/MemberEnter$2.class inflated: com/sun/tools/javac/comp/MemberEnter$3.class inflated: com/sun/tools/javac/comp/MemberEnter$4.class inflated: com/sun/tools/javac/comp/MemberEnter$5.class inflated: com/sun/tools/javac/comp/MemberEnter$6.class inflated: com/sun/tools/javac/comp/MemberEnter.class inflated: com/sun/tools/javac/comp/Resolve$AccessError.class inflated: com/sun/tools/javac/comp/Resolve$AmbiguityError.class inflated: com/sun/tools/javac/comp/Resolve$ResolveError.class inflated: com/sun/tools/javac/comp/Resolve$StaticError.class inflated: com/sun/tools/javac/comp/Resolve.class inflated: com/sun/tools/javac/comp/Todo.class inflated: com/sun/tools/javac/comp/TransTypes.class inflated: com/sun/tools/javac/jvm/ByteCodes.class inflated: com/sun/tools/javac/jvm/CRTFlags.class inflated: com/sun/tools/javac/jvm/CRTable$CRTEntry.class inflated: com/sun/tools/javac/jvm/CRTable$SourceComputer.class inflated: com/sun/tools/javac/jvm/CRTable$SourceRange.class inflated: com/sun/tools/javac/jvm/CRTable.class inflated: com/sun/tools/javac/jvm/ClassFile$NameAndType.class inflated: com/sun/tools/javac/jvm/ClassFile.class inflated: com/sun/tools/javac/jvm/ClassReader$1.class inflated: com/sun/tools/javac/jvm/ClassReader$AnnotationCompleter.class inflated: com/sun/tools/javac/jvm/ClassReader$AnnotationDefaultCompleter.class inflated: com/sun/tools/javac/jvm/ClassReader$AnnotationDeproxy.class inflated: com/sun/tools/javac/jvm/ClassReader$ArrayAttributeProxy.class inflated: com/sun/tools/javac/jvm/ClassReader$BadClassFile.class inflated: com/sun/tools/javac/jvm/ClassReader$CompoundAnnotationProxy.class inflated: com/sun/tools/javac/jvm/ClassReader$EnumAttributeProxy.class inflated: com/sun/tools/javac/jvm/ClassReader$ProxyVisitor.class inflated: com/sun/tools/javac/jvm/ClassReader$SourceCompleter.class inflated: com/sun/tools/javac/jvm/ClassReader$SourceFileObject.class inflated: com/sun/tools/javac/jvm/ClassReader.class inflated: com/sun/tools/javac/jvm/ClassWriter$AttributeWriter.class inflated: com/sun/tools/javac/jvm/ClassWriter$PoolOverflow.class inflated: com/sun/tools/javac/jvm/ClassWriter$RetentionPolicy.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$AppendFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$ChopFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$FullFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$SameFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$SameLocals1StackItemFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StringOverflow.class inflated: com/sun/tools/javac/jvm/ClassWriter.class inflated: com/sun/tools/javac/jvm/Code$Chain.class inflated: com/sun/tools/javac/jvm/Code$LocalVar.class inflated: com/sun/tools/javac/jvm/Code$Mneumonics.class inflated: com/sun/tools/javac/jvm/Code$StackMapFormat$1.class inflated: com/sun/tools/javac/jvm/Code$StackMapFormat$2.class inflated: com/sun/tools/javac/jvm/Code$StackMapFormat.class inflated: com/sun/tools/javac/jvm/Code$StackMapFrame.class inflated: com/sun/tools/javac/jvm/Code$State.class inflated: com/sun/tools/javac/jvm/Code.class inflated: com/sun/tools/javac/jvm/Gen$1.class inflated: com/sun/tools/javac/jvm/Gen$1ComplexityScanner.class inflated: com/sun/tools/javac/jvm/Gen$2.class inflated: com/sun/tools/javac/jvm/Gen$CodeSizeOverflow.class inflated: com/sun/tools/javac/jvm/Gen$GenContext.class inflated: com/sun/tools/javac/jvm/Gen$GenFinalizer.class inflated: com/sun/tools/javac/jvm/Gen.class inflated: com/sun/tools/javac/jvm/Items$1.class inflated: com/sun/tools/javac/jvm/Items$AssignItem.class inflated: com/sun/tools/javac/jvm/Items$CondItem.class inflated: com/sun/tools/javac/jvm/Items$ImmediateItem.class inflated: com/sun/tools/javac/jvm/Items$IndexedItem.class inflated: com/sun/tools/javac/jvm/Items$Item.class inflated: com/sun/tools/javac/jvm/Items$LocalItem.class inflated: com/sun/tools/javac/jvm/Items$MemberItem.class inflated: com/sun/tools/javac/jvm/Items$SelfItem.class inflated: com/sun/tools/javac/jvm/Items$StackItem.class inflated: com/sun/tools/javac/jvm/Items$StaticItem.class inflated: com/sun/tools/javac/jvm/Items.class inflated: com/sun/tools/javac/jvm/Pool$Method.class inflated: com/sun/tools/javac/jvm/Pool$Variable.class inflated: com/sun/tools/javac/jvm/Pool.class inflated: com/sun/tools/javac/jvm/Target.class inflated: com/sun/tools/javac/jvm/UninitializedType.class inflated: com/sun/tools/javac/main/CommandLine.class inflated: com/sun/tools/javac/main/JavaCompiler$1MethodBodyRemover.class inflated: com/sun/tools/javac/main/JavaCompiler$1ScanNested.class inflated: com/sun/tools/javac/main/JavaCompiler$CompilePolicy.class inflated: com/sun/tools/javac/main/JavaCompiler$ImplicitSourcePolicy.class inflated: com/sun/tools/javac/main/JavaCompiler.class inflated: com/sun/tools/javac/main/JavacOption$HiddenOption.class inflated: com/sun/tools/javac/main/JavacOption$Option.class inflated: com/sun/tools/javac/main/JavacOption$OptionKind.class inflated: com/sun/tools/javac/main/JavacOption$XOption.class inflated: com/sun/tools/javac/main/JavacOption.class inflated: com/sun/tools/javac/main/Main$1.class inflated: com/sun/tools/javac/main/Main$2.class inflated: com/sun/tools/javac/main/Main.class inflated: com/sun/tools/javac/main/OptionName.class inflated: com/sun/tools/javac/main/RecognizedOptions$1.class inflated: com/sun/tools/javac/main/RecognizedOptions$10.class inflated: com/sun/tools/javac/main/RecognizedOptions$11.class inflated: com/sun/tools/javac/main/RecognizedOptions$12.class inflated: com/sun/tools/javac/main/RecognizedOptions$13.class inflated: com/sun/tools/javac/main/RecognizedOptions$14.class inflated: com/sun/tools/javac/main/RecognizedOptions$15.class inflated: com/sun/tools/javac/main/RecognizedOptions$16.class inflated: com/sun/tools/javac/main/RecognizedOptions$17.class inflated: com/sun/tools/javac/main/RecognizedOptions$18.class inflated: com/sun/tools/javac/main/RecognizedOptions$19.class inflated: com/sun/tools/javac/main/RecognizedOptions$2.class inflated: com/sun/tools/javac/main/RecognizedOptions$20.class inflated: com/sun/tools/javac/main/RecognizedOptions$21.class inflated: com/sun/tools/javac/main/RecognizedOptions$22.class inflated: com/sun/tools/javac/main/RecognizedOptions$23.class inflated: com/sun/tools/javac/main/RecognizedOptions$24.class inflated: com/sun/tools/javac/main/RecognizedOptions$25.class inflated: com/sun/tools/javac/main/RecognizedOptions$26.class inflated: com/sun/tools/javac/main/RecognizedOptions$3.class inflated: com/sun/tools/javac/main/RecognizedOptions$4.class inflated: com/sun/tools/javac/main/RecognizedOptions$5.class inflated: com/sun/tools/javac/main/RecognizedOptions$6.class inflated: com/sun/tools/javac/main/RecognizedOptions$7.class inflated: com/sun/tools/javac/main/RecognizedOptions$8.class inflated: com/sun/tools/javac/main/RecognizedOptions$9.class inflated: com/sun/tools/javac/main/RecognizedOptions$GrumpyHelper.class inflated: com/sun/tools/javac/main/RecognizedOptions$OptionHelper.class inflated: com/sun/tools/javac/main/RecognizedOptions.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypeExceptionProxy.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$ValueVisitor$1.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$ValueVisitor.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker.class inflated: com/sun/tools/javac/model/FilteredMemberList$1.class inflated: com/sun/tools/javac/model/FilteredMemberList.class inflated: com/sun/tools/javac/model/JavacElements$1TS.class inflated: com/sun/tools/javac/model/JavacElements$1Vis.class inflated: com/sun/tools/javac/model/JavacElements$2Vis.class inflated: com/sun/tools/javac/model/JavacElements.class inflated: com/sun/tools/javac/model/JavacSourcePosition.class inflated: com/sun/tools/javac/model/JavacTypes.class inflated: com/sun/tools/javac/parser/DocCommentScanner$Factory$1.class inflated: com/sun/tools/javac/parser/DocCommentScanner$Factory.class inflated: com/sun/tools/javac/parser/DocCommentScanner.class inflated: com/sun/tools/javac/parser/EndPosParser.class inflated: com/sun/tools/javac/parser/Keywords.class inflated: com/sun/tools/javac/parser/Lexer.class inflated: com/sun/tools/javac/parser/Parser$Factory.class inflated: com/sun/tools/javac/parser/Parser.class inflated: com/sun/tools/javac/parser/Scanner$CommentStyle.class inflated: com/sun/tools/javac/parser/Scanner$Factory.class inflated: com/sun/tools/javac/parser/Scanner.class inflated: com/sun/tools/javac/parser/Token.class inflated: com/sun/tools/javac/processing/AnnotationProcessingError.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerInputFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerInputJavaFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerOutputFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerOutputJavaFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerOutputStream.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerWriter.class inflated: com/sun/tools/javac/processing/JavacFiler.class inflated: com/sun/tools/javac/processing/JavacMessager.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$1.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$AnnotationCollector.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$ComputeAnnotationSet.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$DiscoveredProcessors$ProcessorStateIterator.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$DiscoveredProcessors.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$NameProcessIterator.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$ProcessorState.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$ServiceIterator.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment.class inflated: com/sun/tools/javac/processing/JavacRoundEnvironment$AnnotationSetScanner.class inflated: com/sun/tools/javac/processing/JavacRoundEnvironment.class inflated: com/sun/tools/javac/processing/PrintingProcessor$PrintingElementVisitor$1.class inflated: com/sun/tools/javac/processing/PrintingProcessor$PrintingElementVisitor.class inflated: com/sun/tools/javac/processing/PrintingProcessor.class inflated: com/sun/tools/javac/processing/ServiceProxy$ServiceConfigurationError.class inflated: com/sun/tools/javac/processing/ServiceProxy.class inflated: com/sun/tools/javac/resources/compiler.class inflated: com/sun/tools/javac/resources/compiler_ja.class inflated: com/sun/tools/javac/resources/compiler_zh_CN.class inflated: com/sun/tools/javac/resources/javac.class inflated: com/sun/tools/javac/resources/javac_ja.class inflated: com/sun/tools/javac/resources/javac_zh_CN.class inflated: com/sun/tools/javac/resources/legacy.class inflated: com/sun/tools/javac/resources/version.class inflated: com/sun/tools/javac/sym/CreateSymbols.class inflated: com/sun/tools/javac/tree/JCTree$Factory.class inflated: com/sun/tools/javac/tree/JCTree$JCAnnotation.class inflated: com/sun/tools/javac/tree/JCTree$JCArrayAccess.class inflated: com/sun/tools/javac/tree/JCTree$JCArrayTypeTree.class inflated: com/sun/tools/javac/tree/JCTree$JCAssert.class inflated: com/sun/tools/javac/tree/JCTree$JCAssign.class inflated: com/sun/tools/javac/tree/JCTree$JCAssignOp.class inflated: com/sun/tools/javac/tree/JCTree$JCBinary.class inflated: com/sun/tools/javac/tree/JCTree$JCBlock.class inflated: com/sun/tools/javac/tree/JCTree$JCBreak.class inflated: com/sun/tools/javac/tree/JCTree$JCCase.class inflated: com/sun/tools/javac/tree/JCTree$JCCatch.class inflated: com/sun/tools/javac/tree/JCTree$JCClassDecl.class inflated: com/sun/tools/javac/tree/JCTree$JCCompilationUnit.class inflated: com/sun/tools/javac/tree/JCTree$JCConditional.class inflated: com/sun/tools/javac/tree/JCTree$JCContinue.class inflated: com/sun/tools/javac/tree/JCTree$JCDoWhileLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCEnhancedForLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCErroneous.class inflated: com/sun/tools/javac/tree/JCTree$JCExpression.class inflated: com/sun/tools/javac/tree/JCTree$JCExpressionStatement.class inflated: com/sun/tools/javac/tree/JCTree$JCFieldAccess.class inflated: com/sun/tools/javac/tree/JCTree$JCForLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCIdent.class inflated: com/sun/tools/javac/tree/JCTree$JCIf.class inflated: com/sun/tools/javac/tree/JCTree$JCImport.class inflated: com/sun/tools/javac/tree/JCTree$JCInstanceOf.class inflated: com/sun/tools/javac/tree/JCTree$JCLabeledStatement.class inflated: com/sun/tools/javac/tree/JCTree$JCLiteral.class inflated: com/sun/tools/javac/tree/JCTree$JCMethodDecl.class inflated: com/sun/tools/javac/tree/JCTree$JCMethodInvocation.class inflated: com/sun/tools/javac/tree/JCTree$JCModifiers.class inflated: com/sun/tools/javac/tree/JCTree$JCNewArray.class inflated: com/sun/tools/javac/tree/JCTree$JCNewClass.class inflated: com/sun/tools/javac/tree/JCTree$JCParens.class inflated: com/sun/tools/javac/tree/JCTree$JCPrimitiveTypeTree.class inflated: com/sun/tools/javac/tree/JCTree$JCReturn.class inflated: com/sun/tools/javac/tree/JCTree$JCSkip.class inflated: com/sun/tools/javac/tree/JCTree$JCStatement.class inflated: com/sun/tools/javac/tree/JCTree$JCSwitch.class inflated: com/sun/tools/javac/tree/JCTree$JCSynchronized.class inflated: com/sun/tools/javac/tree/JCTree$JCThrow.class inflated: com/sun/tools/javac/tree/JCTree$JCTry.class inflated: com/sun/tools/javac/tree/JCTree$JCTypeApply.class inflated: com/sun/tools/javac/tree/JCTree$JCTypeCast.class inflated: com/sun/tools/javac/tree/JCTree$JCTypeParameter.class inflated: com/sun/tools/javac/tree/JCTree$JCUnary.class inflated: com/sun/tools/javac/tree/JCTree$JCVariableDecl.class inflated: com/sun/tools/javac/tree/JCTree$JCWhileLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCWildcard.class inflated: com/sun/tools/javac/tree/JCTree$LetExpr.class inflated: com/sun/tools/javac/tree/JCTree$TypeBoundKind.class inflated: com/sun/tools/javac/tree/JCTree$Visitor.class inflated: com/sun/tools/javac/tree/JCTree.class inflated: com/sun/tools/javac/tree/Pretty$1UsedVisitor.class inflated: com/sun/tools/javac/tree/Pretty$UncheckedIOException.class inflated: com/sun/tools/javac/tree/Pretty.class inflated: com/sun/tools/javac/tree/TreeCopier.class inflated: com/sun/tools/javac/tree/TreeInfo$1.class inflated: com/sun/tools/javac/tree/TreeInfo$1DeclScanner.class inflated: com/sun/tools/javac/tree/TreeInfo$1PathFinder.class inflated: com/sun/tools/javac/tree/TreeInfo$1Result.class inflated: com/sun/tools/javac/tree/TreeInfo.class inflated: com/sun/tools/javac/tree/TreeMaker$AnnotationBuilder.class inflated: com/sun/tools/javac/tree/TreeMaker.class inflated: com/sun/tools/javac/tree/TreeScanner.class inflated: com/sun/tools/javac/tree/TreeTranslator.class inflated: com/sun/tools/javac/util/Abort.class inflated: com/sun/tools/javac/util/BaseFileObject.class inflated: com/sun/tools/javac/util/Bits.class inflated: com/sun/tools/javac/util/ByteBuffer.class inflated: com/sun/tools/javac/util/ClientCodeException.class inflated: com/sun/tools/javac/util/Constants.class inflated: com/sun/tools/javac/util/Context$Factory.class inflated: com/sun/tools/javac/util/Context$Key.class inflated: com/sun/tools/javac/util/Context.class inflated: com/sun/tools/javac/util/Convert.class inflated: com/sun/tools/javac/util/DiagnosticFormatter.class inflated: com/sun/tools/javac/util/FatalError.class inflated: com/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition.class inflated: com/sun/tools/javac/util/JCDiagnostic$DiagnosticSource.class inflated: com/sun/tools/javac/util/JCDiagnostic$DiagnosticType.class inflated: com/sun/tools/javac/util/JCDiagnostic$Factory.class inflated: com/sun/tools/javac/util/JCDiagnostic$SimpleDiagnosticPosition.class inflated: com/sun/tools/javac/util/JCDiagnostic.class inflated: com/sun/tools/javac/util/JavacFileManager$1.class inflated: com/sun/tools/javac/util/JavacFileManager$Archive.class inflated: com/sun/tools/javac/util/JavacFileManager$ByteBufferCache.class inflated: com/sun/tools/javac/util/JavacFileManager$MissingArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$RegularFileObject.class inflated: com/sun/tools/javac/util/JavacFileManager$SymbolArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipFileIndexArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipFileIndexFileObject.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipFileObject.class inflated: com/sun/tools/javac/util/JavacFileManager.class inflated: com/sun/tools/javac/util/LayoutCharacters.class inflated: com/sun/tools/javac/util/List$1.class inflated: com/sun/tools/javac/util/List$2.class inflated: com/sun/tools/javac/util/List$3.class inflated: com/sun/tools/javac/util/List.class inflated: com/sun/tools/javac/util/ListBuffer$1.class inflated: com/sun/tools/javac/util/ListBuffer.class inflated: com/sun/tools/javac/util/Log$1.class inflated: com/sun/tools/javac/util/Log$2.class inflated: com/sun/tools/javac/util/Log.class inflated: com/sun/tools/javac/util/MandatoryWarningHandler$DeferredDiagnosticKind.class inflated: com/sun/tools/javac/util/MandatoryWarningHandler.class inflated: com/sun/tools/javac/util/Messages.class inflated: com/sun/tools/javac/util/Name$Table.class inflated: com/sun/tools/javac/util/Name.class inflated: com/sun/tools/javac/util/Old199.class inflated: com/sun/tools/javac/util/Options.class inflated: com/sun/tools/javac/util/Pair.class inflated: com/sun/tools/javac/util/Paths$Path.class inflated: com/sun/tools/javac/util/Paths$PathEntry.class inflated: com/sun/tools/javac/util/Paths.class inflated: com/sun/tools/javac/util/Position$LineMap.class inflated: com/sun/tools/javac/util/Position$LineMapImpl.class inflated: com/sun/tools/javac/util/Position$LineTabMapImpl.class inflated: com/sun/tools/javac/util/Position.class inflated: com/sun/tools/javac/util/PropagatedException.class inflated: com/sun/tools/javac/util/Warner.class inflated: com/sun/tools/javac/zip/ZipFileIndex$DirectoryEntry.class inflated: com/sun/tools/javac/zip/ZipFileIndex$ZipDirectory.class inflated: com/sun/tools/javac/zip/ZipFileIndex.class inflated: com/sun/tools/javac/zip/ZipFileIndexEntry.class inflated: com/sun/tools/javadoc/AbstractTypeImpl.class inflated: com/sun/tools/javadoc/AnnotationDescImpl$ElementValuePairImpl.class inflated: com/sun/tools/javadoc/AnnotationDescImpl.class inflated: com/sun/tools/javadoc/AnnotationTypeDocImpl.class inflated: com/sun/tools/javadoc/AnnotationTypeElementDocImpl.class inflated: com/sun/tools/javadoc/AnnotationValueImpl$ToStringVisitor.class inflated: com/sun/tools/javadoc/AnnotationValueImpl$ValueVisitor.class inflated: com/sun/tools/javadoc/AnnotationValueImpl.class inflated: com/sun/tools/javadoc/ClassDocImpl.class inflated: com/sun/tools/javadoc/Comment$1CommentStringParser.class inflated: com/sun/tools/javadoc/Comment.class inflated: com/sun/tools/javadoc/ConstructorDocImpl.class inflated: com/sun/tools/javadoc/DocEnv.class inflated: com/sun/tools/javadoc/DocImpl.class inflated: com/sun/tools/javadoc/DocLocale.class inflated: com/sun/tools/javadoc/DocletInvoker$DocletInvokeException.class inflated: com/sun/tools/javadoc/DocletInvoker.class inflated: com/sun/tools/javadoc/ExecutableMemberDocImpl.class inflated: com/sun/tools/javadoc/FieldDocImpl.class inflated: com/sun/tools/javadoc/JavadocClassReader$1.class inflated: com/sun/tools/javadoc/JavadocClassReader.class inflated: com/sun/tools/javadoc/JavadocEnter$1.class inflated: com/sun/tools/javadoc/JavadocEnter.class inflated: com/sun/tools/javadoc/JavadocMemberEnter$1.class inflated: com/sun/tools/javadoc/JavadocMemberEnter.class inflated: com/sun/tools/javadoc/JavadocTodo$1.class inflated: com/sun/tools/javadoc/JavadocTodo.class inflated: com/sun/tools/javadoc/JavadocTool.class inflated: com/sun/tools/javadoc/Main.class inflated: com/sun/tools/javadoc/MemberDocImpl.class inflated: com/sun/tools/javadoc/Messager$1.class inflated: com/sun/tools/javadoc/Messager$2.class inflated: com/sun/tools/javadoc/Messager$ExitJavadoc.class inflated: com/sun/tools/javadoc/Messager.class inflated: com/sun/tools/javadoc/MethodDocImpl.class inflated: com/sun/tools/javadoc/ModifierFilter.class inflated: com/sun/tools/javadoc/PackageDocImpl.class inflated: com/sun/tools/javadoc/ParamTagImpl.class inflated: com/sun/tools/javadoc/ParameterImpl.class inflated: com/sun/tools/javadoc/ParameterizedTypeImpl.class inflated: com/sun/tools/javadoc/PrimitiveType.class inflated: com/sun/tools/javadoc/ProgramElementDocImpl.class inflated: com/sun/tools/javadoc/RootDocImpl.class inflated: com/sun/tools/javadoc/SeeTagImpl$ParameterParseMachine.class inflated: com/sun/tools/javadoc/SeeTagImpl.class inflated: com/sun/tools/javadoc/SerialFieldTagImpl.class inflated: com/sun/tools/javadoc/SerializedForm.class inflated: com/sun/tools/javadoc/SourcePositionImpl.class inflated: com/sun/tools/javadoc/Start.class inflated: com/sun/tools/javadoc/TagImpl.class inflated: com/sun/tools/javadoc/ThrowsTagImpl.class inflated: com/sun/tools/javadoc/TypeMaker$ArrayTypeImpl.class inflated: com/sun/tools/javadoc/TypeMaker.class inflated: com/sun/tools/javadoc/TypeVariableImpl.class inflated: com/sun/tools/javadoc/WildcardTypeImpl.class inflated: com/sun/tools/javadoc/resources/javadoc.class inflated: com/sun/tools/javadoc/resources/javadoc_ja.class inflated: com/sun/tools/javadoc/resources/javadoc_zh_CN.class inflated: com/sun/tools/javah/Gen.class inflated: com/sun/tools/javah/JNI.class inflated: com/sun/tools/javah/LLNI$FieldDefsRes.class inflated: com/sun/tools/javah/LLNI.class inflated: com/sun/tools/javah/Main.class inflated: com/sun/tools/javah/MainDoclet.class inflated: com/sun/tools/javah/Mangle$Type.class inflated: com/sun/tools/javah/Mangle.class inflated: com/sun/tools/javah/TypeSignature.class inflated: com/sun/tools/javah/Util.class inflated: com/sun/tools/javah/resources/Linux_ppc.class inflated: com/sun/tools/javah/resources/Linux_sparc.class inflated: com/sun/tools/javah/resources/SunOS_sparc.class inflated: com/sun/tools/javah/resources/SunOS_sparcv9.class inflated: com/sun/tools/javah/resources/l10n.class inflated: com/sun/tools/javah/resources/l10n_ja.class inflated: com/sun/tools/javah/resources/l10n_zh_CN.class inflated: com/sun/tools/javah/resources/win32_x86.class inflated: java/nio/BufferOverflowException.class inflated: java/nio/BufferUnderflowException.class inflated: java/nio/ByteBuffer.class inflated: java/nio/ByteBufferAsCharBufferB.class inflated: java/nio/ByteBufferAsCharBufferL.class inflated: java/nio/ByteBufferAsCharBufferRB.class inflated: java/nio/ByteBufferAsCharBufferRL.class inflated: java/nio/ByteBufferAsDoubleBufferB.class inflated: java/nio/ByteBufferAsDoubleBufferL.class inflated: java/nio/ByteBufferAsDoubleBufferRB.class inflated: java/nio/ByteBufferAsDoubleBufferRL.class inflated: java/nio/ByteBufferAsFloatBufferB.class inflated: java/nio/ByteBufferAsFloatBufferL.class inflated: java/nio/ByteBufferAsFloatBufferRB.class inflated: java/nio/ByteBufferAsFloatBufferRL.class inflated: java/nio/ByteBufferAsIntBufferB.class inflated: java/nio/ByteBufferAsIntBufferL.class inflated: java/nio/ByteBufferAsIntBufferRB.class inflated: java/nio/ByteBufferAsIntBufferRL.class inflated: java/nio/ByteBufferAsLongBufferB.class inflated: java/nio/ByteBufferAsLongBufferL.class inflated: java/nio/ByteBufferAsLongBufferRB.class inflated: java/nio/ByteBufferAsLongBufferRL.class inflated: java/nio/ByteBufferAsShortBufferB.class inflated: java/nio/ByteBufferAsShortBufferL.class inflated: java/nio/ByteBufferAsShortBufferRB.class inflated: java/nio/ByteBufferAsShortBufferRL.class inflated: java/nio/CharBuffer.class inflated: java/nio/DirectByteBuffer$Deallocator.class inflated: java/nio/DirectByteBuffer.class inflated: java/nio/DirectByteBufferR.class inflated: java/nio/DirectCharBufferRS.class inflated: java/nio/DirectCharBufferRU.class inflated: java/nio/DirectCharBufferS.class inflated: java/nio/DirectCharBufferU.class inflated: java/nio/DirectDoubleBufferRS.class inflated: java/nio/DirectDoubleBufferRU.class inflated: java/nio/DirectDoubleBufferS.class inflated: java/nio/DirectDoubleBufferU.class inflated: java/nio/DirectFloatBufferRS.class inflated: java/nio/DirectFloatBufferRU.class inflated: java/nio/DirectFloatBufferS.class inflated: java/nio/DirectFloatBufferU.class inflated: java/nio/DirectIntBufferRS.class inflated: java/nio/DirectIntBufferRU.class inflated: java/nio/DirectIntBufferS.class inflated: java/nio/DirectIntBufferU.class inflated: java/nio/DirectLongBufferRS.class inflated: java/nio/DirectLongBufferRU.class inflated: java/nio/DirectLongBufferS.class inflated: java/nio/DirectLongBufferU.class inflated: java/nio/DirectShortBufferRS.class inflated: java/nio/DirectShortBufferRU.class inflated: java/nio/DirectShortBufferS.class inflated: java/nio/DirectShortBufferU.class inflated: java/nio/DoubleBuffer.class inflated: java/nio/FloatBuffer.class inflated: java/nio/HeapByteBuffer.class inflated: java/nio/HeapByteBufferR.class inflated: java/nio/HeapCharBuffer.class inflated: java/nio/HeapCharBufferR.class inflated: java/nio/HeapDoubleBuffer.class inflated: java/nio/HeapDoubleBufferR.class inflated: java/nio/HeapFloatBuffer.class inflated: java/nio/HeapFloatBufferR.class inflated: java/nio/HeapIntBuffer.class inflated: java/nio/HeapIntBufferR.class inflated: java/nio/HeapLongBuffer.class inflated: java/nio/HeapLongBufferR.class inflated: java/nio/HeapShortBuffer.class inflated: java/nio/HeapShortBufferR.class inflated: java/nio/IntBuffer.class inflated: java/nio/LongBuffer.class inflated: java/nio/ReadOnlyBufferException.class inflated: java/nio/ShortBuffer.class inflated: java/nio/charset/CharacterCodingException.class inflated: java/nio/charset/CharsetDecoder.class inflated: java/nio/charset/CharsetEncoder.class inflated: java/nio/charset/IllegalCharsetNameException.class inflated: java/nio/charset/UnsupportedCharsetException.class inflated: javax/annotation/processing/AbstractProcessor.class inflated: javax/annotation/processing/Completion.class inflated: javax/annotation/processing/Completions$SimpleCompletion.class inflated: javax/annotation/processing/Completions.class inflated: javax/annotation/processing/Filer.class inflated: javax/annotation/processing/FilerException.class inflated: javax/annotation/processing/Messager.class inflated: javax/annotation/processing/ProcessingEnvironment.class inflated: javax/annotation/processing/Processor.class inflated: javax/annotation/processing/RoundEnvironment.class inflated: javax/annotation/processing/SupportedAnnotationTypes.class inflated: javax/annotation/processing/SupportedOptions.class inflated: javax/annotation/processing/SupportedSourceVersion.class inflated: javax/lang/model/SourceVersion.class inflated: javax/lang/model/element/AnnotationMirror.class inflated: javax/lang/model/element/AnnotationValue.class inflated: javax/lang/model/element/AnnotationValueVisitor.class inflated: javax/lang/model/element/Element.class inflated: javax/lang/model/element/ElementKind.class inflated: javax/lang/model/element/ElementVisitor.class inflated: javax/lang/model/element/ExecutableElement.class inflated: javax/lang/model/element/Modifier.class inflated: javax/lang/model/element/Name.class inflated: javax/lang/model/element/NestingKind.class inflated: javax/lang/model/element/PackageElement.class inflated: javax/lang/model/element/TypeElement.class inflated: javax/lang/model/element/TypeParameterElement.class inflated: javax/lang/model/element/UnknownAnnotationValueException.class inflated: javax/lang/model/element/UnknownElementException.class inflated: javax/lang/model/element/VariableElement.class inflated: javax/lang/model/type/ArrayType.class inflated: javax/lang/model/type/DeclaredType.class inflated: javax/lang/model/type/ErrorType.class inflated: javax/lang/model/type/ExecutableType.class inflated: javax/lang/model/type/MirroredTypeException.class inflated: javax/lang/model/type/MirroredTypesException.class inflated: javax/lang/model/type/NoType.class inflated: javax/lang/model/type/NullType.class inflated: javax/lang/model/type/PrimitiveType.class inflated: javax/lang/model/type/ReferenceType.class inflated: javax/lang/model/type/TypeKind.class inflated: javax/lang/model/type/TypeMirror.class inflated: javax/lang/model/type/TypeVariable.class inflated: javax/lang/model/type/TypeVisitor.class inflated: javax/lang/model/type/UnknownTypeException.class inflated: javax/lang/model/type/WildcardType.class inflated: javax/lang/model/util/AbstractAnnotationValueVisitor6.class inflated: javax/lang/model/util/AbstractElementVisitor6.class inflated: javax/lang/model/util/AbstractTypeVisitor6.class inflated: javax/lang/model/util/ElementFilter.class inflated: javax/lang/model/util/ElementKindVisitor6.class inflated: javax/lang/model/util/ElementScanner6.class inflated: javax/lang/model/util/Elements.class inflated: javax/lang/model/util/SimpleAnnotationValueVisitor6.class inflated: javax/lang/model/util/SimpleElementVisitor6.class inflated: javax/lang/model/util/SimpleTypeVisitor6.class inflated: javax/lang/model/util/TypeKindVisitor6.class inflated: javax/lang/model/util/Types.class inflated: javax/tools/Diagnostic$Kind.class inflated: javax/tools/Diagnostic.class inflated: javax/tools/DiagnosticCollector.class inflated: javax/tools/DiagnosticListener.class inflated: javax/tools/FileObject.class inflated: javax/tools/ForwardingFileObject.class inflated: javax/tools/ForwardingJavaFileManager.class inflated: javax/tools/ForwardingJavaFileObject.class inflated: javax/tools/JavaCompiler$CompilationTask.class inflated: javax/tools/JavaCompiler.class inflated: javax/tools/JavaFileManager$Location.class inflated: javax/tools/JavaFileManager.class inflated: javax/tools/JavaFileObject$Kind.class inflated: javax/tools/JavaFileObject.class inflated: javax/tools/OptionChecker.class inflated: javax/tools/SimpleJavaFileObject.class inflated: javax/tools/StandardJavaFileManager.class inflated: javax/tools/StandardLocation$1.class inflated: javax/tools/StandardLocation.class inflated: javax/tools/Tool.class inflated: javax/tools/ToolProvider$Lazy.class inflated: javax/tools/ToolProvider.class inflated: sun/tools/javap/AttrData.class inflated: sun/tools/javap/CPX.class inflated: sun/tools/javap/CPX2.class inflated: sun/tools/javap/ClassData.class inflated: sun/tools/javap/Constants.class inflated: sun/tools/javap/FieldData.class inflated: sun/tools/javap/InnerClassData.class inflated: sun/tools/javap/JavapEnvironment.class inflated: sun/tools/javap/JavapPrinter.class inflated: sun/tools/javap/LineNumData.class inflated: sun/tools/javap/LocVarData.class inflated: sun/tools/javap/Main.class inflated: sun/tools/javap/MethodData.class inflated: sun/tools/javap/RuntimeConstants.class inflated: sun/tools/javap/StackMapData.class inflated: sun/tools/javap/StackMapTableData$AppendFrame.class inflated: sun/tools/javap/StackMapTableData$ChopFrame.class inflated: sun/tools/javap/StackMapTableData$FullFrame.class inflated: sun/tools/javap/StackMapTableData$SameFrame.class inflated: sun/tools/javap/StackMapTableData$SameLocals1StackItem.class inflated: sun/tools/javap/StackMapTableData.class inflated: sun/tools/javap/Tables.class inflated: sun/tools/javap/TrapData.class inflated: sun/tools/javap/TypeSignature.class Importing classes from component CORBA_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/corba/dist/lib/classes.jar ) extracted: META-INF/MANIFEST.MF created: sun/rmi/ created: sun/rmi/rmic/ created: sun/rmi/rmic/iiop/ inflated: sun/rmi/rmic/iiop/Util.class inflated: sun/rmi/rmic/iiop/RemoteType.class inflated: sun/rmi/rmic/iiop/PrimitiveType.class inflated: sun/rmi/rmic/iiop/Generator.class inflated: sun/rmi/rmic/iiop/IDLNames.class inflated: sun/rmi/rmic/iiop/Null.class inflated: sun/rmi/rmic/iiop/Constants.class inflated: sun/rmi/rmic/iiop/CompoundType$Method.class inflated: sun/rmi/rmic/iiop/SpecialInterfaceType.class inflated: sun/rmi/rmic/iiop/CompoundType.class inflated: sun/rmi/rmic/iiop/StringComparator.class inflated: sun/rmi/rmic/iiop/NameContext.class inflated: sun/rmi/rmic/iiop/SpecialClassType.class inflated: sun/rmi/rmic/iiop/NCInterfaceType.class inflated: sun/rmi/rmic/iiop/TypeContext.class inflated: sun/rmi/rmic/iiop/Generator$OutputType.class inflated: sun/rmi/rmic/iiop/NCClassType.class inflated: sun/rmi/rmic/iiop/ClassPathLoader.class inflated: sun/rmi/rmic/iiop/AbstractType.class inflated: sun/rmi/rmic/iiop/PrintGenerator.class inflated: sun/rmi/rmic/iiop/UserExceptionComparator.class inflated: sun/rmi/rmic/iiop/ArrayType.class inflated: sun/rmi/rmic/iiop/ValueType.class inflated: sun/rmi/rmic/iiop/Type.class inflated: sun/rmi/rmic/iiop/ContextElement.class inflated: sun/rmi/rmic/iiop/ImplementationType.class inflated: sun/rmi/rmic/iiop/StaticStringsHash.class inflated: sun/rmi/rmic/iiop/CompoundType$Member.class inflated: sun/rmi/rmic/iiop/InterfaceType.class inflated: sun/rmi/rmic/iiop/DirectoryLoader.class inflated: sun/rmi/rmic/iiop/IDLGenerator.class inflated: sun/rmi/rmic/iiop/BatchEnvironment.class inflated: sun/rmi/rmic/iiop/ClassType.class inflated: sun/rmi/rmic/iiop/ContextStack.class inflated: sun/rmi/rmic/iiop/NameContext$Name.class inflated: sun/rmi/rmic/iiop/StubGenerator.class created: sun/corba/ inflated: sun/corba/Bridge$2.class inflated: sun/corba/Bridge.class inflated: sun/corba/Bridge$1.class inflated: sun/corba/BridgePermission.class created: org/ created: org/omg/ created: org/omg/CORBA/ inflated: org/omg/CORBA/UShortSeqHolder.class inflated: org/omg/CORBA/IDLTypeHelper.class inflated: org/omg/CORBA/LongLongSeqHelper.class inflated: org/omg/CORBA/CTX_RESTRICT_SCOPE.class inflated: org/omg/CORBA/LongLongSeqHolder.class inflated: org/omg/CORBA/DoubleHolder.class inflated: org/omg/CORBA/TRANSACTION_REQUIRED.class inflated: org/omg/CORBA/IDLTypeOperations.class inflated: org/omg/CORBA/MARSHAL.class inflated: org/omg/CORBA/DynValue.class inflated: org/omg/CORBA/FloatSeqHolder.class inflated: org/omg/CORBA/Environment.class inflated: org/omg/CORBA/DynEnum.class inflated: org/omg/CORBA/ShortSeqHolder.class inflated: org/omg/CORBA/FREE_MEM.class inflated: org/omg/CORBA/FixedHolder.class inflated: org/omg/CORBA/BAD_QOS.class inflated: org/omg/CORBA/INTF_REPOS.class inflated: org/omg/CORBA/WrongTransactionHolder.class inflated: org/omg/CORBA/ARG_IN.class inflated: org/omg/CORBA/DynAny.class inflated: org/omg/CORBA/ORB$2.class inflated: org/omg/CORBA/ParameterMode.class inflated: org/omg/CORBA/PolicyListHolder.class inflated: org/omg/CORBA/INV_OBJREF.class inflated: org/omg/CORBA/TRANSIENT.class inflated: org/omg/CORBA/PERSIST_STORE.class inflated: org/omg/CORBA/FloatSeqHelper.class inflated: org/omg/CORBA/ParameterModeHelper.class inflated: org/omg/CORBA/DoubleSeqHolder.class inflated: org/omg/CORBA/DomainManager.class inflated: org/omg/CORBA/PUBLIC_MEMBER.class inflated: org/omg/CORBA/LocalObject.class inflated: org/omg/CORBA/ServiceDetail.class inflated: org/omg/CORBA/CharHolder.class inflated: org/omg/CORBA/TRANSACTION_ROLLEDBACK.class inflated: org/omg/CORBA/INV_POLICY.class inflated: org/omg/CORBA/ValueBaseHolder.class inflated: org/omg/CORBA/VM_CUSTOM.class inflated: org/omg/CORBA/TRANSACTION_UNAVAILABLE.class inflated: org/omg/CORBA/PolicyError.class inflated: org/omg/CORBA/Request.class inflated: org/omg/CORBA/StringSeqHolder.class inflated: org/omg/CORBA/CurrentHelper.class inflated: org/omg/CORBA/RepositoryIdHelper.class inflated: org/omg/CORBA/ULongLongSeqHolder.class inflated: org/omg/CORBA/NO_RESOURCES.class inflated: org/omg/CORBA/ORB$1.class inflated: org/omg/CORBA/ObjectHelper.class inflated: org/omg/CORBA/PolicyHolder.class inflated: org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.class inflated: org/omg/CORBA/WCharSeqHelper.class inflated: org/omg/CORBA/ExceptionList.class inflated: org/omg/CORBA/UnknownUserException.class inflated: org/omg/CORBA/BAD_POLICY.class inflated: org/omg/CORBA/BAD_INV_ORDER.class inflated: org/omg/CORBA/WrongTransaction.class inflated: org/omg/CORBA/PolicyErrorHolder.class inflated: org/omg/CORBA/VM_NONE.class inflated: org/omg/CORBA/PrincipalHolder.class inflated: org/omg/CORBA/DynStruct.class inflated: org/omg/CORBA/COMM_FAILURE.class inflated: org/omg/CORBA/FloatHolder.class inflated: org/omg/CORBA/AnySeqHelper.class inflated: org/omg/CORBA/BooleanSeqHolder.class inflated: org/omg/CORBA/ContextList.class inflated: org/omg/CORBA/DynUnion.class inflated: org/omg/CORBA/NameValuePair.class inflated: org/omg/CORBA/OBJECT_NOT_EXIST.class inflated: org/omg/CORBA/StringHolder.class inflated: org/omg/CORBA/DataOutputStream.class inflated: org/omg/CORBA/DoubleSeqHelper.class inflated: org/omg/CORBA/OBJ_ADAPTER.class inflated: org/omg/CORBA/CompletionStatusHelper.class inflated: org/omg/CORBA/ServerRequest.class inflated: org/omg/CORBA/AnyHolder.class inflated: org/omg/CORBA/NameValuePairHelper.class inflated: org/omg/CORBA/BAD_PARAM.class inflated: org/omg/CORBA/Context.class inflated: org/omg/CORBA/WrongTransactionHelper.class inflated: org/omg/CORBA/WStringSeqHelper.class inflated: org/omg/CORBA/INVALID_ACTIVITY.class inflated: org/omg/CORBA/DataInputStream.class inflated: org/omg/CORBA/OMGVMCID.class inflated: org/omg/CORBA/UserException.class inflated: org/omg/CORBA/CharSeqHelper.class inflated: org/omg/CORBA/INVALID_TRANSACTION.class inflated: org/omg/CORBA/StructMemberHelper.class inflated: org/omg/CORBA/ServiceInformationHelper.class inflated: org/omg/CORBA/ACTIVITY_REQUIRED.class inflated: org/omg/CORBA/ObjectHolder.class inflated: org/omg/CORBA/SystemException.class inflated: org/omg/CORBA/ORB.class inflated: org/omg/CORBA/VisibilityHelper.class inflated: org/omg/CORBA/LongSeqHelper.class inflated: org/omg/CORBA/IDLType.class inflated: org/omg/CORBA/NamedValue.class inflated: org/omg/CORBA/LongHolder.class inflated: org/omg/CORBA/ULongSeqHolder.class inflated: org/omg/CORBA/_PolicyStub.class inflated: org/omg/CORBA/ShortHolder.class inflated: org/omg/CORBA/TypeCode.class inflated: org/omg/CORBA/CustomMarshal.class inflated: org/omg/CORBA/Object.class inflated: org/omg/CORBA/BAD_POLICY_TYPE.class inflated: org/omg/CORBA/ShortSeqHelper.class inflated: org/omg/CORBA/INITIALIZE.class inflated: org/omg/CORBA/SetOverrideType.class inflated: org/omg/CORBA/DomainManagerOperations.class inflated: org/omg/CORBA/TRANSACTION_MODE.class inflated: org/omg/CORBA/OctetSeqHolder.class inflated: org/omg/CORBA/OctetSeqHelper.class inflated: org/omg/CORBA/CurrentOperations.class inflated: org/omg/CORBA/IRObjectOperations.class inflated: org/omg/CORBA/PolicyHelper.class inflated: org/omg/CORBA/IntHolder.class inflated: org/omg/CORBA/ACTIVITY_COMPLETED.class inflated: org/omg/CORBA/INV_FLAG.class inflated: org/omg/CORBA/SetOverrideTypeHelper.class inflated: org/omg/CORBA/IMP_LIMIT.class inflated: org/omg/CORBA/ServiceInformation.class inflated: org/omg/CORBA/TIMEOUT.class inflated: org/omg/CORBA/BooleanHolder.class inflated: org/omg/CORBA/TCKind.class inflated: org/omg/CORBA/CurrentHolder.class inflated: org/omg/CORBA/Current.class inflated: org/omg/CORBA/LongSeqHolder.class inflated: org/omg/CORBA/PolicyOperations.class inflated: org/omg/CORBA/StringSeqHelper.class inflated: org/omg/CORBA/PolicyErrorHelper.class inflated: org/omg/CORBA/WCharSeqHolder.class inflated: org/omg/CORBA/UnionMemberHelper.class inflated: org/omg/CORBA/IRObject.class inflated: org/omg/CORBA/BAD_POLICY_VALUE.class inflated: org/omg/CORBA/Principal.class inflated: org/omg/CORBA/NO_RESPONSE.class inflated: org/omg/CORBA/UnknownUserExceptionHolder.class inflated: org/omg/CORBA/NO_IMPLEMENT.class inflated: org/omg/CORBA/DATA_CONVERSION.class inflated: org/omg/CORBA/VersionSpecHelper.class inflated: org/omg/CORBA/REBIND.class inflated: org/omg/CORBA/UNSUPPORTED_POLICY.class inflated: org/omg/CORBA/INV_IDENT.class created: org/omg/CORBA/ORBPackage/ inflated: org/omg/CORBA/ORBPackage/InvalidName.class inflated: org/omg/CORBA/ORBPackage/InconsistentTypeCode.class inflated: org/omg/CORBA/DynFixed.class inflated: org/omg/CORBA/DynamicImplementation.class inflated: org/omg/CORBA/BAD_TYPECODE.class inflated: org/omg/CORBA/DynArray.class inflated: org/omg/CORBA/UShortSeqHelper.class inflated: org/omg/CORBA/DefinitionKindHelper.class inflated: org/omg/CORBA/NVList.class inflated: org/omg/CORBA/PolicyErrorCodeHelper.class inflated: org/omg/CORBA/ValueMember.class inflated: org/omg/CORBA/TypeCodeHolder.class created: org/omg/CORBA/TypeCodePackage/ inflated: org/omg/CORBA/TypeCodePackage/BadKind.class inflated: org/omg/CORBA/TypeCodePackage/Bounds.class inflated: org/omg/CORBA/CODESET_INCOMPATIBLE.class inflated: org/omg/CORBA/PRIVATE_MEMBER.class inflated: org/omg/CORBA/FieldNameHelper.class inflated: org/omg/CORBA/ByteHolder.class inflated: org/omg/CORBA/Any.class inflated: org/omg/CORBA/NO_MEMORY.class inflated: org/omg/CORBA/UnionMember.class inflated: org/omg/CORBA/BAD_OPERATION.class inflated: org/omg/CORBA/Bounds.class inflated: org/omg/CORBA/VM_ABSTRACT.class inflated: org/omg/CORBA/BAD_CONTEXT.class inflated: org/omg/CORBA/ParameterModeHolder.class inflated: org/omg/CORBA/StringValueHelper.class inflated: org/omg/CORBA/ValueBaseHelper.class inflated: org/omg/CORBA/IdentifierHelper.class inflated: org/omg/CORBA/CompletionStatus.class inflated: org/omg/CORBA/PolicyListHelper.class inflated: org/omg/CORBA/ARG_INOUT.class inflated: org/omg/CORBA/AnySeqHolder.class inflated: org/omg/CORBA/ServiceInformationHolder.class inflated: org/omg/CORBA/UNKNOWN.class inflated: org/omg/CORBA/_IDLTypeStub.class inflated: org/omg/CORBA/WStringSeqHolder.class inflated: org/omg/CORBA/ULongLongSeqHelper.class inflated: org/omg/CORBA/CharSeqHolder.class inflated: org/omg/CORBA/UnknownUserExceptionHelper.class inflated: org/omg/CORBA/NO_PERMISSION.class inflated: org/omg/CORBA/PolicyTypeHelper.class created: org/omg/CORBA/portable/ inflated: org/omg/CORBA/portable/BoxedValueHelper.class inflated: org/omg/CORBA/portable/ResponseHandler.class inflated: org/omg/CORBA/portable/ServantObject.class inflated: org/omg/CORBA/portable/Streamable.class inflated: org/omg/CORBA/portable/IDLEntity.class inflated: org/omg/CORBA/portable/RemarshalException.class inflated: org/omg/CORBA/portable/ValueOutputStream.class inflated: org/omg/CORBA/portable/IndirectionException.class inflated: org/omg/CORBA/portable/ValueInputStream.class inflated: org/omg/CORBA/portable/ValueFactory.class inflated: org/omg/CORBA/portable/InputStream.class inflated: org/omg/CORBA/portable/Delegate.class inflated: org/omg/CORBA/portable/ApplicationException.class inflated: org/omg/CORBA/portable/OutputStream.class inflated: org/omg/CORBA/portable/StreamableValue.class inflated: org/omg/CORBA/portable/InvokeHandler.class inflated: org/omg/CORBA/portable/ValueBase.class inflated: org/omg/CORBA/portable/ObjectImpl.class inflated: org/omg/CORBA/portable/CustomValue.class inflated: org/omg/CORBA/portable/UnknownException.class inflated: org/omg/CORBA/ARG_OUT.class inflated: org/omg/CORBA/WStringValueHelper.class inflated: org/omg/CORBA/ServiceDetailHelper.class inflated: org/omg/CORBA/ULongSeqHelper.class inflated: org/omg/CORBA/DynSequence.class inflated: org/omg/CORBA/BooleanSeqHelper.class inflated: org/omg/CORBA/StructMember.class inflated: org/omg/CORBA/ValueMemberHelper.class inflated: org/omg/CORBA/Policy.class created: org/omg/CORBA/DynAnyPackage/ inflated: org/omg/CORBA/DynAnyPackage/TypeMismatch.class inflated: org/omg/CORBA/DynAnyPackage/InvalidValue.class inflated: org/omg/CORBA/DynAnyPackage/InvalidSeq.class inflated: org/omg/CORBA/DynAnyPackage/Invalid.class inflated: org/omg/CORBA/INTERNAL.class inflated: org/omg/CORBA/VM_TRUNCATABLE.class inflated: org/omg/CORBA/DefinitionKind.class created: org/omg/Dynamic/ inflated: org/omg/Dynamic/Parameter.class created: org/omg/PortableInterceptor/ inflated: org/omg/PortableInterceptor/USER_EXCEPTION.class inflated: org/omg/PortableInterceptor/ServerIdHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfo.class inflated: org/omg/PortableInterceptor/AdapterManagerIdHelper.class inflated: org/omg/PortableInterceptor/Interceptor.class inflated: org/omg/PortableInterceptor/ObjectReferenceFactory.class inflated: org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.class inflated: org/omg/PortableInterceptor/AdapterNameHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfoOperations.class inflated: org/omg/PortableInterceptor/SUCCESSFUL.class inflated: org/omg/PortableInterceptor/IORInterceptor.class inflated: org/omg/PortableInterceptor/PolicyFactoryOperations.class inflated: org/omg/PortableInterceptor/CurrentHelper.class inflated: org/omg/PortableInterceptor/LOCATION_FORWARD.class created: org/omg/PortableInterceptor/ORBInitInfoPackage/ inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.class inflated: org/omg/PortableInterceptor/ServerRequestInfoOperations.class inflated: org/omg/PortableInterceptor/ACTIVE.class inflated: org/omg/PortableInterceptor/PolicyFactory.class inflated: org/omg/PortableInterceptor/ClientRequestInfoOperations.class inflated: org/omg/PortableInterceptor/RequestInfo.class inflated: org/omg/PortableInterceptor/InvalidSlotHelper.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0.class inflated: org/omg/PortableInterceptor/DISCARDING.class inflated: org/omg/PortableInterceptor/SYSTEM_EXCEPTION.class inflated: org/omg/PortableInterceptor/ClientRequestInterceptor.class inflated: org/omg/PortableInterceptor/RequestInfoOperations.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0Helper.class inflated: org/omg/PortableInterceptor/CurrentOperations.class inflated: org/omg/PortableInterceptor/ORBIdHelper.class inflated: org/omg/PortableInterceptor/IORInfo.class inflated: org/omg/PortableInterceptor/NON_EXISTENT.class inflated: org/omg/PortableInterceptor/ServerRequestInterceptorOperations.class inflated: org/omg/PortableInterceptor/HOLDING.class inflated: org/omg/PortableInterceptor/ServerRequestInfo.class inflated: org/omg/PortableInterceptor/Current.class inflated: org/omg/PortableInterceptor/IORInterceptorOperations.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.class inflated: org/omg/PortableInterceptor/TRANSPORT_RETRY.class inflated: org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.class inflated: org/omg/PortableInterceptor/ORBInitializer.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0Holder.class inflated: org/omg/PortableInterceptor/ClientRequestInfo.class inflated: org/omg/PortableInterceptor/ClientRequestInterceptorOperations.class inflated: org/omg/PortableInterceptor/ObjectIdHelper.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0Operations.class inflated: org/omg/PortableInterceptor/ForwardRequestHelper.class inflated: org/omg/PortableInterceptor/InvalidSlot.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.class inflated: org/omg/PortableInterceptor/InterceptorOperations.class inflated: org/omg/PortableInterceptor/AdapterStateHelper.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.class inflated: org/omg/PortableInterceptor/ORBInitializerOperations.class inflated: org/omg/PortableInterceptor/IORInfoOperations.class inflated: org/omg/PortableInterceptor/INACTIVE.class inflated: org/omg/PortableInterceptor/ServerRequestInterceptor.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplate.class inflated: org/omg/PortableInterceptor/ForwardRequest.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.class created: org/omg/SendingContext/ inflated: org/omg/SendingContext/RunTime.class inflated: org/omg/SendingContext/RunTimeOperations.class created: org/omg/CosNaming/ inflated: org/omg/CosNaming/NamingContextExtHolder.class inflated: org/omg/CosNaming/_NamingContextImplBase.class inflated: org/omg/CosNaming/_NamingContextExtStub.class inflated: org/omg/CosNaming/BindingHelper.class created: org/omg/CosNaming/NamingContextPackage/ inflated: org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.class inflated: org/omg/CosNaming/NamingContextPackage/InvalidName.class inflated: org/omg/CosNaming/NamingContextPackage/CannotProceed.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.class inflated: org/omg/CosNaming/NamingContextPackage/NotEmpty.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundHelper.class inflated: org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.class inflated: org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.class inflated: org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundReason.class inflated: org/omg/CosNaming/NamingContextPackage/NotFound.class inflated: org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.class inflated: org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.class inflated: org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.class inflated: org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundHolder.class inflated: org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.class inflated: org/omg/CosNaming/NamingContextPackage/AlreadyBound.class inflated: org/omg/CosNaming/BindingIteratorHelper.class inflated: org/omg/CosNaming/_BindingIteratorImplBase.class inflated: org/omg/CosNaming/NameComponentHelper.class inflated: org/omg/CosNaming/NameComponent.class inflated: org/omg/CosNaming/NamingContextHolder.class inflated: org/omg/CosNaming/Binding.class inflated: org/omg/CosNaming/BindingListHelper.class inflated: org/omg/CosNaming/BindingIteratorHolder.class inflated: org/omg/CosNaming/NamingContext.class inflated: org/omg/CosNaming/NameComponentHolder.class created: org/omg/CosNaming/NamingContextExtPackage/ inflated: org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.class inflated: org/omg/CosNaming/NamingContextExtPackage/AddressHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.class inflated: org/omg/CosNaming/BindingIteratorPOA.class inflated: org/omg/CosNaming/NamingContextOperations.class inflated: org/omg/CosNaming/NameHelper.class inflated: org/omg/CosNaming/_NamingContextStub.class inflated: org/omg/CosNaming/NamingContextExt.class inflated: org/omg/CosNaming/IstringHelper.class inflated: org/omg/CosNaming/_BindingIteratorStub.class inflated: org/omg/CosNaming/BindingListHolder.class inflated: org/omg/CosNaming/BindingTypeHolder.class inflated: org/omg/CosNaming/NameHolder.class inflated: org/omg/CosNaming/NamingContextExtPOA.class inflated: org/omg/CosNaming/BindingHolder.class inflated: org/omg/CosNaming/BindingTypeHelper.class inflated: org/omg/CosNaming/NamingContextExtHelper.class inflated: org/omg/CosNaming/BindingIterator.class inflated: org/omg/CosNaming/NamingContextPOA.class inflated: org/omg/CosNaming/NamingContextHelper.class inflated: org/omg/CosNaming/BindingIteratorOperations.class inflated: org/omg/CosNaming/BindingType.class inflated: org/omg/CosNaming/NamingContextExtOperations.class created: org/omg/IOP/ inflated: org/omg/IOP/CodecFactory.class inflated: org/omg/IOP/TAG_INTERNET_IOP.class inflated: org/omg/IOP/TaggedComponent.class inflated: org/omg/IOP/ServiceContextListHelper.class inflated: org/omg/IOP/ServiceIdHelper.class inflated: org/omg/IOP/ProfileIdHelper.class inflated: org/omg/IOP/MultipleComponentProfileHolder.class inflated: org/omg/IOP/TAG_CODE_SETS.class inflated: org/omg/IOP/TaggedProfileHelper.class inflated: org/omg/IOP/TaggedComponentHelper.class created: org/omg/IOP/CodecFactoryPackage/ inflated: org/omg/IOP/CodecFactoryPackage/UnknownEncoding.class inflated: org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.class inflated: org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.class inflated: org/omg/IOP/IOR.class inflated: org/omg/IOP/ENCODING_CDR_ENCAPS.class inflated: org/omg/IOP/RMICustomMaxStreamFormat.class inflated: org/omg/IOP/MultipleComponentProfileHelper.class inflated: org/omg/IOP/TaggedProfile.class created: org/omg/IOP/CodecPackage/ inflated: org/omg/IOP/CodecPackage/InvalidTypeForEncoding.class inflated: org/omg/IOP/CodecPackage/FormatMismatchHelper.class inflated: org/omg/IOP/CodecPackage/TypeMismatch.class inflated: org/omg/IOP/CodecPackage/FormatMismatch.class inflated: org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.class inflated: org/omg/IOP/CodecPackage/TypeMismatchHelper.class inflated: org/omg/IOP/TAG_JAVA_CODEBASE.class inflated: org/omg/IOP/ExceptionDetailMessage.class inflated: org/omg/IOP/TAG_ORB_TYPE.class inflated: org/omg/IOP/TAG_MULTIPLE_COMPONENTS.class inflated: org/omg/IOP/Codec.class inflated: org/omg/IOP/CodecFactoryHelper.class inflated: org/omg/IOP/CodecFactoryOperations.class inflated: org/omg/IOP/TaggedProfileHolder.class inflated: org/omg/IOP/TaggedComponentHolder.class inflated: org/omg/IOP/IORHolder.class inflated: org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.class inflated: org/omg/IOP/ServiceContext.class inflated: org/omg/IOP/ServiceContextHelper.class inflated: org/omg/IOP/CodecOperations.class inflated: org/omg/IOP/IORHelper.class inflated: org/omg/IOP/ServiceContextHolder.class inflated: org/omg/IOP/TAG_POLICIES.class inflated: org/omg/IOP/CodeSets.class inflated: org/omg/IOP/ServiceContextListHolder.class inflated: org/omg/IOP/ComponentIdHelper.class inflated: org/omg/IOP/TransactionService.class inflated: org/omg/IOP/Encoding.class created: org/omg/DynamicAny/ inflated: org/omg/DynamicAny/NameDynAnyPair.class inflated: org/omg/DynamicAny/DynAnyHelper.class inflated: org/omg/DynamicAny/DynStructOperations.class inflated: org/omg/DynamicAny/DynSequenceHelper.class inflated: org/omg/DynamicAny/DynSequenceOperations.class inflated: org/omg/DynamicAny/DynValue.class inflated: org/omg/DynamicAny/DynEnumOperations.class inflated: org/omg/DynamicAny/DynEnum.class inflated: org/omg/DynamicAny/DynValueHelper.class inflated: org/omg/DynamicAny/DynAny.class inflated: org/omg/DynamicAny/_DynArrayStub.class inflated: org/omg/DynamicAny/DynAnyFactory.class inflated: org/omg/DynamicAny/DynValueCommonOperations.class inflated: org/omg/DynamicAny/DynFixedOperations.class inflated: org/omg/DynamicAny/DynStruct.class inflated: org/omg/DynamicAny/AnySeqHelper.class inflated: org/omg/DynamicAny/DynUnion.class inflated: org/omg/DynamicAny/NameValuePair.class inflated: org/omg/DynamicAny/DynArrayOperations.class inflated: org/omg/DynamicAny/DynAnyFactoryHelper.class inflated: org/omg/DynamicAny/NameValuePairHelper.class inflated: org/omg/DynamicAny/DynAnyFactoryOperations.class inflated: org/omg/DynamicAny/_DynFixedStub.class inflated: org/omg/DynamicAny/DynEnumHelper.class inflated: org/omg/DynamicAny/_DynSequenceStub.class inflated: org/omg/DynamicAny/DynValueBox.class inflated: org/omg/DynamicAny/DynValueCommon.class inflated: org/omg/DynamicAny/NameValuePairSeqHelper.class inflated: org/omg/DynamicAny/_DynAnyStub.class inflated: org/omg/DynamicAny/_DynEnumStub.class created: org/omg/DynamicAny/DynAnyFactoryPackage/ inflated: org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.class inflated: org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.class inflated: org/omg/DynamicAny/DynUnionOperations.class inflated: org/omg/DynamicAny/DynFixedHelper.class inflated: org/omg/DynamicAny/DynValueBoxOperations.class inflated: org/omg/DynamicAny/DynValueOperations.class inflated: org/omg/DynamicAny/NameDynAnyPairHelper.class inflated: org/omg/DynamicAny/DynStructHelper.class inflated: org/omg/DynamicAny/DynFixed.class inflated: org/omg/DynamicAny/DynArray.class inflated: org/omg/DynamicAny/DynUnionHelper.class inflated: org/omg/DynamicAny/_DynAnyFactoryStub.class inflated: org/omg/DynamicAny/_DynUnionStub.class inflated: org/omg/DynamicAny/FieldNameHelper.class inflated: org/omg/DynamicAny/NameDynAnyPairSeqHelper.class inflated: org/omg/DynamicAny/_DynValueStub.class inflated: org/omg/DynamicAny/DynArrayHelper.class inflated: org/omg/DynamicAny/DynAnyOperations.class inflated: org/omg/DynamicAny/DynSequence.class inflated: org/omg/DynamicAny/_DynStructStub.class created: org/omg/DynamicAny/DynAnyPackage/ inflated: org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.class inflated: org/omg/DynamicAny/DynAnyPackage/TypeMismatch.class inflated: org/omg/DynamicAny/DynAnyPackage/InvalidValue.class inflated: org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.class inflated: org/omg/DynamicAny/DynAnySeqHelper.class created: org/omg/CORBA_2_3/ inflated: org/omg/CORBA_2_3/ORB.class created: org/omg/CORBA_2_3/portable/ inflated: org/omg/CORBA_2_3/portable/InputStream.class inflated: org/omg/CORBA_2_3/portable/Delegate.class inflated: org/omg/CORBA_2_3/portable/OutputStream.class inflated: org/omg/CORBA_2_3/portable/ObjectImpl.class created: org/omg/stub/ created: org/omg/stub/java/ created: org/omg/stub/java/rmi/ inflated: org/omg/stub/java/rmi/_Remote_Stub.class created: org/omg/Messaging/ inflated: org/omg/Messaging/SyncScopeHelper.class inflated: org/omg/Messaging/SYNC_WITH_TRANSPORT.class created: org/omg/PortableServer/ inflated: org/omg/PortableServer/ServantRetentionPolicyValue.class created: org/omg/PortableServer/CurrentPackage/ inflated: org/omg/PortableServer/CurrentPackage/NoContext.class inflated: org/omg/PortableServer/CurrentPackage/NoContextHelper.class inflated: org/omg/PortableServer/POA.class inflated: org/omg/PortableServer/_ServantActivatorStub.class inflated: org/omg/PortableServer/Servant.class inflated: org/omg/PortableServer/ServantLocatorOperations.class inflated: org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.class inflated: org/omg/PortableServer/CurrentHelper.class inflated: org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.class inflated: org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.class inflated: org/omg/PortableServer/IdAssignmentPolicyOperations.class inflated: org/omg/PortableServer/ImplicitActivationPolicy.class inflated: org/omg/PortableServer/POAManager.class inflated: org/omg/PortableServer/ServantActivatorHelper.class inflated: org/omg/PortableServer/ThreadPolicyOperations.class inflated: org/omg/PortableServer/ServantActivatorOperations.class inflated: org/omg/PortableServer/RequestProcessingPolicy.class inflated: org/omg/PortableServer/POAOperations.class inflated: org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.class inflated: org/omg/PortableServer/IdAssignmentPolicy.class inflated: org/omg/PortableServer/CurrentOperations.class inflated: org/omg/PortableServer/AdapterActivator.class created: org/omg/PortableServer/ServantLocatorPackage/ inflated: org/omg/PortableServer/ServantLocatorPackage/CookieHolder.class inflated: org/omg/PortableServer/ServantManager.class inflated: org/omg/PortableServer/THREAD_POLICY_ID.class inflated: org/omg/PortableServer/Current.class inflated: org/omg/PortableServer/AdapterActivatorOperations.class inflated: org/omg/PortableServer/IdUniquenessPolicyValue.class inflated: org/omg/PortableServer/IdAssignmentPolicyValue.class inflated: org/omg/PortableServer/IdUniquenessPolicyOperations.class inflated: org/omg/PortableServer/POAManagerOperations.class created: org/omg/PortableServer/POAManagerPackage/ inflated: org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.class inflated: org/omg/PortableServer/POAManagerPackage/AdapterInactive.class inflated: org/omg/PortableServer/POAManagerPackage/State.class inflated: org/omg/PortableServer/ThreadPolicy.class inflated: org/omg/PortableServer/DynamicImplementation.class inflated: org/omg/PortableServer/ServantLocator.class inflated: org/omg/PortableServer/ImplicitActivationPolicyOperations.class inflated: org/omg/PortableServer/LifespanPolicy.class inflated: org/omg/PortableServer/_ServantLocatorStub.class inflated: org/omg/PortableServer/LifespanPolicyOperations.class inflated: org/omg/PortableServer/ForwardRequestHelper.class created: org/omg/PortableServer/POAPackage/ inflated: org/omg/PortableServer/POAPackage/InvalidPolicy.class inflated: org/omg/PortableServer/POAPackage/WrongPolicyHelper.class inflated: org/omg/PortableServer/POAPackage/ObjectNotActive.class inflated: org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.class inflated: org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.class inflated: org/omg/PortableServer/POAPackage/ServantNotActiveHelper.class inflated: org/omg/PortableServer/POAPackage/ObjectAlreadyActive.class inflated: org/omg/PortableServer/POAPackage/WrongAdapter.class inflated: org/omg/PortableServer/POAPackage/NoServant.class inflated: org/omg/PortableServer/POAPackage/AdapterAlreadyExists.class inflated: org/omg/PortableServer/POAPackage/InvalidPolicyHelper.class inflated: org/omg/PortableServer/POAPackage/NoServantHelper.class inflated: org/omg/PortableServer/POAPackage/WrongPolicy.class inflated: org/omg/PortableServer/POAPackage/AdapterNonExistent.class inflated: org/omg/PortableServer/POAPackage/WrongAdapterHelper.class inflated: org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.class inflated: org/omg/PortableServer/POAPackage/ServantAlreadyActive.class inflated: org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.class inflated: org/omg/PortableServer/POAPackage/ServantNotActive.class inflated: org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.class inflated: org/omg/PortableServer/LIFESPAN_POLICY_ID.class inflated: org/omg/PortableServer/LifespanPolicyValue.class inflated: org/omg/PortableServer/ServantActivatorPOA.class inflated: org/omg/PortableServer/RequestProcessingPolicyValue.class inflated: org/omg/PortableServer/IdUniquenessPolicy.class inflated: org/omg/PortableServer/ServantActivator.class inflated: org/omg/PortableServer/RequestProcessingPolicyOperations.class inflated: org/omg/PortableServer/ServantRetentionPolicy.class inflated: org/omg/PortableServer/ServantManagerOperations.class inflated: org/omg/PortableServer/ServantLocatorHelper.class inflated: org/omg/PortableServer/ImplicitActivationPolicyValue.class inflated: org/omg/PortableServer/ServantRetentionPolicyOperations.class created: org/omg/PortableServer/portable/ inflated: org/omg/PortableServer/portable/Delegate.class inflated: org/omg/PortableServer/ForwardRequest.class inflated: org/omg/PortableServer/POAHelper.class inflated: org/omg/PortableServer/ServantLocatorPOA.class inflated: org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.class inflated: org/omg/PortableServer/ThreadPolicyValue.class created: com/sun/org/ created: com/sun/org/omg/ created: com/sun/org/omg/CORBA/ inflated: com/sun/org/omg/CORBA/IDLTypeHelper.class inflated: com/sun/org/omg/CORBA/InitializerSeqHelper.class inflated: com/sun/org/omg/CORBA/AttrDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/ParameterMode.class inflated: com/sun/org/omg/CORBA/ParameterModeHelper.class inflated: com/sun/org/omg/CORBA/Repository.class created: com/sun/org/omg/CORBA/ValueDefPackage/ inflated: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.class inflated: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescriptionHelper.class inflated: com/sun/org/omg/CORBA/RepositoryIdHelper.class inflated: com/sun/org/omg/CORBA/ParameterDescriptionHelper.class inflated: com/sun/org/omg/CORBA/ContextIdSeqHelper.class inflated: com/sun/org/omg/CORBA/ContextIdentifierHelper.class inflated: com/sun/org/omg/CORBA/AttributeDescription.class inflated: com/sun/org/omg/CORBA/AttributeMode.class inflated: com/sun/org/omg/CORBA/ExceptionDescription.class inflated: com/sun/org/omg/CORBA/StructMemberHelper.class inflated: com/sun/org/omg/CORBA/Initializer.class inflated: com/sun/org/omg/CORBA/OperationMode.class inflated: com/sun/org/omg/CORBA/VisibilityHelper.class inflated: com/sun/org/omg/CORBA/OperationDescriptionHelper.class inflated: com/sun/org/omg/CORBA/AttributeModeHelper.class inflated: com/sun/org/omg/CORBA/AttributeDescriptionHelper.class inflated: com/sun/org/omg/CORBA/OperationModeHelper.class inflated: com/sun/org/omg/CORBA/ExcDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/StructMemberSeqHelper.class inflated: com/sun/org/omg/CORBA/VersionSpecHelper.class inflated: com/sun/org/omg/CORBA/OpDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/DefinitionKindHelper.class inflated: com/sun/org/omg/CORBA/RepositoryHelper.class inflated: com/sun/org/omg/CORBA/RepositoryIdSeqHelper.class inflated: com/sun/org/omg/CORBA/ParDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/ExceptionDescriptionHelper.class inflated: com/sun/org/omg/CORBA/ParameterDescription.class inflated: com/sun/org/omg/CORBA/IdentifierHelper.class inflated: com/sun/org/omg/CORBA/OperationDescription.class inflated: com/sun/org/omg/CORBA/_IDLTypeStub.class inflated: com/sun/org/omg/CORBA/ValueMemberSeqHelper.class created: com/sun/org/omg/CORBA/portable/ inflated: com/sun/org/omg/CORBA/portable/ValueHelper.class inflated: com/sun/org/omg/CORBA/InitializerHelper.class inflated: com/sun/org/omg/CORBA/ValueMemberHelper.class created: com/sun/org/omg/SendingContext/ inflated: com/sun/org/omg/SendingContext/CodeBase.class created: com/sun/org/omg/SendingContext/CodeBasePackage/ inflated: com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.class inflated: com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.class inflated: com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.class inflated: com/sun/org/omg/SendingContext/_CodeBaseStub.class inflated: com/sun/org/omg/SendingContext/_CodeBaseImplBase.class inflated: com/sun/org/omg/SendingContext/CodeBaseOperations.class inflated: com/sun/org/omg/SendingContext/CodeBaseHelper.class created: com/sun/corba/ created: com/sun/corba/se/ created: com/sun/corba/se/pept/ created: com/sun/corba/se/pept/broker/ inflated: com/sun/corba/se/pept/broker/Broker.class created: com/sun/corba/se/pept/encoding/ inflated: com/sun/corba/se/pept/encoding/OutputObject.class inflated: com/sun/corba/se/pept/encoding/InputObject.class created: com/sun/corba/se/pept/protocol/ inflated: com/sun/corba/se/pept/protocol/ClientDelegate.class inflated: com/sun/corba/se/pept/protocol/MessageMediator.class inflated: com/sun/corba/se/pept/protocol/ClientInvocationInfo.class inflated: com/sun/corba/se/pept/protocol/ClientRequestDispatcher.class inflated: com/sun/corba/se/pept/protocol/ServerRequestDispatcher.class inflated: com/sun/corba/se/pept/protocol/ProtocolHandler.class created: com/sun/corba/se/pept/transport/ inflated: com/sun/corba/se/pept/transport/ByteBufferPool.class inflated: com/sun/corba/se/pept/transport/Selector.class inflated: com/sun/corba/se/pept/transport/ContactInfoList.class inflated: com/sun/corba/se/pept/transport/EventHandler.class inflated: com/sun/corba/se/pept/transport/ListenerThread.class inflated: com/sun/corba/se/pept/transport/ContactInfoListIterator.class inflated: com/sun/corba/se/pept/transport/ContactInfo.class inflated: com/sun/corba/se/pept/transport/OutboundConnectionCache.class inflated: com/sun/corba/se/pept/transport/Acceptor.class inflated: com/sun/corba/se/pept/transport/ReaderThread.class inflated: com/sun/corba/se/pept/transport/InboundConnectionCache.class inflated: com/sun/corba/se/pept/transport/ConnectionCache.class inflated: com/sun/corba/se/pept/transport/Connection.class inflated: com/sun/corba/se/pept/transport/TransportManager.class inflated: com/sun/corba/se/pept/transport/ResponseWaitingRoom.class created: com/sun/corba/se/spi/ created: com/sun/corba/se/spi/monitoring/ inflated: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfoFactory.class inflated: com/sun/corba/se/spi/monitoring/MonitoringFactories.class inflated: com/sun/corba/se/spi/monitoring/StatisticMonitoredAttribute.class inflated: com/sun/corba/se/spi/monitoring/MonitoredAttribute.class inflated: com/sun/corba/se/spi/monitoring/MonitoringConstants.class inflated: com/sun/corba/se/spi/monitoring/MonitoredObjectFactory.class inflated: com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.class inflated: com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.class inflated: com/sun/corba/se/spi/monitoring/StatisticsAccumulator.class inflated: com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.class inflated: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfo.class inflated: com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.class inflated: com/sun/corba/se/spi/monitoring/MonitoredObject.class inflated: com/sun/corba/se/spi/monitoring/MonitoringManager.class created: com/sun/corba/se/spi/extension/ inflated: com/sun/corba/se/spi/extension/CopyObjectPolicy.class inflated: com/sun/corba/se/spi/extension/ServantCachingPolicy.class inflated: com/sun/corba/se/spi/extension/RequestPartitioningPolicy.class inflated: com/sun/corba/se/spi/extension/ZeroPortPolicy.class created: com/sun/corba/se/spi/orbutil/ created: com/sun/corba/se/spi/orbutil/proxy/ inflated: com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl.class inflated: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandler.class inflated: com/sun/corba/se/spi/orbutil/proxy/LinkedInvocationHandler.class inflated: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.class inflated: com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl$1.class inflated: com/sun/corba/se/spi/orbutil/proxy/InvocationHandlerFactory.class created: com/sun/corba/se/spi/orbutil/fsm/ inflated: com/sun/corba/se/spi/orbutil/fsm/GuardBase.class inflated: com/sun/corba/se/spi/orbutil/fsm/MyFSM.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestAction1.class inflated: com/sun/corba/se/spi/orbutil/fsm/InputImpl.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestInput.class inflated: com/sun/corba/se/spi/orbutil/fsm/NegateGuard.class inflated: com/sun/corba/se/spi/orbutil/fsm/Input.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestAction2.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSM.class inflated: com/sun/corba/se/spi/orbutil/fsm/StateImpl.class inflated: com/sun/corba/se/spi/orbutil/fsm/State.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSMTest$1.class inflated: com/sun/corba/se/spi/orbutil/fsm/Guard$Complement.class inflated: com/sun/corba/se/spi/orbutil/fsm/Action.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSMTest.class inflated: com/sun/corba/se/spi/orbutil/fsm/Guard$Result.class inflated: com/sun/corba/se/spi/orbutil/fsm/StateEngine.class inflated: com/sun/corba/se/spi/orbutil/fsm/Guard.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSMImpl.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestAction3.class inflated: com/sun/corba/se/spi/orbutil/fsm/ActionBase.class inflated: com/sun/corba/se/spi/orbutil/fsm/StateEngineFactory.class created: com/sun/corba/se/spi/orbutil/closure/ inflated: com/sun/corba/se/spi/orbutil/closure/ClosureFactory.class inflated: com/sun/corba/se/spi/orbutil/closure/Closure.class created: com/sun/corba/se/spi/orbutil/threadpool/ inflated: com/sun/corba/se/spi/orbutil/threadpool/NoSuchThreadPoolException.class inflated: com/sun/corba/se/spi/orbutil/threadpool/Work.class inflated: com/sun/corba/se/spi/orbutil/threadpool/WorkQueue.class inflated: com/sun/corba/se/spi/orbutil/threadpool/NoSuchWorkQueueException.class inflated: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.class inflated: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolChooser.class inflated: com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.class created: com/sun/corba/se/spi/encoding/ inflated: com/sun/corba/se/spi/encoding/CorbaInputObject.class inflated: com/sun/corba/se/spi/encoding/CorbaOutputObject.class created: com/sun/corba/se/spi/copyobject/ inflated: com/sun/corba/se/spi/copyobject/ReflectiveCopyException.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$3.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$4.class inflated: com/sun/corba/se/spi/copyobject/ObjectCopierFactory.class inflated: com/sun/corba/se/spi/copyobject/CopierManager.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$2.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$1.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults.class inflated: com/sun/corba/se/spi/copyobject/ObjectCopier.class created: com/sun/corba/se/spi/activation/ inflated: com/sun/corba/se/spi/activation/_InitialNameServiceImplBase.class inflated: com/sun/corba/se/spi/activation/ServerOperations.class inflated: com/sun/corba/se/spi/activation/BadServerDefinitionHelper.class inflated: com/sun/corba/se/spi/activation/ServerNotActiveHolder.class inflated: com/sun/corba/se/spi/activation/ServerIdHelper.class inflated: com/sun/corba/se/spi/activation/ServerManagerOperations.class inflated: com/sun/corba/se/spi/activation/NoSuchEndPoint.class inflated: com/sun/corba/se/spi/activation/Repository.class inflated: com/sun/corba/se/spi/activation/ORBAlreadyRegistered.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoListHolder.class created: com/sun/corba/se/spi/activation/RepositoryPackage/ inflated: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHolder.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHolder.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.class inflated: com/sun/corba/se/spi/activation/_RepositoryStub.class inflated: com/sun/corba/se/spi/activation/ServerManagerHelper.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoHolder.class inflated: com/sun/corba/se/spi/activation/InvalidORBidHelper.class inflated: com/sun/corba/se/spi/activation/BadServerDefinition.class created: com/sun/corba/se/spi/activation/LocatorPackage/ inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHolder.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocation.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHelper.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHelper.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORB.class inflated: com/sun/corba/se/spi/activation/NoSuchEndPointHolder.class inflated: com/sun/corba/se/spi/activation/IIOP_CLEAR_TEXT.class inflated: com/sun/corba/se/spi/activation/ServerHeldDownHelper.class inflated: com/sun/corba/se/spi/activation/ActivatorOperations.class inflated: com/sun/corba/se/spi/activation/InitialNameServiceHelper.class inflated: com/sun/corba/se/spi/activation/LocatorHolder.class inflated: com/sun/corba/se/spi/activation/_ServerManagerStub.class inflated: com/sun/corba/se/spi/activation/NoSuchEndPointHelper.class inflated: com/sun/corba/se/spi/activation/ORBidHelper.class inflated: com/sun/corba/se/spi/activation/_InitialNameServiceStub.class inflated: com/sun/corba/se/spi/activation/Server.class inflated: com/sun/corba/se/spi/activation/LocatorHelper.class inflated: com/sun/corba/se/spi/activation/EndpointInfoListHolder.class inflated: com/sun/corba/se/spi/activation/ServerHelper.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHelper.class inflated: com/sun/corba/se/spi/activation/ServerHeldDown.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHolder.class inflated: com/sun/corba/se/spi/activation/EndPointInfoHolder.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyUninstalled.class inflated: com/sun/corba/se/spi/activation/Activator.class inflated: com/sun/corba/se/spi/activation/ORBidListHelper.class inflated: com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHelper.class inflated: com/sun/corba/se/spi/activation/POANameHolder.class inflated: com/sun/corba/se/spi/activation/ServerNotRegisteredHolder.class inflated: com/sun/corba/se/spi/activation/ActivatorHolder.class inflated: com/sun/corba/se/spi/activation/_ServerManagerImplBase.class inflated: com/sun/corba/se/spi/activation/EndPointInfo.class inflated: com/sun/corba/se/spi/activation/ServerNotRegisteredHelper.class inflated: com/sun/corba/se/spi/activation/ServerManagerHolder.class inflated: com/sun/corba/se/spi/activation/ServerHolder.class inflated: com/sun/corba/se/spi/activation/ActivatorHelper.class inflated: com/sun/corba/se/spi/activation/_ActivatorStub.class inflated: com/sun/corba/se/spi/activation/InitialNameServiceOperations.class inflated: com/sun/corba/se/spi/activation/EndpointInfoListHelper.class inflated: com/sun/corba/se/spi/activation/ORBPortInfo.class inflated: com/sun/corba/se/spi/activation/ServerManager.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyInstalledHelper.class inflated: com/sun/corba/se/spi/activation/BadServerDefinitionHolder.class inflated: com/sun/corba/se/spi/activation/ServerNotActiveHelper.class inflated: com/sun/corba/se/spi/activation/_LocatorImplBase.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyActiveHelper.class inflated: com/sun/corba/se/spi/activation/_RepositoryImplBase.class inflated: com/sun/corba/se/spi/activation/ServerNotRegistered.class inflated: com/sun/corba/se/spi/activation/ORBidListHolder.class inflated: com/sun/corba/se/spi/activation/_ServerStub.class inflated: com/sun/corba/se/spi/activation/ServerIdsHolder.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryOperations.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyActiveHolder.class inflated: com/sun/corba/se/spi/activation/InitialNameService.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHelper.class inflated: com/sun/corba/se/spi/activation/LocatorOperations.class inflated: com/sun/corba/se/spi/activation/RepositoryHelper.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHolder.class inflated: com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHolder.class created: com/sun/corba/se/spi/activation/InitialNameServicePackage/ inflated: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHolder.class inflated: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBound.class inflated: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHelper.class inflated: com/sun/corba/se/spi/activation/_LocatorStub.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyActive.class inflated: com/sun/corba/se/spi/activation/_ActivatorImplBase.class inflated: com/sun/corba/se/spi/activation/ServerIdsHelper.class inflated: com/sun/corba/se/spi/activation/InvalidORBidHolder.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyInstalledHolder.class inflated: com/sun/corba/se/spi/activation/EndPointInfoHelper.class inflated: com/sun/corba/se/spi/activation/TCPPortHelper.class inflated: com/sun/corba/se/spi/activation/InitialNameServiceHolder.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyRegistered.class inflated: com/sun/corba/se/spi/activation/POANameHelper.class inflated: com/sun/corba/se/spi/activation/Locator.class inflated: com/sun/corba/se/spi/activation/InvalidORBid.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyInstalled.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoListHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryHolder.class inflated: com/sun/corba/se/spi/activation/ServerNotActive.class inflated: com/sun/corba/se/spi/activation/_ServerImplBase.class inflated: com/sun/corba/se/spi/activation/ServerHeldDownHolder.class created: com/sun/corba/se/spi/ior/ inflated: com/sun/corba/se/spi/ior/ObjectId.class inflated: com/sun/corba/se/spi/ior/ObjectKeyFactory.class inflated: com/sun/corba/se/spi/ior/TaggedComponent.class inflated: com/sun/corba/se/spi/ior/IORTemplateList.class inflated: com/sun/corba/se/spi/ior/IORFactory.class inflated: com/sun/corba/se/spi/ior/Writeable.class inflated: com/sun/corba/se/spi/ior/ObjectAdapterId.class inflated: com/sun/corba/se/spi/ior/IdentifiableBase.class inflated: com/sun/corba/se/spi/ior/IdentifiableContainerBase.class inflated: com/sun/corba/se/spi/ior/IOR.class inflated: com/sun/corba/se/spi/ior/MakeImmutable.class inflated: com/sun/corba/se/spi/ior/IdentifiableFactory.class inflated: com/sun/corba/se/spi/ior/TaggedProfile.class inflated: com/sun/corba/se/spi/ior/TaggedProfileTemplateBase.class inflated: com/sun/corba/se/spi/ior/IORTemplate.class inflated: com/sun/corba/se/spi/ior/TaggedComponentBase.class inflated: com/sun/corba/se/spi/ior/ObjectKeyTemplate.class inflated: com/sun/corba/se/spi/ior/IORFactories.class inflated: com/sun/corba/se/spi/ior/IdentifiableFactoryFinder.class inflated: com/sun/corba/se/spi/ior/Identifiable.class inflated: com/sun/corba/se/spi/ior/ObjectKey.class inflated: com/sun/corba/se/spi/ior/IORFactories$1.class inflated: com/sun/corba/se/spi/ior/EncapsulationFactoryBase.class inflated: com/sun/corba/se/spi/ior/IORFactories$2.class created: com/sun/corba/se/spi/ior/iiop/ inflated: com/sun/corba/se/spi/ior/iiop/IIOPProfileTemplate.class inflated: com/sun/corba/se/spi/ior/iiop/RequestPartitioningComponent.class inflated: com/sun/corba/se/spi/ior/iiop/JavaCodebaseComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPProfile.class inflated: com/sun/corba/se/spi/ior/iiop/AlternateIIOPAddressComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$8.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$5.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$9.class inflated: com/sun/corba/se/spi/ior/iiop/GIOPVersion.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPAddress.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$7.class inflated: com/sun/corba/se/spi/ior/iiop/CodeSetsComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$4.class inflated: com/sun/corba/se/spi/ior/iiop/MaxStreamFormatVersionComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$3.class inflated: com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$1.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$2.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$6.class inflated: com/sun/corba/se/spi/ior/TaggedProfileTemplate.class inflated: com/sun/corba/se/spi/ior/WriteContents.class inflated: com/sun/corba/se/spi/ior/TaggedComponentFactoryFinder.class inflated: com/sun/corba/se/spi/ior/IdentifiableContainerBase$1.class created: com/sun/corba/se/spi/orb/ inflated: com/sun/corba/se/spi/orb/ORBConfigurator.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ClassAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$URLAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IntegerAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IndexAction.class inflated: com/sun/corba/se/spi/orb/ORB$2.class inflated: com/sun/corba/se/spi/orb/OperationFactory$MapAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$MaskErrorAction.class inflated: com/sun/corba/se/spi/orb/ORB$1.class inflated: com/sun/corba/se/spi/orb/OperationFactory.class inflated: com/sun/corba/se/spi/orb/PropertyParser.class inflated: com/sun/corba/se/spi/orb/DataCollector.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$FieldMap.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IdentityAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$SetFlagAction.class inflated: com/sun/corba/se/spi/orb/ORBVersion.class inflated: com/sun/corba/se/spi/orb/ORBVersionFactory.class inflated: com/sun/corba/se/spi/orb/OperationFactory$SuffixAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ConvertIntegerToShort.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$FieldMap$1$1.class inflated: com/sun/corba/se/spi/orb/ORB.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ListAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ComposeAction.class inflated: com/sun/corba/se/spi/orb/ParserImplBase.class inflated: com/sun/corba/se/spi/orb/Operation.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ValueAction.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$MapEntry.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IntegerRangeAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$BooleanAction.class inflated: com/sun/corba/se/spi/orb/ParserDataFactory.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase.class inflated: com/sun/corba/se/spi/orb/OperationFactory$OperationBase.class inflated: com/sun/corba/se/spi/orb/OperationFactory$MapSequenceAction.class inflated: com/sun/corba/se/spi/orb/ParserData.class inflated: com/sun/corba/se/spi/orb/ParserImplBase$1.class inflated: com/sun/corba/se/spi/orb/ORBData.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$FieldMap$1.class inflated: com/sun/corba/se/spi/orb/OperationFactory$StringAction.class inflated: com/sun/corba/se/spi/orb/StringPair.class inflated: com/sun/corba/se/spi/orb/OperationFactory$SequenceAction.class created: com/sun/corba/se/spi/servicecontext/ inflated: com/sun/corba/se/spi/servicecontext/UnknownServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContextRegistry.class inflated: com/sun/corba/se/spi/servicecontext/ORBVersionServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/SendingContextServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/CodeSetServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/MaxStreamFormatVersionServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/UEInfoServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContexts.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContextData.class created: com/sun/corba/se/spi/protocol/ inflated: com/sun/corba/se/spi/protocol/CorbaProtocolHandler.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault.class inflated: com/sun/corba/se/spi/protocol/CorbaClientDelegate.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$5.class inflated: com/sun/corba/se/spi/protocol/CorbaMessageMediator.class inflated: com/sun/corba/se/spi/protocol/ClientDelegateFactory.class inflated: com/sun/corba/se/spi/protocol/CorbaServerRequestDispatcher.class inflated: com/sun/corba/se/spi/protocol/ForwardException.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$1.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$4.class inflated: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcher.class inflated: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcherFactory.class inflated: com/sun/corba/se/spi/protocol/PIHandler.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$3.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$2.class inflated: com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.class created: com/sun/corba/se/spi/logging/ inflated: com/sun/corba/se/spi/logging/LogWrapperBase.class inflated: com/sun/corba/se/spi/logging/LogWrapperFactory.class inflated: com/sun/corba/se/spi/logging/CORBALogDomains.class created: com/sun/corba/se/spi/legacy/ created: com/sun/corba/se/spi/legacy/interceptor/ inflated: com/sun/corba/se/spi/legacy/interceptor/ORBInitInfoExt.class inflated: com/sun/corba/se/spi/legacy/interceptor/UnknownType.class inflated: com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.class inflated: com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.class created: com/sun/corba/se/spi/legacy/connection/ inflated: com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.class inflated: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.class inflated: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.class inflated: com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.class inflated: com/sun/corba/se/spi/legacy/connection/Connection.class created: com/sun/corba/se/spi/presentation/ created: com/sun/corba/se/spi/presentation/rmi/ inflated: com/sun/corba/se/spi/presentation/rmi/PresentationDefaults.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager$ClassData.class inflated: com/sun/corba/se/spi/presentation/rmi/DynamicMethodMarshaller.class inflated: com/sun/corba/se/spi/presentation/rmi/IDLNameTranslator.class inflated: com/sun/corba/se/spi/presentation/rmi/DynamicStub.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager$StubFactoryFactory.class inflated: com/sun/corba/se/spi/presentation/rmi/StubAdapter.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager$StubFactory.class created: com/sun/corba/se/spi/oa/ inflated: com/sun/corba/se/spi/oa/OAInvocationInfo.class inflated: com/sun/corba/se/spi/oa/OADefault.class inflated: com/sun/corba/se/spi/oa/ObjectAdapterBase.class inflated: com/sun/corba/se/spi/oa/OADestroyed.class inflated: com/sun/corba/se/spi/oa/NullServant.class inflated: com/sun/corba/se/spi/oa/ObjectAdapterFactory.class inflated: com/sun/corba/se/spi/oa/ObjectAdapter.class created: com/sun/corba/se/spi/resolver/ inflated: com/sun/corba/se/spi/resolver/ResolverDefault.class inflated: com/sun/corba/se/spi/resolver/Resolver.class inflated: com/sun/corba/se/spi/resolver/LocalResolver.class created: com/sun/corba/se/spi/transport/ inflated: com/sun/corba/se/spi/transport/TransportDefault.class inflated: com/sun/corba/se/spi/transport/TransportDefault$3.class inflated: com/sun/corba/se/spi/transport/ORBSocketFactory.class inflated: com/sun/corba/se/spi/transport/ReadTimeouts.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfoList.class inflated: com/sun/corba/se/spi/transport/SocketOrChannelAcceptor.class inflated: com/sun/corba/se/spi/transport/TransportDefault$2.class inflated: com/sun/corba/se/spi/transport/IIOPPrimaryToContactInfo.class inflated: com/sun/corba/se/spi/transport/CorbaAcceptor.class inflated: com/sun/corba/se/spi/transport/TransportDefault$1.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfoListFactory.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfo.class inflated: com/sun/corba/se/spi/transport/SocketInfo.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.class inflated: com/sun/corba/se/spi/transport/IORTransformer.class inflated: com/sun/corba/se/spi/transport/CorbaConnectionCache.class inflated: com/sun/corba/se/spi/transport/ReadTimeoutsFactory.class inflated: com/sun/corba/se/spi/transport/CorbaTransportManager.class inflated: com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.class inflated: com/sun/corba/se/spi/transport/CorbaConnection.class inflated: com/sun/corba/se/spi/transport/IORToSocketInfo.class created: com/sun/corba/se/internal/ created: com/sun/corba/se/internal/Interceptors/ inflated: com/sun/corba/se/internal/Interceptors/PIORB.class created: com/sun/corba/se/internal/CosNaming/ inflated: com/sun/corba/se/internal/CosNaming/BootstrapServer.class created: com/sun/corba/se/internal/POA/ inflated: com/sun/corba/se/internal/POA/POAORB.class created: com/sun/corba/se/internal/corba/ inflated: com/sun/corba/se/internal/corba/ORBSingleton.class created: com/sun/corba/se/internal/iiop/ inflated: com/sun/corba/se/internal/iiop/ORB.class created: com/sun/corba/se/org/ created: com/sun/corba/se/org/omg/ created: com/sun/corba/se/org/omg/CORBA/ inflated: com/sun/corba/se/org/omg/CORBA/ORB.class created: com/sun/corba/se/impl/ created: com/sun/corba/se/impl/io/ inflated: com/sun/corba/se/impl/io/OutputStreamHook$HookPutFields.class inflated: com/sun/corba/se/impl/io/IIOPInputStream$ActiveRecursionManager.class inflated: com/sun/corba/se/impl/io/ValueHandlerImpl$1.class inflated: com/sun/corba/se/impl/io/InputStreamHook$DefaultState.class inflated: com/sun/corba/se/impl/io/ValueUtility.class inflated: com/sun/corba/se/impl/io/ValueUtility$IdentityKeyValueStack.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$ObjectStreamClassEntry.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$2.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$MethodSignature.class inflated: com/sun/corba/se/impl/io/IIOPInputStream.class inflated: com/sun/corba/se/impl/io/InputStreamHook.class inflated: com/sun/corba/se/impl/io/InputStreamHook$HookGetFields.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectOptionalDataState.class inflated: com/sun/corba/se/impl/io/ValueHandlerImpl.class inflated: com/sun/corba/se/impl/io/TypeMismatchException.class inflated: com/sun/corba/se/impl/io/IIOPInputStream$1.class inflated: com/sun/corba/se/impl/io/IIOPOutputStream.class inflated: com/sun/corba/se/impl/io/IIOPOutputStream$1.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectPastDefaultsRemoteDidNotUseWOState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$WriteObjectState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$3.class inflated: com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt$1.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$CompareObjStrFieldsByName.class inflated: com/sun/corba/se/impl/io/ObjectStreamField.class inflated: com/sun/corba/se/impl/io/ValueHandlerImpl$StreamFactory.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$1.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass.class inflated: com/sun/corba/se/impl/io/OptionalDataException.class inflated: com/sun/corba/se/impl/io/InputStreamHook$NoReadObjectDefaultsSentState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$4.class inflated: com/sun/corba/se/impl/io/IIOPInputStream$2.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$DefaultState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$WroteCustomDataState.class inflated: com/sun/corba/se/impl/io/InputStreamHook$ReadObjectState.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectRemoteDidNotUseWriteObjectState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$InWriteObjectState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$CompareClassByName.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$WroteDefaultDataState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt.class inflated: com/sun/corba/se/impl/io/ValueUtility$IdentityKeyValueStack$KeyValuePair.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectDefaultsSentState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$CompareMemberByName.class inflated: com/sun/corba/se/impl/io/FVDCodeBaseImpl.class inflated: com/sun/corba/se/impl/io/ObjectStreamField$1.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectNoMoreOptionalDataState.class created: com/sun/corba/se/impl/monitoring/ inflated: com/sun/corba/se/impl/monitoring/MonitoredObjectImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoredObjectFactoryImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoringManagerFactoryImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoFactoryImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoringManagerImpl.class created: com/sun/corba/se/impl/orbutil/ inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdPool_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/GetPropertyAction.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/DenseIntMapImpl.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$MethodSignature.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdInterface.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$1.class inflated: com/sun/corba/se/impl/orbutil/ORBUtility.class inflated: com/sun/corba/se/impl/orbutil/ORBClassLoader.class inflated: com/sun/corba/se/impl/orbutil/CacheTable.class inflated: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$3.class inflated: com/sun/corba/se/impl/orbutil/HexOutputStream.class inflated: com/sun/corba/se/impl/orbutil/ORBUtility$1.class inflated: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$ObjectPrinter.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$CompareClassByName.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$Pair.class inflated: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepositoryId_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepIdDelegator.class inflated: com/sun/corba/se/impl/orbutil/StackImpl.class inflated: com/sun/corba/se/impl/orbutil/LegacyHookPutFields.class inflated: com/sun/corba/se/impl/orbutil/ORBConstants.class inflated: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$1.class inflated: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$4.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdFactory.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamField.class created: com/sun/corba/se/impl/orbutil/fsm/ inflated: com/sun/corba/se/impl/orbutil/fsm/GuardedAction.class inflated: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl$2.class inflated: com/sun/corba/se/impl/orbutil/fsm/NameBase.class inflated: com/sun/corba/se/impl/orbutil/fsm/GuardedAction$1.class inflated: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl$1.class inflated: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl.class inflated: com/sun/corba/se/impl/orbutil/RepositoryId_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$1.class created: com/sun/corba/se/impl/orbutil/resources/ inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$2.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$ClassMap.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$CompareMemberByName.class created: com/sun/corba/se/impl/orbutil/concurrent/ inflated: com/sun/corba/se/impl/orbutil/concurrent/DebugMutex.class inflated: com/sun/corba/se/impl/orbutil/concurrent/ReentrantMutex.class inflated: com/sun/corba/se/impl/orbutil/concurrent/SyncUtil.class inflated: com/sun/corba/se/impl/orbutil/concurrent/Sync.class inflated: com/sun/corba/se/impl/orbutil/concurrent/Mutex.class inflated: com/sun/corba/se/impl/orbutil/concurrent/CondVar.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdUtility.class created: com/sun/corba/se/impl/orbutil/graph/ inflated: com/sun/corba/se/impl/orbutil/graph/NodeData.class inflated: com/sun/corba/se/impl/orbutil/graph/Graph.class inflated: com/sun/corba/se/impl/orbutil/graph/GraphImpl$1.class inflated: com/sun/corba/se/impl/orbutil/graph/GraphImpl.class inflated: com/sun/corba/se/impl/orbutil/graph/GraphImpl$NodeVisitor.class inflated: com/sun/corba/se/impl/orbutil/graph/Node.class inflated: com/sun/corba/se/impl/orbutil/LogKeywords.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$3.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$3.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$2.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdPool_1_3.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$MethodSignature.class inflated: com/sun/corba/se/impl/orbutil/LegacyHookGetFields.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$CompareClassByName.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$2.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$ObjectStreamClassEntry.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$CompareMemberByName.class inflated: com/sun/corba/se/impl/orbutil/ObjectWriter$IndentingObjectWriter.class inflated: com/sun/corba/se/impl/orbutil/ObjectWriter$SimpleObjectWriter.class inflated: com/sun/corba/se/impl/orbutil/ObjectWriter.class created: com/sun/corba/se/impl/orbutil/closure/ inflated: com/sun/corba/se/impl/orbutil/closure/Constant.class inflated: com/sun/corba/se/impl/orbutil/closure/Future.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdStrings.class inflated: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3.class created: com/sun/corba/se/impl/orbutil/threadpool/ inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl$3.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$1.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$5.class inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl$1.class inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$3.class inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl$2.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$4.class inflated: com/sun/corba/se/impl/orbutil/threadpool/TimeoutException.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$2.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$WorkerThread.class inflated: com/sun/corba/se/impl/orbutil/CorbaResourceUtil.class inflated: com/sun/corba/se/impl/orbutil/CacheTable$Entry.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$5.class inflated: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3.class created: com/sun/corba/se/impl/encoding/ inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$JavaCTBConverter.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_0$1.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$UTF16BTCConverter.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_2.class inflated: com/sun/corba/se/impl/encoding/BufferManagerRead.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$JavaBTCConverter.class inflated: com/sun/corba/se/impl/encoding/BufferManagerReadGrow.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream$_ByteArrayOutputStream.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$CodeSetConversionHolder.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream.class inflated: com/sun/corba/se/impl/encoding/EncapsInputStream.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream.class inflated: com/sun/corba/se/impl/encoding/MarshalInputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream$MarshalObjectOutputStream.class inflated: com/sun/corba/se/impl/encoding/EncapsOutputStream.class inflated: com/sun/corba/se/impl/encoding/ByteBufferWithInfo.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream.class inflated: com/sun/corba/se/impl/encoding/TypeCodeInputStream.class inflated: com/sun/corba/se/impl/encoding/BufferManagerFactory.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteCollect$BufferManagerWriteCollectIterator.class inflated: com/sun/corba/se/impl/encoding/TypeCodeReader.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWrite.class inflated: com/sun/corba/se/impl/encoding/OSFCodeSetRegistry$Entry.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$UTF16CTBConverter.class inflated: com/sun/corba/se/impl/encoding/CachedCodeBase.class inflated: com/sun/corba/se/impl/encoding/OSFCodeSetRegistry.class inflated: com/sun/corba/se/impl/encoding/CDROutputStreamBase.class inflated: com/sun/corba/se/impl/encoding/CodeSetCache.class inflated: com/sun/corba/se/impl/encoding/CodeSetComponentInfo$CodeSetContext.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream$MarshalObjectInputStream.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_0$1.class inflated: com/sun/corba/se/impl/encoding/CDROutputObject.class inflated: com/sun/corba/se/impl/encoding/TypeCodeOutputStream.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_1.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_1$FragmentableStreamMemento.class inflated: com/sun/corba/se/impl/encoding/MarkAndResetHandler.class inflated: com/sun/corba/se/impl/encoding/CodeSetCache$1.class inflated: com/sun/corba/se/impl/encoding/BufferManagerReadStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream$_ByteArrayInputStream.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteGrow.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_2.class inflated: com/sun/corba/se/impl/encoding/WrapperInputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream$MarshalObjectInputStream$1.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_0.class inflated: com/sun/corba/se/impl/encoding/RestorableInputStream.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_1.class inflated: com/sun/corba/se/impl/encoding/CDRInputStreamBase.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_0$StreamMemento.class inflated: com/sun/corba/se/impl/encoding/MarshalOutputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream$MarshalObjectOutputStream$1.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteCollect.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$BTCConverter.class inflated: com/sun/corba/se/impl/encoding/CodeSetComponentInfo$CodeSetComponent.class inflated: com/sun/corba/se/impl/encoding/CodeSetComponentInfo.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream$OutputStreamFactory.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$CTBConverter.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteStream.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream$InputStreamFactory.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_0.class inflated: com/sun/corba/se/impl/encoding/BufferQueue.class inflated: com/sun/corba/se/impl/encoding/CDRInputObject.class created: com/sun/corba/se/impl/copyobject/ inflated: com/sun/corba/se/impl/copyobject/FallbackObjectCopierImpl.class inflated: com/sun/corba/se/impl/copyobject/JavaStreamObjectCopierImpl.class inflated: com/sun/corba/se/impl/copyobject/ORBStreamObjectCopierImpl.class inflated: com/sun/corba/se/impl/copyobject/CopierManagerImpl.class inflated: com/sun/corba/se/impl/copyobject/ReferenceObjectCopierImpl.class created: com/sun/corba/se/impl/activation/ inflated: com/sun/corba/se/impl/activation/ListActiveServers.class inflated: com/sun/corba/se/impl/activation/StartServer.class inflated: com/sun/corba/se/impl/activation/RepositoryImpl$DBServerDef.class inflated: com/sun/corba/se/impl/activation/LocateServerForORB.class inflated: com/sun/corba/se/impl/activation/Quit.class inflated: com/sun/corba/se/impl/activation/ListServers.class inflated: com/sun/corba/se/impl/activation/ShutdownServer.class inflated: com/sun/corba/se/impl/activation/NameServiceStartThread.class inflated: com/sun/corba/se/impl/activation/ListORBs.class inflated: com/sun/corba/se/impl/activation/LocateServer.class inflated: com/sun/corba/se/impl/activation/Help.class inflated: com/sun/corba/se/impl/activation/RepositoryImpl.class inflated: com/sun/corba/se/impl/activation/ServerTool.class inflated: com/sun/corba/se/impl/activation/ServerTableEntry.class inflated: com/sun/corba/se/impl/activation/ProcessMonitorThread.class inflated: com/sun/corba/se/impl/activation/UnRegisterServer.class inflated: com/sun/corba/se/impl/activation/CommandHandler.class inflated: com/sun/corba/se/impl/activation/RepositoryImpl$RepositoryDB.class inflated: com/sun/corba/se/impl/activation/ORBD.class inflated: com/sun/corba/se/impl/activation/ListAliases.class inflated: com/sun/corba/se/impl/activation/RegisterServer.class inflated: com/sun/corba/se/impl/activation/ServerMain.class inflated: com/sun/corba/se/impl/activation/GetServerID.class inflated: com/sun/corba/se/impl/activation/ServerManagerImpl.class inflated: com/sun/corba/se/impl/activation/ServerCallback.class created: com/sun/corba/se/impl/naming/ created: com/sun/corba/se/impl/naming/cosnaming/ inflated: com/sun/corba/se/impl/naming/cosnaming/NamingContextDataStore.class inflated: com/sun/corba/se/impl/naming/cosnaming/InterOperableNamingImpl.class inflated: com/sun/corba/se/impl/naming/cosnaming/NamingContextImpl.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientNameService.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientNameServer.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientBindingIterator.class inflated: com/sun/corba/se/impl/naming/cosnaming/InternalBindingValue.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientNamingContext.class inflated: com/sun/corba/se/impl/naming/cosnaming/NamingUtils.class inflated: com/sun/corba/se/impl/naming/cosnaming/InternalBindingKey.class inflated: com/sun/corba/se/impl/naming/cosnaming/BindingIteratorImpl.class created: com/sun/corba/se/impl/naming/namingutil/ inflated: com/sun/corba/se/impl/naming/namingutil/INSURL.class inflated: com/sun/corba/se/impl/naming/namingutil/INSURLBase.class inflated: com/sun/corba/se/impl/naming/namingutil/Utility.class inflated: com/sun/corba/se/impl/naming/namingutil/CorbalocURL.class inflated: com/sun/corba/se/impl/naming/namingutil/CorbanameURL.class inflated: com/sun/corba/se/impl/naming/namingutil/IIOPEndpointInfo.class inflated: com/sun/corba/se/impl/naming/namingutil/INSURLHandler.class inflated: com/sun/corba/se/impl/naming/namingutil/NamingConstants.class created: com/sun/corba/se/impl/naming/pcosnaming/ inflated: com/sun/corba/se/impl/naming/pcosnaming/NameService.class inflated: com/sun/corba/se/impl/naming/pcosnaming/ServantManagerImpl.class inflated: com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.class inflated: com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.class inflated: com/sun/corba/se/impl/naming/pcosnaming/NameServer.class inflated: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingValue.class inflated: com/sun/corba/se/impl/naming/pcosnaming/CounterDB.class inflated: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingKey.class created: com/sun/corba/se/impl/ior/ inflated: com/sun/corba/se/impl/ior/ObjectReferenceFactoryImpl.class inflated: com/sun/corba/se/impl/ior/OldObjectKeyTemplateBase.class inflated: com/sun/corba/se/impl/ior/IORImpl.class inflated: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl$2.class inflated: com/sun/corba/se/impl/ior/TaggedComponentFactoryFinderImpl.class inflated: com/sun/corba/se/impl/ior/ByteBuffer.class inflated: com/sun/corba/se/impl/ior/OldPOAObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/ObjectReferenceProducerBase.class inflated: com/sun/corba/se/impl/ior/JIDLObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/FreezableList.class inflated: com/sun/corba/se/impl/ior/WireObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/OldJIDLObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/Handler.class inflated: com/sun/corba/se/impl/ior/NewObjectKeyTemplateBase.class inflated: com/sun/corba/se/impl/ior/IdentifiableFactoryFinderBase.class inflated: com/sun/corba/se/impl/ior/StubIORImpl.class inflated: com/sun/corba/se/impl/ior/ObjectKeyImpl.class inflated: com/sun/corba/se/impl/ior/ObjectAdapterIdNumber.class inflated: com/sun/corba/se/impl/ior/IORTemplateImpl.class inflated: com/sun/corba/se/impl/ior/EncapsulationUtility.class inflated: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl$1.class inflated: com/sun/corba/se/impl/ior/GenericTaggedProfile.class inflated: com/sun/corba/se/impl/ior/ObjectIdImpl.class inflated: com/sun/corba/se/impl/ior/IORTemplateListImpl.class inflated: com/sun/corba/se/impl/ior/TaggedProfileTemplateFactoryFinderImpl.class inflated: com/sun/corba/se/impl/ior/TaggedProfileFactoryFinderImpl.class inflated: com/sun/corba/se/impl/ior/ObjectReferenceTemplateImpl.class created: com/sun/corba/se/impl/ior/iiop/ inflated: com/sun/corba/se/impl/ior/iiop/IIOPAddressBase.class inflated: com/sun/corba/se/impl/ior/iiop/RequestPartitioningComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl$LocalCodeBaseSingletonHolder.class inflated: com/sun/corba/se/impl/ior/iiop/JavaCodebaseComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/AlternateIIOPAddressComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPAddressClosureImpl.class inflated: com/sun/corba/se/impl/ior/iiop/CodeSetsComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/JavaSerializationComponent.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPAddressImpl.class inflated: com/sun/corba/se/impl/ior/iiop/MaxStreamFormatVersionComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPProfileTemplateImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl.class inflated: com/sun/corba/se/impl/ior/iiop/ORBTypeComponentImpl.class inflated: com/sun/corba/se/impl/ior/GenericTaggedComponent.class inflated: com/sun/corba/se/impl/ior/ObjectKeyTemplateBase.class inflated: com/sun/corba/se/impl/ior/GenericIdentifiable.class inflated: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl.class inflated: com/sun/corba/se/impl/ior/ObjectAdapterIdBase.class inflated: com/sun/corba/se/impl/ior/POAObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/ObjectAdapterIdArray.class created: com/sun/corba/se/impl/orb/ inflated: com/sun/corba/se/impl/orb/ParserTable$13$1.class inflated: com/sun/corba/se/impl/orb/ParserTable$11.class inflated: com/sun/corba/se/impl/orb/NormalDataCollector.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$2.class inflated: com/sun/corba/se/impl/orb/PropertyCallback.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestORBSocketFactory.class inflated: com/sun/corba/se/impl/orb/SynchVariable.class inflated: com/sun/corba/se/impl/orb/ParserTable$4.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestLegacyORBSocketFactory.class inflated: com/sun/corba/se/impl/orb/ORBImpl$5.class inflated: com/sun/corba/se/impl/orb/PrefixParserAction.class inflated: com/sun/corba/se/impl/orb/ParserDataBase.class inflated: com/sun/corba/se/impl/orb/ParserTable$12.class inflated: com/sun/corba/se/impl/orb/PrefixParserData.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$5.class inflated: com/sun/corba/se/impl/orb/ORBImpl$ConfigParser.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$2.class inflated: com/sun/corba/se/impl/orb/ParserTable$1.class inflated: com/sun/corba/se/impl/orb/ORBImpl$3.class inflated: com/sun/corba/se/impl/orb/ORBImpl$1.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$6.class inflated: com/sun/corba/se/impl/orb/ParserTable$9.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestORBInitializer2.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$3.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$3.class inflated: com/sun/corba/se/impl/orb/ParserTable$13.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl.class inflated: com/sun/corba/se/impl/orb/ORBImpl$2.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$1.class inflated: com/sun/corba/se/impl/orb/ORBVersionImpl.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$1.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestAcceptor2.class inflated: com/sun/corba/se/impl/orb/ParserTable$6.class inflated: com/sun/corba/se/impl/orb/ParserTable$7.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestContactInfoListFactory.class inflated: com/sun/corba/se/impl/orb/ORBImpl$4.class inflated: com/sun/corba/se/impl/orb/NormalParserAction.class inflated: com/sun/corba/se/impl/orb/ParserTable$3.class inflated: com/sun/corba/se/impl/orb/ParserActionFactory.class inflated: com/sun/corba/se/impl/orb/ORBSingleton.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestORBInitializer1.class inflated: com/sun/corba/se/impl/orb/ParserTable$5.class inflated: com/sun/corba/se/impl/orb/AppletDataCollector.class inflated: com/sun/corba/se/impl/orb/ParserTable.class inflated: com/sun/corba/se/impl/orb/NormalParserData.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestAcceptor1.class inflated: com/sun/corba/se/impl/orb/ParserTable$14$1.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestIORToSocketInfo.class inflated: com/sun/corba/se/impl/orb/ORBDataParserImpl.class inflated: com/sun/corba/se/impl/orb/ORBImpl.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$4.class inflated: com/sun/corba/se/impl/orb/PropertyOnlyDataCollector.class inflated: com/sun/corba/se/impl/orb/ParserActionBase.class inflated: com/sun/corba/se/impl/orb/ParserTable$15.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestBadServerIdHandler.class inflated: com/sun/corba/se/impl/orb/DataCollectorFactory.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestIIOPPrimaryToContactInfo.class inflated: com/sun/corba/se/impl/orb/ParserTable$10.class inflated: com/sun/corba/se/impl/orb/ParserTable$14.class inflated: com/sun/corba/se/impl/orb/ParserTable$2.class inflated: com/sun/corba/se/impl/orb/ParserTable$8.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$ConfigParser.class inflated: com/sun/corba/se/impl/orb/ParserAction.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase.class created: com/sun/corba/se/impl/interceptors/ inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl$2.class inflated: com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl$AddReplyServiceContextCommand.class inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl$1.class inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl.class inflated: com/sun/corba/se/impl/interceptors/InterceptorInvoker.class inflated: com/sun/corba/se/impl/interceptors/CodecFactoryImpl.class inflated: com/sun/corba/se/impl/interceptors/ORBInitInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl$RequestInfoStack.class inflated: com/sun/corba/se/impl/interceptors/InterceptorList.class inflated: com/sun/corba/se/impl/interceptors/SlotTableStack.class inflated: com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/PICurrent$1.class inflated: com/sun/corba/se/impl/interceptors/PICurrent.class inflated: com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/CDREncapsCodec.class inflated: com/sun/corba/se/impl/interceptors/SlotTableStack$SlotTablePool.class inflated: com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.class inflated: com/sun/corba/se/impl/interceptors/IORInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/SlotTable.class inflated: com/sun/corba/se/impl/interceptors/RequestInfoImpl.class created: com/sun/corba/se/impl/protocol/ inflated: com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.class inflated: com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.class inflated: com/sun/corba/se/impl/protocol/NotLocalLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/CorbaMessageMediatorImpl.class inflated: com/sun/corba/se/impl/protocol/POALocalCRDImpl.class created: com/sun/corba/se/impl/protocol/giopmsgheaders/ inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddress.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddressHelper.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyOrReplyMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfoHelper.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageBase.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ProfileAddr.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageHandler.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/AddressingDispositionHelper.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/KeyAddr.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReferenceAddr.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage.class inflated: com/sun/corba/se/impl/protocol/CorbaClientDelegateImpl.class inflated: com/sun/corba/se/impl/protocol/RequestDispatcherRegistryImpl.class inflated: com/sun/corba/se/impl/protocol/InfoOnlyServantCacheLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/ServantCacheLocalCRDBase.class inflated: com/sun/corba/se/impl/protocol/AddressingDispositionException.class inflated: com/sun/corba/se/impl/protocol/IsA.class inflated: com/sun/corba/se/impl/protocol/INSServerRequestDispatcher.class inflated: com/sun/corba/se/impl/protocol/CorbaInvocationInfo.class inflated: com/sun/corba/se/impl/protocol/SharedCDRClientRequestDispatcherImpl.class inflated: com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase$1.class inflated: com/sun/corba/se/impl/protocol/NonExistent.class inflated: com/sun/corba/se/impl/protocol/NotExistent.class inflated: com/sun/corba/se/impl/protocol/GetInterface.class inflated: com/sun/corba/se/impl/protocol/FullServantCacheLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/MinimalServantCacheLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/CorbaServerRequestDispatcherImpl.class inflated: com/sun/corba/se/impl/protocol/RequestCanceledException.class inflated: com/sun/corba/se/impl/protocol/BootstrapServerRequestDispatcher.class inflated: com/sun/corba/se/impl/protocol/JIDLLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/SpecialMethod.class created: com/sun/corba/se/impl/logging/ inflated: com/sun/corba/se/impl/logging/InterceptorsSystemException$1.class inflated: com/sun/corba/se/impl/logging/UtilSystemException$1.class inflated: com/sun/corba/se/impl/logging/ORBUtilSystemException.class inflated: com/sun/corba/se/impl/logging/ORBUtilSystemException$1.class inflated: com/sun/corba/se/impl/logging/LogStrings.properties inflated: com/sun/corba/se/impl/logging/OMGSystemException.class inflated: com/sun/corba/se/impl/logging/InterceptorsSystemException.class inflated: com/sun/corba/se/impl/logging/OMGSystemException$1.class inflated: com/sun/corba/se/impl/logging/POASystemException.class inflated: com/sun/corba/se/impl/logging/ActivationSystemException$1.class inflated: com/sun/corba/se/impl/logging/POASystemException$1.class inflated: com/sun/corba/se/impl/logging/ActivationSystemException.class inflated: com/sun/corba/se/impl/logging/NamingSystemException.class inflated: com/sun/corba/se/impl/logging/IORSystemException$1.class inflated: com/sun/corba/se/impl/logging/UtilSystemException.class inflated: com/sun/corba/se/impl/logging/IORSystemException.class inflated: com/sun/corba/se/impl/logging/NamingSystemException$1.class created: com/sun/corba/se/impl/legacy/ created: com/sun/corba/se/impl/legacy/connection/ inflated: com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.class inflated: com/sun/corba/se/impl/legacy/connection/USLPort.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.class inflated: com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.class inflated: com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.class created: com/sun/corba/se/impl/corba/ inflated: com/sun/corba/se/impl/corba/NVListImpl.class inflated: com/sun/corba/se/impl/corba/AnyImpl$AnyOutputStream.class inflated: com/sun/corba/se/impl/corba/NamedValueImpl.class inflated: com/sun/corba/se/impl/corba/TCUtility.class inflated: com/sun/corba/se/impl/corba/ServerRequestImpl.class inflated: com/sun/corba/se/impl/corba/CORBAObjectImpl.class inflated: com/sun/corba/se/impl/corba/AnyImplHelper.class inflated: com/sun/corba/se/impl/corba/ExceptionListImpl.class inflated: com/sun/corba/se/impl/corba/ContextImpl.class inflated: com/sun/corba/se/impl/corba/TypeCodeFactory.class inflated: com/sun/corba/se/impl/corba/PrincipalImpl.class inflated: com/sun/corba/se/impl/corba/ContextListImpl.class inflated: com/sun/corba/se/impl/corba/EnvironmentImpl.class inflated: com/sun/corba/se/impl/corba/AnyImpl.class inflated: com/sun/corba/se/impl/corba/AnyImpl$AnyInputStream.class inflated: com/sun/corba/se/impl/corba/AsynchInvoke.class inflated: com/sun/corba/se/impl/corba/TypeCodeImpl.class inflated: com/sun/corba/se/impl/corba/TypeCodeImplHelper.class inflated: com/sun/corba/se/impl/corba/RequestImpl.class created: com/sun/corba/se/impl/dynamicany/ inflated: com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynUnionImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynArrayImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynEnumImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyComplexImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynSequenceImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynValueImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynValueBoxImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyBasicImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyCollectionImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynStructImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynFixedImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyConstructedImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyUtil.class inflated: com/sun/corba/se/impl/dynamicany/DynValueCommonImpl.class created: com/sun/corba/se/impl/presentation/ created: com/sun/corba/se/impl/presentation/rmi/ inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$14.class inflated: com/sun/corba/se/impl/presentation/rmi/ReflectiveTie.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRWRMIImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandler.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryProxyImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryDynamicBase.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl$1.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$10.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$5.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLTypeException.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRWIDLImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicAccessPermission.class inflated: com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl$CustomCompositeInvocationHandlerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$9.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLType.class inflated: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl$1.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$ReaderWriter.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$6.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRW.class inflated: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl$ClassDataImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$11.class inflated: com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$4.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryBase.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRWBase.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$12.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl$IDLMethodInfo.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$1.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil$1.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$ReaderWriterBase.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$8.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl$NodeImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryBase.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$13.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryProxyImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryStaticImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryStaticImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$2.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicStubImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubConnectImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$7.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$3.class created: com/sun/corba/se/impl/oa/ created: com/sun/corba/se/impl/oa/poa/ inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_AOM.class inflated: com/sun/corba/se/impl/oa/poa/POAFactory.class inflated: com/sun/corba/se/impl/oa/poa/POAImpl.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase_R.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM$Etherealizer.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$6.class inflated: com/sun/corba/se/impl/oa/poa/IdAssignmentPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/ServantRetentionPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/LifespanPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry.class inflated: com/sun/corba/se/impl/oa/poa/MultipleObjectMap.class inflated: com/sun/corba/se/impl/oa/poa/ThreadPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$4.class inflated: com/sun/corba/se/impl/oa/poa/ImplicitActivationPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_USM.class inflated: com/sun/corba/se/impl/oa/poa/ActiveObjectMap$Key.class inflated: com/sun/corba/se/impl/oa/poa/POAFactory$1.class inflated: com/sun/corba/se/impl/oa/poa/POAManagerImpl$POAManagerDeactivator.class inflated: com/sun/corba/se/impl/oa/poa/ActiveObjectMap.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$CounterGuard.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$2.class inflated: com/sun/corba/se/impl/oa/poa/POAManagerImpl.class inflated: com/sun/corba/se/impl/oa/poa/POAImpl$DestroyThread.class inflated: com/sun/corba/se/impl/oa/poa/SingleObjectMap.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_UDS.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorFactory.class inflated: com/sun/corba/se/impl/oa/poa/POAImpl$1.class inflated: com/sun/corba/se/impl/oa/poa/IdUniquenessPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/POACurrent.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$3.class inflated: com/sun/corba/se/impl/oa/poa/BadServerIdHandler.class inflated: com/sun/corba/se/impl/oa/poa/DelegateImpl.class inflated: com/sun/corba/se/impl/oa/poa/Policies.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$1.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediator.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_UDS.class inflated: com/sun/corba/se/impl/oa/poa/RequestProcessingPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$5.class inflated: com/sun/corba/se/impl/oa/NullServantImpl.class created: com/sun/corba/se/impl/oa/toa/ inflated: com/sun/corba/se/impl/oa/toa/Element.class inflated: com/sun/corba/se/impl/oa/toa/TOA.class inflated: com/sun/corba/se/impl/oa/toa/TransientObjectManager.class inflated: com/sun/corba/se/impl/oa/toa/TOAFactory.class inflated: com/sun/corba/se/impl/oa/toa/TOAImpl.class created: com/sun/corba/se/impl/resolver/ inflated: com/sun/corba/se/impl/resolver/CompositeResolverImpl.class inflated: com/sun/corba/se/impl/resolver/FileResolverImpl.class inflated: com/sun/corba/se/impl/resolver/ORBInitRefResolverImpl.class inflated: com/sun/corba/se/impl/resolver/LocalResolverImpl.class inflated: com/sun/corba/se/impl/resolver/INSURLOperationImpl$1.class inflated: com/sun/corba/se/impl/resolver/INSURLOperationImpl.class inflated: com/sun/corba/se/impl/resolver/SplitLocalResolverImpl.class inflated: com/sun/corba/se/impl/resolver/ORBDefaultInitRefResolverImpl.class inflated: com/sun/corba/se/impl/resolver/BootstrapResolverImpl.class created: com/sun/corba/se/impl/util/ inflated: com/sun/corba/se/impl/util/IdentityHashtable.class inflated: com/sun/corba/se/impl/util/ORBProperties.class inflated: com/sun/corba/se/impl/util/RepositoryIdPool.class inflated: com/sun/corba/se/impl/util/Utility.class inflated: com/sun/corba/se/impl/util/PackagePrefixChecker.class inflated: com/sun/corba/se/impl/util/IdentityHashtableEntry.class inflated: com/sun/corba/se/impl/util/JDKClassLoader$JDKClassLoaderCache$CacheKey.class inflated: com/sun/corba/se/impl/util/Version.class inflated: com/sun/corba/se/impl/util/IdentityHashtableEnumerator.class inflated: com/sun/corba/se/impl/util/JDKClassLoader$1.class inflated: com/sun/corba/se/impl/util/RepositoryIdCache.class inflated: com/sun/corba/se/impl/util/JDKClassLoader.class inflated: com/sun/corba/se/impl/util/SUNVMCID.class inflated: com/sun/corba/se/impl/util/RepositoryId.class inflated: com/sun/corba/se/impl/util/JDKClassLoader$JDKClassLoaderCache.class inflated: com/sun/corba/se/impl/util/JDKBridge.class inflated: com/sun/corba/se/impl/util/StubEntry.class created: com/sun/corba/se/impl/javax/ created: com/sun/corba/se/impl/javax/rmi/ created: com/sun/corba/se/impl/javax/rmi/CORBA/ inflated: com/sun/corba/se/impl/javax/rmi/CORBA/Util.class inflated: com/sun/corba/se/impl/javax/rmi/CORBA/Util$1.class inflated: com/sun/corba/se/impl/javax/rmi/CORBA/KeepAlive.class inflated: com/sun/corba/se/impl/javax/rmi/CORBA/StubDelegateImpl.class inflated: com/sun/corba/se/impl/javax/rmi/PortableRemoteObject.class created: com/sun/corba/se/impl/transport/ inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.class inflated: com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl$OutCallDesc.class inflated: com/sun/corba/se/impl/transport/SelectorImpl$SelectionKeyAndOp.class inflated: com/sun/corba/se/impl/transport/CorbaContactInfoBase.class inflated: com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.class inflated: com/sun/corba/se/impl/transport/ReaderThreadImpl.class inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl$2.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.class inflated: com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.class inflated: com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.class inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl$3.class inflated: com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelContactInfoImpl.class inflated: com/sun/corba/se/impl/transport/ReadTCPTimeoutsImpl.class inflated: com/sun/corba/se/impl/transport/EventHandlerBase.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl$2.class inflated: com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl$1.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl$3.class inflated: com/sun/corba/se/impl/transport/CorbaContactInfoListImpl.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl$1.class inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl$1.class inflated: com/sun/corba/se/impl/transport/CorbaContactInfoListIteratorImpl.class inflated: com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl$1.class inflated: com/sun/corba/se/impl/transport/SharedCDRContactInfoImpl.class inflated: com/sun/corba/se/impl/transport/SelectorImpl.class inflated: com/sun/corba/se/impl/transport/ByteBufferPoolImpl.class inflated: com/sun/corba/se/impl/transport/ListenerThreadImpl.class created: com/sun/tools/corba/ created: com/sun/tools/corba/se/ created: com/sun/tools/corba/se/idl/ inflated: com/sun/tools/corba/se/idl/Util.class inflated: com/sun/tools/corba/se/idl/AttributeGen.class created: com/sun/tools/corba/se/idl/constExpr/ inflated: com/sun/tools/corba/se/idl/constExpr/Expression.class inflated: com/sun/tools/corba/se/idl/constExpr/DefaultExprFactory.class inflated: com/sun/tools/corba/se/idl/constExpr/Positive.class inflated: com/sun/tools/corba/se/idl/constExpr/Not.class inflated: com/sun/tools/corba/se/idl/constExpr/ShiftRight.class inflated: com/sun/tools/corba/se/idl/constExpr/Negative.class inflated: com/sun/tools/corba/se/idl/constExpr/BooleanOr.class inflated: com/sun/tools/corba/se/idl/constExpr/Equal.class inflated: com/sun/tools/corba/se/idl/constExpr/ExprFactory.class inflated: com/sun/tools/corba/se/idl/constExpr/Terminal.class inflated: com/sun/tools/corba/se/idl/constExpr/BooleanAnd.class inflated: com/sun/tools/corba/se/idl/constExpr/Or.class inflated: com/sun/tools/corba/se/idl/constExpr/Minus.class inflated: com/sun/tools/corba/se/idl/constExpr/EvaluationException.class inflated: com/sun/tools/corba/se/idl/constExpr/Xor.class inflated: com/sun/tools/corba/se/idl/constExpr/UnaryExpr.class inflated: com/sun/tools/corba/se/idl/constExpr/Modulo.class inflated: com/sun/tools/corba/se/idl/constExpr/ShiftLeft.class inflated: com/sun/tools/corba/se/idl/constExpr/GreaterEqual.class inflated: com/sun/tools/corba/se/idl/constExpr/BinaryExpr.class inflated: com/sun/tools/corba/se/idl/constExpr/LessThan.class inflated: com/sun/tools/corba/se/idl/constExpr/And.class inflated: com/sun/tools/corba/se/idl/constExpr/Plus.class inflated: com/sun/tools/corba/se/idl/constExpr/BooleanNot.class inflated: com/sun/tools/corba/se/idl/constExpr/Times.class inflated: com/sun/tools/corba/se/idl/constExpr/Divide.class inflated: com/sun/tools/corba/se/idl/constExpr/NotEqual.class inflated: com/sun/tools/corba/se/idl/constExpr/GreaterThan.class inflated: com/sun/tools/corba/se/idl/constExpr/LessEqual.class inflated: com/sun/tools/corba/se/idl/PrimitiveGen.class inflated: com/sun/tools/corba/se/idl/EnumGen.class inflated: com/sun/tools/corba/se/idl/ParseException.class inflated: com/sun/tools/corba/se/idl/Noop.class inflated: com/sun/tools/corba/se/idl/ForwardValueGen.class inflated: com/sun/tools/corba/se/idl/UnionBranch.class inflated: com/sun/tools/corba/se/idl/ForwardValueEntry.class inflated: com/sun/tools/corba/se/idl/InvalidCharacter.class inflated: com/sun/tools/corba/se/idl/AttributeEntry.class inflated: com/sun/tools/corba/se/idl/ValueBoxEntry.class inflated: com/sun/tools/corba/se/idl/InterfaceEntry.class inflated: com/sun/tools/corba/se/idl/Factories.class inflated: com/sun/tools/corba/se/idl/PragmaEntry.class inflated: com/sun/tools/corba/se/idl/UnionEntry.class inflated: com/sun/tools/corba/se/idl/ScannerData.class inflated: com/sun/tools/corba/se/idl/Generator.class inflated: com/sun/tools/corba/se/idl/IDLID.class inflated: com/sun/tools/corba/se/idl/ValueGen.class inflated: com/sun/tools/corba/se/idl/StructEntry.class inflated: com/sun/tools/corba/se/idl/StructGen.class inflated: com/sun/tools/corba/se/idl/IncludeGen.class inflated: com/sun/tools/corba/se/idl/MethodGen.class inflated: com/sun/tools/corba/se/idl/InterfaceGen.class inflated: com/sun/tools/corba/se/idl/PrimitiveEntry.class inflated: com/sun/tools/corba/se/idl/InvalidArgument.class inflated: com/sun/tools/corba/se/idl/RepositoryID.class inflated: com/sun/tools/corba/se/idl/PragmaGen.class inflated: com/sun/tools/corba/se/idl/NativeGen.class inflated: com/sun/tools/corba/se/idl/EnumEntry.class inflated: com/sun/tools/corba/se/idl/ValueRepositoryId.class inflated: com/sun/tools/corba/se/idl/idl_ja.prp inflated: com/sun/tools/corba/se/idl/ForwardGen.class inflated: com/sun/tools/corba/se/idl/DefaultSymtabFactory.class inflated: com/sun/tools/corba/se/idl/MethodEntry.class inflated: com/sun/tools/corba/se/idl/SymtabEntry.class inflated: com/sun/tools/corba/se/idl/TokenBuffer.class inflated: com/sun/tools/corba/se/idl/GenFactory.class inflated: com/sun/tools/corba/se/idl/idl.prp inflated: com/sun/tools/corba/se/idl/ParameterEntry.class inflated: com/sun/tools/corba/se/idl/StringEntry.class inflated: com/sun/tools/corba/se/idl/Preprocessor.class inflated: com/sun/tools/corba/se/idl/ConstGen.class inflated: com/sun/tools/corba/se/idl/IncludeEntry.class inflated: com/sun/tools/corba/se/idl/Comment.class inflated: com/sun/tools/corba/se/idl/ValueBoxGen.class inflated: com/sun/tools/corba/se/idl/NoPragma.class created: com/sun/tools/corba/se/idl/toJavaPortable/ inflated: com/sun/tools/corba/se/idl/toJavaPortable/Util.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/PrimitiveGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/EnumGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Helper24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ForwardValueGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Factories.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/StructGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Helper.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/NativeGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueFactory.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/NameModifierImpl.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/NameModifier.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Holder.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/GenFactory.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24$ImplStreamWriter.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ConstGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/MethodGenClone24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/TypedefGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ModuleGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Stub.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/JavaGenerator.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/DefaultFactory.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/AuxGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/UnionGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Compile.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp inflated: com/sun/tools/corba/se/idl/toJavaPortable/ExceptionGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Arguments.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp inflated: com/sun/tools/corba/se/idl/toJavaPortable/Skeleton.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/TCOffsets.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp inflated: com/sun/tools/corba/se/idl/toJavaPortable/SequenceGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/StringGen.class inflated: com/sun/tools/corba/se/idl/TypedefGen.class inflated: com/sun/tools/corba/se/idl/ModuleEntry.class created: com/sun/tools/corba/se/idl/som/ created: com/sun/tools/corba/se/idl/som/idlemit/ inflated: com/sun/tools/corba/se/idl/som/idlemit/MetaPragma.class created: com/sun/tools/corba/se/idl/som/cff/ inflated: com/sun/tools/corba/se/idl/som/cff/FileLocator.class inflated: com/sun/tools/corba/se/idl/som/cff/NamedDataInputStream.class inflated: com/sun/tools/corba/se/idl/som/cff/Messages.class inflated: com/sun/tools/corba/se/idl/ModuleGen.class inflated: com/sun/tools/corba/se/idl/ValueEntry.class inflated: com/sun/tools/corba/se/idl/ExceptionEntry.class inflated: com/sun/tools/corba/se/idl/SymtabFactory.class inflated: com/sun/tools/corba/se/idl/PragmaHandler.class inflated: com/sun/tools/corba/se/idl/UnionGen.class inflated: com/sun/tools/corba/se/idl/Compile.class inflated: com/sun/tools/corba/se/idl/Scanner.class inflated: com/sun/tools/corba/se/idl/Parser.class inflated: com/sun/tools/corba/se/idl/NativeEntry.class inflated: com/sun/tools/corba/se/idl/InterfaceType.class inflated: com/sun/tools/corba/se/idl/ExceptionGen.class inflated: com/sun/tools/corba/se/idl/SequenceEntry.class inflated: com/sun/tools/corba/se/idl/GenFileStream.class inflated: com/sun/tools/corba/se/idl/ParameterGen.class inflated: com/sun/tools/corba/se/idl/TypedefEntry.class inflated: com/sun/tools/corba/se/idl/Arguments.class inflated: com/sun/tools/corba/se/idl/ConstEntry.class inflated: com/sun/tools/corba/se/idl/idl_zh_CN.prp inflated: com/sun/tools/corba/se/idl/ForwardEntry.class inflated: com/sun/tools/corba/se/idl/SequenceGen.class inflated: com/sun/tools/corba/se/idl/InterfaceState.class inflated: com/sun/tools/corba/se/idl/StringGen.class inflated: com/sun/tools/corba/se/idl/Token.class created: javax/rmi/ created: javax/rmi/CORBA/ inflated: javax/rmi/CORBA/Util.class inflated: javax/rmi/CORBA/ValueHandler.class inflated: javax/rmi/CORBA/Tie.class inflated: javax/rmi/CORBA/ValueHandlerMultiFormat.class inflated: javax/rmi/CORBA/UtilDelegate.class inflated: javax/rmi/CORBA/Stub.class inflated: javax/rmi/CORBA/StubDelegate.class inflated: javax/rmi/CORBA/GetORBPropertiesFileAction$1.class inflated: javax/rmi/CORBA/GetORBPropertiesFileAction.class inflated: javax/rmi/CORBA/PortableRemoteObjectDelegate.class inflated: javax/rmi/CORBA/ClassDesc.class inflated: javax/rmi/PortableRemoteObject.class inflated: javax/rmi/GetORBPropertiesFileAction$1.class inflated: javax/rmi/GetORBPropertiesFileAction.class created: javax/activity/ inflated: javax/activity/InvalidActivityException.class inflated: javax/activity/ActivityRequiredException.class inflated: javax/activity/ActivityCompletedException.class created: javax/transaction/ inflated: javax/transaction/InvalidTransactionException.class inflated: javax/transaction/TransactionRolledbackException.class inflated: javax/transaction/TransactionRequiredException.class created: javax/transaction/xa/ inflated: javax/transaction/xa/Xid.class inflated: javax/transaction/xa/XAException.class inflated: javax/transaction/xa/XAResource.class Importing classes from component JAXP_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxp/dist/lib/classes.jar ) inflated: META-INF/MANIFEST.MF created: com/sun/java_cup/ created: com/sun/java_cup/internal/ created: com/sun/java_cup/internal/runtime/ created: com/sun/org/apache/ created: com/sun/org/apache/bcel/ created: com/sun/org/apache/bcel/internal/ created: com/sun/org/apache/bcel/internal/classfile/ created: com/sun/org/apache/bcel/internal/generic/ created: com/sun/org/apache/bcel/internal/util/ created: com/sun/org/apache/regexp/ created: com/sun/org/apache/regexp/internal/ created: com/sun/org/apache/xalan/ created: com/sun/org/apache/xalan/internal/ created: com/sun/org/apache/xalan/internal/extensions/ created: com/sun/org/apache/xalan/internal/lib/ created: com/sun/org/apache/xalan/internal/res/ created: com/sun/org/apache/xalan/internal/templates/ created: com/sun/org/apache/xalan/internal/xslt/ created: com/sun/org/apache/xalan/internal/xsltc/ created: com/sun/org/apache/xalan/internal/xsltc/cmdline/ created: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/ created: com/sun/org/apache/xalan/internal/xsltc/compiler/ created: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ created: com/sun/org/apache/xalan/internal/xsltc/dom/ created: com/sun/org/apache/xalan/internal/xsltc/runtime/ created: com/sun/org/apache/xalan/internal/xsltc/runtime/output/ created: com/sun/org/apache/xalan/internal/xsltc/trax/ created: com/sun/org/apache/xalan/internal/xsltc/util/ created: com/sun/org/apache/xerces/ created: com/sun/org/apache/xerces/internal/ created: com/sun/org/apache/xerces/internal/dom/ created: com/sun/org/apache/xerces/internal/dom/events/ created: com/sun/org/apache/xerces/internal/impl/ created: com/sun/org/apache/xerces/internal/impl/dtd/ created: com/sun/org/apache/xerces/internal/impl/dtd/models/ created: com/sun/org/apache/xerces/internal/impl/dv/ created: com/sun/org/apache/xerces/internal/impl/dv/dtd/ created: com/sun/org/apache/xerces/internal/impl/dv/util/ created: com/sun/org/apache/xerces/internal/impl/dv/xs/ created: com/sun/org/apache/xerces/internal/impl/io/ created: com/sun/org/apache/xerces/internal/impl/msg/ created: com/sun/org/apache/xerces/internal/impl/validation/ created: com/sun/org/apache/xerces/internal/impl/xpath/ created: com/sun/org/apache/xerces/internal/impl/xpath/regex/ created: com/sun/org/apache/xerces/internal/impl/xs/ created: com/sun/org/apache/xerces/internal/impl/xs/identity/ created: com/sun/org/apache/xerces/internal/impl/xs/models/ created: com/sun/org/apache/xerces/internal/impl/xs/opti/ created: com/sun/org/apache/xerces/internal/impl/xs/traversers/ created: com/sun/org/apache/xerces/internal/impl/xs/util/ created: com/sun/org/apache/xerces/internal/jaxp/ created: com/sun/org/apache/xerces/internal/jaxp/datatype/ created: com/sun/org/apache/xerces/internal/jaxp/validation/ created: com/sun/org/apache/xerces/internal/parsers/ created: com/sun/org/apache/xerces/internal/util/ created: com/sun/org/apache/xerces/internal/xinclude/ created: com/sun/org/apache/xerces/internal/xni/ created: com/sun/org/apache/xerces/internal/xni/grammars/ created: com/sun/org/apache/xerces/internal/xni/parser/ created: com/sun/org/apache/xerces/internal/xpointer/ created: com/sun/org/apache/xerces/internal/xs/ created: com/sun/org/apache/xerces/internal/xs/datatypes/ created: com/sun/org/apache/xml/ created: com/sun/org/apache/xml/internal/ created: com/sun/org/apache/xml/internal/dtm/ created: com/sun/org/apache/xml/internal/dtm/ref/ created: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/ created: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ created: com/sun/org/apache/xml/internal/res/ created: com/sun/org/apache/xml/internal/resolver/ created: com/sun/org/apache/xml/internal/resolver/helpers/ created: com/sun/org/apache/xml/internal/resolver/readers/ created: com/sun/org/apache/xml/internal/resolver/tools/ created: com/sun/org/apache/xml/internal/serialize/ created: com/sun/org/apache/xml/internal/serializer/ created: com/sun/org/apache/xml/internal/serializer/utils/ created: com/sun/org/apache/xml/internal/utils/ created: com/sun/org/apache/xml/internal/utils/res/ created: com/sun/org/apache/xpath/ created: com/sun/org/apache/xpath/internal/ created: com/sun/org/apache/xpath/internal/axes/ created: com/sun/org/apache/xpath/internal/compiler/ created: com/sun/org/apache/xpath/internal/domapi/ created: com/sun/org/apache/xpath/internal/functions/ created: com/sun/org/apache/xpath/internal/jaxp/ created: com/sun/org/apache/xpath/internal/objects/ created: com/sun/org/apache/xpath/internal/operations/ created: com/sun/org/apache/xpath/internal/patterns/ created: com/sun/org/apache/xpath/internal/res/ created: com/sun/xml/ created: com/sun/xml/internal/ created: com/sun/xml/internal/stream/ created: com/sun/xml/internal/stream/dtd/ created: com/sun/xml/internal/stream/dtd/nonvalidating/ created: com/sun/xml/internal/stream/events/ created: com/sun/xml/internal/stream/util/ created: com/sun/xml/internal/stream/writers/ created: javax/xml/ created: javax/xml/datatype/ created: javax/xml/namespace/ created: javax/xml/parsers/ created: javax/xml/stream/ created: javax/xml/stream/events/ created: javax/xml/stream/util/ created: javax/xml/transform/ created: javax/xml/transform/dom/ created: javax/xml/transform/sax/ created: javax/xml/transform/stax/ created: javax/xml/transform/stream/ created: javax/xml/validation/ created: javax/xml/xpath/ created: org/w3c/ created: org/w3c/dom/ created: org/w3c/dom/bootstrap/ created: org/w3c/dom/css/ created: org/w3c/dom/events/ created: org/w3c/dom/html/ created: org/w3c/dom/ls/ created: org/w3c/dom/ranges/ created: org/w3c/dom/stylesheets/ created: org/w3c/dom/traversal/ created: org/w3c/dom/views/ created: org/w3c/dom/xpath/ created: org/xml/ created: org/xml/sax/ created: org/xml/sax/ext/ created: org/xml/sax/helpers/ inflated: com/sun/java_cup/internal/runtime/Scanner.class inflated: com/sun/java_cup/internal/runtime/Symbol.class inflated: com/sun/java_cup/internal/runtime/lr_parser.class inflated: com/sun/java_cup/internal/runtime/virtual_parse_stack.class inflated: com/sun/org/apache/bcel/internal/Constants.class inflated: com/sun/org/apache/bcel/internal/ExceptionConstants.class inflated: com/sun/org/apache/bcel/internal/Repository.class inflated: com/sun/org/apache/bcel/internal/classfile/AccessFlags.class inflated: com/sun/org/apache/bcel/internal/classfile/Attribute.class inflated: com/sun/org/apache/bcel/internal/classfile/AttributeReader.class inflated: com/sun/org/apache/bcel/internal/classfile/ClassFormatException.class inflated: com/sun/org/apache/bcel/internal/classfile/ClassParser.class inflated: com/sun/org/apache/bcel/internal/classfile/Code.class inflated: com/sun/org/apache/bcel/internal/classfile/CodeException.class inflated: com/sun/org/apache/bcel/internal/classfile/Constant.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantCP.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantClass.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantDouble.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantFieldref.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantFloat.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantInteger.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantInterfaceMethodref.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantLong.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantMethodref.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantNameAndType.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantObject.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantPool.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantString.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantUtf8.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantValue.class inflated: com/sun/org/apache/bcel/internal/classfile/Deprecated.class inflated: com/sun/org/apache/bcel/internal/classfile/DescendingVisitor.class inflated: com/sun/org/apache/bcel/internal/classfile/EmptyVisitor.class inflated: com/sun/org/apache/bcel/internal/classfile/ExceptionTable.class inflated: com/sun/org/apache/bcel/internal/classfile/Field.class inflated: com/sun/org/apache/bcel/internal/classfile/FieldOrMethod.class inflated: com/sun/org/apache/bcel/internal/classfile/InnerClass.class inflated: com/sun/org/apache/bcel/internal/classfile/InnerClasses.class inflated: com/sun/org/apache/bcel/internal/classfile/JavaClass.class inflated: com/sun/org/apache/bcel/internal/classfile/LineNumber.class inflated: com/sun/org/apache/bcel/internal/classfile/LineNumberTable.class inflated: com/sun/org/apache/bcel/internal/classfile/LocalVariable.class inflated: com/sun/org/apache/bcel/internal/classfile/LocalVariableTable.class inflated: com/sun/org/apache/bcel/internal/classfile/Method.class inflated: com/sun/org/apache/bcel/internal/classfile/Node.class inflated: com/sun/org/apache/bcel/internal/classfile/PMGClass.class inflated: com/sun/org/apache/bcel/internal/classfile/Signature$MyByteArrayInputStream.class inflated: com/sun/org/apache/bcel/internal/classfile/Signature.class inflated: com/sun/org/apache/bcel/internal/classfile/SourceFile.class inflated: com/sun/org/apache/bcel/internal/classfile/StackMap.class inflated: com/sun/org/apache/bcel/internal/classfile/StackMapEntry.class inflated: com/sun/org/apache/bcel/internal/classfile/StackMapType.class inflated: com/sun/org/apache/bcel/internal/classfile/Synthetic.class inflated: com/sun/org/apache/bcel/internal/classfile/Unknown.class inflated: com/sun/org/apache/bcel/internal/classfile/Utility$JavaReader.class inflated: com/sun/org/apache/bcel/internal/classfile/Utility$JavaWriter.class inflated: com/sun/org/apache/bcel/internal/classfile/Utility.class inflated: com/sun/org/apache/bcel/internal/classfile/Visitor.class inflated: com/sun/org/apache/bcel/internal/generic/AALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/AASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ACONST_NULL.class inflated: com/sun/org/apache/bcel/internal/generic/ALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/ANEWARRAY.class inflated: com/sun/org/apache/bcel/internal/generic/ARETURN.class inflated: com/sun/org/apache/bcel/internal/generic/ARRAYLENGTH.class inflated: com/sun/org/apache/bcel/internal/generic/ASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ATHROW.class inflated: com/sun/org/apache/bcel/internal/generic/AllocationInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ArithmeticInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ArrayInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ArrayType.class inflated: com/sun/org/apache/bcel/internal/generic/BALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/BASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/BIPUSH.class inflated: com/sun/org/apache/bcel/internal/generic/BREAKPOINT.class inflated: com/sun/org/apache/bcel/internal/generic/BasicType.class inflated: com/sun/org/apache/bcel/internal/generic/BranchHandle.class inflated: com/sun/org/apache/bcel/internal/generic/BranchInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/CALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/CASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/CHECKCAST.class inflated: com/sun/org/apache/bcel/internal/generic/CPInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ClassGen.class inflated: com/sun/org/apache/bcel/internal/generic/ClassGenException.class inflated: com/sun/org/apache/bcel/internal/generic/ClassObserver.class inflated: com/sun/org/apache/bcel/internal/generic/CodeExceptionGen.class inflated: com/sun/org/apache/bcel/internal/generic/CompoundInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ConstantPoolGen$Index.class inflated: com/sun/org/apache/bcel/internal/generic/ConstantPoolGen.class inflated: com/sun/org/apache/bcel/internal/generic/ConstantPushInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ConversionInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/D2F.class inflated: com/sun/org/apache/bcel/internal/generic/D2I.class inflated: com/sun/org/apache/bcel/internal/generic/D2L.class inflated: com/sun/org/apache/bcel/internal/generic/DADD.class inflated: com/sun/org/apache/bcel/internal/generic/DALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/DASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/DCMPG.class inflated: com/sun/org/apache/bcel/internal/generic/DCMPL.class inflated: com/sun/org/apache/bcel/internal/generic/DCONST.class inflated: com/sun/org/apache/bcel/internal/generic/DDIV.class inflated: com/sun/org/apache/bcel/internal/generic/DLOAD.class inflated: com/sun/org/apache/bcel/internal/generic/DMUL.class inflated: com/sun/org/apache/bcel/internal/generic/DNEG.class inflated: com/sun/org/apache/bcel/internal/generic/DREM.class inflated: com/sun/org/apache/bcel/internal/generic/DRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/DSTORE.class inflated: com/sun/org/apache/bcel/internal/generic/DSUB.class inflated: com/sun/org/apache/bcel/internal/generic/DUP.class inflated: com/sun/org/apache/bcel/internal/generic/DUP2.class inflated: com/sun/org/apache/bcel/internal/generic/DUP2_X1.class inflated: com/sun/org/apache/bcel/internal/generic/DUP2_X2.class inflated: com/sun/org/apache/bcel/internal/generic/DUP_X1.class inflated: com/sun/org/apache/bcel/internal/generic/DUP_X2.class inflated: com/sun/org/apache/bcel/internal/generic/EmptyVisitor.class inflated: com/sun/org/apache/bcel/internal/generic/ExceptionThrower.class inflated: com/sun/org/apache/bcel/internal/generic/F2D.class inflated: com/sun/org/apache/bcel/internal/generic/F2I.class inflated: com/sun/org/apache/bcel/internal/generic/F2L.class inflated: com/sun/org/apache/bcel/internal/generic/FADD.class inflated: com/sun/org/apache/bcel/internal/generic/FALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/FASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/FCMPG.class inflated: com/sun/org/apache/bcel/internal/generic/FCMPL.class inflated: com/sun/org/apache/bcel/internal/generic/FCONST.class inflated: com/sun/org/apache/bcel/internal/generic/FDIV.class inflated: com/sun/org/apache/bcel/internal/generic/FLOAD.class inflated: com/sun/org/apache/bcel/internal/generic/FMUL.class inflated: com/sun/org/apache/bcel/internal/generic/FNEG.class inflated: com/sun/org/apache/bcel/internal/generic/FREM.class inflated: com/sun/org/apache/bcel/internal/generic/FRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/FSTORE.class inflated: com/sun/org/apache/bcel/internal/generic/FSUB.class inflated: com/sun/org/apache/bcel/internal/generic/FieldGen.class inflated: com/sun/org/apache/bcel/internal/generic/FieldGenOrMethodGen.class inflated: com/sun/org/apache/bcel/internal/generic/FieldInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/FieldObserver.class inflated: com/sun/org/apache/bcel/internal/generic/FieldOrMethod.class inflated: com/sun/org/apache/bcel/internal/generic/GETFIELD.class inflated: com/sun/org/apache/bcel/internal/generic/GETSTATIC.class inflated: com/sun/org/apache/bcel/internal/generic/GOTO.class inflated: com/sun/org/apache/bcel/internal/generic/GOTO_W.class inflated: com/sun/org/apache/bcel/internal/generic/GotoInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/I2B.class inflated: com/sun/org/apache/bcel/internal/generic/I2C.class inflated: com/sun/org/apache/bcel/internal/generic/I2D.class inflated: com/sun/org/apache/bcel/internal/generic/I2F.class inflated: com/sun/org/apache/bcel/internal/generic/I2L.class inflated: com/sun/org/apache/bcel/internal/generic/I2S.class inflated: com/sun/org/apache/bcel/internal/generic/IADD.class inflated: com/sun/org/apache/bcel/internal/generic/IALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/IAND.class inflated: com/sun/org/apache/bcel/internal/generic/IASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ICONST.class inflated: com/sun/org/apache/bcel/internal/generic/IDIV.class inflated: com/sun/org/apache/bcel/internal/generic/IFEQ.class inflated: com/sun/org/apache/bcel/internal/generic/IFGE.class inflated: com/sun/org/apache/bcel/internal/generic/IFGT.class inflated: com/sun/org/apache/bcel/internal/generic/IFLE.class inflated: com/sun/org/apache/bcel/internal/generic/IFLT.class inflated: com/sun/org/apache/bcel/internal/generic/IFNE.class inflated: com/sun/org/apache/bcel/internal/generic/IFNONNULL.class inflated: com/sun/org/apache/bcel/internal/generic/IFNULL.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ACMPEQ.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ACMPNE.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPEQ.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPGE.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPGT.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPLE.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPLT.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPNE.class inflated: com/sun/org/apache/bcel/internal/generic/IINC.class inflated: com/sun/org/apache/bcel/internal/generic/ILOAD.class inflated: com/sun/org/apache/bcel/internal/generic/IMPDEP1.class inflated: com/sun/org/apache/bcel/internal/generic/IMPDEP2.class inflated: com/sun/org/apache/bcel/internal/generic/IMUL.class inflated: com/sun/org/apache/bcel/internal/generic/INEG.class inflated: com/sun/org/apache/bcel/internal/generic/INSTANCEOF.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKEINTERFACE.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKESPECIAL.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKESTATIC.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKEVIRTUAL.class inflated: com/sun/org/apache/bcel/internal/generic/IOR.class inflated: com/sun/org/apache/bcel/internal/generic/IREM.class inflated: com/sun/org/apache/bcel/internal/generic/IRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/ISHL.class inflated: com/sun/org/apache/bcel/internal/generic/ISHR.class inflated: com/sun/org/apache/bcel/internal/generic/ISTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ISUB.class inflated: com/sun/org/apache/bcel/internal/generic/IUSHR.class inflated: com/sun/org/apache/bcel/internal/generic/IXOR.class inflated: com/sun/org/apache/bcel/internal/generic/IfInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/IndexedInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/Instruction.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionComparator$1.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionComparator.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionConstants$Clinit.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionConstants.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionFactory$MethodObject.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionFactory.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionHandle.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionList$1.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionList.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionListObserver.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionTargeter.class inflated: com/sun/org/apache/bcel/internal/generic/InvokeInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/JSR.class inflated: com/sun/org/apache/bcel/internal/generic/JSR_W.class inflated: com/sun/org/apache/bcel/internal/generic/JsrInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/L2D.class inflated: com/sun/org/apache/bcel/internal/generic/L2F.class inflated: com/sun/org/apache/bcel/internal/generic/L2I.class inflated: com/sun/org/apache/bcel/internal/generic/LADD.class inflated: com/sun/org/apache/bcel/internal/generic/LALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/LAND.class inflated: com/sun/org/apache/bcel/internal/generic/LASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/LCMP.class inflated: com/sun/org/apache/bcel/internal/generic/LCONST.class inflated: com/sun/org/apache/bcel/internal/generic/LDC.class inflated: com/sun/org/apache/bcel/internal/generic/LDC2_W.class inflated: com/sun/org/apache/bcel/internal/generic/LDC_W.class inflated: com/sun/org/apache/bcel/internal/generic/LDIV.class inflated: com/sun/org/apache/bcel/internal/generic/LLOAD.class inflated: com/sun/org/apache/bcel/internal/generic/LMUL.class inflated: com/sun/org/apache/bcel/internal/generic/LNEG.class inflated: com/sun/org/apache/bcel/internal/generic/LOOKUPSWITCH.class inflated: com/sun/org/apache/bcel/internal/generic/LOR.class inflated: com/sun/org/apache/bcel/internal/generic/LREM.class inflated: com/sun/org/apache/bcel/internal/generic/LRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/LSHL.class inflated: com/sun/org/apache/bcel/internal/generic/LSHR.class inflated: com/sun/org/apache/bcel/internal/generic/LSTORE.class inflated: com/sun/org/apache/bcel/internal/generic/LSUB.class inflated: com/sun/org/apache/bcel/internal/generic/LUSHR.class inflated: com/sun/org/apache/bcel/internal/generic/LXOR.class inflated: com/sun/org/apache/bcel/internal/generic/LineNumberGen.class inflated: com/sun/org/apache/bcel/internal/generic/LoadClass.class inflated: com/sun/org/apache/bcel/internal/generic/LoadInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/LocalVariableGen.class inflated: com/sun/org/apache/bcel/internal/generic/LocalVariableInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/MONITORENTER.class inflated: com/sun/org/apache/bcel/internal/generic/MONITOREXIT.class inflated: com/sun/org/apache/bcel/internal/generic/MULTIANEWARRAY.class inflated: com/sun/org/apache/bcel/internal/generic/MethodGen$BranchStack.class inflated: com/sun/org/apache/bcel/internal/generic/MethodGen$BranchTarget.class inflated: com/sun/org/apache/bcel/internal/generic/MethodGen.class inflated: com/sun/org/apache/bcel/internal/generic/MethodObserver.class inflated: com/sun/org/apache/bcel/internal/generic/NEW.class inflated: com/sun/org/apache/bcel/internal/generic/NEWARRAY.class inflated: com/sun/org/apache/bcel/internal/generic/NOP.class inflated: com/sun/org/apache/bcel/internal/generic/NamedAndTyped.class inflated: com/sun/org/apache/bcel/internal/generic/ObjectType.class inflated: com/sun/org/apache/bcel/internal/generic/POP.class inflated: com/sun/org/apache/bcel/internal/generic/POP2.class inflated: com/sun/org/apache/bcel/internal/generic/PUSH.class inflated: com/sun/org/apache/bcel/internal/generic/PUTFIELD.class inflated: com/sun/org/apache/bcel/internal/generic/PUTSTATIC.class inflated: com/sun/org/apache/bcel/internal/generic/PopInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/PushInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/RET.class inflated: com/sun/org/apache/bcel/internal/generic/RETURN.class inflated: com/sun/org/apache/bcel/internal/generic/ReferenceType.class inflated: com/sun/org/apache/bcel/internal/generic/ReturnInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ReturnaddressType.class inflated: com/sun/org/apache/bcel/internal/generic/SALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/SASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/SIPUSH.class inflated: com/sun/org/apache/bcel/internal/generic/SWAP.class inflated: com/sun/org/apache/bcel/internal/generic/SWITCH.class inflated: com/sun/org/apache/bcel/internal/generic/Select.class inflated: com/sun/org/apache/bcel/internal/generic/StackConsumer.class inflated: com/sun/org/apache/bcel/internal/generic/StackInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/StackProducer.class inflated: com/sun/org/apache/bcel/internal/generic/StoreInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/TABLESWITCH.class inflated: com/sun/org/apache/bcel/internal/generic/TargetLostException.class inflated: com/sun/org/apache/bcel/internal/generic/Type$1.class inflated: com/sun/org/apache/bcel/internal/generic/Type$2.class inflated: com/sun/org/apache/bcel/internal/generic/Type.class inflated: com/sun/org/apache/bcel/internal/generic/TypedInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/UnconditionalBranch.class inflated: com/sun/org/apache/bcel/internal/generic/VariableLengthInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/Visitor.class inflated: com/sun/org/apache/bcel/internal/util/AttributeHTML.class inflated: com/sun/org/apache/bcel/internal/util/BCELFactory.class inflated: com/sun/org/apache/bcel/internal/util/BCELifier.class inflated: com/sun/org/apache/bcel/internal/util/ByteSequence$ByteArrayStream.class inflated: com/sun/org/apache/bcel/internal/util/ByteSequence.class inflated: com/sun/org/apache/bcel/internal/util/Class2HTML.class inflated: com/sun/org/apache/bcel/internal/util/ClassLoader.class inflated: com/sun/org/apache/bcel/internal/util/ClassLoaderRepository.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$1.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$ClassFile.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Dir$1.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Dir.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$PathEntry.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Zip$1.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Zip.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath.class inflated: com/sun/org/apache/bcel/internal/util/ClassQueue.class inflated: com/sun/org/apache/bcel/internal/util/ClassSet.class inflated: com/sun/org/apache/bcel/internal/util/ClassStack.class inflated: com/sun/org/apache/bcel/internal/util/ClassVector.class inflated: com/sun/org/apache/bcel/internal/util/CodeHTML.class inflated: com/sun/org/apache/bcel/internal/util/ConstantHTML.class inflated: com/sun/org/apache/bcel/internal/util/InstructionFinder$CodeConstraint.class inflated: com/sun/org/apache/bcel/internal/util/InstructionFinder.class inflated: com/sun/org/apache/bcel/internal/util/JavaWrapper.class inflated: com/sun/org/apache/bcel/internal/util/MethodHTML.class inflated: com/sun/org/apache/bcel/internal/util/Repository.class inflated: com/sun/org/apache/bcel/internal/util/SyntheticRepository.class inflated: com/sun/org/apache/regexp/internal/CharacterArrayCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/CharacterIterator.class inflated: com/sun/org/apache/regexp/internal/RE.class inflated: com/sun/org/apache/regexp/internal/RECompiler$RERange.class inflated: com/sun/org/apache/regexp/internal/RECompiler.class inflated: com/sun/org/apache/regexp/internal/REDebugCompiler.class inflated: com/sun/org/apache/regexp/internal/REProgram.class inflated: com/sun/org/apache/regexp/internal/RESyntaxException.class inflated: com/sun/org/apache/regexp/internal/RETest.class inflated: com/sun/org/apache/regexp/internal/RETestCase.class inflated: com/sun/org/apache/regexp/internal/REUtil.class inflated: com/sun/org/apache/regexp/internal/ReaderCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/StreamCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/StringCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/recompile.class inflated: com/sun/org/apache/xalan/internal/Version.class inflated: com/sun/org/apache/xalan/internal/extensions/ExpressionContext.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltBase.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltCommon.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltDatetime.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltDynamic.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltMath.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltSets.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltStrings$DocumentHolder.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltStrings.class inflated: com/sun/org/apache/xalan/internal/lib/Extensions$DocumentHolder.class inflated: com/sun/org/apache/xalan/internal/lib/Extensions.class inflated: com/sun/org/apache/xalan/internal/lib/NodeInfo.class inflated: com/sun/org/apache/xalan/internal/lib/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/lib/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/res/XSLMessages.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_de.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_en.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_es.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_fr.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_it.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ja.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ko.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_CN.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_TW.class inflated: com/sun/org/apache/xalan/internal/res/XSLTInfo.properties inflated: com/sun/org/apache/xalan/internal/templates/Constants.class inflated: com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.class inflated: com/sun/org/apache/xalan/internal/xslt/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xslt/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xslt/Process.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/CollatorFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/DOM.class inflated: com/sun/org/apache/xalan/internal/xsltc/DOMCache.class inflated: com/sun/org/apache/xalan/internal/xsltc/DOMEnhancedForDTM.class inflated: com/sun/org/apache/xalan/internal/xsltc/NodeIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/ProcessorVersion.class inflated: com/sun/org/apache/xalan/internal/xsltc/StripFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/Translet.class inflated: com/sun/org/apache/xalan/internal/xsltc/TransletException.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/Compile.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/Transform.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt$Option.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt$OptionMatcher.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOptsException.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/IllegalArgumentException.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/MissingOptArgException.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsoluteLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsolutePathPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AlternativePattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AncestorPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyImports.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyTemplates.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ArgumentList.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Attribute.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeSet.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValue.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValueTemplate.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/BinOpExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CUP$XPathParser$actions.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CastCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CastExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CeilingCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Choose.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Closure.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Comment.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CompilerException.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ConcatCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Constants.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ContainsCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Copy.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CopyOf.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CurrentCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/DecimalFormatting.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/DocumentCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ElementAvailableCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/EqualityExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Fallback.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterParentPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FilteredAbsoluteLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FloorCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FlowList.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ForEach.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FormatNumberCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionAvailableCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall$JavaType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/GenerateIdCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IdKeyPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IdPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/If.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IllegalCharException.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Import.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Include.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Instruction.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IntExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Key.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LangCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LastCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralAttribute.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LocalNameCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LocationPathPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LogicalExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Message.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NameCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceAlias.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceUriCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NodeTest.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NotCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Number.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NumberCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Otherwise.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Output.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Param.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ParameterRef.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Pattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/PositionCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Predicate.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstruction.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstructionPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/QName.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RealExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativePathPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RoundCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SimpleAttributeValue.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Sort.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SourceLoader.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StartsWithCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Step.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StringCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StringLengthCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Stylesheet.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Template.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Text.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/TransletOutput.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnaryOpExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnparsedEntityUriCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnresolvedRef.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnsupportedElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UseAttributeSets.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ValueOf.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Variable.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRef.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/When.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/WithParam.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathLexer.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathParser.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XslElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/sym.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/AttributeSetMethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/BooleanType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/CompareGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ca.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_cs.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_es.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_fr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_it.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ja.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ko.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_sk.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_TW.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/FilterGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MatchGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MultiHashtable.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NamedMethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeCounterGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSetType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordFactGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NumberType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RealType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ResultTreeType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RtMethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SlotAllocator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringStack.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TestGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Type.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TypeCheckError.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/VoidType.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AbsoluteIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AdaptiveResultTreeImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AnyNodeCounter$DefaultAnyNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AnyNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CachedNodeListIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ClonedNodeListIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CollatorFactoryBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DOMBuilder.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DOMWSFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DocumentCache$CachedDocument.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DocumentCache.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DupFilterIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/EmptyFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ExtendedSAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/Filter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/FilterIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/FilteredStepIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ForwardPositionIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex$KeyIndexIterator$KeyIndexHeapNode.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex$KeyIndexIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/LoadDocument.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MatchingIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM$AxisIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM$NodeValueIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiValuedNodeHeapIterator$HeapNode.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiValuedNodeHeapIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultipleNodeCounter$DefaultMultipleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultipleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeIteratorBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecord.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecordFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NthIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NamespaceAttributeIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NamespaceChildrenIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NamespaceWildcardIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NodeValueIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$TypedNamespaceIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl$SimpleIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl$SingletonIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SingleNodeCounter$DefaultSingleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SingleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SingletonIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SortSettings.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SortingIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/StepIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/StripWhitespaceFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/UnionIterator$LookAheadIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/UnionIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/XSLTCDTMManager.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Attributes.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Constants.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ca.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_cs.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_de.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_es.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_fr.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_it.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ja.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ko.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_sk.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_CN.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_TW.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Hashtable$HashtableEnumerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Hashtable.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/HashtableEntry.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/MessageHandler.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Node.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Operators.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Parameter.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/StringValueHandler.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/OutputBuffer.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/StringOutputBuffer.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2SAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2TO.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/OutputSettings.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXBaseWriter$SAXLocation.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXBaseWriter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXEventWriter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXStreamWriter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SmartTransformerFactoryImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXEvent2SAX$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXEvent2SAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXStream2SAX$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXStream2SAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesHandlerImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl$TransletClassLoader.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TrAXFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl$PIParamWrapper.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerHandlerImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl$MessageHandler.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/Util.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/XSLTCSource.class inflated: com/sun/org/apache/xalan/internal/xsltc/util/IntegerArray.class inflated: com/sun/org/apache/xerces/internal/dom/AttrImpl.class inflated: com/sun/org/apache/xerces/internal/dom/AttrNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/AttributeMap.class inflated: com/sun/org/apache/xerces/internal/dom/CDATASectionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/CharacterDataImpl$1.class inflated: com/sun/org/apache/xerces/internal/dom/CharacterDataImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ChildNode.class inflated: com/sun/org/apache/xerces/internal/dom/CommentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/CoreDOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMErrorImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMImplementationListImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMInputImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMLocatorImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/dom/DOMNormalizer$XMLAttributesProxy.class inflated: com/sun/org/apache/xerces/internal/dom/DOMNormalizer.class inflated: com/sun/org/apache/xerces/internal/dom/DOMOutputImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMStringListImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredAttrImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredAttrNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredCDATASectionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredCommentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl$IntVector.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl$RefCount.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentTypeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredElementDefinitionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredElementImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredElementNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredEntityImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredEntityReferenceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredNode.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredNotationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredProcessingInstructionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredTextImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentFragmentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentImpl$EnclosingAttr.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentImpl$LEntry.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentTypeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ElementDefinitionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ElementImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ElementNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/EntityImpl.class inflated: com/sun/org/apache/xerces/internal/dom/EntityReferenceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/LCount.class inflated: com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl.class inflated: com/sun/org/apache/xerces/internal/dom/NodeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/NodeIteratorImpl.class inflated: com/sun/org/apache/xerces/internal/dom/NodeListCache.class inflated: com/sun/org/apache/xerces/internal/dom/NotationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/dom/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIAttrNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIDOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIDocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ParentNode$1.class inflated: com/sun/org/apache/xerces/internal/dom/ParentNode$UserDataRecord.class inflated: com/sun/org/apache/xerces/internal/dom/ParentNode.class inflated: com/sun/org/apache/xerces/internal/dom/ProcessingInstructionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/RangeExceptionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/RangeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/dom/TextImpl.class inflated: com/sun/org/apache/xerces/internal/dom/TreeWalkerImpl.class inflated: com/sun/org/apache/xerces/internal/dom/events/EventImpl.class inflated: com/sun/org/apache/xerces/internal/dom/events/MutationEventImpl.class inflated: com/sun/org/apache/xerces/internal/impl/Constants$ArrayEnumeration.class inflated: com/sun/org/apache/xerces/internal/impl/Constants.class inflated: com/sun/org/apache/xerces/internal/impl/ExternalSubsetResolver.class inflated: com/sun/org/apache/xerces/internal/impl/PropertyManager.class inflated: com/sun/org/apache/xerces/internal/impl/RevalidationHandler.class inflated: com/sun/org/apache/xerces/internal/impl/Version.class inflated: com/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XML11DocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XML11EntityScanner.class inflated: com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl$NS11ContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XML11NamespaceBinder.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Driver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Element.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack2.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$FragmentContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$ContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$DTDDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$PrologDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$TrailingMiscDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$XMLDeclDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityDescription.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityHandler.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager$RewindableInputStream.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityScanner.class inflated: com/sun/org/apache/xerces/internal/impl/XMLErrorReporter$1.class inflated: com/sun/org/apache/xerces/internal/impl/XMLErrorReporter.class inflated: com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl$NSContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder.class inflated: com/sun/org/apache/xerces/internal/impl/XMLScanner.class inflated: com/sun/org/apache/xerces/internal/impl/XMLStreamFilterImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLStreamReaderImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/XMLStreamReaderImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLVersionDetector.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar$ChildrenList.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar$QNameHashtable.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XML11NSDTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLAttributeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLContentSpec$Provider.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLContentSpec.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDDescription.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDLoader.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLElementDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLEntityDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLNSDTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLNotationDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLSimpleType.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMAny.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMBinOp.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMLeaf.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMNode.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMUniOp.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/ContentModelValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/DFAContentModel.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/MixedContentModel.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/SimpleContentModel.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DVFactoryException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DatatypeException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeFacetException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeValueException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SchemaDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ValidationContext.class inflated: com/sun/org/apache/xerces/internal/impl/dv/XSFacets.class inflated: com/sun/org/apache/xerces/internal/impl/dv/XSSimpleType.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/DTDDVFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/ENTITYDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDREFDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/ListDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/NMTOKENDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/NOTATIONDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/StringDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11DTDDVFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDREFDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11NMTOKENDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/util/Base64.class inflated: com/sun/org/apache/xerces/internal/impl/dv/util/ByteListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/util/HexBin.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AbstractDateTimeDV$DateTimeData.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AbstractDateTimeDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyAtomicDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AnySimpleDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyURIDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/Base64BinaryDV$XBase64.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/Base64BinaryDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/BaseDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/BooleanDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DateDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DateTimeDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DayDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DayTimeDurationDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DecimalDV$XDecimal.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DecimalDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DoubleDV$XDouble.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DoubleDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DurationDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/EntityDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/FloatDV$XFloat.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/FloatDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/HexBinaryDV$XHex.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/HexBinaryDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/IDDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/IDREFDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/IntegerDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV$ListData.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDayDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/PrecisionDecimalDV$XPrecisionDecimal.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/PrecisionDecimalDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/QNameDV$XQName.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/QNameDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDVFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDateTimeException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/StringDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/TimeDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/TypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/UnionDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$1.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$2.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$3.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$4.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$ValidationContextImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$XSFacetImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$XSMVFacetImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/YearDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDurationDV.class inflated: com/sun/org/apache/xerces/internal/impl/io/ASCIIReader.class inflated: com/sun/org/apache/xerces/internal/impl/io/MalformedByteSequenceException.class inflated: com/sun/org/apache/xerces/internal/impl/io/UCSReader.class inflated: com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.class inflated: com/sun/org/apache/xerces/internal/impl/msg/DOMMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/DatatypeMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/JAXPValidationMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/SAXMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XIncludeMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLSchemaMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLSerializerMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XPointerMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/validation/EntityState.class inflated: com/sun/org/apache/xerces/internal/impl/validation/ValidationManager.class inflated: com/sun/org/apache/xerces/internal/impl/validation/ValidationState.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$1.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Scanner.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Step.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPathException.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/BMPattern.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Match.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$CharOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$ChildOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$ConditionOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$ModifierOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$RangeOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$StringOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$UnionOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParseException.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParserForXMLSchema.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/REUtil.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RangeToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser$ReferencePosition.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression$Context.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$CharToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ClosureToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ConcatToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ConditionToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$FixedStringContainer.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ModifierToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ParenToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$StringToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$UnionToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/message.properties inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_fr.properties inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_ja.properties inflated: com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$BuiltinAttrDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$BuiltinSchemaGrammar.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$Schema4Annotations.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$XSAnyType.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaNamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaSymbols.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$KeyRefValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$KeyValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$LocalIDKey.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$ShortVector.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$UniqueValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$ValueStoreBase.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$ValueStoreCache.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XSIErrorReporter.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSConstraints.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSDDescription.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSDeclarationPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSElementDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSLoaderImpl$XSGrammarMerger.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSLoaderImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSModelImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSNotationDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Field$Matcher.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Field.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/FieldActivator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/KeyRef.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector$Matcher.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector$XPath.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/CMNodeFactory.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMBinOp.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMUniOp.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSEmptyCM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/AttrImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultDocument.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultElement.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultNode.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultText.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultXMLDocumentHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/ElementImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/NamedNodeMapImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/NodeImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOMParser$BooleanStack.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOMParser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaParsingConfig.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/TextImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/Container.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/LargeContainer.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/OneAttr.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/OneElement.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/SchemaContentHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/SmallContainer.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAnnotationInfo.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractIDConstraintTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser$FacetInfo.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeGroupTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser$ComplexTypeRecoverableError.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler$XSAnnotationGrammarPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler$XSDKey.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDKeyrefTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDNotationTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDUniqueOrKeyTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDWildcardTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/NSItemListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/ShortListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XInt.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XIntPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSGrammarPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMap4Types.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/DefaultValidationErrorHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPConstants.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$2.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$3.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$DraconianErrorHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent.class inflated: com/sun/org/apache/xerces/internal/jaxp/SAXParserFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl$JAXPSAXParser.class inflated: com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/SchemaValidatorConfiguration.class inflated: com/sun/org/apache/xerces/internal/jaxp/TeeXMLDocumentFilterImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/UnparsedEntityHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/DatatypeFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl$DurationStream.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl$Parser.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMDocumentHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultBuilder.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper$DOMNamespaceContext.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/EmptyXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ErrorHandlerAdaptor.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/JAXPValidationMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ReadOnlyGrammarPool.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SimpleXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/StAXValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/StreamValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/Util.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl$ResolutionForwarder.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl$XMLSchemaTypeInfoProvider.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/WeakReferenceXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolImplExtension.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolWrapper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaValidatorComponentManager.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XSGrammarPoolContainer.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractDOMParser.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$1.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$2.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$AttributesProxy.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$LocatorProxy.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractXMLDocumentParser.class inflated: com/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/CachingParserPool$ShadowedGrammarPool.class inflated: com/sun/org/apache/xerces/internal/parsers/CachingParserPool$SynchronizedGrammarPool.class inflated: com/sun/org/apache/xerces/internal/parsers/CachingParserPool.class inflated: com/sun/org/apache/xerces/internal/parsers/DOMParser.class inflated: com/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler.class inflated: com/sun/org/apache/xerces/internal/parsers/DOMParserImpl.class inflated: com/sun/org/apache/xerces/internal/parsers/DTDConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/DTDParser.class inflated: com/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/parsers/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/parsers/SAXParser.class inflated: com/sun/org/apache/xerces/internal/parsers/SecurityConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XIncludeParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11Configurable.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11Configuration.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11DTDConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11NonValidatingConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLDocumentParser.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLGrammarCachingConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLGrammarParser.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLGrammarPreparser.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLParser.class inflated: com/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/util/AttributesProxy.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl.class inflated: com/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper.class inflated: com/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper$DOMErrorTypeMap.class inflated: com/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper.class inflated: com/sun/org/apache/xerces/internal/util/DOMInputSource.class inflated: com/sun/org/apache/xerces/internal/util/DOMUtil.class inflated: com/sun/org/apache/xerces/internal/util/DatatypeMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/util/DefaultErrorHandler.class inflated: com/sun/org/apache/xerces/internal/util/DraconianErrorHandler.class inflated: com/sun/org/apache/xerces/internal/util/EncodingMap.class inflated: com/sun/org/apache/xerces/internal/util/EntityResolver2Wrapper.class inflated: com/sun/org/apache/xerces/internal/util/EntityResolverWrapper.class inflated: com/sun/org/apache/xerces/internal/util/ErrorHandlerProxy.class inflated: com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper$1.class inflated: com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper.class inflated: com/sun/org/apache/xerces/internal/util/HTTPInputSource.class inflated: com/sun/org/apache/xerces/internal/util/IntStack.class inflated: com/sun/org/apache/xerces/internal/util/LocatorProxy.class inflated: com/sun/org/apache/xerces/internal/util/LocatorWrapper.class inflated: com/sun/org/apache/xerces/internal/util/MessageFormatter.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceContextWrapper.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceSupport$IteratorPrefixes.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceSupport$Prefixes.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings.class inflated: com/sun/org/apache/xerces/internal/util/SAX2XNI.class inflated: com/sun/org/apache/xerces/internal/util/SAXInputSource.class inflated: com/sun/org/apache/xerces/internal/util/SAXLocatorWrapper.class inflated: com/sun/org/apache/xerces/internal/util/SAXMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/util/SecurityManager.class inflated: com/sun/org/apache/xerces/internal/util/ShadowedSymbolTable.class inflated: com/sun/org/apache/xerces/internal/util/SymbolHash$Entry.class inflated: com/sun/org/apache/xerces/internal/util/SymbolHash.class inflated: com/sun/org/apache/xerces/internal/util/SymbolTable$Entry.class inflated: com/sun/org/apache/xerces/internal/util/SymbolTable.class inflated: com/sun/org/apache/xerces/internal/util/SynchronizedSymbolTable.class inflated: com/sun/org/apache/xerces/internal/util/TeeXMLDocumentFilterImpl.class inflated: com/sun/org/apache/xerces/internal/util/TypeInfoImpl.class inflated: com/sun/org/apache/xerces/internal/util/URI$MalformedURIException.class inflated: com/sun/org/apache/xerces/internal/util/URI.class inflated: com/sun/org/apache/xerces/internal/util/XML11Char.class inflated: com/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute.class inflated: com/sun/org/apache/xerces/internal/util/XMLAttributesImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLCatalogResolver.class inflated: com/sun/org/apache/xerces/internal/util/XMLChar.class inflated: com/sun/org/apache/xerces/internal/util/XMLDocumentFilterImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLEntityDescriptionImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLErrorCode.class inflated: com/sun/org/apache/xerces/internal/util/XMLGrammarPoolImpl$Entry.class inflated: com/sun/org/apache/xerces/internal/util/XMLGrammarPoolImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLInputSourceAdaptor.class inflated: com/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLStringBuffer.class inflated: com/sun/org/apache/xerces/internal/util/XMLSymbols.class inflated: com/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/xinclude/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/xinclude/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/xinclude/XInclude11TextReader.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$Notation.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$UnparsedEntity.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeTextReader.class inflated: com/sun/org/apache/xerces/internal/xinclude/XPointerElementHandler.class inflated: com/sun/org/apache/xerces/internal/xinclude/XPointerFramework.class inflated: com/sun/org/apache/xerces/internal/xinclude/XPointerSchema.class inflated: com/sun/org/apache/xerces/internal/xni/Augmentations.class inflated: com/sun/org/apache/xerces/internal/xni/NamespaceContext.class inflated: com/sun/org/apache/xerces/internal/xni/QName.class inflated: com/sun/org/apache/xerces/internal/xni/XMLAttributes.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDTDHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDocumentFragmentHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDocumentHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLLocator.class inflated: com/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier.class inflated: com/sun/org/apache/xerces/internal/xni/XMLString.class inflated: com/sun/org/apache/xerces/internal/xni/XNIException.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/Grammar.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLDTDDescription.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarLoader.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XSGrammar.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLComponent.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelFilter.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDFilter.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentFilter.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLParseException.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLPullParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer$1.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer$Scanner.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer$Tokens.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.class inflated: com/sun/org/apache/xerces/internal/xpointer/ShortHandPointer.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerErrorHandler.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler$1.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler$Scanner.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler$Tokens.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerPart.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerProcessor.class inflated: com/sun/org/apache/xerces/internal/xs/AttributePSVI.class inflated: com/sun/org/apache/xerces/internal/xs/ElementPSVI.class inflated: com/sun/org/apache/xerces/internal/xs/ItemPSVI.class inflated: com/sun/org/apache/xerces/internal/xs/LSInputList.class inflated: com/sun/org/apache/xerces/internal/xs/PSVIProvider.class inflated: com/sun/org/apache/xerces/internal/xs/ShortList.class inflated: com/sun/org/apache/xerces/internal/xs/StringList.class inflated: com/sun/org/apache/xerces/internal/xs/XSAnnotation.class inflated: com/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration.class inflated: com/sun/org/apache/xerces/internal/xs/XSAttributeGroupDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSAttributeUse.class inflated: com/sun/org/apache/xerces/internal/xs/XSComplexTypeDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSConstants.class inflated: com/sun/org/apache/xerces/internal/xs/XSElementDeclaration.class inflated: com/sun/org/apache/xerces/internal/xs/XSException.class inflated: com/sun/org/apache/xerces/internal/xs/XSFacet.class inflated: com/sun/org/apache/xerces/internal/xs/XSIDCDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSImplementation.class inflated: com/sun/org/apache/xerces/internal/xs/XSLoader.class inflated: com/sun/org/apache/xerces/internal/xs/XSModel.class inflated: com/sun/org/apache/xerces/internal/xs/XSModelGroup.class inflated: com/sun/org/apache/xerces/internal/xs/XSModelGroupDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSMultiValueFacet.class inflated: com/sun/org/apache/xerces/internal/xs/XSNamedMap.class inflated: com/sun/org/apache/xerces/internal/xs/XSNamespaceItem.class inflated: com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.class inflated: com/sun/org/apache/xerces/internal/xs/XSNotationDeclaration.class inflated: com/sun/org/apache/xerces/internal/xs/XSObject.class inflated: com/sun/org/apache/xerces/internal/xs/XSObjectList.class inflated: com/sun/org/apache/xerces/internal/xs/XSParticle.class inflated: com/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSTerm.class inflated: com/sun/org/apache/xerces/internal/xs/XSTypeDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSWildcard.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/ObjectList.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSDateTime.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSDecimal.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSDouble.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSFloat.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSQName.class inflated: com/sun/org/apache/xml/internal/dtm/Axis.class inflated: com/sun/org/apache/xml/internal/dtm/DTM.class inflated: com/sun/org/apache/xml/internal/dtm/DTMAxisIterator.class inflated: com/sun/org/apache/xml/internal/dtm/DTMAxisTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/DTMConfigurationException.class inflated: com/sun/org/apache/xml/internal/dtm/DTMDOMException.class inflated: com/sun/org/apache/xml/internal/dtm/DTMException.class inflated: com/sun/org/apache/xml/internal/dtm/DTMFilter.class inflated: com/sun/org/apache/xml/internal/dtm/DTMIterator.class inflated: com/sun/org/apache/xml/internal/dtm/DTMManager.class inflated: com/sun/org/apache/xml/internal/dtm/DTMWSFilter.class inflated: com/sun/org/apache/xml/internal/dtm/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/dtm/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ChunkedIntArray$ChunksVector.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ChunkedIntArray.class inflated: com/sun/org/apache/xml/internal/dtm/ref/CoroutineManager.class inflated: com/sun/org/apache/xml/internal/dtm/ref/CoroutineParser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIterNodeList.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMChildIterNodeList.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$AncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$AttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$ChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$DescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$FollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$FollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$InternalAxisIteratorBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NamespaceAttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NamespaceChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NamespaceIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NthDescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$ParentIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$PrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$PrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$RootIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$SingletonIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedAncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedAttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedDescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedFollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedFollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedNamespaceIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedPrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedPrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedRootIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedSingletonIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AllFromNodeTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AllFromRootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AncestorOrSelfTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AncestorTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AttributeTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$ChildTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantFromRootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantOrSelfFromRootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantOrSelfTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$FollowingSiblingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$FollowingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$IndexedDTMAxisTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$NamespaceDeclsTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$NamespaceTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$ParentTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$PrecedingAndAncestorTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$PrecedingSiblingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$PrecedingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$RootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$SelfTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDocumentImpl.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNamedNodeMap$DTMException.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNamedNodeMap.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeList.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeListBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy$DTMNodeProxyImplementation.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMSafeStringPool.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMStringPool.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMTreeWalker.class inflated: com/sun/org/apache/xml/internal/dtm/ref/EmptyIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ExpandedNameTable$HashEntry.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ExpandedNameTable.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ExtendedType.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Filter$StopException.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Filter.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.class inflated: com/sun/org/apache/xml/internal/dtm/ref/NodeLocator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM$CharacterNodeHandler.class inflated: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.class inflated: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$AncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$AttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$ChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$DescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$FollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$FollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$ParentIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$PrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$PrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedAncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedAttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedDescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedFollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedFollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedPrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedPrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedRootIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedSingletonIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2RTFDTM.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_ca.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_cs.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_de.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_en.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_es.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_fr.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_it.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_ja.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_ko.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_sk.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_sv.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_tr.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_HK.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_TW.class inflated: com/sun/org/apache/xml/internal/res/XMLMessages.class inflated: com/sun/org/apache/xml/internal/resolver/Catalog.class inflated: com/sun/org/apache/xml/internal/resolver/CatalogEntry.class inflated: com/sun/org/apache/xml/internal/resolver/CatalogException.class inflated: com/sun/org/apache/xml/internal/resolver/CatalogManager.class inflated: com/sun/org/apache/xml/internal/resolver/Resolver.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/BootstrapResolver.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/Debug.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/FileURL.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/Namespaces.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/PublicId.class inflated: com/sun/org/apache/xml/internal/resolver/readers/CatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogParser.class inflated: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/ExtendedXMLCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/OASISXMLCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogParser.class inflated: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/SAXParserHandler.class inflated: com/sun/org/apache/xml/internal/resolver/readers/TR9401CatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/TextCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/XCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/tools/CatalogResolver.class inflated: com/sun/org/apache/xml/internal/resolver/tools/ResolvingParser.class inflated: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLFilter.class inflated: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLReader.class inflated: com/sun/org/apache/xml/internal/serialize/BaseMarkupSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/DOMSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.class inflated: com/sun/org/apache/xml/internal/serialize/ElementState.class inflated: com/sun/org/apache/xml/internal/serialize/EncodingInfo$CharToByteConverterMethods.class inflated: com/sun/org/apache/xml/internal/serialize/EncodingInfo$CharsetMethods.class inflated: com/sun/org/apache/xml/internal/serialize/EncodingInfo.class inflated: com/sun/org/apache/xml/internal/serialize/Encodings.class inflated: com/sun/org/apache/xml/internal/serialize/HTMLSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/HTMLdtd.class inflated: com/sun/org/apache/xml/internal/serialize/IndentPrinter.class inflated: com/sun/org/apache/xml/internal/serialize/LineSeparator.class inflated: com/sun/org/apache/xml/internal/serialize/Method.class inflated: com/sun/org/apache/xml/internal/serialize/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/serialize/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/serialize/OutputFormat$DTD.class inflated: com/sun/org/apache/xml/internal/serialize/OutputFormat$Defaults.class inflated: com/sun/org/apache/xml/internal/serialize/OutputFormat.class inflated: com/sun/org/apache/xml/internal/serialize/Printer.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$1.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$2.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$3.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$4.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$5.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$6.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$7.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$8.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/serialize/Serializer.class inflated: com/sun/org/apache/xml/internal/serialize/SerializerFactory.class inflated: com/sun/org/apache/xml/internal/serialize/SerializerFactoryImpl.class inflated: com/sun/org/apache/xml/internal/serialize/TextSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/XHTMLSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/XML11Serializer.class inflated: com/sun/org/apache/xml/internal/serialize/XMLSerializer.class inflated: com/sun/org/apache/xml/internal/serializer/AttributesImplSerializer.class inflated: com/sun/org/apache/xml/internal/serializer/CharInfo$1.class inflated: com/sun/org/apache/xml/internal/serializer/CharInfo$CharKey.class inflated: com/sun/org/apache/xml/internal/serializer/CharInfo.class inflated: com/sun/org/apache/xml/internal/serializer/DOMSerializer.class inflated: com/sun/org/apache/xml/internal/serializer/ElemContext.class inflated: com/sun/org/apache/xml/internal/serializer/ElemDesc.class inflated: com/sun/org/apache/xml/internal/serializer/EmptySerializer.class inflated: com/sun/org/apache/xml/internal/serializer/EncodingInfo$EncodingImpl.class inflated: com/sun/org/apache/xml/internal/serializer/EncodingInfo$InEncoding.class inflated: com/sun/org/apache/xml/internal/serializer/EncodingInfo.class inflated: com/sun/org/apache/xml/internal/serializer/Encodings.class inflated: com/sun/org/apache/xml/internal/serializer/Encodings.properties inflated: com/sun/org/apache/xml/internal/serializer/ExtendedContentHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ExtendedLexicalHandler.class inflated: com/sun/org/apache/xml/internal/serializer/HTMLEntities.properties inflated: com/sun/org/apache/xml/internal/serializer/Method.class inflated: com/sun/org/apache/xml/internal/serializer/NamespaceMappings$MappingRecord.class inflated: com/sun/org/apache/xml/internal/serializer/NamespaceMappings.class inflated: com/sun/org/apache/xml/internal/serializer/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/serializer/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory$1.class inflated: com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.class inflated: com/sun/org/apache/xml/internal/serializer/OutputPropertyUtils.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/serializer/SerializationHandler.class inflated: com/sun/org/apache/xml/internal/serializer/Serializer.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerBase.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerConstants.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerFactory.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerTrace.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerTraceWriter.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLStream$Trie$Node.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLStream$Trie.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToStream$BoolStack.class inflated: com/sun/org/apache/xml/internal/serializer/ToStream$WritertoStringBuffer.class inflated: com/sun/org/apache/xml/internal/serializer/ToStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToTextSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToTextStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToUnknownStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToXMLSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToXMLStream.class inflated: com/sun/org/apache/xml/internal/serializer/TransformStateSetter.class inflated: com/sun/org/apache/xml/internal/serializer/TreeWalker.class inflated: com/sun/org/apache/xml/internal/serializer/Utils$CacheHolder.class inflated: com/sun/org/apache/xml/internal/serializer/Utils.class inflated: com/sun/org/apache/xml/internal/serializer/Version.class inflated: com/sun/org/apache/xml/internal/serializer/WriterChain.class inflated: com/sun/org/apache/xml/internal/serializer/WriterToASCI.class inflated: com/sun/org/apache/xml/internal/serializer/WriterToUTF8Buffered.class inflated: com/sun/org/apache/xml/internal/serializer/XMLEntities.properties inflated: com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes.class inflated: com/sun/org/apache/xml/internal/serializer/output_html.properties inflated: com/sun/org/apache/xml/internal/serializer/output_text.properties inflated: com/sun/org/apache/xml/internal/serializer/output_unknown.properties inflated: com/sun/org/apache/xml/internal/serializer/output_xml.properties inflated: com/sun/org/apache/xml/internal/serializer/utils/AttList.class inflated: com/sun/org/apache/xml/internal/serializer/utils/BoolStack.class inflated: com/sun/org/apache/xml/internal/serializer/utils/DOM2Helper.class inflated: com/sun/org/apache/xml/internal/serializer/utils/Messages.class inflated: com/sun/org/apache/xml/internal/serializer/utils/MsgKey.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ca.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_cs.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_de.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_en.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_es.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_fr.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_it.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ja.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ko.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_sv.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_CN.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_TW.class inflated: com/sun/org/apache/xml/internal/serializer/utils/StringToIntTable.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SystemIDResolver.class inflated: com/sun/org/apache/xml/internal/serializer/utils/URI$MalformedURIException.class inflated: com/sun/org/apache/xml/internal/serializer/utils/URI.class inflated: com/sun/org/apache/xml/internal/serializer/utils/Utils.class inflated: com/sun/org/apache/xml/internal/serializer/utils/WrappedRuntimeException.class inflated: com/sun/org/apache/xml/internal/utils/AttList.class inflated: com/sun/org/apache/xml/internal/utils/BoolStack.class inflated: com/sun/org/apache/xml/internal/utils/CharKey.class inflated: com/sun/org/apache/xml/internal/utils/Constants.class inflated: com/sun/org/apache/xml/internal/utils/Context2.class inflated: com/sun/org/apache/xml/internal/utils/DOM2Helper.class inflated: com/sun/org/apache/xml/internal/utils/DOMBuilder.class inflated: com/sun/org/apache/xml/internal/utils/DOMHelper.class inflated: com/sun/org/apache/xml/internal/utils/DOMOrder.class inflated: com/sun/org/apache/xml/internal/utils/DefaultErrorHandler.class inflated: com/sun/org/apache/xml/internal/utils/ElemDesc.class inflated: com/sun/org/apache/xml/internal/utils/FastStringBuffer.class inflated: com/sun/org/apache/xml/internal/utils/Hashtree2Node.class inflated: com/sun/org/apache/xml/internal/utils/IntStack.class inflated: com/sun/org/apache/xml/internal/utils/IntVector.class inflated: com/sun/org/apache/xml/internal/utils/ListingErrorHandler.class inflated: com/sun/org/apache/xml/internal/utils/LocaleUtility.class inflated: com/sun/org/apache/xml/internal/utils/MutableAttrListImpl.class inflated: com/sun/org/apache/xml/internal/utils/NSInfo.class inflated: com/sun/org/apache/xml/internal/utils/NameSpace.class inflated: com/sun/org/apache/xml/internal/utils/NamespaceSupport2.class inflated: com/sun/org/apache/xml/internal/utils/NodeConsumer.class inflated: com/sun/org/apache/xml/internal/utils/NodeVector.class inflated: com/sun/org/apache/xml/internal/utils/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/utils/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/utils/ObjectPool.class inflated: com/sun/org/apache/xml/internal/utils/ObjectStack.class inflated: com/sun/org/apache/xml/internal/utils/ObjectVector.class inflated: com/sun/org/apache/xml/internal/utils/PrefixForUriEnumerator.class inflated: com/sun/org/apache/xml/internal/utils/PrefixResolver.class inflated: com/sun/org/apache/xml/internal/utils/PrefixResolverDefault.class inflated: com/sun/org/apache/xml/internal/utils/QName.class inflated: com/sun/org/apache/xml/internal/utils/RawCharacterHandler.class inflated: com/sun/org/apache/xml/internal/utils/SAXSourceLocator.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/utils/SerializableLocatorImpl.class inflated: com/sun/org/apache/xml/internal/utils/StopParseException.class inflated: com/sun/org/apache/xml/internal/utils/StringBufferPool.class inflated: com/sun/org/apache/xml/internal/utils/StringComparable.class inflated: com/sun/org/apache/xml/internal/utils/StringToIntTable.class inflated: com/sun/org/apache/xml/internal/utils/StringToStringTable.class inflated: com/sun/org/apache/xml/internal/utils/StringToStringTableVector.class inflated: com/sun/org/apache/xml/internal/utils/StringVector.class inflated: com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.class inflated: com/sun/org/apache/xml/internal/utils/SuballocatedByteVector.class inflated: com/sun/org/apache/xml/internal/utils/SuballocatedIntVector.class inflated: com/sun/org/apache/xml/internal/utils/SystemIDResolver.class inflated: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper$ThreadController$SafeThread.class inflated: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper$ThreadController.class inflated: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper.class inflated: com/sun/org/apache/xml/internal/utils/TreeWalker.class inflated: com/sun/org/apache/xml/internal/utils/Trie$Node.class inflated: com/sun/org/apache/xml/internal/utils/Trie.class inflated: com/sun/org/apache/xml/internal/utils/URI$MalformedURIException.class inflated: com/sun/org/apache/xml/internal/utils/URI.class inflated: com/sun/org/apache/xml/internal/utils/UnImplNode.class inflated: com/sun/org/apache/xml/internal/utils/WrappedRuntimeException.class inflated: com/sun/org/apache/xml/internal/utils/WrongParserException.class inflated: com/sun/org/apache/xml/internal/utils/XML11Char.class inflated: com/sun/org/apache/xml/internal/utils/XMLChar.class inflated: com/sun/org/apache/xml/internal/utils/XMLCharacterRecognizer.class inflated: com/sun/org/apache/xml/internal/utils/XMLReaderManager.class inflated: com/sun/org/apache/xml/internal/utils/XMLString.class inflated: com/sun/org/apache/xml/internal/utils/XMLStringDefault.class inflated: com/sun/org/apache/xml/internal/utils/XMLStringFactory.class inflated: com/sun/org/apache/xml/internal/utils/XMLStringFactoryDefault.class inflated: com/sun/org/apache/xml/internal/utils/res/CharArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/IntArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/LongArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/StringArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/XResourceBundle.class inflated: com/sun/org/apache/xml/internal/utils/res/XResourceBundleBase.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_de.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_en.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_es.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_fr.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_it.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_A.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HA.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HI.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_I.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ko.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_sv.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_zh_CN.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_zh_TW.class inflated: com/sun/org/apache/xpath/internal/Arg.class inflated: com/sun/org/apache/xpath/internal/CachedXPathAPI.class inflated: com/sun/org/apache/xpath/internal/Expression.class inflated: com/sun/org/apache/xpath/internal/ExpressionNode.class inflated: com/sun/org/apache/xpath/internal/ExpressionOwner.class inflated: com/sun/org/apache/xpath/internal/ExtensionsProvider.class inflated: com/sun/org/apache/xpath/internal/FoundIndex.class inflated: com/sun/org/apache/xpath/internal/NodeSet.class inflated: com/sun/org/apache/xpath/internal/NodeSetDTM.class inflated: com/sun/org/apache/xpath/internal/SourceTree.class inflated: com/sun/org/apache/xpath/internal/SourceTreeManager.class inflated: com/sun/org/apache/xpath/internal/VariableStack.class inflated: com/sun/org/apache/xpath/internal/WhitespaceStrippingElementMatcher.class inflated: com/sun/org/apache/xpath/internal/XPath.class inflated: com/sun/org/apache/xpath/internal/XPathAPI.class inflated: com/sun/org/apache/xpath/internal/XPathContext$XPathExpressionContext.class inflated: com/sun/org/apache/xpath/internal/XPathContext.class inflated: com/sun/org/apache/xpath/internal/XPathException.class inflated: com/sun/org/apache/xpath/internal/XPathFactory.class inflated: com/sun/org/apache/xpath/internal/XPathProcessorException.class inflated: com/sun/org/apache/xpath/internal/XPathVisitable.class inflated: com/sun/org/apache/xpath/internal/XPathVisitor.class inflated: com/sun/org/apache/xpath/internal/axes/AttributeIterator.class inflated: com/sun/org/apache/xpath/internal/axes/AxesWalker.class inflated: com/sun/org/apache/xpath/internal/axes/BasicTestIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ChildIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ChildTestIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ContextNodeList.class inflated: com/sun/org/apache/xpath/internal/axes/DescendantIterator.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIterator$filterExprOwner.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIterator.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple$filterExprOwner.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprWalker$filterExprOwner.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprWalker.class inflated: com/sun/org/apache/xpath/internal/axes/HasPositionalPredChecker.class inflated: com/sun/org/apache/xpath/internal/axes/IteratorPool.class inflated: com/sun/org/apache/xpath/internal/axes/LocPathIterator.class inflated: com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.class inflated: com/sun/org/apache/xpath/internal/axes/NodeSequence.class inflated: com/sun/org/apache/xpath/internal/axes/OneStepIterator.class inflated: com/sun/org/apache/xpath/internal/axes/OneStepIteratorForward.class inflated: com/sun/org/apache/xpath/internal/axes/PathComponent.class inflated: com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest$PredOwner.class inflated: com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.class inflated: com/sun/org/apache/xpath/internal/axes/RTFIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ReverseAxesWalker.class inflated: com/sun/org/apache/xpath/internal/axes/SelfIteratorNoPredicate.class inflated: com/sun/org/apache/xpath/internal/axes/SubContextList.class inflated: com/sun/org/apache/xpath/internal/axes/UnionChildIterator.class inflated: com/sun/org/apache/xpath/internal/axes/UnionPathIterator$iterOwner.class inflated: com/sun/org/apache/xpath/internal/axes/UnionPathIterator.class inflated: com/sun/org/apache/xpath/internal/axes/WalkerFactory.class inflated: com/sun/org/apache/xpath/internal/axes/WalkingIterator.class inflated: com/sun/org/apache/xpath/internal/axes/WalkingIteratorSorted.class inflated: com/sun/org/apache/xpath/internal/compiler/Compiler.class inflated: com/sun/org/apache/xpath/internal/compiler/FuncLoader.class inflated: com/sun/org/apache/xpath/internal/compiler/FunctionTable.class inflated: com/sun/org/apache/xpath/internal/compiler/Keywords.class inflated: com/sun/org/apache/xpath/internal/compiler/Lexer.class inflated: com/sun/org/apache/xpath/internal/compiler/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xpath/internal/compiler/ObjectFactory.class inflated: com/sun/org/apache/xpath/internal/compiler/OpCodes.class inflated: com/sun/org/apache/xpath/internal/compiler/OpMap.class inflated: com/sun/org/apache/xpath/internal/compiler/OpMapVector.class inflated: com/sun/org/apache/xpath/internal/compiler/PsuedoNames.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$1.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$2.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$3.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$4.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$5.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$6.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$7.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$8.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12.class inflated: com/sun/org/apache/xpath/internal/compiler/XPathDumper.class inflated: com/sun/org/apache/xpath/internal/compiler/XPathParser.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathEvaluatorImpl$DummyPrefixResolver.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathEvaluatorImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathExpressionImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathNSResolverImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathNamespaceImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathResultImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathStylesheetDOM3Exception.class inflated: com/sun/org/apache/xpath/internal/functions/FuncBoolean.class inflated: com/sun/org/apache/xpath/internal/functions/FuncCeiling.class inflated: com/sun/org/apache/xpath/internal/functions/FuncConcat.class inflated: com/sun/org/apache/xpath/internal/functions/FuncContains.class inflated: com/sun/org/apache/xpath/internal/functions/FuncCount.class inflated: com/sun/org/apache/xpath/internal/functions/FuncCurrent.class inflated: com/sun/org/apache/xpath/internal/functions/FuncDoclocation.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtElementAvailable.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtFunction$ArgExtOwner.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtFunction.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtFunctionAvailable.class inflated: com/sun/org/apache/xpath/internal/functions/FuncFalse.class inflated: com/sun/org/apache/xpath/internal/functions/FuncFloor.class inflated: com/sun/org/apache/xpath/internal/functions/FuncGenerateId.class inflated: com/sun/org/apache/xpath/internal/functions/FuncId.class inflated: com/sun/org/apache/xpath/internal/functions/FuncLang.class inflated: com/sun/org/apache/xpath/internal/functions/FuncLast.class inflated: com/sun/org/apache/xpath/internal/functions/FuncLocalPart.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNamespace.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNormalizeSpace.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNot.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNumber.class inflated: com/sun/org/apache/xpath/internal/functions/FuncPosition.class inflated: com/sun/org/apache/xpath/internal/functions/FuncQname.class inflated: com/sun/org/apache/xpath/internal/functions/FuncRound.class inflated: com/sun/org/apache/xpath/internal/functions/FuncStartsWith.class inflated: com/sun/org/apache/xpath/internal/functions/FuncString.class inflated: com/sun/org/apache/xpath/internal/functions/FuncStringLength.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSubstring.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSubstringAfter.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSubstringBefore.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSum.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.class inflated: com/sun/org/apache/xpath/internal/functions/FuncTranslate.class inflated: com/sun/org/apache/xpath/internal/functions/FuncTrue.class inflated: com/sun/org/apache/xpath/internal/functions/FuncUnparsedEntityURI.class inflated: com/sun/org/apache/xpath/internal/functions/Function.class inflated: com/sun/org/apache/xpath/internal/functions/Function2Args$Arg1Owner.class inflated: com/sun/org/apache/xpath/internal/functions/Function2Args.class inflated: com/sun/org/apache/xpath/internal/functions/Function3Args$Arg2Owner.class inflated: com/sun/org/apache/xpath/internal/functions/Function3Args.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionDef1Arg.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs$ArgMultiOwner.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionOneArg.class inflated: com/sun/org/apache/xpath/internal/functions/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xpath/internal/functions/ObjectFactory.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$1.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$2.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$3.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$4.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$5.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$6.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$7.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$8.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12.class inflated: com/sun/org/apache/xpath/internal/functions/WrongNumberArgsException.class inflated: com/sun/org/apache/xpath/internal/jaxp/JAXPExtensionsProvider.class inflated: com/sun/org/apache/xpath/internal/jaxp/JAXPPrefixResolver.class inflated: com/sun/org/apache/xpath/internal/jaxp/JAXPVariableStack.class inflated: com/sun/org/apache/xpath/internal/jaxp/XPathExpressionImpl.class inflated: com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.class inflated: com/sun/org/apache/xpath/internal/jaxp/XPathImpl.class inflated: com/sun/org/apache/xpath/internal/objects/Comparator.class inflated: com/sun/org/apache/xpath/internal/objects/DTMXRTreeFrag.class inflated: com/sun/org/apache/xpath/internal/objects/EqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/GreaterThanComparator.class inflated: com/sun/org/apache/xpath/internal/objects/GreaterThanOrEqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/LessThanComparator.class inflated: com/sun/org/apache/xpath/internal/objects/LessThanOrEqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/NotEqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/XBoolean.class inflated: com/sun/org/apache/xpath/internal/objects/XBooleanStatic.class inflated: com/sun/org/apache/xpath/internal/objects/XMLStringFactoryImpl.class inflated: com/sun/org/apache/xpath/internal/objects/XNodeSet.class inflated: com/sun/org/apache/xpath/internal/objects/XNodeSetForDOM.class inflated: com/sun/org/apache/xpath/internal/objects/XNull.class inflated: com/sun/org/apache/xpath/internal/objects/XNumber.class inflated: com/sun/org/apache/xpath/internal/objects/XObject.class inflated: com/sun/org/apache/xpath/internal/objects/XObjectFactory.class inflated: com/sun/org/apache/xpath/internal/objects/XRTreeFrag.class inflated: com/sun/org/apache/xpath/internal/objects/XRTreeFragSelectWrapper.class inflated: com/sun/org/apache/xpath/internal/objects/XString.class inflated: com/sun/org/apache/xpath/internal/objects/XStringForChars.class inflated: com/sun/org/apache/xpath/internal/objects/XStringForFSB.class inflated: com/sun/org/apache/xpath/internal/operations/And.class inflated: com/sun/org/apache/xpath/internal/operations/Bool.class inflated: com/sun/org/apache/xpath/internal/operations/Div.class inflated: com/sun/org/apache/xpath/internal/operations/Equals.class inflated: com/sun/org/apache/xpath/internal/operations/Gt.class inflated: com/sun/org/apache/xpath/internal/operations/Gte.class inflated: com/sun/org/apache/xpath/internal/operations/Lt.class inflated: com/sun/org/apache/xpath/internal/operations/Lte.class inflated: com/sun/org/apache/xpath/internal/operations/Minus.class inflated: com/sun/org/apache/xpath/internal/operations/Mod.class inflated: com/sun/org/apache/xpath/internal/operations/Mult.class inflated: com/sun/org/apache/xpath/internal/operations/Neg.class inflated: com/sun/org/apache/xpath/internal/operations/NotEquals.class inflated: com/sun/org/apache/xpath/internal/operations/Number.class inflated: com/sun/org/apache/xpath/internal/operations/Operation$LeftExprOwner.class inflated: com/sun/org/apache/xpath/internal/operations/Operation.class inflated: com/sun/org/apache/xpath/internal/operations/Or.class inflated: com/sun/org/apache/xpath/internal/operations/Plus.class inflated: com/sun/org/apache/xpath/internal/operations/Quo.class inflated: com/sun/org/apache/xpath/internal/operations/String.class inflated: com/sun/org/apache/xpath/internal/operations/UnaryOperation.class inflated: com/sun/org/apache/xpath/internal/operations/Variable.class inflated: com/sun/org/apache/xpath/internal/operations/VariableSafeAbsRef.class inflated: com/sun/org/apache/xpath/internal/patterns/ContextMatchStepPattern.class inflated: com/sun/org/apache/xpath/internal/patterns/FunctionPattern$FunctionOwner.class inflated: com/sun/org/apache/xpath/internal/patterns/FunctionPattern.class inflated: com/sun/org/apache/xpath/internal/patterns/NodeTest.class inflated: com/sun/org/apache/xpath/internal/patterns/NodeTestFilter.class inflated: com/sun/org/apache/xpath/internal/patterns/StepPattern$PredOwner.class inflated: com/sun/org/apache/xpath/internal/patterns/StepPattern.class inflated: com/sun/org/apache/xpath/internal/patterns/UnionPattern$UnionPathPartOwner.class inflated: com/sun/org/apache/xpath/internal/patterns/UnionPattern.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_en.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_es.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_fr.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_it.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ja.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ko.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_sv.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_CN.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_TW.class inflated: com/sun/org/apache/xpath/internal/res/XPATHMessages.class inflated: com/sun/xml/internal/stream/Entity$ExternalEntity.class inflated: com/sun/xml/internal/stream/Entity$InternalEntity.class inflated: com/sun/xml/internal/stream/Entity$ScannedEntity.class inflated: com/sun/xml/internal/stream/Entity.class inflated: com/sun/xml/internal/stream/EventFilterSupport.class inflated: com/sun/xml/internal/stream/StaxEntityResolverWrapper.class inflated: com/sun/xml/internal/stream/StaxErrorReporter$1.class inflated: com/sun/xml/internal/stream/StaxErrorReporter.class inflated: com/sun/xml/internal/stream/StaxXMLInputSource.class inflated: com/sun/xml/internal/stream/XMLBufferListener.class inflated: com/sun/xml/internal/stream/XMLEntityReader.class inflated: com/sun/xml/internal/stream/XMLEntityStorage.class inflated: com/sun/xml/internal/stream/XMLEventReaderImpl.class inflated: com/sun/xml/internal/stream/XMLInputFactoryImpl.class inflated: com/sun/xml/internal/stream/XMLOutputFactoryImpl.class inflated: com/sun/xml/internal/stream/dtd/DTDGrammarUtil.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar$QNameHashtable.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType.class inflated: com/sun/xml/internal/stream/events/AttributeImpl.class inflated: com/sun/xml/internal/stream/events/CharacterEvent.class inflated: com/sun/xml/internal/stream/events/CommentEvent.class inflated: com/sun/xml/internal/stream/events/DTDEvent.class inflated: com/sun/xml/internal/stream/events/DummyEvent$DummyLocation.class inflated: com/sun/xml/internal/stream/events/DummyEvent.class inflated: com/sun/xml/internal/stream/events/EndDocumentEvent.class inflated: com/sun/xml/internal/stream/events/EndElementEvent.class inflated: com/sun/xml/internal/stream/events/EntityDeclarationImpl.class inflated: com/sun/xml/internal/stream/events/EntityReferenceEvent.class inflated: com/sun/xml/internal/stream/events/LocationImpl.class inflated: com/sun/xml/internal/stream/events/NamedEvent.class inflated: com/sun/xml/internal/stream/events/NamespaceImpl.class inflated: com/sun/xml/internal/stream/events/NotationDeclarationImpl.class inflated: com/sun/xml/internal/stream/events/ProcessingInstructionEvent.class inflated: com/sun/xml/internal/stream/events/StartDocumentEvent.class inflated: com/sun/xml/internal/stream/events/StartElementEvent.class inflated: com/sun/xml/internal/stream/events/XMLEventAllocatorImpl.class inflated: com/sun/xml/internal/stream/events/XMLEventFactoryImpl.class inflated: com/sun/xml/internal/stream/util/BufferAllocator.class inflated: com/sun/xml/internal/stream/util/ReadOnlyIterator.class inflated: com/sun/xml/internal/stream/util/ThreadLocalBufferAllocator.class inflated: com/sun/xml/internal/stream/writers/UTF8OutputStreamWriter.class inflated: com/sun/xml/internal/stream/writers/WriterUtility.class inflated: com/sun/xml/internal/stream/writers/XMLDOMWriterImpl.class inflated: com/sun/xml/internal/stream/writers/XMLEventWriterImpl.class inflated: com/sun/xml/internal/stream/writers/XMLOutputSource.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$Attribute.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$ElementStack.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$ElementState.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$NamespaceContextImpl.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl.class inflated: com/sun/xml/internal/stream/writers/XMLWriter.class inflated: javax/xml/XMLConstants.class inflated: javax/xml/datatype/DatatypeConfigurationException.class inflated: javax/xml/datatype/DatatypeConstants$Field.class inflated: javax/xml/datatype/DatatypeConstants.class inflated: javax/xml/datatype/DatatypeFactory.class inflated: javax/xml/datatype/Duration.class inflated: javax/xml/datatype/FactoryFinder$ConfigurationError.class inflated: javax/xml/datatype/FactoryFinder.class inflated: javax/xml/datatype/SecuritySupport$1.class inflated: javax/xml/datatype/SecuritySupport$2.class inflated: javax/xml/datatype/SecuritySupport$3.class inflated: javax/xml/datatype/SecuritySupport$4.class inflated: javax/xml/datatype/SecuritySupport$5.class inflated: javax/xml/datatype/SecuritySupport.class inflated: javax/xml/datatype/XMLGregorianCalendar.class inflated: javax/xml/namespace/NamespaceContext.class inflated: javax/xml/namespace/QName$1.class inflated: javax/xml/namespace/QName.class inflated: javax/xml/parsers/DocumentBuilder.class inflated: javax/xml/parsers/DocumentBuilderFactory.class inflated: javax/xml/parsers/FactoryConfigurationError.class inflated: javax/xml/parsers/FactoryFinder$ConfigurationError.class inflated: javax/xml/parsers/FactoryFinder.class inflated: javax/xml/parsers/ParserConfigurationException.class inflated: javax/xml/parsers/SAXParser.class inflated: javax/xml/parsers/SAXParserFactory.class inflated: javax/xml/parsers/SecuritySupport$1.class inflated: javax/xml/parsers/SecuritySupport$2.class inflated: javax/xml/parsers/SecuritySupport$3.class inflated: javax/xml/parsers/SecuritySupport$4.class inflated: javax/xml/parsers/SecuritySupport$5.class inflated: javax/xml/parsers/SecuritySupport.class inflated: javax/xml/stream/EventFilter.class inflated: javax/xml/stream/FactoryConfigurationError.class inflated: javax/xml/stream/FactoryFinder$ConfigurationError.class inflated: javax/xml/stream/FactoryFinder.class inflated: javax/xml/stream/Location.class inflated: javax/xml/stream/SecuritySupport$1.class inflated: javax/xml/stream/SecuritySupport$2.class inflated: javax/xml/stream/SecuritySupport$3.class inflated: javax/xml/stream/SecuritySupport$4.class inflated: javax/xml/stream/SecuritySupport$5.class inflated: javax/xml/stream/SecuritySupport.class inflated: javax/xml/stream/StreamFilter.class inflated: javax/xml/stream/XMLEventFactory.class inflated: javax/xml/stream/XMLEventReader.class inflated: javax/xml/stream/XMLEventWriter.class inflated: javax/xml/stream/XMLInputFactory.class inflated: javax/xml/stream/XMLOutputFactory.class inflated: javax/xml/stream/XMLReporter.class inflated: javax/xml/stream/XMLResolver.class inflated: javax/xml/stream/XMLStreamConstants.class inflated: javax/xml/stream/XMLStreamException.class inflated: javax/xml/stream/XMLStreamReader.class inflated: javax/xml/stream/XMLStreamWriter.class inflated: javax/xml/stream/events/Attribute.class inflated: javax/xml/stream/events/Characters.class inflated: javax/xml/stream/events/Comment.class inflated: javax/xml/stream/events/DTD.class inflated: javax/xml/stream/events/EndDocument.class inflated: javax/xml/stream/events/EndElement.class inflated: javax/xml/stream/events/EntityDeclaration.class inflated: javax/xml/stream/events/EntityReference.class inflated: javax/xml/stream/events/Namespace.class inflated: javax/xml/stream/events/NotationDeclaration.class inflated: javax/xml/stream/events/ProcessingInstruction.class inflated: javax/xml/stream/events/StartDocument.class inflated: javax/xml/stream/events/StartElement.class inflated: javax/xml/stream/events/XMLEvent.class inflated: javax/xml/stream/util/EventReaderDelegate.class inflated: javax/xml/stream/util/StreamReaderDelegate.class inflated: javax/xml/stream/util/XMLEventAllocator.class inflated: javax/xml/stream/util/XMLEventConsumer.class inflated: javax/xml/transform/ErrorListener.class inflated: javax/xml/transform/FactoryFinder$ConfigurationError.class inflated: javax/xml/transform/FactoryFinder.class inflated: javax/xml/transform/OutputKeys.class inflated: javax/xml/transform/Result.class inflated: javax/xml/transform/SecuritySupport$1.class inflated: javax/xml/transform/SecuritySupport$2.class inflated: javax/xml/transform/SecuritySupport$3.class inflated: javax/xml/transform/SecuritySupport$4.class inflated: javax/xml/transform/SecuritySupport$5.class inflated: javax/xml/transform/SecuritySupport.class inflated: javax/xml/transform/Source.class inflated: javax/xml/transform/SourceLocator.class inflated: javax/xml/transform/Templates.class inflated: javax/xml/transform/Transformer.class inflated: javax/xml/transform/TransformerConfigurationException.class inflated: javax/xml/transform/TransformerException.class inflated: javax/xml/transform/TransformerFactory.class inflated: javax/xml/transform/TransformerFactoryConfigurationError.class inflated: javax/xml/transform/URIResolver.class inflated: javax/xml/transform/dom/DOMLocator.class inflated: javax/xml/transform/dom/DOMResult.class inflated: javax/xml/transform/dom/DOMSource.class inflated: javax/xml/transform/sax/SAXResult.class inflated: javax/xml/transform/sax/SAXSource.class inflated: javax/xml/transform/sax/SAXTransformerFactory.class inflated: javax/xml/transform/sax/TemplatesHandler.class inflated: javax/xml/transform/sax/TransformerHandler.class inflated: javax/xml/transform/stax/StAXResult.class inflated: javax/xml/transform/stax/StAXSource.class inflated: javax/xml/transform/stream/StreamResult.class inflated: javax/xml/transform/stream/StreamSource.class inflated: javax/xml/validation/Schema.class inflated: javax/xml/validation/SchemaFactory.class inflated: javax/xml/validation/SchemaFactoryFinder$1.class inflated: javax/xml/validation/SchemaFactoryFinder$2.class inflated: javax/xml/validation/SchemaFactoryFinder$SingleIterator.class inflated: javax/xml/validation/SchemaFactoryFinder.class inflated: javax/xml/validation/SchemaFactoryLoader.class inflated: javax/xml/validation/SecuritySupport$1.class inflated: javax/xml/validation/SecuritySupport$2.class inflated: javax/xml/validation/SecuritySupport$3.class inflated: javax/xml/validation/SecuritySupport$4.class inflated: javax/xml/validation/SecuritySupport$5.class inflated: javax/xml/validation/SecuritySupport$6.class inflated: javax/xml/validation/SecuritySupport$7.class inflated: javax/xml/validation/SecuritySupport$8.class inflated: javax/xml/validation/SecuritySupport.class inflated: javax/xml/validation/TypeInfoProvider.class inflated: javax/xml/validation/Validator.class inflated: javax/xml/validation/ValidatorHandler.class inflated: javax/xml/xpath/SecuritySupport$1.class inflated: javax/xml/xpath/SecuritySupport$2.class inflated: javax/xml/xpath/SecuritySupport$3.class inflated: javax/xml/xpath/SecuritySupport$4.class inflated: javax/xml/xpath/SecuritySupport$5.class inflated: javax/xml/xpath/SecuritySupport$6.class inflated: javax/xml/xpath/SecuritySupport$7.class inflated: javax/xml/xpath/SecuritySupport$8.class inflated: javax/xml/xpath/SecuritySupport.class inflated: javax/xml/xpath/XPath.class inflated: javax/xml/xpath/XPathConstants.class inflated: javax/xml/xpath/XPathException.class inflated: javax/xml/xpath/XPathExpression.class inflated: javax/xml/xpath/XPathExpressionException.class inflated: javax/xml/xpath/XPathFactory.class inflated: javax/xml/xpath/XPathFactoryConfigurationException.class inflated: javax/xml/xpath/XPathFactoryFinder$1.class inflated: javax/xml/xpath/XPathFactoryFinder$2.class inflated: javax/xml/xpath/XPathFactoryFinder$SingleIterator.class inflated: javax/xml/xpath/XPathFactoryFinder.class inflated: javax/xml/xpath/XPathFunction.class inflated: javax/xml/xpath/XPathFunctionException.class inflated: javax/xml/xpath/XPathFunctionResolver.class inflated: javax/xml/xpath/XPathVariableResolver.class inflated: org/w3c/dom/Attr.class inflated: org/w3c/dom/CDATASection.class inflated: org/w3c/dom/CharacterData.class inflated: org/w3c/dom/Comment.class inflated: org/w3c/dom/DOMConfiguration.class inflated: org/w3c/dom/DOMError.class inflated: org/w3c/dom/DOMErrorHandler.class inflated: org/w3c/dom/DOMException.class inflated: org/w3c/dom/DOMImplementation.class inflated: org/w3c/dom/DOMImplementationList.class inflated: org/w3c/dom/DOMImplementationSource.class inflated: org/w3c/dom/DOMLocator.class inflated: org/w3c/dom/DOMStringList.class inflated: org/w3c/dom/Document.class inflated: org/w3c/dom/DocumentFragment.class inflated: org/w3c/dom/DocumentType.class inflated: org/w3c/dom/Element.class inflated: org/w3c/dom/Entity.class inflated: org/w3c/dom/EntityReference.class inflated: org/w3c/dom/NameList.class inflated: org/w3c/dom/NamedNodeMap.class inflated: org/w3c/dom/Node.class inflated: org/w3c/dom/NodeList.class inflated: org/w3c/dom/Notation.class inflated: org/w3c/dom/ProcessingInstruction.class inflated: org/w3c/dom/Text.class inflated: org/w3c/dom/TypeInfo.class inflated: org/w3c/dom/UserDataHandler.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$1.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$2.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$3.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$4.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry.class inflated: org/w3c/dom/css/CSS2Properties.class inflated: org/w3c/dom/css/CSSCharsetRule.class inflated: org/w3c/dom/css/CSSFontFaceRule.class inflated: org/w3c/dom/css/CSSImportRule.class inflated: org/w3c/dom/css/CSSMediaRule.class inflated: org/w3c/dom/css/CSSPageRule.class inflated: org/w3c/dom/css/CSSPrimitiveValue.class inflated: org/w3c/dom/css/CSSRule.class inflated: org/w3c/dom/css/CSSRuleList.class inflated: org/w3c/dom/css/CSSStyleDeclaration.class inflated: org/w3c/dom/css/CSSStyleRule.class inflated: org/w3c/dom/css/CSSStyleSheet.class inflated: org/w3c/dom/css/CSSUnknownRule.class inflated: org/w3c/dom/css/CSSValue.class inflated: org/w3c/dom/css/CSSValueList.class inflated: org/w3c/dom/css/Counter.class inflated: org/w3c/dom/css/DOMImplementationCSS.class inflated: org/w3c/dom/css/DocumentCSS.class inflated: org/w3c/dom/css/ElementCSSInlineStyle.class inflated: org/w3c/dom/css/RGBColor.class inflated: org/w3c/dom/css/Rect.class inflated: org/w3c/dom/css/ViewCSS.class inflated: org/w3c/dom/events/DocumentEvent.class inflated: org/w3c/dom/events/Event.class inflated: org/w3c/dom/events/EventException.class inflated: org/w3c/dom/events/EventListener.class inflated: org/w3c/dom/events/EventTarget.class inflated: org/w3c/dom/events/MouseEvent.class inflated: org/w3c/dom/events/MutationEvent.class inflated: org/w3c/dom/events/UIEvent.class inflated: org/w3c/dom/html/HTMLAnchorElement.class inflated: org/w3c/dom/html/HTMLAppletElement.class inflated: org/w3c/dom/html/HTMLAreaElement.class inflated: org/w3c/dom/html/HTMLBRElement.class inflated: org/w3c/dom/html/HTMLBaseElement.class inflated: org/w3c/dom/html/HTMLBaseFontElement.class inflated: org/w3c/dom/html/HTMLBodyElement.class inflated: org/w3c/dom/html/HTMLButtonElement.class inflated: org/w3c/dom/html/HTMLCollection.class inflated: org/w3c/dom/html/HTMLDListElement.class inflated: org/w3c/dom/html/HTMLDOMImplementation.class inflated: org/w3c/dom/html/HTMLDirectoryElement.class inflated: org/w3c/dom/html/HTMLDivElement.class inflated: org/w3c/dom/html/HTMLDocument.class inflated: org/w3c/dom/html/HTMLElement.class inflated: org/w3c/dom/html/HTMLFieldSetElement.class inflated: org/w3c/dom/html/HTMLFontElement.class inflated: org/w3c/dom/html/HTMLFormElement.class inflated: org/w3c/dom/html/HTMLFrameElement.class inflated: org/w3c/dom/html/HTMLFrameSetElement.class inflated: org/w3c/dom/html/HTMLHRElement.class inflated: org/w3c/dom/html/HTMLHeadElement.class inflated: org/w3c/dom/html/HTMLHeadingElement.class inflated: org/w3c/dom/html/HTMLHtmlElement.class inflated: org/w3c/dom/html/HTMLIFrameElement.class inflated: org/w3c/dom/html/HTMLImageElement.class inflated: org/w3c/dom/html/HTMLInputElement.class inflated: org/w3c/dom/html/HTMLIsIndexElement.class inflated: org/w3c/dom/html/HTMLLIElement.class inflated: org/w3c/dom/html/HTMLLabelElement.class inflated: org/w3c/dom/html/HTMLLegendElement.class inflated: org/w3c/dom/html/HTMLLinkElement.class inflated: org/w3c/dom/html/HTMLMapElement.class inflated: org/w3c/dom/html/HTMLMenuElement.class inflated: org/w3c/dom/html/HTMLMetaElement.class inflated: org/w3c/dom/html/HTMLModElement.class inflated: org/w3c/dom/html/HTMLOListElement.class inflated: org/w3c/dom/html/HTMLObjectElement.class inflated: org/w3c/dom/html/HTMLOptGroupElement.class inflated: org/w3c/dom/html/HTMLOptionElement.class inflated: org/w3c/dom/html/HTMLParagraphElement.class inflated: org/w3c/dom/html/HTMLParamElement.class inflated: org/w3c/dom/html/HTMLPreElement.class inflated: org/w3c/dom/html/HTMLQuoteElement.class inflated: org/w3c/dom/html/HTMLScriptElement.class inflated: org/w3c/dom/html/HTMLSelectElement.class inflated: org/w3c/dom/html/HTMLStyleElement.class inflated: org/w3c/dom/html/HTMLTableCaptionElement.class inflated: org/w3c/dom/html/HTMLTableCellElement.class inflated: org/w3c/dom/html/HTMLTableColElement.class inflated: org/w3c/dom/html/HTMLTableElement.class inflated: org/w3c/dom/html/HTMLTableRowElement.class inflated: org/w3c/dom/html/HTMLTableSectionElement.class inflated: org/w3c/dom/html/HTMLTextAreaElement.class inflated: org/w3c/dom/html/HTMLTitleElement.class inflated: org/w3c/dom/html/HTMLUListElement.class inflated: org/w3c/dom/ls/DOMImplementationLS.class inflated: org/w3c/dom/ls/LSException.class inflated: org/w3c/dom/ls/LSInput.class inflated: org/w3c/dom/ls/LSLoadEvent.class inflated: org/w3c/dom/ls/LSOutput.class inflated: org/w3c/dom/ls/LSParser.class inflated: org/w3c/dom/ls/LSParserFilter.class inflated: org/w3c/dom/ls/LSProgressEvent.class inflated: org/w3c/dom/ls/LSResourceResolver.class inflated: org/w3c/dom/ls/LSSerializer.class inflated: org/w3c/dom/ls/LSSerializerFilter.class inflated: org/w3c/dom/ranges/DocumentRange.class inflated: org/w3c/dom/ranges/Range.class inflated: org/w3c/dom/ranges/RangeException.class inflated: org/w3c/dom/stylesheets/DocumentStyle.class inflated: org/w3c/dom/stylesheets/LinkStyle.class inflated: org/w3c/dom/stylesheets/MediaList.class inflated: org/w3c/dom/stylesheets/StyleSheet.class inflated: org/w3c/dom/stylesheets/StyleSheetList.class inflated: org/w3c/dom/traversal/DocumentTraversal.class inflated: org/w3c/dom/traversal/NodeFilter.class inflated: org/w3c/dom/traversal/NodeIterator.class inflated: org/w3c/dom/traversal/TreeWalker.class inflated: org/w3c/dom/views/AbstractView.class inflated: org/w3c/dom/views/DocumentView.class inflated: org/w3c/dom/xpath/XPathEvaluator.class inflated: org/w3c/dom/xpath/XPathException.class inflated: org/w3c/dom/xpath/XPathExpression.class inflated: org/w3c/dom/xpath/XPathNSResolver.class inflated: org/w3c/dom/xpath/XPathNamespace.class inflated: org/w3c/dom/xpath/XPathResult.class inflated: org/xml/sax/AttributeList.class inflated: org/xml/sax/Attributes.class inflated: org/xml/sax/ContentHandler.class inflated: org/xml/sax/DTDHandler.class inflated: org/xml/sax/DocumentHandler.class inflated: org/xml/sax/EntityResolver.class inflated: org/xml/sax/ErrorHandler.class inflated: org/xml/sax/HandlerBase.class inflated: org/xml/sax/InputSource.class inflated: org/xml/sax/Locator.class inflated: org/xml/sax/Parser.class inflated: org/xml/sax/SAXException.class inflated: org/xml/sax/SAXNotRecognizedException.class inflated: org/xml/sax/SAXNotSupportedException.class inflated: org/xml/sax/SAXParseException.class inflated: org/xml/sax/XMLFilter.class inflated: org/xml/sax/XMLReader.class inflated: org/xml/sax/ext/Attributes2.class inflated: org/xml/sax/ext/Attributes2Impl.class inflated: org/xml/sax/ext/DeclHandler.class inflated: org/xml/sax/ext/DefaultHandler2.class inflated: org/xml/sax/ext/EntityResolver2.class inflated: org/xml/sax/ext/LexicalHandler.class inflated: org/xml/sax/ext/Locator2.class inflated: org/xml/sax/ext/Locator2Impl.class inflated: org/xml/sax/helpers/AttributeListImpl.class inflated: org/xml/sax/helpers/AttributesImpl.class inflated: org/xml/sax/helpers/DefaultHandler.class inflated: org/xml/sax/helpers/LocatorImpl.class inflated: org/xml/sax/helpers/NamespaceSupport$Context.class inflated: org/xml/sax/helpers/NamespaceSupport.class inflated: org/xml/sax/helpers/NewInstance.class inflated: org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class inflated: org/xml/sax/helpers/ParserAdapter.class inflated: org/xml/sax/helpers/ParserFactory.class inflated: org/xml/sax/helpers/XMLFilterImpl.class inflated: org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class inflated: org/xml/sax/helpers/XMLReaderAdapter.class inflated: org/xml/sax/helpers/XMLReaderFactory.class Importing classes from component JAXWS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/jaxws/dist/lib/classes.jar ) inflated: META-INF/MANIFEST.MF created: META-INF/services/ created: com/sun/activation/ created: com/sun/activation/registries/ created: com/sun/codemodel/ created: com/sun/codemodel/internal/ created: com/sun/codemodel/internal/fmt/ created: com/sun/codemodel/internal/util/ created: com/sun/codemodel/internal/writer/ created: com/sun/istack/ created: com/sun/istack/internal/ created: com/sun/istack/internal/tools/ created: com/sun/istack/internal/ws/ created: com/sun/tools/internal/ created: com/sun/tools/internal/jxc/ created: com/sun/tools/internal/jxc/apt/ created: com/sun/tools/internal/jxc/gen/ created: com/sun/tools/internal/jxc/gen/config/ created: com/sun/tools/internal/jxc/model/ created: com/sun/tools/internal/jxc/model/nav/ created: com/sun/tools/internal/ws/ created: com/sun/tools/internal/ws/api/ created: com/sun/tools/internal/ws/api/wsdl/ created: com/sun/tools/internal/ws/processor/ created: com/sun/tools/internal/ws/processor/generator/ created: com/sun/tools/internal/ws/processor/model/ created: com/sun/tools/internal/ws/processor/model/exporter/ created: com/sun/tools/internal/ws/processor/model/java/ created: com/sun/tools/internal/ws/processor/model/jaxb/ created: com/sun/tools/internal/ws/processor/modeler/ created: com/sun/tools/internal/ws/processor/modeler/annotation/ created: com/sun/tools/internal/ws/processor/modeler/wsdl/ created: com/sun/tools/internal/ws/processor/util/ created: com/sun/tools/internal/ws/resources/ created: com/sun/tools/internal/ws/spi/ created: com/sun/tools/internal/ws/util/ created: com/sun/tools/internal/ws/util/xml/ created: com/sun/tools/internal/ws/wscompile/ created: com/sun/tools/internal/ws/wsdl/ created: com/sun/tools/internal/ws/wsdl/document/ created: com/sun/tools/internal/ws/wsdl/document/http/ created: com/sun/tools/internal/ws/wsdl/document/jaxws/ created: com/sun/tools/internal/ws/wsdl/document/mime/ created: com/sun/tools/internal/ws/wsdl/document/schema/ created: com/sun/tools/internal/ws/wsdl/document/soap/ created: com/sun/tools/internal/ws/wsdl/framework/ created: com/sun/tools/internal/ws/wsdl/parser/ created: com/sun/tools/internal/xjc/ created: com/sun/tools/internal/xjc/addon/ created: com/sun/tools/internal/xjc/addon/at_generated/ created: com/sun/tools/internal/xjc/addon/code_injector/ created: com/sun/tools/internal/xjc/addon/episode/ created: com/sun/tools/internal/xjc/addon/locator/ created: com/sun/tools/internal/xjc/addon/sync/ created: com/sun/tools/internal/xjc/api/ created: com/sun/tools/internal/xjc/api/impl/ created: com/sun/tools/internal/xjc/api/impl/j2s/ created: com/sun/tools/internal/xjc/api/impl/s2j/ created: com/sun/tools/internal/xjc/api/util/ created: com/sun/tools/internal/xjc/generator/ created: com/sun/tools/internal/xjc/generator/annotation/ created: com/sun/tools/internal/xjc/generator/annotation/ri/ created: com/sun/tools/internal/xjc/generator/annotation/spec/ created: com/sun/tools/internal/xjc/generator/bean/ created: com/sun/tools/internal/xjc/generator/bean/field/ created: com/sun/tools/internal/xjc/generator/util/ created: com/sun/tools/internal/xjc/model/ created: com/sun/tools/internal/xjc/model/nav/ created: com/sun/tools/internal/xjc/outline/ created: com/sun/tools/internal/xjc/reader/ created: com/sun/tools/internal/xjc/reader/dtd/ created: com/sun/tools/internal/xjc/reader/dtd/bindinfo/ created: com/sun/tools/internal/xjc/reader/gbind/ created: com/sun/tools/internal/xjc/reader/internalizer/ created: com/sun/tools/internal/xjc/reader/relaxng/ created: com/sun/tools/internal/xjc/reader/xmlschema/ created: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ created: com/sun/tools/internal/xjc/reader/xmlschema/ct/ created: com/sun/tools/internal/xjc/reader/xmlschema/parser/ created: com/sun/tools/internal/xjc/runtime/ created: com/sun/tools/internal/xjc/util/ created: com/sun/tools/internal/xjc/writer/ created: com/sun/xml/internal/bind/ created: com/sun/xml/internal/bind/annotation/ created: com/sun/xml/internal/bind/api/ created: com/sun/xml/internal/bind/api/impl/ created: com/sun/xml/internal/bind/marshaller/ created: com/sun/xml/internal/bind/unmarshaller/ created: com/sun/xml/internal/bind/util/ created: com/sun/xml/internal/bind/v2/ created: com/sun/xml/internal/bind/v2/bytecode/ created: com/sun/xml/internal/bind/v2/model/ created: com/sun/xml/internal/bind/v2/model/annotation/ created: com/sun/xml/internal/bind/v2/model/core/ created: com/sun/xml/internal/bind/v2/model/impl/ created: com/sun/xml/internal/bind/v2/model/nav/ created: com/sun/xml/internal/bind/v2/model/runtime/ created: com/sun/xml/internal/bind/v2/runtime/ created: com/sun/xml/internal/bind/v2/runtime/output/ created: com/sun/xml/internal/bind/v2/runtime/property/ created: com/sun/xml/internal/bind/v2/runtime/reflect/ created: com/sun/xml/internal/bind/v2/runtime/reflect/opt/ created: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ created: com/sun/xml/internal/bind/v2/schemagen/ created: com/sun/xml/internal/bind/v2/schemagen/episode/ created: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ created: com/sun/xml/internal/bind/v2/util/ created: com/sun/xml/internal/dtdparser/ created: com/sun/xml/internal/dtdparser/resources/ created: com/sun/xml/internal/fastinfoset/ created: com/sun/xml/internal/fastinfoset/algorithm/ created: com/sun/xml/internal/fastinfoset/alphabet/ created: com/sun/xml/internal/fastinfoset/dom/ created: com/sun/xml/internal/fastinfoset/org/ created: com/sun/xml/internal/fastinfoset/org/apache/ created: com/sun/xml/internal/fastinfoset/org/apache/xerces/ created: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/ created: com/sun/xml/internal/fastinfoset/resources/ created: com/sun/xml/internal/fastinfoset/sax/ created: com/sun/xml/internal/fastinfoset/stax/ created: com/sun/xml/internal/fastinfoset/stax/events/ created: com/sun/xml/internal/fastinfoset/stax/factory/ created: com/sun/xml/internal/fastinfoset/stax/util/ created: com/sun/xml/internal/fastinfoset/tools/ created: com/sun/xml/internal/fastinfoset/util/ created: com/sun/xml/internal/fastinfoset/vocab/ created: com/sun/xml/internal/messaging/ created: com/sun/xml/internal/messaging/saaj/ created: com/sun/xml/internal/messaging/saaj/client/ created: com/sun/xml/internal/messaging/saaj/client/p2p/ created: com/sun/xml/internal/messaging/saaj/packaging/ created: com/sun/xml/internal/messaging/saaj/packaging/mime/ created: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ created: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ created: com/sun/xml/internal/messaging/saaj/soap/ created: com/sun/xml/internal/messaging/saaj/soap/dynamic/ created: com/sun/xml/internal/messaging/saaj/soap/impl/ created: com/sun/xml/internal/messaging/saaj/soap/name/ created: com/sun/xml/internal/messaging/saaj/soap/ver1_1/ created: com/sun/xml/internal/messaging/saaj/soap/ver1_2/ created: com/sun/xml/internal/messaging/saaj/util/ created: com/sun/xml/internal/messaging/saaj/util/transform/ created: com/sun/xml/internal/org/ created: com/sun/xml/internal/org/jvnet/ created: com/sun/xml/internal/org/jvnet/fastinfoset/ created: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ created: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/ created: com/sun/xml/internal/org/jvnet/fastinfoset/stax/ created: com/sun/xml/internal/org/jvnet/staxex/ created: com/sun/xml/internal/rngom/ created: com/sun/xml/internal/rngom/ast/ created: com/sun/xml/internal/rngom/ast/builder/ created: com/sun/xml/internal/rngom/ast/om/ created: com/sun/xml/internal/rngom/ast/util/ created: com/sun/xml/internal/rngom/binary/ created: com/sun/xml/internal/rngom/binary/visitor/ created: com/sun/xml/internal/rngom/digested/ created: com/sun/xml/internal/rngom/dt/ created: com/sun/xml/internal/rngom/dt/builtin/ created: com/sun/xml/internal/rngom/nc/ created: com/sun/xml/internal/rngom/parse/ created: com/sun/xml/internal/rngom/parse/compact/ created: com/sun/xml/internal/rngom/parse/host/ created: com/sun/xml/internal/rngom/parse/xml/ created: com/sun/xml/internal/rngom/util/ created: com/sun/xml/internal/rngom/xml/ created: com/sun/xml/internal/rngom/xml/sax/ created: com/sun/xml/internal/rngom/xml/util/ created: com/sun/xml/internal/stream/buffer/ created: com/sun/xml/internal/stream/buffer/sax/ created: com/sun/xml/internal/stream/buffer/stax/ created: com/sun/xml/internal/txw2/ created: com/sun/xml/internal/txw2/annotation/ created: com/sun/xml/internal/txw2/output/ created: com/sun/xml/internal/ws/ created: com/sun/xml/internal/ws/addressing/ created: com/sun/xml/internal/ws/addressing/model/ created: com/sun/xml/internal/ws/addressing/v200408/ created: com/sun/xml/internal/ws/api/ created: com/sun/xml/internal/ws/api/addressing/ created: com/sun/xml/internal/ws/api/client/ created: com/sun/xml/internal/ws/api/fastinfoset/ created: com/sun/xml/internal/ws/api/message/ created: com/sun/xml/internal/ws/api/message/stream/ created: com/sun/xml/internal/ws/api/model/ created: com/sun/xml/internal/ws/api/model/soap/ created: com/sun/xml/internal/ws/api/model/wsdl/ created: com/sun/xml/internal/ws/api/pipe/ created: com/sun/xml/internal/ws/api/pipe/helper/ created: com/sun/xml/internal/ws/api/server/ created: com/sun/xml/internal/ws/api/streaming/ created: com/sun/xml/internal/ws/api/wsdl/ created: com/sun/xml/internal/ws/api/wsdl/parser/ created: com/sun/xml/internal/ws/api/wsdl/writer/ created: com/sun/xml/internal/ws/binding/ created: com/sun/xml/internal/ws/client/ created: com/sun/xml/internal/ws/client/dispatch/ created: com/sun/xml/internal/ws/client/sei/ created: com/sun/xml/internal/ws/developer/ created: com/sun/xml/internal/ws/encoding/ created: com/sun/xml/internal/ws/encoding/fastinfoset/ created: com/sun/xml/internal/ws/encoding/soap/ created: com/sun/xml/internal/ws/encoding/soap/streaming/ created: com/sun/xml/internal/ws/encoding/xml/ created: com/sun/xml/internal/ws/fault/ created: com/sun/xml/internal/ws/handler/ created: com/sun/xml/internal/ws/message/ created: com/sun/xml/internal/ws/message/jaxb/ created: com/sun/xml/internal/ws/message/saaj/ created: com/sun/xml/internal/ws/message/source/ created: com/sun/xml/internal/ws/message/stream/ created: com/sun/xml/internal/ws/model/ created: com/sun/xml/internal/ws/model/soap/ created: com/sun/xml/internal/ws/model/wsdl/ created: com/sun/xml/internal/ws/protocol/ created: com/sun/xml/internal/ws/protocol/soap/ created: com/sun/xml/internal/ws/protocol/xml/ created: com/sun/xml/internal/ws/resources/ created: com/sun/xml/internal/ws/server/ created: com/sun/xml/internal/ws/server/provider/ created: com/sun/xml/internal/ws/server/sei/ created: com/sun/xml/internal/ws/spi/ created: com/sun/xml/internal/ws/streaming/ created: com/sun/xml/internal/ws/transport/ created: com/sun/xml/internal/ws/transport/http/ created: com/sun/xml/internal/ws/transport/http/client/ created: com/sun/xml/internal/ws/transport/http/server/ created: com/sun/xml/internal/ws/util/ created: com/sun/xml/internal/ws/util/exception/ created: com/sun/xml/internal/ws/util/localization/ created: com/sun/xml/internal/ws/util/pipe/ created: com/sun/xml/internal/ws/util/resources/ created: com/sun/xml/internal/ws/util/xml/ created: com/sun/xml/internal/ws/wsdl/ created: com/sun/xml/internal/ws/wsdl/parser/ created: com/sun/xml/internal/ws/wsdl/writer/ created: com/sun/xml/internal/ws/wsdl/writer/document/ created: com/sun/xml/internal/ws/wsdl/writer/document/http/ created: com/sun/xml/internal/ws/wsdl/writer/document/soap/ created: com/sun/xml/internal/ws/wsdl/writer/document/soap12/ created: com/sun/xml/internal/ws/wsdl/writer/document/xsd/ created: com/sun/xml/internal/xsom/ created: com/sun/xml/internal/xsom/impl/ created: com/sun/xml/internal/xsom/impl/parser/ created: com/sun/xml/internal/xsom/impl/parser/state/ created: com/sun/xml/internal/xsom/impl/scd/ created: com/sun/xml/internal/xsom/impl/util/ created: com/sun/xml/internal/xsom/parser/ created: com/sun/xml/internal/xsom/util/ created: com/sun/xml/internal/xsom/visitor/ created: javax/activation/ created: javax/jws/ created: javax/jws/soap/ created: javax/xml/bind/ created: javax/xml/bind/annotation/ created: javax/xml/bind/annotation/adapters/ created: javax/xml/bind/attachment/ created: javax/xml/bind/helpers/ created: javax/xml/bind/util/ created: javax/xml/soap/ created: javax/xml/ws/ created: javax/xml/ws/handler/ created: javax/xml/ws/handler/soap/ created: javax/xml/ws/http/ created: javax/xml/ws/soap/ created: javax/xml/ws/spi/ created: javax/xml/ws/wsaddressing/ created: org/relaxng/ created: org/relaxng/datatype/ created: org/relaxng/datatype/helpers/ inflated: META-INF/mailcap.default inflated: META-INF/mimetypes.default inflated: META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory inflated: META-INF/services/com.sun.tools.internal.xjc.Plugin inflated: com/sun/activation/registries/LineTokenizer.class inflated: com/sun/activation/registries/LogSupport.class inflated: com/sun/activation/registries/MailcapFile.class inflated: com/sun/activation/registries/MailcapParseException.class inflated: com/sun/activation/registries/MailcapTokenizer.class inflated: com/sun/activation/registries/MimeTypeEntry.class inflated: com/sun/activation/registries/MimeTypeFile.class inflated: com/sun/codemodel/internal/ClassType.class inflated: com/sun/codemodel/internal/CodeWriter$1.class inflated: com/sun/codemodel/internal/CodeWriter.class inflated: com/sun/codemodel/internal/JAnnotatable.class inflated: com/sun/codemodel/internal/JAnnotationArrayMember.class inflated: com/sun/codemodel/internal/JAnnotationStringValue.class inflated: com/sun/codemodel/internal/JAnnotationUse$1.class inflated: com/sun/codemodel/internal/JAnnotationUse.class inflated: com/sun/codemodel/internal/JAnnotationValue.class inflated: com/sun/codemodel/internal/JAnnotationWriter.class inflated: com/sun/codemodel/internal/JAnonymousClass.class inflated: com/sun/codemodel/internal/JArray.class inflated: com/sun/codemodel/internal/JArrayClass.class inflated: com/sun/codemodel/internal/JArrayCompRef.class inflated: com/sun/codemodel/internal/JAssignment.class inflated: com/sun/codemodel/internal/JAssignmentTarget.class inflated: com/sun/codemodel/internal/JAtom.class inflated: com/sun/codemodel/internal/JBlock$1.class inflated: com/sun/codemodel/internal/JBlock.class inflated: com/sun/codemodel/internal/JBreak.class inflated: com/sun/codemodel/internal/JCase.class inflated: com/sun/codemodel/internal/JCast.class inflated: com/sun/codemodel/internal/JCatchBlock.class inflated: com/sun/codemodel/internal/JClass.class inflated: com/sun/codemodel/internal/JClassAlreadyExistsException.class inflated: com/sun/codemodel/internal/JClassContainer.class inflated: com/sun/codemodel/internal/JCodeModel$JReferencedClass$1.class inflated: com/sun/codemodel/internal/JCodeModel$JReferencedClass.class inflated: com/sun/codemodel/internal/JCodeModel$TypeNameParser.class inflated: com/sun/codemodel/internal/JCodeModel.class inflated: com/sun/codemodel/internal/JCommentPart.class inflated: com/sun/codemodel/internal/JConditional.class inflated: com/sun/codemodel/internal/JContinue.class inflated: com/sun/codemodel/internal/JDeclaration.class inflated: com/sun/codemodel/internal/JDefinedClass$1.class inflated: com/sun/codemodel/internal/JDefinedClass.class inflated: com/sun/codemodel/internal/JDirectClass.class inflated: com/sun/codemodel/internal/JDoLoop.class inflated: com/sun/codemodel/internal/JDocComment.class inflated: com/sun/codemodel/internal/JEnumConstant.class inflated: com/sun/codemodel/internal/JExpr$1.class inflated: com/sun/codemodel/internal/JExpr$2.class inflated: com/sun/codemodel/internal/JExpr.class inflated: com/sun/codemodel/internal/JExpression.class inflated: com/sun/codemodel/internal/JExpressionImpl.class inflated: com/sun/codemodel/internal/JFieldRef.class inflated: com/sun/codemodel/internal/JFieldVar.class inflated: com/sun/codemodel/internal/JForEach.class inflated: com/sun/codemodel/internal/JForLoop.class inflated: com/sun/codemodel/internal/JFormatter$Mode.class inflated: com/sun/codemodel/internal/JFormatter$ReferenceList.class inflated: com/sun/codemodel/internal/JFormatter.class inflated: com/sun/codemodel/internal/JGenerable.class inflated: com/sun/codemodel/internal/JGenerifiable.class inflated: com/sun/codemodel/internal/JGenerifiableImpl.class inflated: com/sun/codemodel/internal/JInvocation.class inflated: com/sun/codemodel/internal/JJavaName$Entry.class inflated: com/sun/codemodel/internal/JJavaName.class inflated: com/sun/codemodel/internal/JLabel.class inflated: com/sun/codemodel/internal/JMethod.class inflated: com/sun/codemodel/internal/JMod.class inflated: com/sun/codemodel/internal/JMods.class inflated: com/sun/codemodel/internal/JNarrowedClass$1.class inflated: com/sun/codemodel/internal/JNarrowedClass.class inflated: com/sun/codemodel/internal/JNullType.class inflated: com/sun/codemodel/internal/JOp$BinaryOp.class inflated: com/sun/codemodel/internal/JOp$TernaryOp.class inflated: com/sun/codemodel/internal/JOp$TightUnaryOp.class inflated: com/sun/codemodel/internal/JOp$UnaryOp.class inflated: com/sun/codemodel/internal/JOp.class inflated: com/sun/codemodel/internal/JPackage.class inflated: com/sun/codemodel/internal/JPrimitiveType.class inflated: com/sun/codemodel/internal/JResourceFile.class inflated: com/sun/codemodel/internal/JReturn.class inflated: com/sun/codemodel/internal/JStatement.class inflated: com/sun/codemodel/internal/JStringLiteral.class inflated: com/sun/codemodel/internal/JSwitch.class inflated: com/sun/codemodel/internal/JThrow.class inflated: com/sun/codemodel/internal/JTryBlock.class inflated: com/sun/codemodel/internal/JType.class inflated: com/sun/codemodel/internal/JTypeVar.class inflated: com/sun/codemodel/internal/JTypeWildcard.class inflated: com/sun/codemodel/internal/JVar.class inflated: com/sun/codemodel/internal/JWhileLoop.class inflated: com/sun/codemodel/internal/TypedAnnotationWriter.class inflated: com/sun/codemodel/internal/fmt/JBinaryFile.class inflated: com/sun/codemodel/internal/fmt/JPropertyFile.class inflated: com/sun/codemodel/internal/fmt/JSerializedObject.class inflated: com/sun/codemodel/internal/fmt/JStaticFile.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$1.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$ChainFilter.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$JStaticClass.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$LineFilter.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile.class inflated: com/sun/codemodel/internal/fmt/JTextFile.class inflated: com/sun/codemodel/internal/package-info.class inflated: com/sun/codemodel/internal/util/ClassNameComparator.class inflated: com/sun/codemodel/internal/util/EncoderFactory.class inflated: com/sun/codemodel/internal/util/JavadocEscapeWriter.class inflated: com/sun/codemodel/internal/util/MS1252Encoder.class inflated: com/sun/codemodel/internal/util/SingleByteEncoder.class inflated: com/sun/codemodel/internal/util/Surrogate$Generator.class inflated: com/sun/codemodel/internal/util/Surrogate$Parser.class inflated: com/sun/codemodel/internal/util/Surrogate.class inflated: com/sun/codemodel/internal/util/UnicodeEscapeWriter.class inflated: com/sun/codemodel/internal/writer/FileCodeWriter.class inflated: com/sun/codemodel/internal/writer/FilterCodeWriter.class inflated: com/sun/codemodel/internal/writer/ProgressCodeWriter.class inflated: com/sun/codemodel/internal/writer/PrologCodeWriter.class inflated: com/sun/codemodel/internal/writer/SingleStreamCodeWriter$1.class inflated: com/sun/codemodel/internal/writer/SingleStreamCodeWriter.class inflated: com/sun/codemodel/internal/writer/ZipCodeWriter$1.class inflated: com/sun/codemodel/internal/writer/ZipCodeWriter.class inflated: com/sun/istack/internal/ByteArrayDataSource.class inflated: com/sun/istack/internal/FinalArrayList.class inflated: com/sun/istack/internal/FragmentContentHandler.class inflated: com/sun/istack/internal/Interned.class inflated: com/sun/istack/internal/NotNull.class inflated: com/sun/istack/internal/Nullable.class inflated: com/sun/istack/internal/Pool$Impl.class inflated: com/sun/istack/internal/Pool.class inflated: com/sun/istack/internal/SAXException2.class inflated: com/sun/istack/internal/SAXParseException2.class inflated: com/sun/istack/internal/XMLStreamException2.class inflated: com/sun/istack/internal/XMLStreamReaderToContentHandler$1.class inflated: com/sun/istack/internal/XMLStreamReaderToContentHandler.class inflated: com/sun/istack/internal/package-info.class inflated: com/sun/istack/internal/tools/APTTypeVisitor.class inflated: com/sun/istack/internal/tools/MaskingClassLoader.class inflated: com/sun/istack/internal/tools/ParallelWorldClassLoader.class inflated: com/sun/istack/internal/tools/package-info.class inflated: com/sun/istack/internal/ws/AnnotationProcessorFactoryImpl.class inflated: com/sun/istack/internal/ws/package-info.class inflated: com/sun/tools/internal/jxc/ConfigReader$SchemaOutputResolverImpl.class inflated: com/sun/tools/internal/jxc/ConfigReader.class inflated: com/sun/tools/internal/jxc/MessageBundle.properties inflated: com/sun/tools/internal/jxc/Messages.class inflated: com/sun/tools/internal/jxc/NGCCRuntimeEx.class inflated: com/sun/tools/internal/jxc/SchemaGenerator$Runner.class inflated: com/sun/tools/internal/jxc/SchemaGenerator.class inflated: com/sun/tools/internal/jxc/apt/AnnotationParser.class inflated: com/sun/tools/internal/jxc/apt/AnnotationProcessorFactoryImpl.class inflated: com/sun/tools/internal/jxc/apt/Const.class inflated: com/sun/tools/internal/jxc/apt/ErrorReceiverImpl.class inflated: com/sun/tools/internal/jxc/apt/InlineAnnotationReaderImpl.class inflated: com/sun/tools/internal/jxc/apt/MessageBundle.properties inflated: com/sun/tools/internal/jxc/apt/Messages.class inflated: com/sun/tools/internal/jxc/apt/Options.class inflated: com/sun/tools/internal/jxc/apt/SchemaGenerator$1$1.class inflated: com/sun/tools/internal/jxc/apt/SchemaGenerator$1.class inflated: com/sun/tools/internal/jxc/apt/SchemaGenerator.class inflated: com/sun/tools/internal/jxc/gen/config/AttributesImpl.class inflated: com/sun/tools/internal/jxc/gen/config/Classes.class inflated: com/sun/tools/internal/jxc/gen/config/Config.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCEventReceiver.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCEventSource.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCHandler.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCInterleaveFilter.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCRuntime.class inflated: com/sun/tools/internal/jxc/gen/config/Schema.class inflated: com/sun/tools/internal/jxc/gen/config/config.xsd inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$1.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$2.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$3.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$4.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator.class inflated: com/sun/tools/internal/ws/Invoker.class inflated: com/sun/tools/internal/ws/ToolVersion.class inflated: com/sun/tools/internal/ws/WsGen.class inflated: com/sun/tools/internal/ws/WsImport.class inflated: com/sun/tools/internal/ws/api/TJavaGeneratorExtension.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensible.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLExtension.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensionHandler.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLOperation.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLParserContext.class inflated: com/sun/tools/internal/ws/package-info.class inflated: com/sun/tools/internal/ws/processor/ProcessorException.class inflated: com/sun/tools/internal/ws/processor/generator/CustomExceptionGenerator.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorBase.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorConstants.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorException.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorUtil.class inflated: com/sun/tools/internal/ws/processor/generator/JavaGeneratorExtensionFacade.class inflated: com/sun/tools/internal/ws/processor/generator/Names.class inflated: com/sun/tools/internal/ws/processor/generator/SeiGenerator.class inflated: com/sun/tools/internal/ws/processor/generator/ServiceGenerator.class inflated: com/sun/tools/internal/ws/processor/generator/W3CAddressingJavaGeneratorExtension.class inflated: com/sun/tools/internal/ws/processor/model/AbstractType.class inflated: com/sun/tools/internal/ws/processor/model/AsyncOperation.class inflated: com/sun/tools/internal/ws/processor/model/AsyncOperationType.class inflated: com/sun/tools/internal/ws/processor/model/Block.class inflated: com/sun/tools/internal/ws/processor/model/ExtendedModelVisitor.class inflated: com/sun/tools/internal/ws/processor/model/Fault.class inflated: com/sun/tools/internal/ws/processor/model/HeaderFault.class inflated: com/sun/tools/internal/ws/processor/model/Message.class inflated: com/sun/tools/internal/ws/processor/model/Model.class inflated: com/sun/tools/internal/ws/processor/model/ModelException.class inflated: com/sun/tools/internal/ws/processor/model/ModelObject.class inflated: com/sun/tools/internal/ws/processor/model/ModelProperties.class inflated: com/sun/tools/internal/ws/processor/model/ModelVisitor.class inflated: com/sun/tools/internal/ws/processor/model/Operation.class inflated: com/sun/tools/internal/ws/processor/model/Parameter.class inflated: com/sun/tools/internal/ws/processor/model/Port.class inflated: com/sun/tools/internal/ws/processor/model/Request.class inflated: com/sun/tools/internal/ws/processor/model/Response.class inflated: com/sun/tools/internal/ws/processor/model/Service.class inflated: com/sun/tools/internal/ws/processor/model/exporter/ExternalObject.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaArrayType.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaException.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaInterface.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaMethod.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaParameter.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaSimpleType.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaStructureMember.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaStructureType.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaType.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBElementMember.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBMapping.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBModel.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBProperty.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBStructuredType.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBType.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeAndAnnotation.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeVisitor.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitMember.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitStructure.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/Util.class inflated: com/sun/tools/internal/ws/processor/modeler/JavaSimpleTypeCreator.class inflated: com/sun/tools/internal/ws/processor/modeler/Modeler.class inflated: com/sun/tools/internal/ws/processor/modeler/ModelerConstants.class inflated: com/sun/tools/internal/ws/processor/modeler/ModelerException.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SEIContext.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/FaultInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/MakeSafeTypeVisitor.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/ModelBuilder.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeModeler.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$ArrayTypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$DeclaredTypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$PrimitiveTypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$StringMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP$1.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP$1Listener.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceConstants.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor$MySOAPBinding.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceWrapperGenerator.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WrapperInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/AccessorElement.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/ClassNameAllocatorImpl.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/ConsoleErrorReporter.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/JAXBModelBuilder.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/MimeHelper.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/ModelerUtils.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/PseudoSchemaBuilder.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler$1.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler$StyleAndUse.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase$ProcessSOAPOperationInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase$WSDLExceptionInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase.class inflated: com/sun/tools/internal/ws/processor/util/ClassNameCollector.class inflated: com/sun/tools/internal/ws/processor/util/DirectoryUtil.class inflated: com/sun/tools/internal/ws/processor/util/IndentingWriter.class inflated: com/sun/tools/internal/ws/resources/ConfigurationMessages.class inflated: com/sun/tools/internal/ws/resources/GeneratorMessages.class inflated: com/sun/tools/internal/ws/resources/JavacompilerMessages.class inflated: com/sun/tools/internal/ws/resources/ModelMessages.class inflated: com/sun/tools/internal/ws/resources/ModelerMessages.class inflated: com/sun/tools/internal/ws/resources/ProcessorMessages.class inflated: com/sun/tools/internal/ws/resources/UtilMessages.class inflated: com/sun/tools/internal/ws/resources/WebserviceapMessages.class inflated: com/sun/tools/internal/ws/resources/WscompileMessages.class inflated: com/sun/tools/internal/ws/resources/WsdlMessages.class inflated: com/sun/tools/internal/ws/resources/configuration.properties inflated: com/sun/tools/internal/ws/resources/generator.properties inflated: com/sun/tools/internal/ws/resources/javacompiler.properties inflated: com/sun/tools/internal/ws/resources/model.properties inflated: com/sun/tools/internal/ws/resources/modeler.properties inflated: com/sun/tools/internal/ws/resources/processor.properties inflated: com/sun/tools/internal/ws/resources/util.properties inflated: com/sun/tools/internal/ws/resources/webserviceap.properties inflated: com/sun/tools/internal/ws/resources/wscompile.properties inflated: com/sun/tools/internal/ws/resources/wsdl.properties inflated: com/sun/tools/internal/ws/spi/WSToolsObjectFactory.class inflated: com/sun/tools/internal/ws/spi/package-info.class inflated: com/sun/tools/internal/ws/util/ClassNameInfo.class inflated: com/sun/tools/internal/ws/util/ForkEntityResolver.class inflated: com/sun/tools/internal/ws/util/WSDLParseException.class inflated: com/sun/tools/internal/ws/util/WSToolsObjectFactoryImpl.class inflated: com/sun/tools/internal/ws/util/xml/XmlUtil.class inflated: com/sun/tools/internal/ws/version.properties inflated: com/sun/tools/internal/ws/wscompile/AbortException.class inflated: com/sun/tools/internal/ws/wscompile/BadCommandLineException.class inflated: com/sun/tools/internal/ws/wscompile/ErrorReceiver.class inflated: com/sun/tools/internal/ws/wscompile/ErrorReceiverFilter.class inflated: com/sun/tools/internal/ws/wscompile/FilerCodeWriter.class inflated: com/sun/tools/internal/ws/wscompile/JavaCompilerHelper.class inflated: com/sun/tools/internal/ws/wscompile/Options$Target.class inflated: com/sun/tools/internal/ws/wscompile/Options$WeAreDone.class inflated: com/sun/tools/internal/ws/wscompile/Options.class inflated: com/sun/tools/internal/ws/wscompile/WSCodeWriter.class inflated: com/sun/tools/internal/ws/wscompile/WsgenOptions.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$1.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$2.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$Listener.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput$QualifiedName.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput$Report.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput$Schema.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool.class inflated: com/sun/tools/internal/ws/wscompile/WsimportListener.class inflated: com/sun/tools/internal/ws/wscompile/WsimportOptions.class inflated: com/sun/tools/internal/ws/wscompile/WsimportTool$1.class inflated: com/sun/tools/internal/ws/wscompile/WsimportTool$1Listener.class inflated: com/sun/tools/internal/ws/wscompile/WsimportTool.class inflated: com/sun/tools/internal/ws/wsdl/document/Binding.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingFault.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingInput.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingOperation.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingOutput.class inflated: com/sun/tools/internal/ws/wsdl/document/Definitions.class inflated: com/sun/tools/internal/ws/wsdl/document/Documentation.class inflated: com/sun/tools/internal/ws/wsdl/document/Fault.class inflated: com/sun/tools/internal/ws/wsdl/document/Import.class inflated: com/sun/tools/internal/ws/wsdl/document/Input.class inflated: com/sun/tools/internal/ws/wsdl/document/Kinds.class inflated: com/sun/tools/internal/ws/wsdl/document/Message.class inflated: com/sun/tools/internal/ws/wsdl/document/MessagePart.class inflated: com/sun/tools/internal/ws/wsdl/document/Operation.class inflated: com/sun/tools/internal/ws/wsdl/document/OperationStyle.class inflated: com/sun/tools/internal/ws/wsdl/document/Output.class inflated: com/sun/tools/internal/ws/wsdl/document/Port.class inflated: com/sun/tools/internal/ws/wsdl/document/PortType.class inflated: com/sun/tools/internal/ws/wsdl/document/Service.class inflated: com/sun/tools/internal/ws/wsdl/document/Types.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocument$GloballyValidatingAction.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocument.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitor.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitorBase.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPAddress.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPBinding.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPOperation.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlEncoded.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlReplacement.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/CustomName.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/Exception.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBinding.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBindingsConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/Parameter.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEContent.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEMultipartRelated.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEPart.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEXml.class inflated: com/sun/tools/internal/ws/wsdl/document/schema/SchemaConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/schema/SchemaKinds.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Binding.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Constants.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPAddress.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBinding.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBody.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPFault.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeader.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeaderFault.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPOperation.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPStyle.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPUse.class inflated: com/sun/tools/internal/ws/wsdl/framework/AbstractDocument$LocallyValidatingAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/AbstractDocument.class inflated: com/sun/tools/internal/ws/wsdl/framework/Defining.class inflated: com/sun/tools/internal/ws/wsdl/framework/DuplicateEntityException.class inflated: com/sun/tools/internal/ws/wsdl/framework/Elemental.class inflated: com/sun/tools/internal/ws/wsdl/framework/Entity.class inflated: com/sun/tools/internal/ws/wsdl/framework/EntityAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceValidator.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensibilityHelper.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensionImpl.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitor.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitorBase.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExternalEntityReference.class inflated: com/sun/tools/internal/ws/wsdl/framework/GlobalEntity.class inflated: com/sun/tools/internal/ws/wsdl/framework/GloballyKnown.class inflated: com/sun/tools/internal/ws/wsdl/framework/Identifiable.class inflated: com/sun/tools/internal/ws/wsdl/framework/Kind.class inflated: com/sun/tools/internal/ws/wsdl/framework/NoSuchEntityException.class inflated: com/sun/tools/internal/ws/wsdl/framework/ParseException.class inflated: com/sun/tools/internal/ws/wsdl/framework/ParserListener.class inflated: com/sun/tools/internal/ws/wsdl/framework/QNameAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/TWSDLParserContextImpl.class inflated: com/sun/tools/internal/ws/wsdl/framework/ValidationException.class inflated: com/sun/tools/internal/ws/wsdl/framework/WSDLLocation$LocationContext.class inflated: com/sun/tools/internal/ws/wsdl/framework/WSDLLocation.class inflated: com/sun/tools/internal/ws/wsdl/parser/AbstractExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/AbstractReferenceFinderImpl.class inflated: com/sun/tools/internal/ws/wsdl/parser/Constants.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMBuilder.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest$1.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest$Handler.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest$HandlerImpl.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForestScanner$LocationResolver.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForestScanner.class inflated: com/sun/tools/internal/ws/wsdl/parser/HTTPExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/InternalizationLogic.class inflated: com/sun/tools/internal/ws/wsdl/parser/Internalizer$1.class inflated: com/sun/tools/internal/ws/wsdl/parser/Internalizer.class inflated: com/sun/tools/internal/ws/wsdl/parser/JAXWSBindingExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/MIMEExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/MemberSubmissionAddressingExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/MetadataFinder.class inflated: com/sun/tools/internal/ws/wsdl/parser/NamespaceContextImpl.class inflated: com/sun/tools/internal/ws/wsdl/parser/SOAP12ExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/SOAPEntityReferenceValidator.class inflated: com/sun/tools/internal/ws/wsdl/parser/SOAPExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/Util.class inflated: com/sun/tools/internal/ws/wsdl/parser/VersionChecker.class inflated: com/sun/tools/internal/ws/wsdl/parser/W3CAddressingExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/WSDLInternalizationLogic$ReferenceFinder.class inflated: com/sun/tools/internal/ws/wsdl/parser/WSDLInternalizationLogic.class inflated: com/sun/tools/internal/ws/wsdl/parser/WSDLParser.class inflated: com/sun/tools/internal/ws/wsdl/parser/WhitespaceStripper.class inflated: com/sun/tools/internal/xjc/AbortException.class inflated: com/sun/tools/internal/xjc/BadCommandLineException.class inflated: com/sun/tools/internal/xjc/ConsoleErrorReporter.class inflated: com/sun/tools/internal/xjc/Driver$1.class inflated: com/sun/tools/internal/xjc/Driver$1Listener.class inflated: com/sun/tools/internal/xjc/Driver$2.class inflated: com/sun/tools/internal/xjc/Driver$Mode.class inflated: com/sun/tools/internal/xjc/Driver$OptionsEx.class inflated: com/sun/tools/internal/xjc/Driver$WeAreDone.class inflated: com/sun/tools/internal/xjc/Driver.class inflated: com/sun/tools/internal/xjc/ErrorReceiver.class inflated: com/sun/tools/internal/xjc/Language.class inflated: com/sun/tools/internal/xjc/MessageBundle.properties inflated: com/sun/tools/internal/xjc/Messages.class inflated: com/sun/tools/internal/xjc/ModelLoader$1.class inflated: com/sun/tools/internal/xjc/ModelLoader$2.class inflated: com/sun/tools/internal/xjc/ModelLoader$3$1.class inflated: com/sun/tools/internal/xjc/ModelLoader$3.class inflated: com/sun/tools/internal/xjc/ModelLoader$SpeculationChecker.class inflated: com/sun/tools/internal/xjc/ModelLoader$SpeculationFailure.class inflated: com/sun/tools/internal/xjc/ModelLoader$XMLSchemaParser.class inflated: com/sun/tools/internal/xjc/ModelLoader.class inflated: com/sun/tools/internal/xjc/Options$1.class inflated: com/sun/tools/internal/xjc/Options.class inflated: com/sun/tools/internal/xjc/Plugin.class inflated: com/sun/tools/internal/xjc/ProgressCodeWriter.class inflated: com/sun/tools/internal/xjc/SchemaCache.class inflated: com/sun/tools/internal/xjc/XJCListener.class inflated: com/sun/tools/internal/xjc/addon/at_generated/PluginImpl.class inflated: com/sun/tools/internal/xjc/addon/code_injector/Const.class inflated: com/sun/tools/internal/xjc/addon/code_injector/PluginImpl.class inflated: com/sun/tools/internal/xjc/addon/episode/PluginImpl$1.class inflated: com/sun/tools/internal/xjc/addon/episode/PluginImpl.class inflated: com/sun/tools/internal/xjc/addon/episode/package-info.class inflated: com/sun/tools/internal/xjc/addon/locator/SourceLocationAddOn.class inflated: com/sun/tools/internal/xjc/addon/sync/SynchronizedMethodAddOn.class inflated: com/sun/tools/internal/xjc/api/ClassNameAllocator.class inflated: com/sun/tools/internal/xjc/api/ErrorListener.class inflated: com/sun/tools/internal/xjc/api/J2SJAXBModel.class inflated: com/sun/tools/internal/xjc/api/JAXBModel.class inflated: com/sun/tools/internal/xjc/api/JavaCompiler.class inflated: com/sun/tools/internal/xjc/api/Mapping.class inflated: com/sun/tools/internal/xjc/api/Property.class inflated: com/sun/tools/internal/xjc/api/Reference.class inflated: com/sun/tools/internal/xjc/api/S2JJAXBModel.class inflated: com/sun/tools/internal/xjc/api/SchemaCompiler.class inflated: com/sun/tools/internal/xjc/api/SpecVersion.class inflated: com/sun/tools/internal/xjc/api/TypeAndAnnotation.class inflated: com/sun/tools/internal/xjc/api/XJC.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/JAXBModelImpl.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/JavaCompilerImpl$ErrorHandlerImpl.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/JavaCompilerImpl.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/Messages.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/Messages.properties inflated: com/sun/tools/internal/xjc/api/impl/s2j/AbstractMappingImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/BeanMappingImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/DowngradingErrorHandler.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementAdapter$FieldAccessorImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementAdapter.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementCollectionAdapter$FieldAccessorImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementCollectionAdapter.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementMappingImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementSingleAdapter$FieldAccessorImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementSingleAdapter.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/JAXBModelImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/PropertyImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/TypeAndAnnotationImpl.class inflated: com/sun/tools/internal/xjc/api/util/APTClassLoader.class inflated: com/sun/tools/internal/xjc/api/util/FilerCodeWriter.class inflated: com/sun/tools/internal/xjc/api/util/Messages.class inflated: com/sun/tools/internal/xjc/api/util/Messages.properties inflated: com/sun/tools/internal/xjc/api/util/ToolsJarNotFoundException.class inflated: com/sun/tools/internal/xjc/generator/annotation/ri/XmlIsSetWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/ri/XmlLocationWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorOrderWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyAttributeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyElementWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttachmentRefWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttributeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementDeclWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefsWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWrapperWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementsWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumValueWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDREFWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlInlineBinaryDataWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlJavaTypeAdapterWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlListWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMimeTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMixedWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlNsWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRegistryWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRootElementWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypesWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSeeAlsoWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTransientWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlValueWriter.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$1.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$2.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$3.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$4.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/ClassOutlineImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/DualObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/ElementOutlineImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$1$1.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$1.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$2$1.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$2.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$Result.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy.class inflated: com/sun/tools/internal/xjc/generator/bean/MessageBundle.properties inflated: com/sun/tools/internal/xjc/generator/bean/Messages.class inflated: com/sun/tools/internal/xjc/generator/bean/MethodWriter.class inflated: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGeneratorImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl$1.class inflated: com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/PrivateObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/PublicObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractField$1TypeList.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractFieldWithVar$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractFieldWithVar.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractListField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractListField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ArrayField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ArrayField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ConstField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ConstField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ConstFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/DefaultFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/FieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/FieldRendererFactory.class inflated: com/sun/tools/internal/xjc/generator/bean/field/GenericFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/IsSetField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/IsSetField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/IsSetFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/MessageBundle.properties inflated: com/sun/tools/internal/xjc/generator/bean/field/Messages.class inflated: com/sun/tools/internal/xjc/generator/bean/field/SingleField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/SingleField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/SinglePrimitiveAccessField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UnboxedField$1.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UnboxedField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UntypedListField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UntypedListField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UntypedListFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/package-info.class inflated: com/sun/tools/internal/xjc/generator/util/BlockReference.class inflated: com/sun/tools/internal/xjc/generator/util/ExistingBlockReference.class inflated: com/sun/tools/internal/xjc/generator/util/LazyBlockReference.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer$1.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer$2.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer$3.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer.class inflated: com/sun/tools/internal/xjc/model/AbstractCElement.class inflated: com/sun/tools/internal/xjc/model/AbstractCTypeInfoImpl.class inflated: com/sun/tools/internal/xjc/model/AutoClassNameAllocator.class inflated: com/sun/tools/internal/xjc/model/CAdapter$1.class inflated: com/sun/tools/internal/xjc/model/CAdapter.class inflated: com/sun/tools/internal/xjc/model/CArrayInfo.class inflated: com/sun/tools/internal/xjc/model/CAttributePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$1.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$10.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$11.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$12.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$2.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$3.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$4.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$5.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$6.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$7.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$8.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$9.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$Builtin.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$NoConstantBuiltin.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo.class inflated: com/sun/tools/internal/xjc/model/CClass.class inflated: com/sun/tools/internal/xjc/model/CClassInfo$1.class inflated: com/sun/tools/internal/xjc/model/CClassInfo$2.class inflated: com/sun/tools/internal/xjc/model/CClassInfo.class inflated: com/sun/tools/internal/xjc/model/CClassInfoParent$Package.class inflated: com/sun/tools/internal/xjc/model/CClassInfoParent$Visitor.class inflated: com/sun/tools/internal/xjc/model/CClassInfoParent.class inflated: com/sun/tools/internal/xjc/model/CClassRef.class inflated: com/sun/tools/internal/xjc/model/CCustomizable.class inflated: com/sun/tools/internal/xjc/model/CCustomizations.class inflated: com/sun/tools/internal/xjc/model/CDefaultValue$1.class inflated: com/sun/tools/internal/xjc/model/CDefaultValue.class inflated: com/sun/tools/internal/xjc/model/CElement.class inflated: com/sun/tools/internal/xjc/model/CElementInfo.class inflated: com/sun/tools/internal/xjc/model/CElementPropertyInfo$1.class inflated: com/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode.class inflated: com/sun/tools/internal/xjc/model/CElementPropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CEnumConstant.class inflated: com/sun/tools/internal/xjc/model/CEnumLeafInfo.class inflated: com/sun/tools/internal/xjc/model/CNonElement.class inflated: com/sun/tools/internal/xjc/model/CPluginCustomization.class inflated: com/sun/tools/internal/xjc/model/CPropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CPropertyVisitor.class inflated: com/sun/tools/internal/xjc/model/CReferencePropertyInfo$1RefList.class inflated: com/sun/tools/internal/xjc/model/CReferencePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CSingleTypePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CTypeInfo.class inflated: com/sun/tools/internal/xjc/model/CTypeRef.class inflated: com/sun/tools/internal/xjc/model/CValuePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CWildcardTypeInfo.class inflated: com/sun/tools/internal/xjc/model/ClassNameAllocatorWrapper$1.class inflated: com/sun/tools/internal/xjc/model/ClassNameAllocatorWrapper.class inflated: com/sun/tools/internal/xjc/model/Constructor.class inflated: com/sun/tools/internal/xjc/model/Model$1.class inflated: com/sun/tools/internal/xjc/model/Model.class inflated: com/sun/tools/internal/xjc/model/Multiplicity.class inflated: com/sun/tools/internal/xjc/model/Populatable.class inflated: com/sun/tools/internal/xjc/model/SymbolSpace.class inflated: com/sun/tools/internal/xjc/model/TypeUse.class inflated: com/sun/tools/internal/xjc/model/TypeUseFactory.class inflated: com/sun/tools/internal/xjc/model/TypeUseImpl.class inflated: com/sun/tools/internal/xjc/model/nav/EagerNClass.class inflated: com/sun/tools/internal/xjc/model/nav/EagerNType.class inflated: com/sun/tools/internal/xjc/model/nav/NClass.class inflated: com/sun/tools/internal/xjc/model/nav/NClassByJClass.class inflated: com/sun/tools/internal/xjc/model/nav/NParameterizedType.class inflated: com/sun/tools/internal/xjc/model/nav/NType.class inflated: com/sun/tools/internal/xjc/model/nav/NavigatorImpl$1.class inflated: com/sun/tools/internal/xjc/model/nav/NavigatorImpl.class inflated: com/sun/tools/internal/xjc/model/package-info.class inflated: com/sun/tools/internal/xjc/outline/Aspect.class inflated: com/sun/tools/internal/xjc/outline/ClassOutline.class inflated: com/sun/tools/internal/xjc/outline/ElementOutline.class inflated: com/sun/tools/internal/xjc/outline/EnumConstantOutline.class inflated: com/sun/tools/internal/xjc/outline/EnumOutline.class inflated: com/sun/tools/internal/xjc/outline/FieldAccessor.class inflated: com/sun/tools/internal/xjc/outline/FieldOutline.class inflated: com/sun/tools/internal/xjc/outline/Outline.class inflated: com/sun/tools/internal/xjc/outline/PackageOutline.class inflated: com/sun/tools/internal/xjc/package-info.class inflated: com/sun/tools/internal/xjc/reader/AbstractExtensionBindingChecker.class inflated: com/sun/tools/internal/xjc/reader/Const.class inflated: com/sun/tools/internal/xjc/reader/ExtensionBindingChecker.class inflated: com/sun/tools/internal/xjc/reader/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/Messages.class inflated: com/sun/tools/internal/xjc/reader/ModelChecker.class inflated: com/sun/tools/internal/xjc/reader/RawTypeSet$Mode.class inflated: com/sun/tools/internal/xjc/reader/RawTypeSet$Ref.class inflated: com/sun/tools/internal/xjc/reader/RawTypeSet.class inflated: com/sun/tools/internal/xjc/reader/Ring$1.class inflated: com/sun/tools/internal/xjc/reader/Ring.class inflated: com/sun/tools/internal/xjc/reader/TypeUtil$1.class inflated: com/sun/tools/internal/xjc/reader/TypeUtil.class inflated: com/sun/tools/internal/xjc/reader/Util.class inflated: com/sun/tools/internal/xjc/reader/dtd/Block.class inflated: com/sun/tools/internal/xjc/reader/dtd/Element.class inflated: com/sun/tools/internal/xjc/reader/dtd/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/dtd/Messages.class inflated: com/sun/tools/internal/xjc/reader/dtd/ModelGroup$Kind.class inflated: com/sun/tools/internal/xjc/reader/dtd/ModelGroup.class inflated: com/sun/tools/internal/xjc/reader/dtd/Occurence.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader$1.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader$2.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader$InterfaceAcceptor.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader.class inflated: com/sun/tools/internal/xjc/reader/dtd/Term$1.class inflated: com/sun/tools/internal/xjc/reader/dtd/Term.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIAttribute.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConstructor.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIContent.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConversion.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIElement.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIInterface.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIUserConversion.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMBuilder.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMLocator$1.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMLocator.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMUtil.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DTDExtensionBindingChecker.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/Messages.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/bindingfile.xsd inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/xjc.xsd inflated: com/sun/tools/internal/xjc/reader/gbind/Choice.class inflated: com/sun/tools/internal/xjc/reader/gbind/ConnectedComponent.class inflated: com/sun/tools/internal/xjc/reader/gbind/Element.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSet$1.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSet.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSets$MultiValueSet.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSets.class inflated: com/sun/tools/internal/xjc/reader/gbind/Expression$1.class inflated: com/sun/tools/internal/xjc/reader/gbind/Expression.class inflated: com/sun/tools/internal/xjc/reader/gbind/Graph.class inflated: com/sun/tools/internal/xjc/reader/gbind/OneOrMore.class inflated: com/sun/tools/internal/xjc/reader/gbind/Sequence.class inflated: com/sun/tools/internal/xjc/reader/gbind/SinkNode.class inflated: com/sun/tools/internal/xjc/reader/gbind/SourceNode.class inflated: com/sun/tools/internal/xjc/reader/internalizer/AbstractReferenceFinderImpl.class inflated: com/sun/tools/internal/xjc/reader/internalizer/ContentHandlerNamespacePrefixAdapter.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMBuilder.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$1.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$2.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$Handler.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$HandlerImpl.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForestParser.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForestScanner$LocationResolver.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForestScanner.class inflated: com/sun/tools/internal/xjc/reader/internalizer/InternalizationLogic.class inflated: com/sun/tools/internal/xjc/reader/internalizer/Internalizer.class inflated: com/sun/tools/internal/xjc/reader/internalizer/LocatorTable.class inflated: com/sun/tools/internal/xjc/reader/internalizer/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/internalizer/Messages.class inflated: com/sun/tools/internal/xjc/reader/internalizer/NamespaceContextImpl.class inflated: com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet$Target.class inflated: com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet.class inflated: com/sun/tools/internal/xjc/reader/internalizer/VersionChecker.class inflated: com/sun/tools/internal/xjc/reader/internalizer/WhitespaceStripper.class inflated: com/sun/tools/internal/xjc/reader/relaxng/BindStyle.class inflated: com/sun/tools/internal/xjc/reader/relaxng/ContentModelBinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/DatatypeLib.class inflated: com/sun/tools/internal/xjc/reader/relaxng/DefineFinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/NameCalculator.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGCompiler$1.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGCompiler.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGInternalizationLogic$ReferenceFinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGInternalizationLogic.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RawTypeSetBuilder$CClassInfoRef.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RawTypeSetBuilder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/TypePatternBinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/TypeUseBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/Abstractifier.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BGMBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BGMBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindBlue.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindGreen.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindPurple.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindRed.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindYellow.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindingComponent.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinderFilter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector$Binding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/CollisionInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ColorBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultClassBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Builder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker$NameCollisionChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ErrorReporter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionParticleBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/GElement.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/GElementImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/GWildcardElement.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ParticleBinder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ParticleBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$CClassRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$CElementInfoRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$WildcardRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$XmlTypeRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RefererFinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/SimpleTypeBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/SimpleTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/UnusedCustomizationChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/WildcardNameClassBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AbstractDeclarationImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl$1$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl$ValidatorProtecter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIClass.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion$Static.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion$User.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion$UserAdapter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDeclaration.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDom.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnum$BIEnumMember2.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnum.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnumMember.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$ClassNameAdapter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$ClassNameBean.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$GlobalStandardConversion.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$GlobalVendorConversion.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$TypeSubstitutionElement.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$UnderscoreBinding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty$2.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty$BaseTypeBean.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding$NameRules.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding$NamingRule.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding$PackageInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISerializable.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXDom.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXPluginCustomization.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXSubstitutable.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo$AppInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo$Documentation.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/CollectionTypeAttribute.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx$DomAndLocation.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx$ResultImpl$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx$ResultImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/EnumMemberMode.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ForkingFilter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/LocalScoping.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/OptionalPropertyMode.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/binding.xsd inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/package-info.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xjc.xsd inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xs.xsd inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/CTBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ChoiceContentComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeBindingMode.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeFieldBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ExtendedComplexTypeBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ExtendedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/FreshComplexTypeBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/FreshComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/MixedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/RestrictedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/STDerivedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/CustomizationContextChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/IncorrectNamespaceURIChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/LSInputSAXWrapper.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/XMLSchemaInternalizationLogic$ReferenceFinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/XMLSchemaInternalizationLogic.class inflated: com/sun/tools/internal/xjc/runtime/JAXBContextFactory.class inflated: com/sun/tools/internal/xjc/runtime/JAXBContextFactory.java inflated: com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.class inflated: com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.java inflated: com/sun/tools/internal/xjc/util/CodeModelClassFactory.class inflated: com/sun/tools/internal/xjc/util/DOMUtils.class inflated: com/sun/tools/internal/xjc/util/ErrorReceiverFilter.class inflated: com/sun/tools/internal/xjc/util/ForkContentHandler.class inflated: com/sun/tools/internal/xjc/util/ForkEntityResolver.class inflated: com/sun/tools/internal/xjc/util/MessageBundle.properties inflated: com/sun/tools/internal/xjc/util/Messages.class inflated: com/sun/tools/internal/xjc/util/MimeTypeRange.class inflated: com/sun/tools/internal/xjc/util/NamespaceContextAdapter.class inflated: com/sun/tools/internal/xjc/util/NullStream.class inflated: com/sun/tools/internal/xjc/util/ReadOnlyAdapter.class inflated: com/sun/tools/internal/xjc/util/StringCutter.class inflated: com/sun/tools/internal/xjc/util/SubtreeCutter.class inflated: com/sun/tools/internal/xjc/util/Util.class inflated: com/sun/tools/internal/xjc/writer/SignatureWriter$1.class inflated: com/sun/tools/internal/xjc/writer/SignatureWriter.class inflated: com/sun/xml/internal/bind/AccessorFactory.class inflated: com/sun/xml/internal/bind/AccessorFactoryImpl.class inflated: com/sun/xml/internal/bind/AnyTypeAdapter.class inflated: com/sun/xml/internal/bind/CycleRecoverable$Context.class inflated: com/sun/xml/internal/bind/CycleRecoverable.class inflated: com/sun/xml/internal/bind/DatatypeConverterImpl$CalendarFormatter.class inflated: com/sun/xml/internal/bind/DatatypeConverterImpl.class inflated: com/sun/xml/internal/bind/IDResolver.class inflated: com/sun/xml/internal/bind/Locatable.class inflated: com/sun/xml/internal/bind/Util.class inflated: com/sun/xml/internal/bind/ValidationEventLocatorEx.class inflated: com/sun/xml/internal/bind/WhiteSpaceProcessor.class inflated: com/sun/xml/internal/bind/XmlAccessorFactory.class inflated: com/sun/xml/internal/bind/annotation/XmlIsSet.class inflated: com/sun/xml/internal/bind/annotation/XmlLocation.class inflated: com/sun/xml/internal/bind/api/AccessorException.class inflated: com/sun/xml/internal/bind/api/Bridge.class inflated: com/sun/xml/internal/bind/api/BridgeContext.class inflated: com/sun/xml/internal/bind/api/ClassResolver.class inflated: com/sun/xml/internal/bind/api/CompositeStructure.class inflated: com/sun/xml/internal/bind/api/ErrorListener.class inflated: com/sun/xml/internal/bind/api/JAXBRIContext.class inflated: com/sun/xml/internal/bind/api/RawAccessor.class inflated: com/sun/xml/internal/bind/api/TypeReference.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter$1.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter$2.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter$Standard.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter.class inflated: com/sun/xml/internal/bind/api/impl/NameUtil.class inflated: com/sun/xml/internal/bind/api/package-info.class inflated: com/sun/xml/internal/bind/marshaller/CharacterEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/DataWriter.class inflated: com/sun/xml/internal/bind/marshaller/DumbEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/Messages.class inflated: com/sun/xml/internal/bind/marshaller/Messages.properties inflated: com/sun/xml/internal/bind/marshaller/MinimumEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.class inflated: com/sun/xml/internal/bind/marshaller/NioEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/SAX2DOMEx.class inflated: com/sun/xml/internal/bind/marshaller/XMLWriter.class inflated: com/sun/xml/internal/bind/unmarshaller/DOMScanner.class inflated: com/sun/xml/internal/bind/unmarshaller/InfosetScanner.class inflated: com/sun/xml/internal/bind/unmarshaller/Messages.class inflated: com/sun/xml/internal/bind/unmarshaller/Messages.properties inflated: com/sun/xml/internal/bind/unmarshaller/Patcher.class inflated: com/sun/xml/internal/bind/util/AttributesImpl.class inflated: com/sun/xml/internal/bind/util/ValidationEventLocatorExImpl.class inflated: com/sun/xml/internal/bind/util/Which.class inflated: com/sun/xml/internal/bind/v2/ClassFactory$1.class inflated: com/sun/xml/internal/bind/v2/ClassFactory.class inflated: com/sun/xml/internal/bind/v2/ContextFactory.class inflated: com/sun/xml/internal/bind/v2/Messages.class inflated: com/sun/xml/internal/bind/v2/Messages.properties inflated: com/sun/xml/internal/bind/v2/TODO.class inflated: com/sun/xml/internal/bind/v2/WellKnownNamespace.class inflated: com/sun/xml/internal/bind/v2/bytecode/ClassTailor.class inflated: com/sun/xml/internal/bind/v2/model/annotation/AbstractInlineAnnotationReaderImpl.class inflated: com/sun/xml/internal/bind/v2/model/annotation/AnnotationReader.class inflated: com/sun/xml/internal/bind/v2/model/annotation/AnnotationSource.class inflated: com/sun/xml/internal/bind/v2/model/annotation/ClassLocatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/FieldLocatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Init.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Locatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/LocatableAnnotation.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Messages.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Messages.properties inflated: com/sun/xml/internal/bind/v2/model/annotation/MethodLocatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Quick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/RuntimeAnnotationReader.class inflated: com/sun/xml/internal/bind/v2/model/annotation/RuntimeInlineAnnotationReader.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlAttributeQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementDeclQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefsQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlEnumQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlRootElementQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlSchemaQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlTransientQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlTypeQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlValueQuick.class inflated: com/sun/xml/internal/bind/v2/model/core/Adapter.class inflated: com/sun/xml/internal/bind/v2/model/core/ArrayInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/AttributePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/BuiltinLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/ClassInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/Element.class inflated: com/sun/xml/internal/bind/v2/model/core/ElementInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/EnumConstant.class inflated: com/sun/xml/internal/bind/v2/model/core/EnumLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/ErrorHandler.class inflated: com/sun/xml/internal/bind/v2/model/core/ID.class inflated: com/sun/xml/internal/bind/v2/model/core/LeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/MapPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/MaybeElement.class inflated: com/sun/xml/internal/bind/v2/model/core/NonElement.class inflated: com/sun/xml/internal/bind/v2/model/core/NonElementRef.class inflated: com/sun/xml/internal/bind/v2/model/core/PropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/PropertyKind.class inflated: com/sun/xml/internal/bind/v2/model/core/Ref.class inflated: com/sun/xml/internal/bind/v2/model/core/ReferencePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/RegistryInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/TypeInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/TypeInfoSet.class inflated: com/sun/xml/internal/bind/v2/model/core/TypeRef.class inflated: com/sun/xml/internal/bind/v2/model/core/ValuePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/WildcardMode.class inflated: com/sun/xml/internal/bind/v2/model/core/WildcardTypeInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/package-info.class inflated: com/sun/xml/internal/bind/v2/model/impl/AnyTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ArrayInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/AttributePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/BuiltinLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$ConflictException.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$DupliateException.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$PropertyGroup.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$PropertySorter.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$SecondaryAnnotation.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ERPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementInfoImpl$PropertyImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementPropertyInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/EnumConstantImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/EnumLeafInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/EnumLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/FieldPropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/GetterSetterPropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/LeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/MapPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/Messages.class inflated: com/sun/xml/internal/bind/v2/model/impl/Messages.properties inflated: com/sun/xml/internal/bind/v2/model/impl/ModelBuilder$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/ModelBuilder.class inflated: com/sun/xml/internal/bind/v2/model/impl/PropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/PropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/ReferencePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RegistryInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeAnyTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeArrayInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeAttributePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$10.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$11.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$12.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$13.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$14.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$15.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$16.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$17.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$18.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$19.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$2.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$20.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$21.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$22.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$23.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$24.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$25.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$26.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$3.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$4.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$5.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$6.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$7.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$8.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$9$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$9.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$PcdataImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$StringImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$UUIDImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl$RuntimePropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl$TransducerImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementInfoImpl$RuntimePropertyImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumConstantImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeMapPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeModelBuilder$IDTransducerImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeModelBuilder.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeReferencePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeInfoSetImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeRefImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/SingleTypePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeInfoSetImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeInfoSetImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeRefImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/Util.class inflated: com/sun/xml/internal/bind/v2/model/impl/ValuePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/nav/GenericArrayTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/nav/Navigator.class inflated: com/sun/xml/internal/bind/v2/model/nav/ParameterizedTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$1.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$2.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$3.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$4.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$5.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$6.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$BinderArg.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator.class inflated: com/sun/xml/internal/bind/v2/model/nav/TypeVisitor.class inflated: com/sun/xml/internal/bind/v2/model/nav/WildcardTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeArrayInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeAttributePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeBuiltinLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElement.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeEnumLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeMapPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElementRef.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeReferencePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfoSet.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeRef.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/package-info.class inflated: com/sun/xml/internal/bind/v2/package-info.class inflated: com/sun/xml/internal/bind/v2/runtime/AnyTypeBeanInfo.class inflated: com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl$ArrayLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/AssociationMap$Entry.class inflated: com/sun/xml/internal/bind/v2/runtime/AssociationMap.class inflated: com/sun/xml/internal/bind/v2/runtime/BinderImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/BridgeAdapter.class inflated: com/sun/xml/internal/bind/v2/runtime/BridgeContextImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/BridgeImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/CompositeStructureBeanInfo.class inflated: com/sun/xml/internal/bind/v2/runtime/ContentHandlerAdaptor.class inflated: com/sun/xml/internal/bind/v2/runtime/Coordinator$1.class inflated: com/sun/xml/internal/bind/v2/runtime/Coordinator.class inflated: com/sun/xml/internal/bind/v2/runtime/DomPostInitAction.class inflated: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl$IntercepterLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/FilterTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationException.class inflated: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationsException$Builder.class inflated: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationsException.class inflated: com/sun/xml/internal/bind/v2/runtime/InlineBinaryTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/InternalBridge.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$2.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$3.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$4.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$5.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$6.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$7.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/JaxBeanInfo.class inflated: com/sun/xml/internal/bind/v2/runtime/LeafBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/LifecycleMethods.class inflated: com/sun/xml/internal/bind/v2/runtime/Location.class inflated: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl$2.class inflated: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/MimeTypedTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/Name.class inflated: com/sun/xml/internal/bind/v2/runtime/NameBuilder.class inflated: com/sun/xml/internal/bind/v2/runtime/NameList.class inflated: com/sun/xml/internal/bind/v2/runtime/NamespaceContext2.class inflated: com/sun/xml/internal/bind/v2/runtime/RuntimeUtil$ToStringAdapter.class inflated: com/sun/xml/internal/bind/v2/runtime/RuntimeUtil.class inflated: com/sun/xml/internal/bind/v2/runtime/SchemaTypeTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/StAXPostInitAction.class inflated: com/sun/xml/internal/bind/v2/runtime/SwaRefAdapter.class inflated: com/sun/xml/internal/bind/v2/runtime/Transducer.class inflated: com/sun/xml/internal/bind/v2/runtime/ValueListBeanInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/ValueListBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/XMLSerializer$1.class inflated: com/sun/xml/internal/bind/v2/runtime/XMLSerializer.class inflated: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput$DynamicAttribute.class inflated: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput$StaticAttribute.class inflated: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/DOMOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/Encoded.class inflated: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput$AppData.class inflated: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput$TablesPerJAXBContext.class inflated: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/ForkXmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/InPlaceDOMOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/IndentingUTF8XmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/MTOMXmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl$Element.class inflated: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/output/Pcdata.class inflated: com/sun/xml/internal/bind/v2/runtime/output/SAXOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/UTF8XmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XMLEventWriterOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XMLStreamWriterOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XmlOutputAbstractImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/output/package-info.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty$ItemsLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty$ReceiverImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty$MixedTextoader.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/AttributeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ListElementProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/property/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/property/Property.class inflated: com/sun/xml/internal/bind/v2/runtime/property/PropertyFactory.class inflated: com/sun/xml/internal/bind/v2/runtime/property/PropertyImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleElementLeafProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleElementNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty$1.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty$2.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty$ReceiverImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty$1.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/StructureLoaderBuilder.class inflated: com/sun/xml/internal/bind/v2/runtime/property/TagAndType.class inflated: com/sun/xml/internal/bind/v2/runtime/property/UnmarshallerChain.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ValueProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$2.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$FieldReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$GetterOnlyReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$GetterSetterReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$ReadOnlyFieldReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$SetterOnlyReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedLister$ListIteratorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedLister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/DefaultTransducedAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/ListIterator.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/ListTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$2.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$ArrayLister$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$ArrayLister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$CollectionLister$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$CollectionLister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$IDREFS$Pack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$IDREFS.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$IDREFSIterator.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$Pack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/reflect/NullSafeAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean$BooleanArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte$ByteArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter$CharacterArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble$DoubleArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat$FloatArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger$IntegerArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong$LongArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort$ShortArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$CompositeContextDependentTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$CompositeTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$IDREFTransducedAccessorImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$IDREFTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/AccessorInjector.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Bean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Const.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Character.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Ref.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Injector$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Injector.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Character.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Ref.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedAccessorFactory.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedTransducedAccessorFactory.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Ref.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesEx.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesExImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Base64Data$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Base64Data.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ChildLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultIDResolver$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultIDResolver.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultValueLoaderDecorator.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Discarder.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DomLoader$State.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DomLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/FastInfosetConnector$CharSequenceImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/FastInfosetConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntArrayData.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntData.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Intercepter.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/InterningXmlVisitor$AttributesImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/InterningXmlVisitor.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx$Snapshot.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorExWrapper.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/MTOMDecorator.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Patcher.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ProxyLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector$TagNameImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Scope.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector$TagNameImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXEventConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXStreamConnector$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXStreamConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StructureLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TagName.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TextLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$DefaultRootLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$ExpectedTypeRootLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$Factory.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValidatingUnmarshaller.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValuePropertyLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/WildcardLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XmlVisitor$TextPredictor.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XmlVisitor.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader$Array.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader$Single.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiTypeLoader.class inflated: com/sun/xml/internal/bind/v2/schemagen/FoolProofResolver.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form$1.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form$2.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form$3.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form.class inflated: com/sun/xml/internal/bind/v2/schemagen/GroupKind.class inflated: com/sun/xml/internal/bind/v2/schemagen/Messages.class inflated: com/sun/xml/internal/bind/v2/schemagen/Messages.properties inflated: com/sun/xml/internal/bind/v2/schemagen/MultiMap.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Group.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Optional.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Repeated.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Term.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree.class inflated: com/sun/xml/internal/bind/v2/schemagen/Util.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$1.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$1.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$2.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$3.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$4.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$5.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$6.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$7.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$ElementDeclaration.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$ElementWithType.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/Bindings.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/Klass.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/SchemaBindings.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/package-info.class inflated: com/sun/xml/internal/bind/v2/schemagen/package-info.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotated.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotation.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Any.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Appinfo.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttrDecls.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttributeType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexContent.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexExtension.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexRestriction.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeHost.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeModel.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ContentModelContainer.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Documentation.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Element.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExplicitGroup.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExtensionType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/FixedOrDefault.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Import.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/List.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalAttribute.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalElement.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NestedParticle.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NoFixedFacet.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Occurs.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Particle.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Redefinable.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Schema.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SchemaTop.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleContent.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleDerivation.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleExtension.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestriction.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestrictionModel.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleTypeHost.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelAttribute.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelElement.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeDefParticle.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeHost.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Union.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Wildcard.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/package-info.class inflated: com/sun/xml/internal/bind/v2/util/ByteArrayOutputStreamEx.class inflated: com/sun/xml/internal/bind/v2/util/CollisionCheckStack.class inflated: com/sun/xml/internal/bind/v2/util/DataSourceSource.class inflated: com/sun/xml/internal/bind/v2/util/EditDistance.class inflated: com/sun/xml/internal/bind/v2/util/FatalAdapter.class inflated: com/sun/xml/internal/bind/v2/util/FlattenIterator.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$Entry.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$EntryIterator.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$EntrySet.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$HashIterator.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap.class inflated: com/sun/xml/internal/bind/v2/util/TypeCast.class inflated: com/sun/xml/internal/dtdparser/DTDEventListener.class inflated: com/sun/xml/internal/dtdparser/DTDHandlerBase.class inflated: com/sun/xml/internal/dtdparser/DTDParser$1.class inflated: com/sun/xml/internal/dtdparser/DTDParser$Catalog.class inflated: com/sun/xml/internal/dtdparser/DTDParser$NameCache.class inflated: com/sun/xml/internal/dtdparser/DTDParser$NameCacheEntry.class inflated: com/sun/xml/internal/dtdparser/DTDParser.class inflated: com/sun/xml/internal/dtdparser/EndOfInputException.class inflated: com/sun/xml/internal/dtdparser/EntityDecl.class inflated: com/sun/xml/internal/dtdparser/ExternalEntity.class inflated: com/sun/xml/internal/dtdparser/InputEntity.class inflated: com/sun/xml/internal/dtdparser/InternalEntity.class inflated: com/sun/xml/internal/dtdparser/MessageCatalog.class inflated: com/sun/xml/internal/dtdparser/Resolver.class inflated: com/sun/xml/internal/dtdparser/SimpleHashtable$Entry.class inflated: com/sun/xml/internal/dtdparser/SimpleHashtable.class inflated: com/sun/xml/internal/dtdparser/XmlChars.class inflated: com/sun/xml/internal/dtdparser/XmlNames.class inflated: com/sun/xml/internal/dtdparser/XmlReader$AsciiReader.class inflated: com/sun/xml/internal/dtdparser/XmlReader$BaseReader.class inflated: com/sun/xml/internal/dtdparser/XmlReader$Iso8859_1Reader.class inflated: com/sun/xml/internal/dtdparser/XmlReader$Utf8Reader.class inflated: com/sun/xml/internal/dtdparser/XmlReader.class inflated: com/sun/xml/internal/dtdparser/resources/Messages.properties inflated: com/sun/xml/internal/fastinfoset/AbstractResourceBundle.class inflated: com/sun/xml/internal/fastinfoset/CommonResourceBundle.class inflated: com/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream.class inflated: com/sun/xml/internal/fastinfoset/Decoder.class inflated: com/sun/xml/internal/fastinfoset/DecoderStateTables.class inflated: com/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream.class inflated: com/sun/xml/internal/fastinfoset/Encoder.class inflated: com/sun/xml/internal/fastinfoset/EncodingConstants.class inflated: com/sun/xml/internal/fastinfoset/Notation.class inflated: com/sun/xml/internal/fastinfoset/OctetBufferListener.class inflated: com/sun/xml/internal/fastinfoset/QualifiedName.class inflated: com/sun/xml/internal/fastinfoset/UnparsedEntity.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm$WordListener.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.class inflated: com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.class inflated: com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.class inflated: com/sun/xml/internal/fastinfoset/dom/DOMDocumentSerializer.class inflated: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/XMLChar.class inflated: com/sun/xml/internal/fastinfoset/resources/ResourceBundle.properties inflated: com/sun/xml/internal/fastinfoset/sax/AttributesHolder.class inflated: com/sun/xml/internal/fastinfoset/sax/Features.class inflated: com/sun/xml/internal/fastinfoset/sax/Properties.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser$DeclHandlerImpl.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser$LexicalHandlerImpl.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializer.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializerWithPrefixMapping.class inflated: com/sun/xml/internal/fastinfoset/sax/SystemIdResolver.class inflated: com/sun/xml/internal/fastinfoset/stax/EventLocation.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXDocumentParser$NamespaceContextImpl.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXDocumentParser.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXDocumentSerializer.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXManager.class inflated: com/sun/xml/internal/fastinfoset/stax/events/AttributeBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/CharactersEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/CommentEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/DTDEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EmptyIterator.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EndDocumentEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EndElementEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EntityDeclarationImpl.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EntityReferenceEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EventBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/NamespaceBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/ProcessingInstructionEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/ReadIterator.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocator.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocatorBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventReader.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventWriter.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXFilteredEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StartDocumentEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StartElementEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/Util.class inflated: com/sun/xml/internal/fastinfoset/stax/events/XMLConstants.class inflated: com/sun/xml/internal/fastinfoset/stax/factory/StAXEventFactory.class inflated: com/sun/xml/internal/fastinfoset/stax/factory/StAXInputFactory.class inflated: com/sun/xml/internal/fastinfoset/stax/factory/StAXOutputFactory.class inflated: com/sun/xml/internal/fastinfoset/stax/util/StAXFilteredParser.class inflated: com/sun/xml/internal/fastinfoset/stax/util/StAXParserWrapper.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_DOM_Or_XML_DOM_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_SAX_XML.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_StAX_SAX_Or_XML_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/PrintTable.class inflated: com/sun/xml/internal/fastinfoset/tools/SAX2StAXWriter.class inflated: com/sun/xml/internal/fastinfoset/tools/SAXEventSerializer$AttributeValueHolder.class inflated: com/sun/xml/internal/fastinfoset/tools/SAXEventSerializer.class inflated: com/sun/xml/internal/fastinfoset/tools/StAX2SAXReader.class inflated: com/sun/xml/internal/fastinfoset/tools/TransformInputOutput$1.class inflated: com/sun/xml/internal/fastinfoset/tools/TransformInputOutput.class inflated: com/sun/xml/internal/fastinfoset/tools/VocabularyGenerator.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_DOM_FI.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_DOM_SAX_FI.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_SAX_FI.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_SAX_StAX_FI.class inflated: com/sun/xml/internal/fastinfoset/util/CharArray.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayArray.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayString.class inflated: com/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray.class inflated: com/sun/xml/internal/fastinfoset/util/DuplicateAttributeVerifier$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/DuplicateAttributeVerifier.class inflated: com/sun/xml/internal/fastinfoset/util/FixedEntryStringIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/KeyIntMap$BaseEntry.class inflated: com/sun/xml/internal/fastinfoset/util/KeyIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap.class inflated: com/sun/xml/internal/fastinfoset/util/NamespaceContextImplementation.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$1.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$2.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$NamespaceEntry.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$PrefixEntry.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray.class inflated: com/sun/xml/internal/fastinfoset/util/QualifiedNameArray.class inflated: com/sun/xml/internal/fastinfoset/util/StringArray.class inflated: com/sun/xml/internal/fastinfoset/util/StringIntMap$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/StringIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/ValueArray.class inflated: com/sun/xml/internal/fastinfoset/util/ValueArrayResourceException.class inflated: com/sun/xml/internal/fastinfoset/vocab/ParserVocabulary.class inflated: com/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary.class inflated: com/sun/xml/internal/fastinfoset/vocab/Vocabulary.class inflated: com/sun/xml/internal/messaging/saaj/SOAPExceptionImpl.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection$PriviledgedGet.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection$PriviledgedPost.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection$PriviledgedSetProxyAction.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnectionFactory.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/Header.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/MessagingException.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/MultipartDataSource.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/AsciiOutputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/BMMimeMultipart.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentDisposition.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentType.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/HeaderTokenizer$Token.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/HeaderTokenizer.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/InternetHeaders$1.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/InternetHeaders.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeBodyPart.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeMultipart.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimePartDataSource.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeUtility$1NullInputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeUtility.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParameterList.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParseException.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/SharedInputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/UniqueValue.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/hdr.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ASCIIUtility.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64DecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/LineInputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/OutputUtil.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QDecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPDecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUDecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/soap/AttachmentPartImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/Envelope.class inflated: com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.class inflated: com/sun/xml/internal/messaging/saaj/soap/FastInfosetDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/GifDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/ImageDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/JpegDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/MessageFactoryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/MessageImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/MessageImpl$MimeMatchingIterator.class inflated: com/sun/xml/internal/messaging/saaj/soap/MessageImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/MultipartDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/SAAJMetaFactoryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPDocument.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentFragment.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPFactoryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPIOException.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException.class inflated: com/sun/xml/internal/messaging/saaj/soap/StringDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/XmlDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPFactoryDynamicImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPMessageFactoryDynamicImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/BodyElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/BodyImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/CDATAImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/CommentImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/DetailEntryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/DetailImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/DetailImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementFactory.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$2.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$3.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$4.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$5.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$AttributeManager.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/EnvelopeImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/FaultElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/FaultImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/impl/TextImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/TreeException.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Body1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Body1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$CodeSubcode1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Detail1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Envelope1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Envelope1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Fault1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Fault1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$FaultElement1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Header1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Header1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$NotUnderstood1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$SOAP1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$SOAP1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$SupportedEnvelope1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Upgrade1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Body1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/BodyElement1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Detail1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/DetailEntry1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Envelope1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Fault1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/FaultElement1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Header1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/HeaderElement1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Message1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPFactory1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPMessageFactory1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPPart1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Body1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/BodyElement1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Detail1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/DetailEntry1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Envelope1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Fault1_2Impl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Fault1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/FaultElement1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Header1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/HeaderElement1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Message1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPFactory1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPMessageFactory1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPPart1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/util/Base64.class inflated: com/sun/xml/internal/messaging/saaj/util/ByteInputStream.class inflated: com/sun/xml/internal/messaging/saaj/util/ByteOutputStream.class inflated: com/sun/xml/internal/messaging/saaj/util/CharReader.class inflated: com/sun/xml/internal/messaging/saaj/util/CharWriter.class inflated: com/sun/xml/internal/messaging/saaj/util/FastInfosetReflection.class inflated: com/sun/xml/internal/messaging/saaj/util/FinalArrayList.class inflated: com/sun/xml/internal/messaging/saaj/util/JAXMStreamSource.class inflated: com/sun/xml/internal/messaging/saaj/util/JaxmURI$MalformedURIException.class inflated: com/sun/xml/internal/messaging/saaj/util/JaxmURI.class inflated: com/sun/xml/internal/messaging/saaj/util/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/util/LogDomainConstants.class inflated: com/sun/xml/internal/messaging/saaj/util/MimeHeadersUtil.class inflated: com/sun/xml/internal/messaging/saaj/util/NamespaceContextIterator.class inflated: com/sun/xml/internal/messaging/saaj/util/ParseUtil.class inflated: com/sun/xml/internal/messaging/saaj/util/ParserPool.class inflated: com/sun/xml/internal/messaging/saaj/util/RejectDoctypeSaxFilter.class inflated: com/sun/xml/internal/messaging/saaj/util/TeeInputStream.class inflated: com/sun/xml/internal/messaging/saaj/util/XMLDeclarationParser.class inflated: com/sun/xml/internal/messaging/saaj/util/transform/EfficientStreamingTransformer.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmException.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmIndexes.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/ExternalVocabulary.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetException.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetParser.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetResult.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSerializer.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSource.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/RestrictedAlphabet.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/Vocabulary.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmAttributes.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ExtendedContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetReader.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetWriter.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/PrimitiveTypeContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/RestrictedAlphabetContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/EncodingAlgorithmAttributesImpl.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/FastInfosetDefaultHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/stax/FastInfosetStreamReader.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/stax/LowLevelFastInfosetStreamWriter.class inflated: com/sun/xml/internal/org/jvnet/staxex/Base64Data$1.class inflated: com/sun/xml/internal/org/jvnet/staxex/Base64Data.class inflated: com/sun/xml/internal/org/jvnet/staxex/Base64Encoder.class inflated: com/sun/xml/internal/org/jvnet/staxex/ByteArrayOutputStreamEx.class inflated: com/sun/xml/internal/org/jvnet/staxex/NamespaceContextEx$Binding.class inflated: com/sun/xml/internal/org/jvnet/staxex/NamespaceContextEx.class inflated: com/sun/xml/internal/org/jvnet/staxex/XMLStreamReaderEx.class inflated: com/sun/xml/internal/org/jvnet/staxex/XMLStreamWriterEx.class inflated: com/sun/xml/internal/rngom/ast/builder/Annotations.class inflated: com/sun/xml/internal/rngom/ast/builder/BuildException.class inflated: com/sun/xml/internal/rngom/ast/builder/CommentList.class inflated: com/sun/xml/internal/rngom/ast/builder/DataPatternBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/Div.class inflated: com/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/Grammar.class inflated: com/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine.class inflated: com/sun/xml/internal/rngom/ast/builder/GrammarSection.class inflated: com/sun/xml/internal/rngom/ast/builder/Include.class inflated: com/sun/xml/internal/rngom/ast/builder/IncludedGrammar.class inflated: com/sun/xml/internal/rngom/ast/builder/NameClassBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/SchemaBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/Scope.class inflated: com/sun/xml/internal/rngom/ast/om/Location.class inflated: com/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation.class inflated: com/sun/xml/internal/rngom/ast/om/ParsedNameClass.class inflated: com/sun/xml/internal/rngom/ast/om/ParsedPattern.class inflated: com/sun/xml/internal/rngom/ast/util/CheckingSchemaBuilder.class inflated: com/sun/xml/internal/rngom/ast/util/LocatorImpl.class inflated: com/sun/xml/internal/rngom/binary/AfterPattern.class inflated: com/sun/xml/internal/rngom/binary/Alphabet.class inflated: com/sun/xml/internal/rngom/binary/AttributePattern.class inflated: com/sun/xml/internal/rngom/binary/BinaryPattern.class inflated: com/sun/xml/internal/rngom/binary/ChoicePattern.class inflated: com/sun/xml/internal/rngom/binary/DataExceptPattern.class inflated: com/sun/xml/internal/rngom/binary/DataPattern.class inflated: com/sun/xml/internal/rngom/binary/DuplicateAttributeDetector$Alternative.class inflated: com/sun/xml/internal/rngom/binary/DuplicateAttributeDetector.class inflated: com/sun/xml/internal/rngom/binary/ElementPattern.class inflated: com/sun/xml/internal/rngom/binary/EmptyPattern.class inflated: com/sun/xml/internal/rngom/binary/ErrorPattern.class inflated: com/sun/xml/internal/rngom/binary/GroupPattern.class inflated: com/sun/xml/internal/rngom/binary/InterleavePattern.class inflated: com/sun/xml/internal/rngom/binary/ListPattern.class inflated: com/sun/xml/internal/rngom/binary/Messages.properties inflated: com/sun/xml/internal/rngom/binary/NotAllowedPattern.class inflated: com/sun/xml/internal/rngom/binary/OneOrMorePattern.class inflated: com/sun/xml/internal/rngom/binary/Pattern.class inflated: com/sun/xml/internal/rngom/binary/PatternBuilder.class inflated: com/sun/xml/internal/rngom/binary/PatternInterner.class inflated: com/sun/xml/internal/rngom/binary/RefPattern.class inflated: com/sun/xml/internal/rngom/binary/RestrictionViolationException.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$DataPatternBuilderImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$DummyDataPatternBuilder.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$GrammarImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$IncludeImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$OpenIncludes.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$Override.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$ValidationContextImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaPatternBuilder$1.class inflated: com/sun/xml/internal/rngom/binary/SchemaPatternBuilder.class inflated: com/sun/xml/internal/rngom/binary/StringPattern.class inflated: com/sun/xml/internal/rngom/binary/TextPattern.class inflated: com/sun/xml/internal/rngom/binary/ValuePattern.class inflated: com/sun/xml/internal/rngom/binary/visitor/ChildElementFinder$Element.class inflated: com/sun/xml/internal/rngom/binary/visitor/ChildElementFinder.class inflated: com/sun/xml/internal/rngom/binary/visitor/PatternFunction.class inflated: com/sun/xml/internal/rngom/binary/visitor/PatternVisitor.class inflated: com/sun/xml/internal/rngom/binary/visitor/PatternWalker.class inflated: com/sun/xml/internal/rngom/digested/Annotation.class inflated: com/sun/xml/internal/rngom/digested/CommentListImpl.class inflated: com/sun/xml/internal/rngom/digested/DAnnotation$Attribute.class inflated: com/sun/xml/internal/rngom/digested/DAnnotation.class inflated: com/sun/xml/internal/rngom/digested/DAttributePattern.class inflated: com/sun/xml/internal/rngom/digested/DChoicePattern.class inflated: com/sun/xml/internal/rngom/digested/DContainerPattern$1.class inflated: com/sun/xml/internal/rngom/digested/DContainerPattern.class inflated: com/sun/xml/internal/rngom/digested/DDataPattern$Param.class inflated: com/sun/xml/internal/rngom/digested/DDataPattern.class inflated: com/sun/xml/internal/rngom/digested/DDefine.class inflated: com/sun/xml/internal/rngom/digested/DElementPattern.class inflated: com/sun/xml/internal/rngom/digested/DEmptyPattern.class inflated: com/sun/xml/internal/rngom/digested/DGrammarPattern.class inflated: com/sun/xml/internal/rngom/digested/DGroupPattern.class inflated: com/sun/xml/internal/rngom/digested/DInterleavePattern.class inflated: com/sun/xml/internal/rngom/digested/DListPattern.class inflated: com/sun/xml/internal/rngom/digested/DMixedPattern.class inflated: com/sun/xml/internal/rngom/digested/DNotAllowedPattern.class inflated: com/sun/xml/internal/rngom/digested/DOMPrinter.class inflated: com/sun/xml/internal/rngom/digested/DOneOrMorePattern.class inflated: com/sun/xml/internal/rngom/digested/DOptionalPattern.class inflated: com/sun/xml/internal/rngom/digested/DPattern.class inflated: com/sun/xml/internal/rngom/digested/DPatternVisitor.class inflated: com/sun/xml/internal/rngom/digested/DPatternWalker.class inflated: com/sun/xml/internal/rngom/digested/DRefPattern.class inflated: com/sun/xml/internal/rngom/digested/DSchemaBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/DTextPattern.class inflated: com/sun/xml/internal/rngom/digested/DUnaryPattern.class inflated: com/sun/xml/internal/rngom/digested/DValuePattern.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$1.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$DXMLPrinterVisitor.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$NameClassXMLPrinterVisitor.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$XMLWriter.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$XMLWriterException.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter.class inflated: com/sun/xml/internal/rngom/digested/DXmlTokenPattern.class inflated: com/sun/xml/internal/rngom/digested/DZeroOrMorePattern.class inflated: com/sun/xml/internal/rngom/digested/DataPatternBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/ElementWrapper.class inflated: com/sun/xml/internal/rngom/digested/GrammarBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/IncludeImpl$IncludedGrammarImpl.class inflated: com/sun/xml/internal/rngom/digested/IncludeImpl.class inflated: com/sun/xml/internal/rngom/digested/Main$1.class inflated: com/sun/xml/internal/rngom/digested/Main.class inflated: com/sun/xml/internal/rngom/digested/PatternParseable$Parser.class inflated: com/sun/xml/internal/rngom/digested/PatternParseable.class inflated: com/sun/xml/internal/rngom/dt/CachedDatatypeLibraryFactory.class inflated: com/sun/xml/internal/rngom/dt/CascadingDatatypeLibraryFactory.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl$1$1$1.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl$1$1.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl$1.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl.class inflated: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeBuilder.class inflated: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibrary.class inflated: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibraryFactory.class inflated: com/sun/xml/internal/rngom/dt/builtin/CompatibilityDatatypeLibrary.class inflated: com/sun/xml/internal/rngom/dt/builtin/Messages.properties inflated: com/sun/xml/internal/rngom/nc/AnyNameClass.class inflated: com/sun/xml/internal/rngom/nc/AnyNameExceptNameClass.class inflated: com/sun/xml/internal/rngom/nc/ChoiceNameClass.class inflated: com/sun/xml/internal/rngom/nc/NameClass$1.class inflated: com/sun/xml/internal/rngom/nc/NameClass.class inflated: com/sun/xml/internal/rngom/nc/NameClassBuilderImpl.class inflated: com/sun/xml/internal/rngom/nc/NameClassVisitor.class inflated: com/sun/xml/internal/rngom/nc/NameClassWalker.class inflated: com/sun/xml/internal/rngom/nc/NsNameClass.class inflated: com/sun/xml/internal/rngom/nc/NsNameExceptNameClass.class inflated: com/sun/xml/internal/rngom/nc/NullNameClass.class inflated: com/sun/xml/internal/rngom/nc/OverlapDetector.class inflated: com/sun/xml/internal/rngom/nc/SimpleNameClass.class inflated: com/sun/xml/internal/rngom/parse/Context.class inflated: com/sun/xml/internal/rngom/parse/IllegalSchemaException.class inflated: com/sun/xml/internal/rngom/parse/Messages.properties inflated: com/sun/xml/internal/rngom/parse/Parseable.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactParseable.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax$JJCalls.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax$LocatedString.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax$LookaheadSuccess.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxConstants.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxTokenManager.class inflated: com/sun/xml/internal/rngom/parse/compact/EOFException.class inflated: com/sun/xml/internal/rngom/parse/compact/EscapeSyntaxException.class inflated: com/sun/xml/internal/rngom/parse/compact/JavaCharStream.class inflated: com/sun/xml/internal/rngom/parse/compact/Messages.properties inflated: com/sun/xml/internal/rngom/parse/compact/ParseException.class inflated: com/sun/xml/internal/rngom/parse/compact/Token.class inflated: com/sun/xml/internal/rngom/parse/compact/TokenMgrError.class inflated: com/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream.class inflated: com/sun/xml/internal/rngom/parse/host/AnnotationsHost.class inflated: com/sun/xml/internal/rngom/parse/host/Base.class inflated: com/sun/xml/internal/rngom/parse/host/CommentListHost.class inflated: com/sun/xml/internal/rngom/parse/host/DataPatternBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/DivHost.class inflated: com/sun/xml/internal/rngom/parse/host/ElementAnnotationBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/GrammarHost.class inflated: com/sun/xml/internal/rngom/parse/host/GrammarSectionHost.class inflated: com/sun/xml/internal/rngom/parse/host/IncludeHost.class inflated: com/sun/xml/internal/rngom/parse/host/LocationHost.class inflated: com/sun/xml/internal/rngom/parse/host/NameClassBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost.class inflated: com/sun/xml/internal/rngom/parse/host/ParsedNameClassHost.class inflated: com/sun/xml/internal/rngom/parse/host/ParsedPatternHost.class inflated: com/sun/xml/internal/rngom/parse/host/SchemaBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/ScopeHost.class inflated: com/sun/xml/internal/rngom/parse/xml/DtdContext.class inflated: com/sun/xml/internal/rngom/parse/xml/Messages.properties inflated: com/sun/xml/internal/rngom/parse/xml/SAXParseable.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$AbstractContext.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$AnyNameState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$AttributeState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ChoiceState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$CommentHandler.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ContextImpl.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DataState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DefineState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DefinitionState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DivState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ElementState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$EmptyContentState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$EmptyState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ExternalRefState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ForeignElementHandler.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$GrammarSectionState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$GrammarState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$GroupState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$Handler.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$IncludeState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$InterleaveState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$LexicalHandlerImpl.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ListState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$MergeGrammarState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$MixedState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassBaseState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassChildState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassChoiceState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassContainerState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassRef.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NotAllowedState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NsNameState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$OneOrMoreState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$OptionalState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ParamState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ParentRefState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$PatternContainerState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$PrefixMapping.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$RefState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$RootState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$SavedContext.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$SinglePatternContainerState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$Skipper.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$StartState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$State.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$TextState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ValueState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ZeroOrMoreState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser.class inflated: com/sun/xml/internal/rngom/util/Localizer.class inflated: com/sun/xml/internal/rngom/util/Uri.class inflated: com/sun/xml/internal/rngom/util/Utf16.class inflated: com/sun/xml/internal/rngom/xml/sax/AbstractLexicalHandler.class inflated: com/sun/xml/internal/rngom/xml/sax/JAXPXMLReaderCreator.class inflated: com/sun/xml/internal/rngom/xml/sax/XMLReaderCreator.class inflated: com/sun/xml/internal/rngom/xml/sax/XmlBaseHandler$Entry.class inflated: com/sun/xml/internal/rngom/xml/sax/XmlBaseHandler.class inflated: com/sun/xml/internal/rngom/xml/util/EncodingMap.class inflated: com/sun/xml/internal/rngom/xml/util/Naming.class inflated: com/sun/xml/internal/rngom/xml/util/WellKnownNamespaces.class inflated: com/sun/xml/internal/stream/buffer/AbstractCreator.class inflated: com/sun/xml/internal/stream/buffer/AbstractCreatorProcessor.class inflated: com/sun/xml/internal/stream/buffer/AbstractProcessor.class inflated: com/sun/xml/internal/stream/buffer/AttributesHolder.class inflated: com/sun/xml/internal/stream/buffer/FragmentedArray.class inflated: com/sun/xml/internal/stream/buffer/MutableXMLStreamBuffer.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBuffer.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferException.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferMark.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferResult.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferSource.class inflated: com/sun/xml/internal/stream/buffer/sax/DefaultWithLexicalHandler.class inflated: com/sun/xml/internal/stream/buffer/sax/Features.class inflated: com/sun/xml/internal/stream/buffer/sax/Properties.class inflated: com/sun/xml/internal/stream/buffer/sax/SAXBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/sax/SAXBufferProcessor.class inflated: com/sun/xml/internal/stream/buffer/stax/NamespaceContexHelper$NamespaceBindingImpl.class inflated: com/sun/xml/internal/stream/buffer/stax/NamespaceContexHelper.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$CharSequenceImpl.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$DummyLocation.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$ElementStackEntry.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext$1.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext$2.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext$BindingImpl.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferProcessor.class inflated: com/sun/xml/internal/txw2/Attribute.class inflated: com/sun/xml/internal/txw2/Cdata.class inflated: com/sun/xml/internal/txw2/Comment.class inflated: com/sun/xml/internal/txw2/ContainerElement.class inflated: com/sun/xml/internal/txw2/Content.class inflated: com/sun/xml/internal/txw2/ContentVisitor.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$1.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$2.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$3.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$4.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$5.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1.class inflated: com/sun/xml/internal/txw2/DatatypeWriter.class inflated: com/sun/xml/internal/txw2/Document$1.class inflated: com/sun/xml/internal/txw2/Document.class inflated: com/sun/xml/internal/txw2/EndDocument.class inflated: com/sun/xml/internal/txw2/EndTag.class inflated: com/sun/xml/internal/txw2/IllegalAnnotationException.class inflated: com/sun/xml/internal/txw2/IllegalSignatureException.class inflated: com/sun/xml/internal/txw2/NamespaceDecl.class inflated: com/sun/xml/internal/txw2/NamespaceResolver.class inflated: com/sun/xml/internal/txw2/NamespaceSupport$Context.class inflated: com/sun/xml/internal/txw2/NamespaceSupport.class inflated: com/sun/xml/internal/txw2/Pcdata.class inflated: com/sun/xml/internal/txw2/StartDocument.class inflated: com/sun/xml/internal/txw2/StartTag.class inflated: com/sun/xml/internal/txw2/TXW.class inflated: com/sun/xml/internal/txw2/Text.class inflated: com/sun/xml/internal/txw2/TxwException.class inflated: com/sun/xml/internal/txw2/TypedXmlWriter.class inflated: com/sun/xml/internal/txw2/annotation/XmlAttribute.class inflated: com/sun/xml/internal/txw2/annotation/XmlCDATA.class inflated: com/sun/xml/internal/txw2/annotation/XmlElement.class inflated: com/sun/xml/internal/txw2/annotation/XmlNamespace.class inflated: com/sun/xml/internal/txw2/annotation/XmlValue.class inflated: com/sun/xml/internal/txw2/output/CharacterEscapeHandler.class inflated: com/sun/xml/internal/txw2/output/DataWriter.class inflated: com/sun/xml/internal/txw2/output/DelegatingXMLStreamWriter.class inflated: com/sun/xml/internal/txw2/output/Dom2SaxAdapter.class inflated: com/sun/xml/internal/txw2/output/DomSerializer.class inflated: com/sun/xml/internal/txw2/output/DumbEscapeHandler.class inflated: com/sun/xml/internal/txw2/output/DumpSerializer.class inflated: com/sun/xml/internal/txw2/output/IndentingXMLFilter.class inflated: com/sun/xml/internal/txw2/output/IndentingXMLStreamWriter.class inflated: com/sun/xml/internal/txw2/output/ResultFactory.class inflated: com/sun/xml/internal/txw2/output/SaxSerializer.class inflated: com/sun/xml/internal/txw2/output/StaxSerializer.class inflated: com/sun/xml/internal/txw2/output/StreamSerializer$1.class inflated: com/sun/xml/internal/txw2/output/StreamSerializer.class inflated: com/sun/xml/internal/txw2/output/XMLWriter.class inflated: com/sun/xml/internal/txw2/output/XmlSerializer.class inflated: com/sun/xml/internal/ws/Closeable.class inflated: com/sun/xml/internal/ws/addressing/EndpointReferenceUtil.class inflated: com/sun/xml/internal/ws/addressing/ProblemAction.class inflated: com/sun/xml/internal/ws/addressing/ProblemHeaderQName.class inflated: com/sun/xml/internal/ws/addressing/W3CAddressingConstants.class inflated: com/sun/xml/internal/ws/addressing/WsaClientTube.class inflated: com/sun/xml/internal/ws/addressing/WsaServerTube.class inflated: com/sun/xml/internal/ws/addressing/WsaTube.class inflated: com/sun/xml/internal/ws/addressing/WsaTubeHelper.class inflated: com/sun/xml/internal/ws/addressing/WsaTubeHelperImpl.class inflated: com/sun/xml/internal/ws/addressing/model/ActionNotSupportedException.class inflated: com/sun/xml/internal/ws/addressing/model/InvalidMapException.class inflated: com/sun/xml/internal/ws/addressing/model/MapRequiredException.class inflated: com/sun/xml/internal/ws/addressing/v200408/MemberSubmissionAddressingConstants.class inflated: com/sun/xml/internal/ws/addressing/v200408/ProblemAction.class inflated: com/sun/xml/internal/ws/addressing/v200408/ProblemHeaderQName.class inflated: com/sun/xml/internal/ws/addressing/v200408/WsaTubeHelperImpl.class inflated: com/sun/xml/internal/ws/api/BindingID$1.class inflated: com/sun/xml/internal/ws/api/BindingID$Impl.class inflated: com/sun/xml/internal/ws/api/BindingID$SOAPHTTPImpl.class inflated: com/sun/xml/internal/ws/api/BindingID.class inflated: com/sun/xml/internal/ws/api/BindingIDFactory.class inflated: com/sun/xml/internal/ws/api/DistributedPropertySet.class inflated: com/sun/xml/internal/ws/api/EndpointAddress$1.class inflated: com/sun/xml/internal/ws/api/EndpointAddress.class inflated: com/sun/xml/internal/ws/api/FeatureConstructor.class inflated: com/sun/xml/internal/ws/api/PropertySet$1.class inflated: com/sun/xml/internal/ws/api/PropertySet$2.class inflated: com/sun/xml/internal/ws/api/PropertySet$3.class inflated: com/sun/xml/internal/ws/api/PropertySet$Accessor.class inflated: com/sun/xml/internal/ws/api/PropertySet$FieldAccessor.class inflated: com/sun/xml/internal/ws/api/PropertySet$MethodAccessor.class inflated: com/sun/xml/internal/ws/api/PropertySet$Property.class inflated: com/sun/xml/internal/ws/api/PropertySet$PropertyMap.class inflated: com/sun/xml/internal/ws/api/PropertySet.class inflated: com/sun/xml/internal/ws/api/SOAPVersion.class inflated: com/sun/xml/internal/ws/api/WSBinding.class inflated: com/sun/xml/internal/ws/api/WSFeatureList.class inflated: com/sun/xml/internal/ws/api/WSService$1.class inflated: com/sun/xml/internal/ws/api/WSService.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion$1.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion$2.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion$EPR.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion.class inflated: com/sun/xml/internal/ws/api/addressing/EPRHeader.class inflated: com/sun/xml/internal/ws/api/addressing/OneWayFeature.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$1.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$1Filter.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$2.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$Attribute.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$1.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$2.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$3.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$Metadata.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$SAXBufferProcessorImpl.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference.class inflated: com/sun/xml/internal/ws/api/addressing/package-info.class inflated: com/sun/xml/internal/ws/api/client/ClientPipelineHook.class inflated: com/sun/xml/internal/ws/api/client/SelectOptimalEncodingFeature.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptor$1.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptor.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptorFactory$1.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptorFactory.class inflated: com/sun/xml/internal/ws/api/client/WSPortInfo.class inflated: com/sun/xml/internal/ws/api/fastinfoset/FastInfosetFeature.class inflated: com/sun/xml/internal/ws/api/message/Attachment.class inflated: com/sun/xml/internal/ws/api/message/AttachmentSet.class inflated: com/sun/xml/internal/ws/api/message/ExceptionHasMessage.class inflated: com/sun/xml/internal/ws/api/message/Header.class inflated: com/sun/xml/internal/ws/api/message/HeaderList$1.class inflated: com/sun/xml/internal/ws/api/message/HeaderList$2.class inflated: com/sun/xml/internal/ws/api/message/HeaderList.class inflated: com/sun/xml/internal/ws/api/message/Headers.class inflated: com/sun/xml/internal/ws/api/message/Message.class inflated: com/sun/xml/internal/ws/api/message/Messages.class inflated: com/sun/xml/internal/ws/api/message/Packet.class inflated: com/sun/xml/internal/ws/api/message/package-info.class inflated: com/sun/xml/internal/ws/api/message/stream/InputStreamMessage.class inflated: com/sun/xml/internal/ws/api/message/stream/StreamBasedMessage.class inflated: com/sun/xml/internal/ws/api/message/stream/XMLStreamReaderMessage.class inflated: com/sun/xml/internal/ws/api/model/CheckedException.class inflated: com/sun/xml/internal/ws/api/model/ExceptionType.class inflated: com/sun/xml/internal/ws/api/model/JavaMethod.class inflated: com/sun/xml/internal/ws/api/model/MEP.class inflated: com/sun/xml/internal/ws/api/model/Parameter.class inflated: com/sun/xml/internal/ws/api/model/ParameterBinding$Kind.class inflated: com/sun/xml/internal/ws/api/model/ParameterBinding.class inflated: com/sun/xml/internal/ws/api/model/SEIModel.class inflated: com/sun/xml/internal/ws/api/model/soap/SOAPBinding.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundOperation$ANONYMOUS.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundOperation.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundPortType.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLDescriptorKind.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtensible.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtension.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLFault.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLFeaturedObject.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLInput.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLMessage.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLModel$WSDLParser.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLModel.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLObject.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLOperation.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLOutput.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPart.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPartDescriptor.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPort.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPortType.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLService.class inflated: com/sun/xml/internal/ws/api/package-info.class inflated: com/sun/xml/internal/ws/api/pipe/ClientPipeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/ClientTubeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/Codec.class inflated: com/sun/xml/internal/ws/api/pipe/Codecs.class inflated: com/sun/xml/internal/ws/api/pipe/ContentType.class inflated: com/sun/xml/internal/ws/api/pipe/Engine$DaemonThreadFactory.class inflated: com/sun/xml/internal/ws/api/pipe/Engine.class inflated: com/sun/xml/internal/ws/api/pipe/Fiber$CompletionCallback.class inflated: com/sun/xml/internal/ws/api/pipe/Fiber$InterceptorHandler.class inflated: com/sun/xml/internal/ws/api/pipe/Fiber.class inflated: com/sun/xml/internal/ws/api/pipe/FiberContextSwitchInterceptor$Work.class inflated: com/sun/xml/internal/ws/api/pipe/FiberContextSwitchInterceptor.class inflated: com/sun/xml/internal/ws/api/pipe/NextAction.class inflated: com/sun/xml/internal/ws/api/pipe/Pipe.class inflated: com/sun/xml/internal/ws/api/pipe/PipeCloner.class inflated: com/sun/xml/internal/ws/api/pipe/PipelineAssembler.class inflated: com/sun/xml/internal/ws/api/pipe/PipelineAssemblerFactory.class inflated: com/sun/xml/internal/ws/api/pipe/SOAPBindingCodec.class inflated: com/sun/xml/internal/ws/api/pipe/ServerPipeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/ServerTubeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/StreamSOAPCodec.class inflated: com/sun/xml/internal/ws/api/pipe/Stubs.class inflated: com/sun/xml/internal/ws/api/pipe/TransportPipeFactory.class inflated: com/sun/xml/internal/ws/api/pipe/TransportTubeFactory.class inflated: com/sun/xml/internal/ws/api/pipe/Tube.class inflated: com/sun/xml/internal/ws/api/pipe/TubeCloner.class inflated: com/sun/xml/internal/ws/api/pipe/TubelineAssembler.class inflated: com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory$TubelineAssemblerAdapter.class inflated: com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterPipeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterTubeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractPipeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractTubeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/PipeAdapter$1TubeAdapter.class inflated: com/sun/xml/internal/ws/api/pipe/helper/PipeAdapter.class inflated: com/sun/xml/internal/ws/api/pipe/helper/package-info.class inflated: com/sun/xml/internal/ws/api/pipe/package-info.class inflated: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport$1.class inflated: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport$CodecPool.class inflated: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport.class inflated: com/sun/xml/internal/ws/api/server/Adapter$1.class inflated: com/sun/xml/internal/ws/api/server/Adapter$Toolkit.class inflated: com/sun/xml/internal/ws/api/server/Adapter.class inflated: com/sun/xml/internal/ws/api/server/AsyncProvider.class inflated: com/sun/xml/internal/ws/api/server/AsyncProviderCallback.class inflated: com/sun/xml/internal/ws/api/server/BoundEndpoint.class inflated: com/sun/xml/internal/ws/api/server/Container$1.class inflated: com/sun/xml/internal/ws/api/server/Container.class inflated: com/sun/xml/internal/ws/api/server/ContainerResolver$1.class inflated: com/sun/xml/internal/ws/api/server/ContainerResolver.class inflated: com/sun/xml/internal/ws/api/server/DocumentAddressResolver.class inflated: com/sun/xml/internal/ws/api/server/EndpointAwareCodec.class inflated: com/sun/xml/internal/ws/api/server/InstanceResolver$1.class inflated: com/sun/xml/internal/ws/api/server/InstanceResolver.class inflated: com/sun/xml/internal/ws/api/server/InstanceResolverAnnotation.class inflated: com/sun/xml/internal/ws/api/server/Invoker.class inflated: com/sun/xml/internal/ws/api/server/Module.class inflated: com/sun/xml/internal/ws/api/server/PortAddressResolver.class inflated: com/sun/xml/internal/ws/api/server/ResourceInjector.class inflated: com/sun/xml/internal/ws/api/server/SDDocument$Schema.class inflated: com/sun/xml/internal/ws/api/server/SDDocument$WSDL.class inflated: com/sun/xml/internal/ws/api/server/SDDocument.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentFilter.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentSource$1.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentSource$2.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentSource.class inflated: com/sun/xml/internal/ws/api/server/ServerPipelineHook.class inflated: com/sun/xml/internal/ws/api/server/ServiceDefinition.class inflated: com/sun/xml/internal/ws/api/server/TransportBackChannel.class inflated: com/sun/xml/internal/ws/api/server/WSEndpoint$CompletionCallback.class inflated: com/sun/xml/internal/ws/api/server/WSEndpoint$PipeHead.class inflated: com/sun/xml/internal/ws/api/server/WSEndpoint.class inflated: com/sun/xml/internal/ws/api/server/WSWebServiceContext.class inflated: com/sun/xml/internal/ws/api/server/WebModule.class inflated: com/sun/xml/internal/ws/api/server/WebServiceContextDelegate.class inflated: com/sun/xml/internal/ws/api/server/package-info.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$Default.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$NoLock.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$RecycleAware.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$Woodstox.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$Zephyr.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory$Default.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory$RecycleAware.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory$Zephyr.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/MetaDataResolver.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/MetadataResolverFactory.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/ServiceDescriptor.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtension.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtensionContext.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/XMLEntityResolver$Parser.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/XMLEntityResolver.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/package-info.class inflated: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGenExtnContext.class inflated: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGeneratorExtension.class inflated: com/sun/xml/internal/ws/binding/BindingImpl.class inflated: com/sun/xml/internal/ws/binding/HTTPBindingImpl.class inflated: com/sun/xml/internal/ws/binding/SOAPBindingImpl.class inflated: com/sun/xml/internal/ws/binding/WebServiceFeatureList$MergedFeatures.class inflated: com/sun/xml/internal/ws/binding/WebServiceFeatureList.class inflated: com/sun/xml/internal/ws/client/AsyncInvoker.class inflated: com/sun/xml/internal/ws/client/AsyncResponseImpl$1CallbackFuture.class inflated: com/sun/xml/internal/ws/client/AsyncResponseImpl.class inflated: com/sun/xml/internal/ws/client/BindingProviderProperties.class inflated: com/sun/xml/internal/ws/client/ClientTransportException.class inflated: com/sun/xml/internal/ws/client/ContentNegotiation.class inflated: com/sun/xml/internal/ws/client/HandlerConfiguration.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator$AnnotationConfigurator$1.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator$AnnotationConfigurator.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator$HandlerResolverImpl.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator.class inflated: com/sun/xml/internal/ws/client/PortInfo.class inflated: com/sun/xml/internal/ws/client/RequestContext$MapView.class inflated: com/sun/xml/internal/ws/client/RequestContext.class inflated: com/sun/xml/internal/ws/client/ResponseContext.class inflated: com/sun/xml/internal/ws/client/ResponseContextReceiver.class inflated: com/sun/xml/internal/ws/client/ResponseImpl$1CallbackFuture.class inflated: com/sun/xml/internal/ws/client/ResponseImpl.class inflated: com/sun/xml/internal/ws/client/SCAnnotations$1.class inflated: com/sun/xml/internal/ws/client/SCAnnotations.class inflated: com/sun/xml/internal/ws/client/SEIPortInfo.class inflated: com/sun/xml/internal/ws/client/SenderException.class inflated: com/sun/xml/internal/ws/client/Stub$1.class inflated: com/sun/xml/internal/ws/client/Stub.class inflated: com/sun/xml/internal/ws/client/WSServiceDelegate$1.class inflated: com/sun/xml/internal/ws/client/WSServiceDelegate$DaemonThreadFactory.class inflated: com/sun/xml/internal/ws/client/WSServiceDelegate.class inflated: com/sun/xml/internal/ws/client/dispatch/DataSourceDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl$DispatchAsyncInvoker$1.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl$DispatchAsyncInvoker.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl$Invoker.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl.class inflated: com/sun/xml/internal/ws/client/dispatch/JAXBDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/MessageDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/RESTSourceDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/SOAPMessageDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/SOAPSourceDispatch.class inflated: com/sun/xml/internal/ws/client/package-info.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Bare.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Composite.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$DocLit.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Filler.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$None.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Wrapped.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder.class inflated: com/sun/xml/internal/ws/client/sei/AsyncMethodHandler$Invoker.class inflated: com/sun/xml/internal/ws/client/sei/AsyncMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$Bare.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$DocLit.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$Empty.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$JAXB.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$Wrapped.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder.class inflated: com/sun/xml/internal/ws/client/sei/CallbackMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$AttachmentFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$ByteArrayFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$DataHandlerFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$Header.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$JAXBFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller.class inflated: com/sun/xml/internal/ws/client/sei/MethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/PollingMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$AttachmentBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$Body.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$ByteArrayBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$Composite.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$DataHandlerBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$DocLit$PartBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$DocLit.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$Header.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$ImageBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$InputStreamBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$JAXBBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$None.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$NullSetter.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$RpcLit$PartBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$SourceBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder.class inflated: com/sun/xml/internal/ws/client/sei/SEIStub.class inflated: com/sun/xml/internal/ws/client/sei/SyncMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/ValueGetter$1.class inflated: com/sun/xml/internal/ws/client/sei/ValueGetter$2.class inflated: com/sun/xml/internal/ws/client/sei/ValueGetter.class inflated: com/sun/xml/internal/ws/client/sei/ValueSetter$Param.class inflated: com/sun/xml/internal/ws/client/sei/ValueSetter$ReturnValue.class inflated: com/sun/xml/internal/ws/client/sei/ValueSetter.class inflated: com/sun/xml/internal/ws/developer/EPRRecipe.class inflated: com/sun/xml/internal/ws/developer/JAXWSProperties.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionAddressing.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionAddressingFeature.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$Address.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$AttributedQName.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$Elements.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$ServiceNameType.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference.class inflated: com/sun/xml/internal/ws/developer/ServerSideException.class inflated: com/sun/xml/internal/ws/developer/Stateful.class inflated: com/sun/xml/internal/ws/developer/StatefulFeature.class inflated: com/sun/xml/internal/ws/developer/StatefulWebServiceManager$Callback.class inflated: com/sun/xml/internal/ws/developer/StatefulWebServiceManager.class inflated: com/sun/xml/internal/ws/developer/WSBindingProvider.class inflated: com/sun/xml/internal/ws/developer/package-info.class inflated: com/sun/xml/internal/ws/encoding/AbstractXMLStreamWriterExImpl$StreamImpl.class inflated: com/sun/xml/internal/ws/encoding/AbstractXMLStreamWriterExImpl.class inflated: com/sun/xml/internal/ws/encoding/ContentTypeImpl.class inflated: com/sun/xml/internal/ws/encoding/MimeCodec.class inflated: com/sun/xml/internal/ws/encoding/MimeMultipartParser.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$ByteArrayBuffer.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomStreamWriter$MtomNamespaceContextEx.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomStreamWriter.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomXMLStreamReaderEx$MtomNamespaceContextEx.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomXMLStreamReaderEx.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec.class inflated: com/sun/xml/internal/ws/encoding/SOAPBindingCodec$AcceptContentType.class inflated: com/sun/xml/internal/ws/encoding/SOAPBindingCodec.class inflated: com/sun/xml/internal/ws/encoding/StreamSOAP11Codec.class inflated: com/sun/xml/internal/ws/encoding/StreamSOAP12Codec.class inflated: com/sun/xml/internal/ws/encoding/StreamSOAPCodec.class inflated: com/sun/xml/internal/ws/encoding/SwACodec.class inflated: com/sun/xml/internal/ws/encoding/TagInfoset.class inflated: com/sun/xml/internal/ws/encoding/XMLHTTPBindingCodec$AcceptContentType.class inflated: com/sun/xml/internal/ws/encoding/XMLHTTPBindingCodec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetCodec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetMIMETypes.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderRecyclable.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP11Codec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP12Codec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAPCodec.class inflated: com/sun/xml/internal/ws/encoding/soap/DeserializationException.class inflated: com/sun/xml/internal/ws/encoding/soap/SOAP12Constants.class inflated: com/sun/xml/internal/ws/encoding/soap/SOAPConstants.class inflated: com/sun/xml/internal/ws/encoding/soap/SerializationException.class inflated: com/sun/xml/internal/ws/encoding/soap/SerializerConstants.class inflated: com/sun/xml/internal/ws/encoding/soap/streaming/SOAP12NamespaceConstants.class inflated: com/sun/xml/internal/ws/encoding/soap/streaming/SOAPNamespaceConstants.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLCodec.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$1.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$FaultMessage.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$MessageDataSource.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$UnknownContent.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$XMLAttachmentSet.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$XMLMultiPart.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage.class inflated: com/sun/xml/internal/ws/fault/CodeType.class inflated: com/sun/xml/internal/ws/fault/DetailType.class inflated: com/sun/xml/internal/ws/fault/ExceptionBean$1.class inflated: com/sun/xml/internal/ws/fault/ExceptionBean$StackFrame.class inflated: com/sun/xml/internal/ws/fault/ExceptionBean.class inflated: com/sun/xml/internal/ws/fault/ReasonType.class inflated: com/sun/xml/internal/ws/fault/SOAP11Fault.class inflated: com/sun/xml/internal/ws/fault/SOAP12Fault.class inflated: com/sun/xml/internal/ws/fault/SOAPFaultBuilder.class inflated: com/sun/xml/internal/ws/fault/SubcodeType.class inflated: com/sun/xml/internal/ws/fault/TextType.class inflated: com/sun/xml/internal/ws/handler/ClientLogicalHandlerTube.class inflated: com/sun/xml/internal/ws/handler/ClientSOAPHandlerTube.class inflated: com/sun/xml/internal/ws/handler/HandlerChainsModel$HandlerChainType.class inflated: com/sun/xml/internal/ws/handler/HandlerChainsModel$HandlerType.class inflated: com/sun/xml/internal/ws/handler/HandlerChainsModel.class inflated: com/sun/xml/internal/ws/handler/HandlerException.class inflated: com/sun/xml/internal/ws/handler/HandlerProcessor$Direction.class inflated: com/sun/xml/internal/ws/handler/HandlerProcessor$RequestOrResponse.class inflated: com/sun/xml/internal/ws/handler/HandlerProcessor.class inflated: com/sun/xml/internal/ws/handler/HandlerTube$HandlerTubeExchange.class inflated: com/sun/xml/internal/ws/handler/HandlerTube.class inflated: com/sun/xml/internal/ws/handler/LogicalMessageContextImpl.class inflated: com/sun/xml/internal/ws/handler/LogicalMessageImpl.class inflated: com/sun/xml/internal/ws/handler/MessageContextImpl.class inflated: com/sun/xml/internal/ws/handler/MessageUpdatableContext.class inflated: com/sun/xml/internal/ws/handler/PortInfoImpl.class inflated: com/sun/xml/internal/ws/handler/SOAPHandlerProcessor.class inflated: com/sun/xml/internal/ws/handler/SOAPMessageContextImpl.class inflated: com/sun/xml/internal/ws/handler/ServerLogicalHandlerTube.class inflated: com/sun/xml/internal/ws/handler/ServerSOAPHandlerTube.class inflated: com/sun/xml/internal/ws/handler/XMLHandlerProcessor.class inflated: com/sun/xml/internal/ws/message/AbstractHeaderImpl.class inflated: com/sun/xml/internal/ws/message/AbstractMessageImpl.class inflated: com/sun/xml/internal/ws/message/AttachmentSetImpl.class inflated: com/sun/xml/internal/ws/message/AttachmentUnmarshallerImpl.class inflated: com/sun/xml/internal/ws/message/ByteArrayAttachment.class inflated: com/sun/xml/internal/ws/message/DOMHeader.class inflated: com/sun/xml/internal/ws/message/DOMMessage.class inflated: com/sun/xml/internal/ws/message/DataHandlerAttachment.class inflated: com/sun/xml/internal/ws/message/EmptyMessageImpl.class inflated: com/sun/xml/internal/ws/message/FaultDetailHeader.class inflated: com/sun/xml/internal/ws/message/JAXBAttachment.class inflated: com/sun/xml/internal/ws/message/MimeAttachmentSet.class inflated: com/sun/xml/internal/ws/message/ProblemActionHeader.class inflated: com/sun/xml/internal/ws/message/RelatesToHeader.class inflated: com/sun/xml/internal/ws/message/RootElementSniffer.class inflated: com/sun/xml/internal/ws/message/StringHeader.class inflated: com/sun/xml/internal/ws/message/Util.class inflated: com/sun/xml/internal/ws/message/XMLReaderImpl.class inflated: com/sun/xml/internal/ws/message/jaxb/AttachmentMarshallerImpl.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBBridgeSource$1.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBBridgeSource.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBHeader.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBMessage.class inflated: com/sun/xml/internal/ws/message/jaxb/MarshallerBridge.class inflated: com/sun/xml/internal/ws/message/jaxb/package-info.class inflated: com/sun/xml/internal/ws/message/package-info.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJHeader.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJMessage$SAAJAttachment.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJMessage$SAAJAttachmentSet.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJMessage.class inflated: com/sun/xml/internal/ws/message/source/PayloadSourceMessage.class inflated: com/sun/xml/internal/ws/message/source/ProtocolSourceMessage.class inflated: com/sun/xml/internal/ws/message/source/SourceUtils.class inflated: com/sun/xml/internal/ws/message/stream/OutboundStreamHeader$Attribute.class inflated: com/sun/xml/internal/ws/message/stream/OutboundStreamHeader.class inflated: com/sun/xml/internal/ws/message/stream/PayloadStreamReaderMessage.class inflated: com/sun/xml/internal/ws/message/stream/StreamAttachment.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader$Attribute.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader11.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader12.class inflated: com/sun/xml/internal/ws/message/stream/StreamMessage.class inflated: com/sun/xml/internal/ws/model/AbstractSEIModelImpl$1.class inflated: com/sun/xml/internal/ws/model/AbstractSEIModelImpl.class inflated: com/sun/xml/internal/ws/model/CheckedExceptionImpl.class inflated: com/sun/xml/internal/ws/model/JavaMethodImpl.class inflated: com/sun/xml/internal/ws/model/ParameterImpl.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler$1.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler$2.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler$3.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler.class inflated: com/sun/xml/internal/ws/model/RuntimeModelerException.class inflated: com/sun/xml/internal/ws/model/SOAPSEIModel.class inflated: com/sun/xml/internal/ws/model/WrapperParameter.class inflated: com/sun/xml/internal/ws/model/soap/SOAPBindingImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl$UnknownWSDLExtension.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractFeaturedObjectImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractObjectImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLBoundOperationImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLBoundPortTypeImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLFaultImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLInputImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLMessageImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLModelImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLOperationImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLOutputImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPartDescriptorImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPartImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPortImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPortTypeImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLProperties.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLServiceImpl.class inflated: com/sun/xml/internal/ws/package-info.class inflated: com/sun/xml/internal/ws/protocol/soap/ClientMUTube.class inflated: com/sun/xml/internal/ws/protocol/soap/MUTube.class inflated: com/sun/xml/internal/ws/protocol/soap/ServerMUTube.class inflated: com/sun/xml/internal/ws/protocol/soap/VersionMismatchException.class inflated: com/sun/xml/internal/ws/protocol/xml/XMLMessageException.class inflated: com/sun/xml/internal/ws/resources/AddressingMessages.class inflated: com/sun/xml/internal/ws/resources/ClientMessages.class inflated: com/sun/xml/internal/ws/resources/DispatchMessages.class inflated: com/sun/xml/internal/ws/resources/EncodingMessages.class inflated: com/sun/xml/internal/ws/resources/HandlerMessages.class inflated: com/sun/xml/internal/ws/resources/HttpserverMessages.class inflated: com/sun/xml/internal/ws/resources/ModelerMessages.class inflated: com/sun/xml/internal/ws/resources/ProviderApiMessages.class inflated: com/sun/xml/internal/ws/resources/SenderMessages.class inflated: com/sun/xml/internal/ws/resources/ServerMessages.class inflated: com/sun/xml/internal/ws/resources/SoapMessages.class inflated: com/sun/xml/internal/ws/resources/StreamingMessages.class inflated: com/sun/xml/internal/ws/resources/UtilMessages.class inflated: com/sun/xml/internal/ws/resources/WsdlmodelMessages.class inflated: com/sun/xml/internal/ws/resources/WsservletMessages.class inflated: com/sun/xml/internal/ws/resources/XmlmessageMessages.class inflated: com/sun/xml/internal/ws/resources/addressing.properties inflated: com/sun/xml/internal/ws/resources/client.properties inflated: com/sun/xml/internal/ws/resources/dispatch.properties inflated: com/sun/xml/internal/ws/resources/encoding.properties inflated: com/sun/xml/internal/ws/resources/handler.properties inflated: com/sun/xml/internal/ws/resources/httpserver.properties inflated: com/sun/xml/internal/ws/resources/modeler.properties inflated: com/sun/xml/internal/ws/resources/providerApi.properties inflated: com/sun/xml/internal/ws/resources/sender.properties inflated: com/sun/xml/internal/ws/resources/server.properties inflated: com/sun/xml/internal/ws/resources/soap.properties inflated: com/sun/xml/internal/ws/resources/streaming.properties inflated: com/sun/xml/internal/ws/resources/util.properties inflated: com/sun/xml/internal/ws/resources/wsdlmodel.properties inflated: com/sun/xml/internal/ws/resources/wsservlet.properties inflated: com/sun/xml/internal/ws/resources/xmlmessage.properties inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$1.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$Compositor.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$FieldInjectionPlan$1.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$FieldInjectionPlan.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$InjectionPlan.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$MethodInjectionPlan.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver.class inflated: com/sun/xml/internal/ws/server/AbstractMultiInstanceResolver.class inflated: com/sun/xml/internal/ws/server/AbstractWebServiceContext.class inflated: com/sun/xml/internal/ws/server/DefaultResourceInjector.class inflated: com/sun/xml/internal/ws/server/EndpointFactory$EntityResolverImpl.class inflated: com/sun/xml/internal/ws/server/EndpointFactory.class inflated: com/sun/xml/internal/ws/server/EndpointMessageContextImpl$EntrySet$1.class inflated: com/sun/xml/internal/ws/server/EndpointMessageContextImpl$EntrySet.class inflated: com/sun/xml/internal/ws/server/EndpointMessageContextImpl.class inflated: com/sun/xml/internal/ws/server/InvokerTube$1.class inflated: com/sun/xml/internal/ws/server/InvokerTube$2.class inflated: com/sun/xml/internal/ws/server/InvokerTube.class inflated: com/sun/xml/internal/ws/server/SDDocumentImpl$SchemaImpl.class inflated: com/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl.class inflated: com/sun/xml/internal/ws/server/SDDocumentImpl.class inflated: com/sun/xml/internal/ws/server/ServerPropertyConstants.class inflated: com/sun/xml/internal/ws/server/ServerRtException.class inflated: com/sun/xml/internal/ws/server/ServiceDefinitionImpl.class inflated: com/sun/xml/internal/ws/server/SingletonResolver.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver$1CookieSniffer.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver$Instance$1.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver$Instance.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver.class inflated: com/sun/xml/internal/ws/server/UnsupportedMediaException.class inflated: com/sun/xml/internal/ws/server/WSDLGenResolver.class inflated: com/sun/xml/internal/ws/server/WSDLPatcher$EPR_ADDRESS_STATE.class inflated: com/sun/xml/internal/ws/server/WSDLPatcher.class inflated: com/sun/xml/internal/ws/server/WSEndpointImpl$1.class inflated: com/sun/xml/internal/ws/server/WSEndpointImpl$2.class inflated: com/sun/xml/internal/ws/server/WSEndpointImpl.class inflated: com/sun/xml/internal/ws/server/package-info.class inflated: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube$AsyncProviderCallbackImpl.class inflated: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube$AsyncWebServiceContext.class inflated: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube.class inflated: com/sun/xml/internal/ws/server/provider/MessageProviderArgumentBuilder.class inflated: com/sun/xml/internal/ws/server/provider/ProviderArgumentsBuilder.class inflated: com/sun/xml/internal/ws/server/provider/ProviderEndpointModel.class inflated: com/sun/xml/internal/ws/server/provider/ProviderInvokerTube.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder$MessageSource.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder$PayloadSource.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder$SOAPMessageParameter.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder.class inflated: com/sun/xml/internal/ws/server/provider/SyncProviderInvokerTube.class inflated: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder$DataSourceParameter.class inflated: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder$PayloadSource.class inflated: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder.class inflated: com/sun/xml/internal/ws/server/sei/ActionBasedDispatcher.class inflated: com/sun/xml/internal/ws/server/sei/DispatchException.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$AttachmentBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$Body.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$ByteArrayBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$Composite.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$DataHandlerBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$DocLit$PartBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$DocLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$Header.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$ImageBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$InputStreamBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$JAXBBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$None.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$NullSetter.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$RpcLit$PartBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$SourceBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcher.class inflated: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcherGetter.class inflated: com/sun/xml/internal/ws/server/sei/EndpointMethodHandler.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$Bare.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$DocLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$Empty.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$JAXB.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$Wrapped.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointValueSetter$HolderParam.class inflated: com/sun/xml/internal/ws/server/sei/EndpointValueSetter$Param.class inflated: com/sun/xml/internal/ws/server/sei/EndpointValueSetter.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$AttachmentFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$ByteArrayFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$DataHandlerFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$Header.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$JAXBFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller.class inflated: com/sun/xml/internal/ws/server/sei/PayloadQNameBasedDispatcher.class inflated: com/sun/xml/internal/ws/server/sei/SEIInvokerTube.class inflated: com/sun/xml/internal/ws/server/sei/ValueGetter$1.class inflated: com/sun/xml/internal/ws/server/sei/ValueGetter$2.class inflated: com/sun/xml/internal/ws/server/sei/ValueGetter.class inflated: com/sun/xml/internal/ws/spi/ProviderImpl$1.class inflated: com/sun/xml/internal/ws/spi/ProviderImpl$2.class inflated: com/sun/xml/internal/ws/spi/ProviderImpl.class inflated: com/sun/xml/internal/ws/streaming/Attributes.class inflated: com/sun/xml/internal/ws/streaming/DOMStreamReader$Scope.class inflated: com/sun/xml/internal/ws/streaming/DOMStreamReader.class inflated: com/sun/xml/internal/ws/streaming/PrefixFactory.class inflated: com/sun/xml/internal/ws/streaming/PrefixFactoryImpl.class inflated: com/sun/xml/internal/ws/streaming/SourceReaderFactory.class inflated: com/sun/xml/internal/ws/streaming/TidyXMLStreamReader.class inflated: com/sun/xml/internal/ws/streaming/XMLReader.class inflated: com/sun/xml/internal/ws/streaming/XMLReaderException.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderException.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil$AttributesImpl$AttributeInfo.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil$AttributesImpl.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamWriterException.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamWriterUtil.class inflated: com/sun/xml/internal/ws/transport/DeferredTransportPipe.class inflated: com/sun/xml/internal/ws/transport/Headers.class inflated: com/sun/xml/internal/ws/transport/http/DeploymentDescriptorParser$AdapterFactory.class inflated: com/sun/xml/internal/ws/transport/http/DeploymentDescriptorParser.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$1.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$2.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$AsyncTransport.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$DummyList.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$Http10OutputStream.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$HttpToolkit.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$Oneway.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapterList$1.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapterList$PortInfo.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapterList.class inflated: com/sun/xml/internal/ws/transport/http/ResourceLoader.class inflated: com/sun/xml/internal/ws/transport/http/WSHTTPConnection.class inflated: com/sun/xml/internal/ws/transport/http/client/CookieJar.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport$HttpClientVerifier.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport$WSChunkedOuputStream.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpCookie.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpResponseProperties.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpTransportPipe.class inflated: com/sun/xml/internal/ws/transport/http/client/RfcDateParser.class inflated: com/sun/xml/internal/ws/transport/http/server/EndpointImpl.class inflated: com/sun/xml/internal/ws/transport/http/server/HttpEndpoint.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$1.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$2.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerMgr$ServerState.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerMgr.class inflated: com/sun/xml/internal/ws/transport/http/server/WSHttpHandler$HttpHandlerRunnable.class inflated: com/sun/xml/internal/ws/transport/http/server/WSHttpHandler.class inflated: com/sun/xml/internal/ws/util/ASCIIUtility.class inflated: com/sun/xml/internal/ws/util/ByteArrayBuffer.class inflated: com/sun/xml/internal/ws/util/ByteArrayDataSource.class inflated: com/sun/xml/internal/ws/util/CompletedFuture.class inflated: com/sun/xml/internal/ws/util/Constants.class inflated: com/sun/xml/internal/ws/util/DOMUtil.class inflated: com/sun/xml/internal/ws/util/FastInfosetReflection.class inflated: com/sun/xml/internal/ws/util/FastInfosetUtil.class inflated: com/sun/xml/internal/ws/util/HandlerAnnotationInfo.class inflated: com/sun/xml/internal/ws/util/HandlerAnnotationProcessor.class inflated: com/sun/xml/internal/ws/util/JAXWSUtils.class inflated: com/sun/xml/internal/ws/util/NamespaceSupport$Context.class inflated: com/sun/xml/internal/ws/util/NamespaceSupport.class inflated: com/sun/xml/internal/ws/util/NoCloseInputStream.class inflated: com/sun/xml/internal/ws/util/NoCloseOutputStream.class inflated: com/sun/xml/internal/ws/util/Pool$Marshaller.class inflated: com/sun/xml/internal/ws/util/Pool$TubePool.class inflated: com/sun/xml/internal/ws/util/Pool$Unmarshaller.class inflated: com/sun/xml/internal/ws/util/Pool.class inflated: com/sun/xml/internal/ws/util/QNameMap$1.class inflated: com/sun/xml/internal/ws/util/QNameMap$Entry.class inflated: com/sun/xml/internal/ws/util/QNameMap$EntryIterator.class inflated: com/sun/xml/internal/ws/util/QNameMap$EntrySet.class inflated: com/sun/xml/internal/ws/util/QNameMap$HashIterator.class inflated: com/sun/xml/internal/ws/util/QNameMap$ValueIterator.class inflated: com/sun/xml/internal/ws/util/QNameMap.class inflated: com/sun/xml/internal/ws/util/ReadOnlyPropertyException.class inflated: com/sun/xml/internal/ws/util/RuntimeVersion.class inflated: com/sun/xml/internal/ws/util/ServiceConfigurationError.class inflated: com/sun/xml/internal/ws/util/ServiceFinder$LazyIterator.class inflated: com/sun/xml/internal/ws/util/ServiceFinder.class inflated: com/sun/xml/internal/ws/util/StringUtils.class inflated: com/sun/xml/internal/ws/util/UtilException.class inflated: com/sun/xml/internal/ws/util/Version.class inflated: com/sun/xml/internal/ws/util/VersionUtil.class inflated: com/sun/xml/internal/ws/util/exception/JAXWSExceptionBase.class inflated: com/sun/xml/internal/ws/util/exception/LocatableWebServiceException.class inflated: com/sun/xml/internal/ws/util/localization/Localizable.class inflated: com/sun/xml/internal/ws/util/localization/LocalizableImpl.class inflated: com/sun/xml/internal/ws/util/localization/LocalizableMessage.class inflated: com/sun/xml/internal/ws/util/localization/LocalizableMessageFactory.class inflated: com/sun/xml/internal/ws/util/localization/Localizer.class inflated: com/sun/xml/internal/ws/util/localization/NullLocalizable.class inflated: com/sun/xml/internal/ws/util/pipe/DumpTube$1.class inflated: com/sun/xml/internal/ws/util/pipe/DumpTube.class inflated: com/sun/xml/internal/ws/util/pipe/StandalonePipeAssembler.class inflated: com/sun/xml/internal/ws/util/pipe/StandaloneTubeAssembler.class inflated: com/sun/xml/internal/ws/util/resources/Messages_en.properties inflated: com/sun/xml/internal/ws/util/version.properties inflated: com/sun/xml/internal/ws/util/xml/CDATA.class inflated: com/sun/xml/internal/ws/util/xml/ContentHandlerToXMLStreamWriter.class inflated: com/sun/xml/internal/ws/util/xml/DummyLocation.class inflated: com/sun/xml/internal/ws/util/xml/NamedNodeMapIterator.class inflated: com/sun/xml/internal/ws/util/xml/NodeListIterator.class inflated: com/sun/xml/internal/ws/util/xml/StAXResult.class inflated: com/sun/xml/internal/ws/util/xml/StAXSource$1.class inflated: com/sun/xml/internal/ws/util/xml/StAXSource.class inflated: com/sun/xml/internal/ws/util/xml/XMLStreamReaderFilter.class inflated: com/sun/xml/internal/ws/util/xml/XMLStreamReaderToXMLStreamWriter.class inflated: com/sun/xml/internal/ws/util/xml/XMLStreamWriterFilter.class inflated: com/sun/xml/internal/ws/util/xml/XmlUtil$1.class inflated: com/sun/xml/internal/ws/util/xml/XmlUtil.class inflated: com/sun/xml/internal/ws/wsdl/parser/DelegatingParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/EntityResolverWrapper.class inflated: com/sun/xml/internal/ws/wsdl/parser/ErrorHandler.class inflated: com/sun/xml/internal/ws/wsdl/parser/FoolProofParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/InaccessibleWSDLException$Builder.class inflated: com/sun/xml/internal/ws/wsdl/parser/InaccessibleWSDLException.class inflated: com/sun/xml/internal/ws/wsdl/parser/MIMEConstants.class inflated: com/sun/xml/internal/ws/wsdl/parser/MemberSubmissionAddressingWSDLParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/MexEntityResolver.class inflated: com/sun/xml/internal/ws/wsdl/parser/ParserUtil.class inflated: com/sun/xml/internal/ws/wsdl/parser/RuntimeWSDLParser$BindingMode.class inflated: com/sun/xml/internal/ws/wsdl/parser/RuntimeWSDLParser.class inflated: com/sun/xml/internal/ws/wsdl/parser/SOAPConstants.class inflated: com/sun/xml/internal/ws/wsdl/parser/W3CAddressingWSDLParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/WSDLConstants.class inflated: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionContextImpl.class inflated: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionFacade.class inflated: com/sun/xml/internal/ws/wsdl/writer/UsingAddressing.class inflated: com/sun/xml/internal/ws/wsdl/writer/W3CAddressingWSDLGeneratorExtension.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator$CommentFilter.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator$JAXWSOutputSchemaResolver.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGeneratorExtensionFacade.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLResolver.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Binding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/BindingOperationType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Definitions.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Documented.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Fault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/FaultType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Import.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Message.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/OpenAtts.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Operation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/ParamType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Part.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Port.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/PortType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Service.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/StartWithExtensionsType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Types.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/Address.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/Binding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/Operation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/Body.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/BodyType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/Header.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/HeaderFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPAddress.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPBinding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPOperation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Body.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/BodyType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Header.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/HeaderFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPAddress.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPBinding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPOperation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Import.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Schema.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/xsd/package-info.class inflated: com/sun/xml/internal/xsom/ForeignAttributes.class inflated: com/sun/xml/internal/xsom/SCD.class inflated: com/sun/xml/internal/xsom/XSAnnotation.class inflated: com/sun/xml/internal/xsom/XSAttContainer.class inflated: com/sun/xml/internal/xsom/XSAttGroupDecl.class inflated: com/sun/xml/internal/xsom/XSAttributeDecl.class inflated: com/sun/xml/internal/xsom/XSAttributeUse.class inflated: com/sun/xml/internal/xsom/XSComplexType.class inflated: com/sun/xml/internal/xsom/XSComponent.class inflated: com/sun/xml/internal/xsom/XSContentType.class inflated: com/sun/xml/internal/xsom/XSDeclaration.class inflated: com/sun/xml/internal/xsom/XSElementDecl.class inflated: com/sun/xml/internal/xsom/XSFacet.class inflated: com/sun/xml/internal/xsom/XSIdentityConstraint.class inflated: com/sun/xml/internal/xsom/XSListSimpleType.class inflated: com/sun/xml/internal/xsom/XSModelGroup$Compositor.class inflated: com/sun/xml/internal/xsom/XSModelGroup.class inflated: com/sun/xml/internal/xsom/XSModelGroupDecl.class inflated: com/sun/xml/internal/xsom/XSNotation.class inflated: com/sun/xml/internal/xsom/XSParticle.class inflated: com/sun/xml/internal/xsom/XSRestrictionSimpleType.class inflated: com/sun/xml/internal/xsom/XSSchema.class inflated: com/sun/xml/internal/xsom/XSSchemaSet.class inflated: com/sun/xml/internal/xsom/XSSimpleType.class inflated: com/sun/xml/internal/xsom/XSTerm.class inflated: com/sun/xml/internal/xsom/XSType.class inflated: com/sun/xml/internal/xsom/XSUnionSimpleType.class inflated: com/sun/xml/internal/xsom/XSVariety.class inflated: com/sun/xml/internal/xsom/XSWildcard$Any.class inflated: com/sun/xml/internal/xsom/XSWildcard$Other.class inflated: com/sun/xml/internal/xsom/XSWildcard$Union.class inflated: com/sun/xml/internal/xsom/XSWildcard.class inflated: com/sun/xml/internal/xsom/XSXPath.class inflated: com/sun/xml/internal/xsom/XmlString$1.class inflated: com/sun/xml/internal/xsom/XmlString.class inflated: com/sun/xml/internal/xsom/impl/AnnotationImpl.class inflated: com/sun/xml/internal/xsom/impl/AttGroupDeclImpl.class inflated: com/sun/xml/internal/xsom/impl/AttributeDeclImpl.class inflated: com/sun/xml/internal/xsom/impl/AttributeUseImpl.class inflated: com/sun/xml/internal/xsom/impl/AttributesHolder$1.class inflated: com/sun/xml/internal/xsom/impl/AttributesHolder$2.class inflated: com/sun/xml/internal/xsom/impl/AttributesHolder.class inflated: com/sun/xml/internal/xsom/impl/ComplexTypeImpl$1.class inflated: com/sun/xml/internal/xsom/impl/ComplexTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/ComponentImpl.class inflated: com/sun/xml/internal/xsom/impl/Const.class inflated: com/sun/xml/internal/xsom/impl/ContentTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/DeclarationImpl.class inflated: com/sun/xml/internal/xsom/impl/ElementDecl.class inflated: com/sun/xml/internal/xsom/impl/EmptyImpl.class inflated: com/sun/xml/internal/xsom/impl/FacetImpl.class inflated: com/sun/xml/internal/xsom/impl/ForeignAttributesImpl.class inflated: com/sun/xml/internal/xsom/impl/IdentityConstraintImpl.class inflated: com/sun/xml/internal/xsom/impl/ListSimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/ModelGroupDeclImpl.class inflated: com/sun/xml/internal/xsom/impl/ModelGroupImpl.class inflated: com/sun/xml/internal/xsom/impl/NotationImpl.class inflated: com/sun/xml/internal/xsom/impl/ParticleImpl.class inflated: com/sun/xml/internal/xsom/impl/Ref$AttGroup.class inflated: com/sun/xml/internal/xsom/impl/Ref$Attribute.class inflated: com/sun/xml/internal/xsom/impl/Ref$ComplexType.class inflated: com/sun/xml/internal/xsom/impl/Ref$ContentType.class inflated: com/sun/xml/internal/xsom/impl/Ref$Element.class inflated: com/sun/xml/internal/xsom/impl/Ref$IdentityConstraint.class inflated: com/sun/xml/internal/xsom/impl/Ref$SimpleType.class inflated: com/sun/xml/internal/xsom/impl/Ref$Term.class inflated: com/sun/xml/internal/xsom/impl/Ref$Type.class inflated: com/sun/xml/internal/xsom/impl/Ref.class inflated: com/sun/xml/internal/xsom/impl/RestrictionSimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/SchemaImpl.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$1.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$2.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$3.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$4.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$5.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$6.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$7.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$8.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$9.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$AnySimpleType.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$AnyType.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl.class inflated: com/sun/xml/internal/xsom/impl/SimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/UName$1.class inflated: com/sun/xml/internal/xsom/impl/UName.class inflated: com/sun/xml/internal/xsom/impl/UnionSimpleTypeImpl$1.class inflated: com/sun/xml/internal/xsom/impl/UnionSimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/Util.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl$Any.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl$Finite.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl$Other.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl.class inflated: com/sun/xml/internal/xsom/impl/XPathImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/BaseContentRef$1.class inflated: com/sun/xml/internal/xsom/impl/parser/BaseContentRef.class inflated: com/sun/xml/internal/xsom/impl/parser/DefaultAnnotationParser.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$AttGroup.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$Attribute.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$ComplexType.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$Element.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$IdentityConstraint.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$ModelGroup.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$SimpleType.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$Type.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef.class inflated: com/sun/xml/internal/xsom/impl/parser/Messages.class inflated: com/sun/xml/internal/xsom/impl/parser/Messages.properties inflated: com/sun/xml/internal/xsom/impl/parser/Messages_ja.properties inflated: com/sun/xml/internal/xsom/impl/parser/NGCCRuntimeEx$Context.class inflated: com/sun/xml/internal/xsom/impl/parser/NGCCRuntimeEx.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext$1.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext$2.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext$3.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext.class inflated: com/sun/xml/internal/xsom/impl/parser/Patch.class inflated: com/sun/xml/internal/xsom/impl/parser/PatcherManager$Patcher.class inflated: com/sun/xml/internal/xsom/impl/parser/PatcherManager.class inflated: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor$SAXParserImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor$XMLReaderImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor.class inflated: com/sun/xml/internal/xsom/impl/parser/SchemaDocumentImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/SubstGroupBaseTypeRef.class inflated: com/sun/xml/internal/xsom/impl/parser/datatypes.xsd inflated: com/sun/xml/internal/xsom/impl/parser/state/AttributesImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventReceiver.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventSource.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCHandler.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCInterleaveFilter.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCRuntime.class inflated: com/sun/xml/internal/xsom/impl/parser/state/Schema.class inflated: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_List.class inflated: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Restriction.class inflated: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Union.class inflated: com/sun/xml/internal/xsom/impl/parser/state/annotation.class inflated: com/sun/xml/internal/xsom/impl/parser/state/attributeDeclBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/attributeGroupDecl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/attributeUses.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType$BaseComplexTypeContentRef.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType$BaseContentSimpleTypeRef.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType$InheritBaseContentTypeRef.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType_complexContent_body.class inflated: com/sun/xml/internal/xsom/impl/parser/state/elementDeclBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/erSet.class inflated: com/sun/xml/internal/xsom/impl/parser/state/ersSet.class inflated: com/sun/xml/internal/xsom/impl/parser/state/facet.class inflated: com/sun/xml/internal/xsom/impl/parser/state/foreignAttributes.class inflated: com/sun/xml/internal/xsom/impl/parser/state/group.class inflated: com/sun/xml/internal/xsom/impl/parser/state/identityConstraint.class inflated: com/sun/xml/internal/xsom/impl/parser/state/importDecl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/includeDecl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/modelGroupBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/notation.class inflated: com/sun/xml/internal/xsom/impl/parser/state/occurs.class inflated: com/sun/xml/internal/xsom/impl/parser/state/particle.class inflated: com/sun/xml/internal/xsom/impl/parser/state/qname.class inflated: com/sun/xml/internal/xsom/impl/parser/state/qualification.class inflated: com/sun/xml/internal/xsom/impl/parser/state/redefine.class inflated: com/sun/xml/internal/xsom/impl/parser/state/simpleType.class inflated: com/sun/xml/internal/xsom/impl/parser/state/wildcardBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/xpath.class inflated: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl$1.class inflated: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl$2.class inflated: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$10.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$11.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$12.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$13.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$14.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$15.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$16.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$17.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$18.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$19.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$2.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$20.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$21.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$3$Visitor$Recursion.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$3$Visitor.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$3.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$4$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$4.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$5.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$6$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$6.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$7.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$8.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$9.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$ModelGroupAxis.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Adapter.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Array.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Filter.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Map.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$ReadOnly.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Singleton.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Union.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Unique.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators.class inflated: com/sun/xml/internal/xsom/impl/scd/ParseException.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDImpl$1.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDImpl.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDParser.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDParserConstants.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDParserTokenManager.class inflated: com/sun/xml/internal/xsom/impl/scd/SimpleCharStream.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$AnonymousType.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Any.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Facet.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Filtered$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Filtered.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Named.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Schema.class inflated: com/sun/xml/internal/xsom/impl/scd/Step.class inflated: com/sun/xml/internal/xsom/impl/scd/Token.class inflated: com/sun/xml/internal/xsom/impl/scd/TokenMgrError.class inflated: com/sun/xml/internal/xsom/impl/util/DraconianErrorHandler.class inflated: com/sun/xml/internal/xsom/impl/util/ResourceEntityResolver.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$1.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaRootNode.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaTreeCellRenderer.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaTreeModel.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaTreeNode.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaWriter$1.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaWriter.class inflated: com/sun/xml/internal/xsom/impl/util/Uri.class inflated: com/sun/xml/internal/xsom/parser/AnnotationContext.class inflated: com/sun/xml/internal/xsom/parser/AnnotationParser.class inflated: com/sun/xml/internal/xsom/parser/AnnotationParserFactory.class inflated: com/sun/xml/internal/xsom/parser/JAXPParser$XMLReaderEx.class inflated: com/sun/xml/internal/xsom/parser/JAXPParser.class inflated: com/sun/xml/internal/xsom/parser/SchemaDocument.class inflated: com/sun/xml/internal/xsom/parser/XMLParser.class inflated: com/sun/xml/internal/xsom/parser/XSOMParser$1.class inflated: com/sun/xml/internal/xsom/parser/XSOMParser.class inflated: com/sun/xml/internal/xsom/util/ComponentNameFunction.class inflated: com/sun/xml/internal/xsom/util/DeferedCollection$1.class inflated: com/sun/xml/internal/xsom/util/DeferedCollection.class inflated: com/sun/xml/internal/xsom/util/DomAnnotationParserFactory$AnnotationParserImpl.class inflated: com/sun/xml/internal/xsom/util/DomAnnotationParserFactory.class inflated: com/sun/xml/internal/xsom/util/NameGetter.class inflated: com/sun/xml/internal/xsom/util/NameGetter.properties inflated: com/sun/xml/internal/xsom/util/SimpleTypeSet.class inflated: com/sun/xml/internal/xsom/util/TypeClosure.class inflated: com/sun/xml/internal/xsom/util/TypeSet$1.class inflated: com/sun/xml/internal/xsom/util/TypeSet$2.class inflated: com/sun/xml/internal/xsom/util/TypeSet.class inflated: com/sun/xml/internal/xsom/util/XSFinder.class inflated: com/sun/xml/internal/xsom/util/XSFunctionFilter.class inflated: com/sun/xml/internal/xsom/visitor/XSContentTypeFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSContentTypeVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSSimpleTypeFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSSimpleTypeVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSTermFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSTermFunctionWithParam.class inflated: com/sun/xml/internal/xsom/visitor/XSTermVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSWildcardFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSWildcardVisitor.class inflated: java/nio/BufferOverflowException.class inflated: java/nio/BufferUnderflowException.class inflated: java/nio/ByteBuffer.class inflated: java/nio/ByteBufferAsCharBufferB.class inflated: java/nio/ByteBufferAsCharBufferL.class inflated: java/nio/ByteBufferAsCharBufferRB.class inflated: java/nio/ByteBufferAsCharBufferRL.class inflated: java/nio/ByteBufferAsDoubleBufferB.class inflated: java/nio/ByteBufferAsDoubleBufferL.class inflated: java/nio/ByteBufferAsDoubleBufferRB.class inflated: java/nio/ByteBufferAsDoubleBufferRL.class inflated: java/nio/ByteBufferAsFloatBufferB.class inflated: java/nio/ByteBufferAsFloatBufferL.class inflated: java/nio/ByteBufferAsFloatBufferRB.class inflated: java/nio/ByteBufferAsFloatBufferRL.class inflated: java/nio/ByteBufferAsIntBufferB.class inflated: java/nio/ByteBufferAsIntBufferL.class inflated: java/nio/ByteBufferAsIntBufferRB.class inflated: java/nio/ByteBufferAsIntBufferRL.class inflated: java/nio/ByteBufferAsLongBufferB.class inflated: java/nio/ByteBufferAsLongBufferL.class inflated: java/nio/ByteBufferAsLongBufferRB.class inflated: java/nio/ByteBufferAsLongBufferRL.class inflated: java/nio/ByteBufferAsShortBufferB.class inflated: java/nio/ByteBufferAsShortBufferL.class inflated: java/nio/ByteBufferAsShortBufferRB.class inflated: java/nio/ByteBufferAsShortBufferRL.class inflated: java/nio/CharBuffer.class inflated: java/nio/DirectByteBuffer$Deallocator.class inflated: java/nio/DirectByteBuffer.class inflated: java/nio/DirectByteBufferR.class inflated: java/nio/DirectCharBufferRS.class inflated: java/nio/DirectCharBufferRU.class inflated: java/nio/DirectCharBufferS.class inflated: java/nio/DirectCharBufferU.class inflated: java/nio/DirectDoubleBufferRS.class inflated: java/nio/DirectDoubleBufferRU.class inflated: java/nio/DirectDoubleBufferS.class inflated: java/nio/DirectDoubleBufferU.class inflated: java/nio/DirectFloatBufferRS.class inflated: java/nio/DirectFloatBufferRU.class inflated: java/nio/DirectFloatBufferS.class inflated: java/nio/DirectFloatBufferU.class inflated: java/nio/DirectIntBufferRS.class inflated: java/nio/DirectIntBufferRU.class inflated: java/nio/DirectIntBufferS.class inflated: java/nio/DirectIntBufferU.class inflated: java/nio/DirectLongBufferRS.class inflated: java/nio/DirectLongBufferRU.class inflated: java/nio/DirectLongBufferS.class inflated: java/nio/DirectLongBufferU.class inflated: java/nio/DirectShortBufferRS.class inflated: java/nio/DirectShortBufferRU.class inflated: java/nio/DirectShortBufferS.class inflated: java/nio/DirectShortBufferU.class inflated: java/nio/DoubleBuffer.class inflated: java/nio/FloatBuffer.class inflated: java/nio/HeapByteBuffer.class inflated: java/nio/HeapByteBufferR.class inflated: java/nio/HeapCharBuffer.class inflated: java/nio/HeapCharBufferR.class inflated: java/nio/HeapDoubleBuffer.class inflated: java/nio/HeapDoubleBufferR.class inflated: java/nio/HeapFloatBuffer.class inflated: java/nio/HeapFloatBufferR.class inflated: java/nio/HeapIntBuffer.class inflated: java/nio/HeapIntBufferR.class inflated: java/nio/HeapLongBuffer.class inflated: java/nio/HeapLongBufferR.class inflated: java/nio/HeapShortBuffer.class inflated: java/nio/HeapShortBufferR.class inflated: java/nio/IntBuffer.class inflated: java/nio/LongBuffer.class inflated: java/nio/ReadOnlyBufferException.class inflated: java/nio/ShortBuffer.class inflated: java/nio/charset/CharacterCodingException.class inflated: java/nio/charset/CharsetDecoder.class inflated: java/nio/charset/CharsetEncoder.class inflated: javax/activation/ActivationDataFlavor.class inflated: javax/activation/CommandInfo.class inflated: javax/activation/CommandMap.class inflated: javax/activation/CommandObject.class inflated: javax/activation/DataContentHandler.class inflated: javax/activation/DataContentHandlerFactory.class inflated: javax/activation/DataHandler$1.class inflated: javax/activation/DataHandler.class inflated: javax/activation/DataHandlerDataSource.class inflated: javax/activation/DataSource.class inflated: javax/activation/DataSourceDataContentHandler.class inflated: javax/activation/FileDataSource.class inflated: javax/activation/FileTypeMap.class inflated: javax/activation/MailcapCommandMap.class inflated: javax/activation/MimeType.class inflated: javax/activation/MimeTypeParameterList.class inflated: javax/activation/MimeTypeParseException.class inflated: javax/activation/MimetypesFileTypeMap.class inflated: javax/activation/ObjectDataContentHandler.class inflated: javax/activation/SecuritySupport$1.class inflated: javax/activation/SecuritySupport$2.class inflated: javax/activation/SecuritySupport$3.class inflated: javax/activation/SecuritySupport$4.class inflated: javax/activation/SecuritySupport$5.class inflated: javax/activation/SecuritySupport.class inflated: javax/activation/URLDataSource.class inflated: javax/activation/UnsupportedDataTypeException.class inflated: javax/annotation/Generated.class inflated: javax/annotation/PostConstruct.class inflated: javax/annotation/PreDestroy.class inflated: javax/annotation/Resource$AuthenticationType.class inflated: javax/annotation/Resource.class inflated: javax/annotation/Resources.class inflated: javax/jws/HandlerChain.class inflated: javax/jws/Oneway.class inflated: javax/jws/WebMethod.class inflated: javax/jws/WebParam$Mode.class inflated: javax/jws/WebParam.class inflated: javax/jws/WebResult.class inflated: javax/jws/WebService.class inflated: javax/jws/soap/InitParam.class inflated: javax/jws/soap/SOAPBinding$ParameterStyle.class inflated: javax/jws/soap/SOAPBinding$Style.class inflated: javax/jws/soap/SOAPBinding$Use.class inflated: javax/jws/soap/SOAPBinding.class inflated: javax/jws/soap/SOAPMessageHandler.class inflated: javax/jws/soap/SOAPMessageHandlers.class inflated: javax/xml/bind/Binder.class inflated: javax/xml/bind/ContextFinder$1.class inflated: javax/xml/bind/ContextFinder.class inflated: javax/xml/bind/DataBindingException.class inflated: javax/xml/bind/DatatypeConverter.class inflated: javax/xml/bind/DatatypeConverterImpl$CalendarFormatter.class inflated: javax/xml/bind/DatatypeConverterImpl.class inflated: javax/xml/bind/DatatypeConverterInterface.class inflated: javax/xml/bind/Element.class inflated: javax/xml/bind/GetPropertyAction.class inflated: javax/xml/bind/JAXB$Cache.class inflated: javax/xml/bind/JAXB.class inflated: javax/xml/bind/JAXBContext.class inflated: javax/xml/bind/JAXBElement$GlobalScope.class inflated: javax/xml/bind/JAXBElement.class inflated: javax/xml/bind/JAXBException.class inflated: javax/xml/bind/JAXBIntrospector.class inflated: javax/xml/bind/MarshalException.class inflated: javax/xml/bind/Marshaller$Listener.class inflated: javax/xml/bind/Marshaller.class inflated: javax/xml/bind/Messages.class inflated: javax/xml/bind/Messages.properties inflated: javax/xml/bind/NotIdentifiableEvent.class inflated: javax/xml/bind/ParseConversionEvent.class inflated: javax/xml/bind/PrintConversionEvent.class inflated: javax/xml/bind/PropertyException.class inflated: javax/xml/bind/SchemaOutputResolver.class inflated: javax/xml/bind/TypeConstraintException.class inflated: javax/xml/bind/UnmarshalException.class inflated: javax/xml/bind/Unmarshaller$Listener.class inflated: javax/xml/bind/Unmarshaller.class inflated: javax/xml/bind/UnmarshallerHandler.class inflated: javax/xml/bind/ValidationEvent.class inflated: javax/xml/bind/ValidationEventHandler.class inflated: javax/xml/bind/ValidationEventLocator.class inflated: javax/xml/bind/ValidationException.class inflated: javax/xml/bind/Validator.class inflated: javax/xml/bind/WhiteSpaceProcessor.class inflated: javax/xml/bind/annotation/DomHandler.class inflated: javax/xml/bind/annotation/W3CDomHandler.class inflated: javax/xml/bind/annotation/XmlAccessOrder.class inflated: javax/xml/bind/annotation/XmlAccessType.class inflated: javax/xml/bind/annotation/XmlAccessorOrder.class inflated: javax/xml/bind/annotation/XmlAccessorType.class inflated: javax/xml/bind/annotation/XmlAnyAttribute.class inflated: javax/xml/bind/annotation/XmlAnyElement.class inflated: javax/xml/bind/annotation/XmlAttachmentRef.class inflated: javax/xml/bind/annotation/XmlAttribute.class inflated: javax/xml/bind/annotation/XmlElement$DEFAULT.class inflated: javax/xml/bind/annotation/XmlElement.class inflated: javax/xml/bind/annotation/XmlElementDecl$GLOBAL.class inflated: javax/xml/bind/annotation/XmlElementDecl.class inflated: javax/xml/bind/annotation/XmlElementRef$DEFAULT.class inflated: javax/xml/bind/annotation/XmlElementRef.class inflated: javax/xml/bind/annotation/XmlElementRefs.class inflated: javax/xml/bind/annotation/XmlElementWrapper.class inflated: javax/xml/bind/annotation/XmlElements.class inflated: javax/xml/bind/annotation/XmlEnum.class inflated: javax/xml/bind/annotation/XmlEnumValue.class inflated: javax/xml/bind/annotation/XmlID.class inflated: javax/xml/bind/annotation/XmlIDREF.class inflated: javax/xml/bind/annotation/XmlInlineBinaryData.class inflated: javax/xml/bind/annotation/XmlList.class inflated: javax/xml/bind/annotation/XmlMimeType.class inflated: javax/xml/bind/annotation/XmlMixed.class inflated: javax/xml/bind/annotation/XmlNs.class inflated: javax/xml/bind/annotation/XmlNsForm.class inflated: javax/xml/bind/annotation/XmlRegistry.class inflated: javax/xml/bind/annotation/XmlRootElement.class inflated: javax/xml/bind/annotation/XmlSchema.class inflated: javax/xml/bind/annotation/XmlSchemaType$DEFAULT.class inflated: javax/xml/bind/annotation/XmlSchemaType.class inflated: javax/xml/bind/annotation/XmlSchemaTypes.class inflated: javax/xml/bind/annotation/XmlSeeAlso.class inflated: javax/xml/bind/annotation/XmlTransient.class inflated: javax/xml/bind/annotation/XmlType$DEFAULT.class inflated: javax/xml/bind/annotation/XmlType.class inflated: javax/xml/bind/annotation/XmlValue.class inflated: javax/xml/bind/annotation/adapters/CollapsedStringAdapter.class inflated: javax/xml/bind/annotation/adapters/HexBinaryAdapter.class inflated: javax/xml/bind/annotation/adapters/NormalizedStringAdapter.class inflated: javax/xml/bind/annotation/adapters/XmlAdapter.class inflated: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter$DEFAULT.class inflated: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.class inflated: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.class inflated: javax/xml/bind/attachment/AttachmentMarshaller.class inflated: javax/xml/bind/attachment/AttachmentUnmarshaller.class inflated: javax/xml/bind/helpers/AbstractMarshallerImpl.class inflated: javax/xml/bind/helpers/AbstractUnmarshallerImpl.class inflated: javax/xml/bind/helpers/DefaultValidationEventHandler.class inflated: javax/xml/bind/helpers/Messages.class inflated: javax/xml/bind/helpers/Messages.properties inflated: javax/xml/bind/helpers/NotIdentifiableEventImpl.class inflated: javax/xml/bind/helpers/ParseConversionEventImpl.class inflated: javax/xml/bind/helpers/PrintConversionEventImpl.class inflated: javax/xml/bind/helpers/ValidationEventImpl.class inflated: javax/xml/bind/helpers/ValidationEventLocatorImpl.class inflated: javax/xml/bind/util/JAXBResult.class inflated: javax/xml/bind/util/JAXBSource$1.class inflated: javax/xml/bind/util/JAXBSource.class inflated: javax/xml/bind/util/Messages.class inflated: javax/xml/bind/util/Messages.properties inflated: javax/xml/bind/util/ValidationEventCollector.class inflated: javax/xml/soap/AttachmentPart.class inflated: javax/xml/soap/Detail.class inflated: javax/xml/soap/DetailEntry.class inflated: javax/xml/soap/FactoryFinder.class inflated: javax/xml/soap/MessageFactory.class inflated: javax/xml/soap/MimeHeader.class inflated: javax/xml/soap/MimeHeaders$MatchingIterator.class inflated: javax/xml/soap/MimeHeaders.class inflated: javax/xml/soap/Name.class inflated: javax/xml/soap/Node.class inflated: javax/xml/soap/SAAJMetaFactory.class inflated: javax/xml/soap/SAAJResult.class inflated: javax/xml/soap/SOAPBody.class inflated: javax/xml/soap/SOAPBodyElement.class inflated: javax/xml/soap/SOAPConnection.class inflated: javax/xml/soap/SOAPConnectionFactory.class inflated: javax/xml/soap/SOAPConstants.class inflated: javax/xml/soap/SOAPElement.class inflated: javax/xml/soap/SOAPElementFactory.class inflated: javax/xml/soap/SOAPEnvelope.class inflated: javax/xml/soap/SOAPException.class inflated: javax/xml/soap/SOAPFactory.class inflated: javax/xml/soap/SOAPFault.class inflated: javax/xml/soap/SOAPFaultElement.class inflated: javax/xml/soap/SOAPHeader.class inflated: javax/xml/soap/SOAPHeaderElement.class inflated: javax/xml/soap/SOAPMessage.class inflated: javax/xml/soap/SOAPPart.class inflated: javax/xml/soap/Text.class inflated: javax/xml/ws/Action.class inflated: javax/xml/ws/AsyncHandler.class inflated: javax/xml/ws/Binding.class inflated: javax/xml/ws/BindingProvider.class inflated: javax/xml/ws/BindingType.class inflated: javax/xml/ws/Dispatch.class inflated: javax/xml/ws/Endpoint.class inflated: javax/xml/ws/EndpointReference.class inflated: javax/xml/ws/FaultAction.class inflated: javax/xml/ws/Holder.class inflated: javax/xml/ws/LogicalMessage.class inflated: javax/xml/ws/ProtocolException.class inflated: javax/xml/ws/Provider.class inflated: javax/xml/ws/RequestWrapper.class inflated: javax/xml/ws/RespectBinding.class inflated: javax/xml/ws/RespectBindingFeature.class inflated: javax/xml/ws/Response.class inflated: javax/xml/ws/ResponseWrapper.class inflated: javax/xml/ws/Service$Mode.class inflated: javax/xml/ws/Service.class inflated: javax/xml/ws/ServiceMode.class inflated: javax/xml/ws/WebEndpoint.class inflated: javax/xml/ws/WebFault.class inflated: javax/xml/ws/WebServiceClient.class inflated: javax/xml/ws/WebServiceContext.class inflated: javax/xml/ws/WebServiceException.class inflated: javax/xml/ws/WebServiceFeature.class inflated: javax/xml/ws/WebServicePermission.class inflated: javax/xml/ws/WebServiceProvider.class inflated: javax/xml/ws/WebServiceRef.class inflated: javax/xml/ws/WebServiceRefs.class inflated: javax/xml/ws/handler/Handler.class inflated: javax/xml/ws/handler/HandlerResolver.class inflated: javax/xml/ws/handler/LogicalHandler.class inflated: javax/xml/ws/handler/LogicalMessageContext.class inflated: javax/xml/ws/handler/MessageContext$Scope.class inflated: javax/xml/ws/handler/MessageContext.class inflated: javax/xml/ws/handler/PortInfo.class inflated: javax/xml/ws/handler/soap/SOAPHandler.class inflated: javax/xml/ws/handler/soap/SOAPMessageContext.class inflated: javax/xml/ws/http/HTTPBinding.class inflated: javax/xml/ws/http/HTTPException.class inflated: javax/xml/ws/soap/Addressing.class inflated: javax/xml/ws/soap/AddressingFeature.class inflated: javax/xml/ws/soap/MTOM.class inflated: javax/xml/ws/soap/MTOMFeature.class inflated: javax/xml/ws/soap/SOAPBinding.class inflated: javax/xml/ws/soap/SOAPFaultException.class inflated: javax/xml/ws/spi/FactoryFinder.class inflated: javax/xml/ws/spi/Provider.class inflated: javax/xml/ws/spi/ServiceDelegate.class inflated: javax/xml/ws/spi/WebServiceFeatureAnnotation.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReference$Address.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReference$Elements.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReference.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.class inflated: javax/xml/ws/wsaddressing/package-info.class inflated: org/relaxng/datatype/Datatype.class inflated: org/relaxng/datatype/DatatypeBuilder.class inflated: org/relaxng/datatype/DatatypeException.class inflated: org/relaxng/datatype/DatatypeLibrary.class inflated: org/relaxng/datatype/DatatypeLibraryFactory.class inflated: org/relaxng/datatype/DatatypeStreamingValidator.class inflated: org/relaxng/datatype/ValidationContext.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$Loader.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$Loader2.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$ProviderEnumeration.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$Singleton.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader.class inflated: org/relaxng/datatype/helpers/ParameterlessDatatypeBuilder.class inflated: org/relaxng/datatype/helpers/StreamingValidatorImpl.class make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/redist' Timing: 00028 seconds or 28s for make-java-redist <<>>Recursively making verify all @ Sun Aug 2 13:55:52 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/verify' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/verify make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/verify' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/javavm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/obj/check_code.o ../../../src/share/native/common/check_code.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/javavm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/obj/check_format.o ../../../src/share/native/common/check_format.c ../../../src/share/native/common/check_format.c: In function 'VerifyClassname': ../../../src/share/native/common/check_format.c:249: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'verify_opcode_operands': ../../../src/share/native/common/check_code.c:1349: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'run_dataflow': ../../../src/share/native/common/check_code.c:1777: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'check_register_values': ../../../src/share/native/common/check_code.c:1874: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c:1905: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c:1906: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'merge_into_successors': ../../../src/share/native/common/check_code.c:2910: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c:2910: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'merge_into_one_successor': ../../../src/share/native/common/check_code.c:3048: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'signature_to_fieldtype': ../../../src/share/native/common/check_code.c:3678: warning: comparison between signed and unsigned make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/verify' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/verify STATS: LIBRARY=verify, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libverify.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/javavm/include -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libverify.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libverify.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/obj/check_code.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/verify/obj/check_format.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/verify' Timing: 00006 seconds or 6s for make-java-verify <<>>Recursively making fdlibm all @ Sun Aug 2 13:55:58 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/fdlibm' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/fdlibm make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/fdlibm' /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_standard.o ../../../src/share/native/java/lang/fdlibm/src/k_standard.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_rem_pio2.o ../../../src/share/native/java/lang/fdlibm/src/k_rem_pio2.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_cos.o ../../../src/share/native/java/lang/fdlibm/src/k_cos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_sin.o ../../../src/share/native/java/lang/fdlibm/src/k_sin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_tan.o ../../../src/share/native/java/lang/fdlibm/src/k_tan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_acos.o ../../../src/share/native/java/lang/fdlibm/src/e_acos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_acosh.o ../../../src/share/native/java/lang/fdlibm/src/e_acosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_asin.o ../../../src/share/native/java/lang/fdlibm/src/e_asin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_atan2.o ../../../src/share/native/java/lang/fdlibm/src/e_atan2.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_atanh.o ../../../src/share/native/java/lang/fdlibm/src/e_atanh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_cosh.o ../../../src/share/native/java/lang/fdlibm/src/e_cosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_exp.o ../../../src/share/native/java/lang/fdlibm/src/e_exp.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_fmod.o ../../../src/share/native/java/lang/fdlibm/src/e_fmod.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma.o ../../../src/share/native/java/lang/fdlibm/src/e_gamma.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma_r.o ../../../src/share/native/java/lang/fdlibm/src/e_gamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_hypot.o ../../../src/share/native/java/lang/fdlibm/src/e_hypot.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_j0.o ../../../src/share/native/java/lang/fdlibm/src/e_j0.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_j1.o ../../../src/share/native/java/lang/fdlibm/src/e_j1.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_jn.o ../../../src/share/native/java/lang/fdlibm/src/e_jn.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma.o ../../../src/share/native/java/lang/fdlibm/src/e_lgamma.c ../../../src/share/native/java/lang/fdlibm/src/e_jn.c: In function '__j__ieee754_yn': ../../../src/share/native/java/lang/fdlibm/src/e_jn.c:279: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma_r.o ../../../src/share/native/java/lang/fdlibm/src/e_lgamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_log.o ../../../src/share/native/java/lang/fdlibm/src/e_log.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_log10.o ../../../src/share/native/java/lang/fdlibm/src/e_log10.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_pow.o ../../../src/share/native/java/lang/fdlibm/src/e_pow.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_rem_pio2.o ../../../src/share/native/java/lang/fdlibm/src/e_rem_pio2.c ../../../src/share/native/java/lang/fdlibm/src/e_pow.c: In function '__j__ieee754_pow': ../../../src/share/native/java/lang/fdlibm/src/e_pow.c:150: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_remainder.o ../../../src/share/native/java/lang/fdlibm/src/e_remainder.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_scalb.o ../../../src/share/native/java/lang/fdlibm/src/e_scalb.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_sinh.o ../../../src/share/native/java/lang/fdlibm/src/e_sinh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_sqrt.o ../../../src/share/native/java/lang/fdlibm/src/e_sqrt.c ../../../src/share/native/java/lang/fdlibm/src/e_sqrt.c: In function '__j__ieee754_sqrt': ../../../src/share/native/java/lang/fdlibm/src/e_sqrt.c:175: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_acos.o ../../../src/share/native/java/lang/fdlibm/src/w_acos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_acosh.o ../../../src/share/native/java/lang/fdlibm/src/w_acosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_asin.o ../../../src/share/native/java/lang/fdlibm/src/w_asin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_atan2.o ../../../src/share/native/java/lang/fdlibm/src/w_atan2.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_atanh.o ../../../src/share/native/java/lang/fdlibm/src/w_atanh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_cosh.o ../../../src/share/native/java/lang/fdlibm/src/w_cosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_exp.o ../../../src/share/native/java/lang/fdlibm/src/w_exp.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_fmod.o ../../../src/share/native/java/lang/fdlibm/src/w_fmod.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma.o ../../../src/share/native/java/lang/fdlibm/src/w_gamma.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma_r.o ../../../src/share/native/java/lang/fdlibm/src/w_gamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_hypot.o ../../../src/share/native/java/lang/fdlibm/src/w_hypot.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_j0.o ../../../src/share/native/java/lang/fdlibm/src/w_j0.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_j1.o ../../../src/share/native/java/lang/fdlibm/src/w_j1.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_jn.o ../../../src/share/native/java/lang/fdlibm/src/w_jn.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma.o ../../../src/share/native/java/lang/fdlibm/src/w_lgamma.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma_r.o ../../../src/share/native/java/lang/fdlibm/src/w_lgamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_log.o ../../../src/share/native/java/lang/fdlibm/src/w_log.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_log10.o ../../../src/share/native/java/lang/fdlibm/src/w_log10.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_pow.o ../../../src/share/native/java/lang/fdlibm/src/w_pow.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_remainder.o ../../../src/share/native/java/lang/fdlibm/src/w_remainder.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_scalb.o ../../../src/share/native/java/lang/fdlibm/src/w_scalb.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_sinh.o ../../../src/share/native/java/lang/fdlibm/src/w_sinh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_sqrt.o ../../../src/share/native/java/lang/fdlibm/src/w_sqrt.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_asinh.o ../../../src/share/native/java/lang/fdlibm/src/s_asinh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_atan.o ../../../src/share/native/java/lang/fdlibm/src/s_atan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_cbrt.o ../../../src/share/native/java/lang/fdlibm/src/s_cbrt.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_ceil.o ../../../src/share/native/java/lang/fdlibm/src/s_ceil.c ../../../src/share/native/java/lang/fdlibm/src/s_ceil.c: In function 'jceil': ../../../src/share/native/java/lang/fdlibm/src/s_ceil.c:82: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_copysign.o ../../../src/share/native/java/lang/fdlibm/src/s_copysign.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_cos.o ../../../src/share/native/java/lang/fdlibm/src/s_cos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_erf.o ../../../src/share/native/java/lang/fdlibm/src/s_erf.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_expm1.o ../../../src/share/native/java/lang/fdlibm/src/s_expm1.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_fabs.o ../../../src/share/native/java/lang/fdlibm/src/s_fabs.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_finite.o ../../../src/share/native/java/lang/fdlibm/src/s_finite.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_floor.o ../../../src/share/native/java/lang/fdlibm/src/s_floor.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_frexp.o ../../../src/share/native/java/lang/fdlibm/src/s_frexp.c ../../../src/share/native/java/lang/fdlibm/src/s_floor.c: In function 'jfloor': ../../../src/share/native/java/lang/fdlibm/src/s_floor.c:83: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_ilogb.o ../../../src/share/native/java/lang/fdlibm/src/s_ilogb.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_isnan.o ../../../src/share/native/java/lang/fdlibm/src/s_isnan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_ldexp.o ../../../src/share/native/java/lang/fdlibm/src/s_ldexp.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_lib_version.o ../../../src/share/native/java/lang/fdlibm/src/s_lib_version.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_log1p.o ../../../src/share/native/java/lang/fdlibm/src/s_log1p.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_logb.o ../../../src/share/native/java/lang/fdlibm/src/s_logb.c ../../../src/share/native/java/lang/fdlibm/src/s_log1p.c: In function 'jlog1p': ../../../src/share/native/java/lang/fdlibm/src/s_log1p.c:133: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_matherr.o ../../../src/share/native/java/lang/fdlibm/src/s_matherr.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_modf.o ../../../src/share/native/java/lang/fdlibm/src/s_modf.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_nextafter.o ../../../src/share/native/java/lang/fdlibm/src/s_nextafter.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_rint.o ../../../src/share/native/java/lang/fdlibm/src/s_rint.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_scalbn.o ../../../src/share/native/java/lang/fdlibm/src/s_scalbn.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_signgam.o ../../../src/share/native/java/lang/fdlibm/src/s_signgam.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_significand.o ../../../src/share/native/java/lang/fdlibm/src/s_significand.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_sin.o ../../../src/share/native/java/lang/fdlibm/src/s_sin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_tan.o ../../../src/share/native/java/lang/fdlibm/src/s_tan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_tanh.o ../../../src/share/native/java/lang/fdlibm/src/s_tanh.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/fdlibm' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/fdlibm STATS: LIBRARY=fdlibm, PRODUCT=java, _OPT= Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/.files_compiled /usr/bin/ar -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_standard.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_rem_pio2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_cos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_sin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/k_tan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_acos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_acosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_asin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_atan2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_atanh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_cosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_exp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_fmod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_hypot.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_j0.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_j1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_jn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_log.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_log10.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_pow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_rem_pio2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_remainder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_scalb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_sinh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/e_sqrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_acos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_acosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_asin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_atan2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_atanh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_cosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_exp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_fmod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_hypot.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_j0.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_j1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_jn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_log.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_log10.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_pow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_remainder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_scalb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_sinh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/w_sqrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_asinh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_atan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_cbrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_ceil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_copysign.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_cos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_erf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_expm1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_fabs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_finite.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_floor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_frexp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_ilogb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_isnan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_ldexp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_lib_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_log1p.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_logb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_matherr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_modf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_nextafter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_rint.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_scalbn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_signgam.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_significand.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_sin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_tan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/s_tanh.o /usr/bin/ar: creating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/fdlibm' Timing: 00011 seconds or 11s for make-java-fdlibm <<>>Recursively making java all @ Sun Aug 2 13:56:09 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar \ -template ../../tools/GenerateCharacter/CharacterDataLatin1.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterDataLatin1.java -string \ -usecharforbyte -latin1 8 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar -plane 0 \ -template ../../tools/GenerateCharacter/CharacterData00.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData00.java -string \ -usecharforbyte 11 4 1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar -plane 1 \ -template ../../tools/GenerateCharacter/CharacterData01.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData01.java -string \ -usecharforbyte 11 4 1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar -plane 2 \ -template ../../tools/GenerateCharacter/CharacterData02.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData02.java -string \ -usecharforbyte 11 4 1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecharacter.jar -plane 14 \ -template ../../tools/GenerateCharacter/CharacterData0E.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData0E.java -string \ -usecharforbyte 11 4 1 (cd ../nio; /usr/bin/make sources) make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBuffer.java TYPE=byte SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBufferR.java TYPE=byte RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBuffer.java TYPE=char SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBufferR.java TYPE=char RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBuffer.java TYPE=short SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBufferR.java TYPE=short RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBuffer.java TYPE=int SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBufferR.java TYPE=int RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBuffer.java TYPE=long SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBufferR.java TYPE=long RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBuffer.java TYPE=float SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBufferR.java TYPE=float RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBuffer.java TYPE=double SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBufferR.java TYPE=double RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBuffer.java TYPE=byte BIN=1 SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBufferR.java TYPE=byte RW=R BIN=1 SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferU.java TYPE=char BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRU.java TYPE=char RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferU.java TYPE=short BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRU.java TYPE=short RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferU.java TYPE=int BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRU.java TYPE=int RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferU.java TYPE=long BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRU.java TYPE=long RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferU.java TYPE=float BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRU.java TYPE=float RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferU.java TYPE=double BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRU.java TYPE=double RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferS.java TYPE=char BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRS.java TYPE=char RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferS.java TYPE=short BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRS.java TYPE=short RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferS.java TYPE=int BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRS.java TYPE=int RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferS.java TYPE=long BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRS.java TYPE=long RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferS.java TYPE=float BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRS.java TYPE=float RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferS.java TYPE=double BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRS.java TYPE=double RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/nio/cs rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/nio/cs/StandardCharsets.java NAWK="/usr/bin/gawk" TEMPDIR="/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio" \ HASHER="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/hasher.jar" \ SH="/bin/sh" /bin/sh -e genCharsetProvider.sh ../../../src/share/classes/sun/nio/cs/standard-charsets /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/nio/cs --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/nio/cs/StandardCharsets.java Aliases: Table size 1024 (10 bits), shift 0, max chain depth 3 Classes: Table size 32 (5 bits), shift 1, max chain depth 3 Cache: Table size 32 (5 bits), shift 1, max chain depth 3 make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/.classes.list) ../../../src/share/classes/java/lang/reflect/AccessibleObject.java ../../../src/share/classes/java/lang/reflect/AnnotatedElement.java ../../../src/share/classes/java/lang/reflect/Array.java ../../../src/share/classes/java/lang/reflect/Constructor.java ../../../src/share/classes/java/lang/reflect/Field.java ../../../src/share/classes/java/lang/reflect/GenericArrayType.java ../../../src/share/classes/java/lang/reflect/GenericDeclaration.java ../../../src/share/classes/java/lang/reflect/GenericSignatureFormatError.java ../../../src/share/classes/java/lang/reflect/InvocationHandler.java ../../../src/share/classes/java/lang/reflect/InvocationTargetException.java ../../../src/share/classes/java/lang/reflect/MalformedParameterizedTypeException.java ../../../src/share/classes/java/lang/reflect/Member.java ../../../src/share/classes/java/lang/reflect/Method.java ../../../src/share/classes/java/lang/reflect/Modifier.java ../../../src/share/classes/java/lang/reflect/package-info.java ../../../src/share/classes/java/lang/reflect/ParameterizedType.java ../../../src/share/classes/java/lang/reflect/Proxy.java ../../../src/share/classes/java/lang/reflect/ReflectAccess.java ../../../src/share/classes/java/lang/reflect/ReflectPermission.java ../../../src/share/classes/java/lang/reflect/Type.java ../../../src/share/classes/java/lang/reflect/TypeVariable.java ../../../src/share/classes/java/lang/reflect/UndeclaredThrowableException.java ../../../src/share/classes/java/lang/reflect/WildcardType.java ../../../src/share/classes/java/lang/ref/Finalizer.java ../../../src/share/classes/java/lang/ref/FinalReference.java ../../../src/share/classes/java/lang/ref/PhantomReference.java ../../../src/share/classes/java/lang/ref/Reference.java ../../../src/share/classes/java/lang/ref/ReferenceQueue.java ../../../src/share/classes/java/lang/ref/SoftReference.java ../../../src/share/classes/java/lang/ref/WeakReference.java ../../../src/share/classes/java/lang/management/ClassLoadingMXBean.java ../../../src/share/classes/java/lang/management/CompilationMXBean.java ../../../src/share/classes/java/lang/management/GarbageCollectorMXBean.java ../../../src/share/classes/java/lang/management/LockInfo.java ../../../src/share/classes/java/lang/management/ManagementFactory.java ../../../src/share/classes/java/lang/management/ManagementPermission.java ../../../src/share/classes/java/lang/management/MemoryManagerMXBean.java ../../../src/share/classes/java/lang/management/MemoryMXBean.java ../../../src/share/classes/java/lang/management/MemoryNotificationInfo.java ../../../src/share/classes/java/lang/management/MemoryPoolMXBean.java ../../../src/share/classes/java/lang/management/MemoryType.java ../../../src/share/classes/java/lang/management/MemoryUsage.java ../../../src/share/classes/java/lang/management/MonitorInfo.java ../../../src/share/classes/java/lang/management/OperatingSystemMXBean.java ../../../src/share/classes/java/lang/management/RuntimeMXBean.java ../../../src/share/classes/java/lang/management/ThreadInfo.java ../../../src/share/classes/java/lang/management/ThreadMXBean.java ../../../src/share/classes/java/lang/instrument/ClassDefinition.java ../../../src/share/classes/java/lang/instrument/ClassFileTransformer.java ../../../src/share/classes/java/lang/instrument/IllegalClassFormatException.java ../../../src/share/classes/java/lang/instrument/Instrumentation.java ../../../src/share/classes/java/lang/instrument/UnmodifiableClassException.java ../../../src/share/classes/java/lang/annotation/AnnotationFormatError.java ../../../src/share/classes/java/lang/annotation/Annotation.java ../../../src/share/classes/java/lang/annotation/AnnotationTypeMismatchException.java ../../../src/share/classes/java/lang/annotation/Documented.java ../../../src/share/classes/java/lang/annotation/ElementType.java ../../../src/share/classes/java/lang/annotation/IncompleteAnnotationException.java ../../../src/share/classes/java/lang/annotation/Inherited.java ../../../src/share/classes/java/lang/annotation/package-info.java ../../../src/share/classes/java/lang/annotation/Retention.java ../../../src/share/classes/java/lang/annotation/RetentionPolicy.java ../../../src/share/classes/java/lang/annotation/Target.java ../../../src/share/classes/java/io/IOError.java ../../../src/share/classes/java/lang/Deprecated.java ../../../src/share/classes/java/lang/Iterable.java ../../../src/share/classes/java/util/RandomAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData00.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData01.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData02.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterData0E.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterDataLatin1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterDataPrivateUse.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/CharacterDataUndefined.java ../../../src/share/classes/java/lang/Object.java ../../../src/share/classes/java/lang/Class.java ../../../src/share/classes/java/lang/Thread.java ../../../src/share/classes/java/lang/Character.java ../../../src/share/classes/java/lang/CharacterData.java ../../../src/share/classes/sun/misc/ASCIICaseInsensitiveComparator.java ../../../src/share/classes/sun/misc/VM.java ../../../src/share/classes/sun/misc/Signal.java ../../../src/share/classes/sun/misc/NativeSignalHandler.java ../../../src/share/classes/java/lang/ThreadGroup.java ../../../src/share/classes/java/lang/ThreadLocal.java ../../../src/share/classes/java/lang/InheritableThreadLocal.java ../../../src/share/classes/java/lang/String.java ../../../src/share/classes/java/lang/ConditionalSpecialCasing.java ../../../src/share/classes/java/lang/StringCoding.java ../../../src/share/classes/java/lang/StringBuffer.java ../../../src/share/classes/java/lang/StringBuilder.java ../../../src/share/classes/java/lang/SuppressWarnings.java ../../../src/share/classes/java/lang/AbstractStringBuilder.java ../../../src/share/classes/java/lang/ClassLoader.java ../../../src/share/classes/java/lang/AssertionStatusDirectives.java ../../../src/share/classes/java/lang/Enum.java ../../../src/share/classes/java/lang/StrictMath.java ../../../src/share/classes/java/lang/Math.java ../../../src/share/classes/sun/misc/FloatingDecimal.java ../../../src/share/classes/sun/misc/FormattedFloatingDecimal.java ../../../src/share/classes/java/lang/Number.java ../../../src/share/classes/java/lang/Byte.java ../../../src/share/classes/java/lang/Short.java ../../../src/share/classes/java/lang/Integer.java ../../../src/share/classes/java/lang/Long.java ../../../src/share/classes/java/lang/Float.java ../../../src/share/classes/java/lang/Double.java ../../../src/share/classes/java/lang/Boolean.java ../../../src/share/classes/java/lang/Void.java ../../../src/share/classes/java/lang/Runnable.java ../../../src/share/classes/java/lang/Cloneable.java ../../../src/share/classes/java/lang/CharSequence.java ../../../src/share/classes/java/lang/SecurityManager.java ../../../src/share/classes/java/lang/Runtime.java ../../../src/share/classes/java/lang/RuntimePermission.java ../../../src/share/classes/java/lang/ApplicationShutdownHooks.java ../../../src/share/classes/java/lang/Shutdown.java ../../../src/solaris/classes/java/lang/Terminator.java ../../../src/share/classes/java/lang/System.java ../../../src/share/classes/java/lang/Compiler.java ../../../src/share/classes/java/lang/Throwable.java ../../../src/share/classes/java/lang/Exception.java ../../../src/share/classes/java/lang/IllegalAccessException.java ../../../src/share/classes/java/lang/InstantiationException.java ../../../src/share/classes/java/lang/ClassNotFoundException.java ../../../src/share/classes/java/lang/CloneNotSupportedException.java ../../../src/share/classes/java/lang/InterruptedException.java ../../../src/share/classes/java/lang/NoSuchFieldException.java ../../../src/share/classes/java/lang/NoSuchMethodException.java ../../../src/share/classes/java/lang/RuntimeException.java ../../../src/share/classes/java/lang/ArithmeticException.java ../../../src/share/classes/java/lang/ArrayStoreException.java ../../../src/share/classes/java/lang/ClassCastException.java ../../../src/share/classes/java/lang/IndexOutOfBoundsException.java ../../../src/share/classes/java/lang/ArrayIndexOutOfBoundsException.java ../../../src/share/classes/java/lang/StringIndexOutOfBoundsException.java ../../../src/share/classes/java/lang/NegativeArraySizeException.java ../../../src/share/classes/java/lang/NullPointerException.java ../../../src/share/classes/java/lang/IllegalStateException.java ../../../src/share/classes/java/lang/IllegalArgumentException.java ../../../src/share/classes/java/lang/NumberFormatException.java ../../../src/share/classes/java/lang/IllegalThreadStateException.java ../../../src/share/classes/java/lang/IllegalMonitorStateException.java ../../../src/share/classes/java/lang/SecurityException.java ../../../src/share/classes/java/lang/TypeNotPresentException.java ../../../src/share/classes/java/lang/EnumConstantNotPresentException.java ../../../src/share/classes/java/lang/UnsupportedOperationException.java ../../../src/share/classes/java/lang/Error.java ../../../src/share/classes/java/lang/AssertionError.java ../../../src/share/classes/java/lang/ThreadDeath.java ../../../src/share/classes/java/lang/LinkageError.java ../../../src/share/classes/java/lang/ClassCircularityError.java ../../../src/share/classes/java/lang/ClassFormatError.java ../../../src/share/classes/java/lang/UnsupportedClassVersionError.java ../../../src/share/classes/java/lang/ExceptionInInitializerError.java ../../../src/share/classes/java/lang/IncompatibleClassChangeError.java ../../../src/share/classes/java/lang/AbstractMethodError.java ../../../src/share/classes/java/lang/IllegalAccessError.java ../../../src/share/classes/java/lang/InstantiationError.java ../../../src/share/classes/java/lang/NoSuchFieldError.java ../../../src/share/classes/java/lang/NoSuchMethodError.java ../../../src/share/classes/java/lang/NoClassDefFoundError.java ../../../src/share/classes/java/lang/UnsatisfiedLinkError.java ../../../src/share/classes/java/lang/VerifyError.java ../../../src/share/classes/java/lang/VirtualMachineError.java ../../../src/share/classes/java/lang/InternalError.java ../../../src/share/classes/java/lang/OutOfMemoryError.java ../../../src/share/classes/java/lang/StackOverflowError.java ../../../src/share/classes/java/lang/UnknownError.java ../../../src/share/classes/java/lang/StackTraceElement.java ../../../src/share/classes/java/lang/Package.java ../../../src/share/classes/java/lang/Process.java ../../../src/share/classes/java/lang/ProcessBuilder.java ../../../src/solaris/classes/java/lang/ProcessEnvironment.java ../../../src/solaris/classes/java/lang/ProcessImpl.java ../../../src/share/classes/java/lang/Appendable.java ../../../src/share/classes/java/lang/Comparable.java ../../../src/share/classes/java/lang/Readable.java ../../../src/share/classes/java/lang/Override.java ../../../src/share/classes/java/util/BitSet.java ../../../src/share/classes/java/util/Calendar.java ../../../src/share/classes/java/util/GregorianCalendar.java ../../../src/share/classes/sun/util/BuddhistCalendar.java ../../../src/share/classes/java/util/JapaneseImperialCalendar.java ../../../src/share/classes/sun/util/calendar/CalendarDate.java ../../../src/share/classes/sun/util/calendar/ImmutableGregorianDate.java ../../../src/share/classes/sun/util/calendar/CalendarSystem.java ../../../src/share/classes/sun/util/calendar/Era.java ../../../src/share/classes/sun/util/calendar/CalendarUtils.java ../../../src/share/classes/sun/util/calendar/AbstractCalendar.java ../../../src/share/classes/sun/util/calendar/BaseCalendar.java ../../../src/share/classes/sun/util/calendar/Gregorian.java ../../../src/share/classes/sun/util/calendar/JulianCalendar.java ../../../src/share/classes/sun/util/calendar/LocalGregorianCalendar.java ../../../src/share/classes/java/util/Currency.java ../../../src/share/classes/java/util/Date.java ../../../src/share/classes/java/util/Dictionary.java ../../../src/share/classes/java/util/EmptyStackException.java ../../../src/share/classes/java/util/Enumeration.java ../../../src/share/classes/java/util/EventListener.java ../../../src/share/classes/java/util/EventListenerProxy.java ../../../src/share/classes/java/util/EventObject.java ../../../src/share/classes/java/util/Formatter.java ../../../src/share/classes/java/util/Formattable.java ../../../src/share/classes/java/util/FormattableFlags.java ../../../src/share/classes/java/util/IllegalFormatException.java ../../../src/share/classes/java/util/DuplicateFormatFlagsException.java ../../../src/share/classes/java/util/FormatFlagsConversionMismatchException.java ../../../src/share/classes/java/util/IllegalFormatCodePointException.java ../../../src/share/classes/java/util/IllegalFormatConversionException.java ../../../src/share/classes/java/util/IllegalFormatFlagsException.java ../../../src/share/classes/java/util/IllegalFormatPrecisionException.java ../../../src/share/classes/java/util/IllegalFormatWidthException.java ../../../src/share/classes/java/util/MissingFormatArgumentException.java ../../../src/share/classes/java/util/MissingFormatWidthException.java ../../../src/share/classes/java/util/UnknownFormatConversionException.java ../../../src/share/classes/java/util/UnknownFormatFlagsException.java ../../../src/share/classes/java/util/FormatterClosedException.java ../../../src/share/classes/java/util/ListResourceBundle.java ../../../src/share/classes/sun/util/EmptyListResourceBundle.java ../../../src/share/classes/java/util/Locale.java ../../../src/share/classes/java/util/LocaleISOData.java ../../../src/share/classes/sun/util/LocaleServiceProviderPool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/LocaleDataMetaInfo.java ../../../src/share/classes/java/util/MissingResourceException.java ../../../src/share/classes/java/util/NoSuchElementException.java ../../../src/share/classes/java/util/Observable.java ../../../src/share/classes/java/util/Observer.java ../../../src/share/classes/java/util/Properties.java ../../../src/share/classes/java/util/XMLUtils.java ../../../src/share/classes/java/util/InvalidPropertiesFormatException.java ../../../src/share/classes/java/util/PropertyPermission.java ../../../src/share/classes/java/util/PropertyResourceBundle.java ../../../src/share/classes/java/util/Random.java ../../../src/share/classes/java/util/ResourceBundle.java ../../../src/share/classes/sun/util/ResourceBundleEnumeration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/CoreResourceBundleControl.java ../../../src/share/classes/java/util/Scanner.java ../../../src/share/classes/java/util/InputMismatchException.java ../../../src/share/classes/java/util/Stack.java ../../../src/share/classes/java/util/StringTokenizer.java ../../../src/share/classes/java/util/TimeZone.java ../../../src/share/classes/java/util/SimpleTimeZone.java ../../../src/share/classes/sun/util/TimeZoneNameUtility.java ../../../src/share/classes/sun/util/calendar/ZoneInfo.java ../../../src/share/classes/sun/util/calendar/ZoneInfoFile.java ../../../src/share/classes/java/util/TooManyListenersException.java ../../../src/share/classes/java/util/Comparator.java ../../../src/share/classes/java/util/Collections.java ../../../src/share/classes/java/util/Iterator.java ../../../src/share/classes/java/util/ListIterator.java ../../../src/share/classes/java/util/Collection.java ../../../src/share/classes/java/util/Set.java ../../../src/share/classes/java/util/SortedSet.java ../../../src/share/classes/java/util/NavigableSet.java ../../../src/share/classes/java/util/List.java ../../../src/share/classes/java/util/Queue.java ../../../src/share/classes/java/util/Deque.java ../../../src/share/classes/java/util/AbstractCollection.java ../../../src/share/classes/java/util/AbstractSet.java ../../../src/share/classes/java/util/HashSet.java ../../../src/share/classes/java/util/LinkedHashSet.java ../../../src/share/classes/java/util/TreeSet.java ../../../src/share/classes/java/util/EnumSet.java ../../../src/share/classes/java/util/RegularEnumSet.java ../../../src/share/classes/java/util/JumboEnumSet.java ../../../src/share/classes/java/util/AbstractList.java ../../../src/share/classes/java/util/ArrayList.java ../../../src/share/classes/java/util/Vector.java ../../../src/share/classes/java/util/AbstractSequentialList.java ../../../src/share/classes/java/util/LinkedList.java ../../../src/share/classes/java/util/AbstractQueue.java ../../../src/share/classes/java/util/PriorityQueue.java ../../../src/share/classes/java/util/ArrayDeque.java ../../../src/share/classes/java/util/Map.java ../../../src/share/classes/java/util/SortedMap.java ../../../src/share/classes/java/util/NavigableMap.java ../../../src/share/classes/java/util/AbstractMap.java ../../../src/share/classes/java/util/HashMap.java ../../../src/share/classes/java/util/LinkedHashMap.java ../../../src/share/classes/java/util/TreeMap.java ../../../src/share/classes/java/util/Hashtable.java ../../../src/share/classes/java/util/WeakHashMap.java ../../../src/share/classes/java/util/IdentityHashMap.java ../../../src/share/classes/java/util/EnumMap.java ../../../src/share/classes/java/util/Arrays.java ../../../src/share/classes/java/util/ConcurrentModificationException.java ../../../src/share/classes/java/util/ServiceLoader.java ../../../src/share/classes/java/util/ServiceConfigurationError.java ../../../src/share/classes/java/util/Timer.java ../../../src/share/classes/java/util/TimerTask.java ../../../src/share/classes/java/util/UUID.java ../../../src/share/classes/java/util/concurrent/AbstractExecutorService.java ../../../src/share/classes/java/util/concurrent/ArrayBlockingQueue.java ../../../src/share/classes/java/util/concurrent/BlockingDeque.java ../../../src/share/classes/java/util/concurrent/BlockingQueue.java ../../../src/share/classes/java/util/concurrent/BrokenBarrierException.java ../../../src/share/classes/java/util/concurrent/Callable.java ../../../src/share/classes/java/util/concurrent/CancellationException.java ../../../src/share/classes/java/util/concurrent/CompletionService.java ../../../src/share/classes/java/util/concurrent/ConcurrentHashMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java ../../../src/share/classes/java/util/concurrent/ConcurrentMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentNavigableMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentSkipListMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentSkipListSet.java ../../../src/share/classes/java/util/concurrent/CopyOnWriteArrayList.java ../../../src/share/classes/java/util/concurrent/CopyOnWriteArraySet.java ../../../src/share/classes/java/util/concurrent/CountDownLatch.java ../../../src/share/classes/java/util/concurrent/CyclicBarrier.java ../../../src/share/classes/java/util/concurrent/DelayQueue.java ../../../src/share/classes/java/util/concurrent/Delayed.java ../../../src/share/classes/java/util/concurrent/Exchanger.java ../../../src/share/classes/java/util/concurrent/ExecutionException.java ../../../src/share/classes/java/util/concurrent/Executor.java ../../../src/share/classes/java/util/concurrent/ExecutorService.java ../../../src/share/classes/java/util/concurrent/ExecutorCompletionService.java ../../../src/share/classes/java/util/concurrent/Executors.java ../../../src/share/classes/java/util/concurrent/Future.java ../../../src/share/classes/java/util/concurrent/FutureTask.java ../../../src/share/classes/java/util/concurrent/LinkedBlockingDeque.java ../../../src/share/classes/java/util/concurrent/LinkedBlockingQueue.java ../../../src/share/classes/java/util/concurrent/PriorityBlockingQueue.java ../../../src/share/classes/java/util/concurrent/RejectedExecutionException.java ../../../src/share/classes/java/util/concurrent/RejectedExecutionHandler.java ../../../src/share/classes/java/util/concurrent/RunnableFuture.java ../../../src/share/classes/java/util/concurrent/RunnableScheduledFuture.java ../../../src/share/classes/java/util/concurrent/ScheduledExecutorService.java ../../../src/share/classes/java/util/concurrent/ScheduledFuture.java ../../../src/share/classes/java/util/concurrent/ScheduledThreadPoolExecutor.java ../../../src/share/classes/java/util/concurrent/Semaphore.java ../../../src/share/classes/java/util/concurrent/SynchronousQueue.java ../../../src/share/classes/java/util/concurrent/ThreadFactory.java ../../../src/share/classes/java/util/concurrent/ThreadPoolExecutor.java ../../../src/share/classes/java/util/concurrent/TimeUnit.java ../../../src/share/classes/java/util/concurrent/TimeoutException.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicBoolean.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicInteger.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicIntegerArray.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicLong.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicLongArray.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicMarkableReference.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicReference.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicStampedReference.java ../../../src/share/classes/java/util/concurrent/locks/AbstractOwnableSynchronizer.java ../../../src/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java ../../../src/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java ../../../src/share/classes/java/util/concurrent/locks/Condition.java ../../../src/share/classes/java/util/concurrent/locks/Lock.java ../../../src/share/classes/java/util/concurrent/locks/LockSupport.java ../../../src/share/classes/java/util/concurrent/locks/ReadWriteLock.java ../../../src/share/classes/java/util/concurrent/locks/ReentrantLock.java ../../../src/share/classes/java/util/concurrent/locks/ReentrantReadWriteLock.java ../../../src/share/classes/java/util/regex/Pattern.java ../../../src/share/classes/java/util/regex/Matcher.java ../../../src/share/classes/java/util/regex/MatchResult.java ../../../src/share/classes/java/util/regex/ASCII.java ../../../src/share/classes/java/util/regex/PatternSyntaxException.java ../../../src/share/classes/java/util/prefs/Preferences.java ../../../src/share/classes/java/util/prefs/AbstractPreferences.java ../../../src/share/classes/java/util/prefs/PreferenceChangeEvent.java ../../../src/share/classes/java/util/prefs/PreferenceChangeListener.java ../../../src/share/classes/java/util/prefs/NodeChangeEvent.java ../../../src/share/classes/java/util/prefs/NodeChangeListener.java ../../../src/share/classes/java/util/prefs/BackingStoreException.java ../../../src/share/classes/java/util/prefs/InvalidPreferencesFormatException.java ../../../src/share/classes/java/util/prefs/PreferencesFactory.java ../../../src/share/classes/java/util/prefs/Base64.java ../../../src/share/classes/java/util/prefs/XmlSupport.java ../../../src/share/classes/java/util/spi/CurrencyNameProvider.java ../../../src/share/classes/java/util/spi/LocaleNameProvider.java ../../../src/share/classes/java/util/spi/LocaleServiceProvider.java ../../../src/share/classes/java/util/spi/TimeZoneNameProvider.java ../../../src/share/classes/java/io/Closeable.java ../../../src/share/classes/java/io/Flushable.java ../../../src/share/classes/java/io/PipedInputStream.java ../../../src/share/classes/java/io/PipedOutputStream.java ../../../src/share/classes/java/io/IOException.java ../../../src/share/classes/java/io/CharConversionException.java ../../../src/share/classes/java/io/FileNotFoundException.java ../../../src/share/classes/java/io/EOFException.java ../../../src/share/classes/java/io/SyncFailedException.java ../../../src/share/classes/java/io/UTFDataFormatException.java ../../../src/share/classes/java/io/InterruptedIOException.java ../../../src/share/classes/java/io/UnsupportedEncodingException.java ../../../src/share/classes/java/io/DataInput.java ../../../src/share/classes/java/io/DataOutput.java ../../../src/share/classes/java/io/InputStream.java ../../../src/share/classes/java/io/FileInputStream.java ../../../src/share/classes/java/io/FilterInputStream.java ../../../src/share/classes/java/io/BufferedInputStream.java ../../../src/share/classes/java/io/DataInputStream.java ../../../src/share/classes/java/io/ByteArrayInputStream.java ../../../src/share/classes/java/io/PushbackInputStream.java ../../../src/share/classes/java/io/SequenceInputStream.java ../../../src/share/classes/java/io/StringBufferInputStream.java ../../../src/share/classes/java/io/LineNumberInputStream.java ../../../src/share/classes/java/io/OutputStream.java ../../../src/share/classes/java/io/FileOutputStream.java ../../../src/share/classes/java/io/FilterOutputStream.java ../../../src/share/classes/java/io/BufferedOutputStream.java ../../../src/share/classes/java/io/DataOutputStream.java ../../../src/share/classes/java/io/ByteArrayOutputStream.java ../../../src/share/classes/java/io/PrintStream.java ../../../src/share/classes/java/io/RandomAccessFile.java ../../../src/share/classes/java/io/StreamTokenizer.java ../../../src/share/classes/java/io/DeleteOnExitHook.java ../../../src/share/classes/java/io/File.java ../../../src/share/classes/java/io/FileSystem.java ../../../src/solaris/classes/java/io/FileDescriptor.java ../../../src/share/classes/java/io/FilenameFilter.java ../../../src/share/classes/java/io/FileFilter.java ../../../src/share/classes/java/io/FilePermission.java ../../../src/share/classes/java/io/Serializable.java ../../../src/share/classes/java/io/Externalizable.java ../../../src/share/classes/java/io/Bits.java ../../../src/share/classes/java/io/ObjectInput.java ../../../src/share/classes/java/io/ObjectInputStream.java ../../../src/share/classes/java/io/ObjectInputValidation.java ../../../src/share/classes/java/io/ObjectOutput.java ../../../src/share/classes/java/io/ObjectOutputStream.java ../../../src/share/classes/java/io/ObjectStreamClass.java ../../../src/share/classes/java/io/ObjectStreamConstants.java ../../../src/share/classes/java/io/ObjectStreamField.java ../../../src/share/classes/java/io/SerializablePermission.java ../../../src/share/classes/java/io/InvalidClassException.java ../../../src/share/classes/java/io/InvalidObjectException.java ../../../src/share/classes/java/io/NotActiveException.java ../../../src/share/classes/java/io/NotSerializableException.java ../../../src/share/classes/java/io/ObjectStreamException.java ../../../src/share/classes/java/io/OptionalDataException.java ../../../src/share/classes/java/io/StreamCorruptedException.java ../../../src/share/classes/java/io/WriteAbortedException.java ../../../src/share/classes/java/io/Reader.java ../../../src/share/classes/java/io/BufferedReader.java ../../../src/share/classes/java/io/LineNumberReader.java ../../../src/share/classes/java/io/CharArrayReader.java ../../../src/share/classes/java/io/FilterReader.java ../../../src/share/classes/java/io/PushbackReader.java ../../../src/share/classes/java/io/InputStreamReader.java ../../../src/share/classes/java/io/FileReader.java ../../../src/share/classes/java/io/PipedReader.java ../../../src/share/classes/java/io/StringReader.java ../../../src/share/classes/java/io/Writer.java ../../../src/share/classes/java/io/BufferedWriter.java ../../../src/share/classes/java/io/PrintWriter.java ../../../src/share/classes/java/io/CharArrayWriter.java ../../../src/share/classes/java/io/FilterWriter.java ../../../src/share/classes/java/io/OutputStreamWriter.java ../../../src/share/classes/java/io/FileWriter.java ../../../src/share/classes/java/io/PipedWriter.java ../../../src/share/classes/java/io/StringWriter.java ../../../src/share/classes/java/io/Console.java ../../../src/share/classes/java/io/ExpiringCache.java ../../../src/share/classes/java/nio/charset/Charset.java ../../../src/share/classes/java/nio/charset/UnmappableCharacterException.java ../../../src/share/classes/java/nio/Bits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBuffer.java ../../../src/share/classes/java/security/AccessController.java ../../../src/share/classes/java/security/ProtectionDomain.java ../../../src/share/classes/java/net/URLClassLoader.java ../../../src/share/classes/java/net/URLConnection.java ../../../src/share/classes/sun/misc/Launcher.java ../../../src/share/classes/sun/misc/MetaIndex.java ../../../src/share/classes/sun/misc/URLClassPath.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/Version.java ../../../src/share/classes/sun/net/www/protocol/jar/Handler.java ../../../src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java ../../../src/solaris/classes/sun/net/www/protocol/file/Handler.java ../../../src/share/classes/sun/net/www/protocol/file/FileURLConnection.java ../../../src/solaris/classes/sun/misc/FileURLMapper.java ../../../src/share/classes/sun/misc/MessageUtils.java ../../../src/share/classes/sun/misc/GC.java ../../../src/share/classes/sun/misc/Service.java ../../../src/share/classes/sun/misc/JavaLangAccess.java ../../../src/share/classes/sun/misc/JavaIOAccess.java ../../../src/share/classes/sun/misc/JavaIODeleteOnExitAccess.java ../../../src/share/classes/sun/misc/JavaIOFileDescriptorAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/lang/UNIXProcess.java ../../../src/solaris/classes/java/io/UnixFileSystem.java ../../../src/solaris/classes/java/util/prefs/FileSystemPreferences.java ../../../src/solaris/classes/java/util/prefs/FileSystemPreferencesFactory.java ../../../src/share/classes/sun/misc/VMSupport.java ../../../src/share/classes/sun/reflect/ConstantPool.java ../../../src/share/classes/sun/reflect/NativeConstructorAccessorImpl.java ../../../src/share/classes/sun/reflect/NativeMethodAccessorImpl.java ../../../src/share/classes/sun/reflect/Reflection.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders/ \ java.lang.Object java.lang.Class java.lang.Compiler java.lang.String java.lang.Thread java.lang.ThreadGroup java.lang.StrictMath java.lang.Number java.lang.Byte java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.lang.Boolean java.lang.Character java.lang.System java.lang.ClassLoader java.lang.Runtime java.lang.SecurityManager java.lang.Shutdown java.lang.Package java.lang.ref.Finalizer java.lang.reflect.AccessibleObject java.lang.reflect.Field java.lang.reflect.Method java.lang.reflect.Constructor java.lang.reflect.InvocationTargetException java.lang.reflect.Array java.lang.reflect.Proxy java.security.AccessController java.util.Date java.util.TimeZone java.util.ResourceBundle java.util.concurrent.atomic.AtomicLong java.util.prefs.FileSystemPreferences java.io.Console java.io.FileDescriptor java.io.InputStream java.io.FileInputStream java.io.FileOutputStream java.io.PrintStream java.io.RandomAccessFile java.io.DataInputStream java.io.DataOutputStream java.io.File java.io.FileSystem java.io.UnixFileSystem java.io.ObjectInputStream java.io.ObjectOutputStream java.io.ObjectStreamClass java.lang.Throwable java.lang.NoClassDefFoundError java.lang.StringIndexOutOfBoundsException java.lang.OutOfMemoryError sun.misc.Version sun.misc.VM sun.misc.VMSupport sun.misc.Signal sun.misc.MessageUtils sun.misc.NativeSignalHandler sun.misc.GC sun.reflect.ConstantPool sun.reflect.NativeConstructorAccessorImpl sun.reflect.NativeMethodAccessorImpl sun.reflect.Reflection java.lang.ClassLoader\$NativeLibrary mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/AccessController.o ../../../src/share/native/java/security/AccessController.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Array.o ../../../src/share/native/java/lang/reflect/Array.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/String.o ../../../src/share/native/java/lang/String.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Class.o ../../../src/share/native/java/lang/Class.c ../../../src/share/native/java/lang/Class.c: In function 'Java_java_lang_Class_forName0': ../../../src/share/native/java/lang/Class.c:115: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ClassLoader.o ../../../src/share/native/java/lang/ClassLoader.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Compiler.o ../../../src/share/native/java/lang/Compiler.c ../../../src/share/native/java/lang/ClassLoader.c: In function 'Java_java_lang_ClassLoader_00024NativeLibrary_load': ../../../src/share/native/java/lang/ClassLoader.c:334: warning: comparison between signed and unsigned ../../../src/share/native/java/lang/ClassLoader.c:371: warning: cast from pointer to integer of different size ../../../src/share/native/java/lang/ClassLoader.c: In function 'Java_java_lang_ClassLoader_00024NativeLibrary_unload': ../../../src/share/native/java/lang/ClassLoader.c:400: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Console_md.o ../../../src/solaris/native/java/io/Console_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Double.o ../../../src/share/native/java/lang/Double.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystem_md.o ../../../src/solaris/native/java/io/FileSystem_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileDescriptor_md.o ../../../src/solaris/native/java/io/FileDescriptor_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream.o ../../../src/share/native/java/io/FileInputStream.c In file included from ../../../src/solaris/javavm/export/jvm_md.h:57, from ../../../src/share/javavm/export/jvm.h:32, from ../../../src/share/native/java/io/FileInputStream.c:31: /opt/lsb/include/fcntl.h:19:1: warning: "O_SYNC" redefined In file included from ../../../src/share/native/java/io/FileInputStream.c:29: ../../../src/share/native/java/io/io_util.h:33:1: warning: this is the location of the previous definition In file included from ../../../src/solaris/javavm/export/jvm_md.h:57, from ../../../src/share/javavm/export/jvm.h:32, from ../../../src/share/native/java/io/FileInputStream.c:31: /opt/lsb/include/fcntl.h:101:1: warning: "O_DSYNC" redefined In file included from ../../../src/share/native/java/io/FileInputStream.c:29: ../../../src/share/native/java/io/io_util.h:34:1: warning: this is the location of the previous definition In file included from ../../../src/share/native/java/io/FileInputStream.c:38: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/io/FileInputStream.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream_md.o ../../../src/solaris/native/java/io/FileInputStream_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileOutputStream_md.o ../../../src/solaris/native/java/io/FileOutputStream_md.c In file included from ../../../src/solaris/native/java/io/FileInputStream_md.c:35: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/FileInputStream_md.c:32: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition In file included from ../../../src/solaris/native/java/io/FileOutputStream_md.c:31: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/FileOutputStream_md.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Finalizer.o ../../../src/share/native/java/lang/ref/Finalizer.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Float.o ../../../src/share/native/java/lang/Float.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Object.o ../../../src/share/native/java/lang/Object.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectOutputStream.o ../../../src/share/native/java/io/ObjectOutputStream.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectInputStream.o ../../../src/share/native/java/io/ObjectInputStream.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectStreamClass.o ../../../src/share/native/java/io/ObjectStreamClass.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Package.o ../../../src/share/native/java/lang/Package.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ProcessEnvironment_md.o ../../../src/solaris/native/java/lang/ProcessEnvironment_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Proxy.o ../../../src/share/native/java/lang/reflect/Proxy.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile.o ../../../src/share/native/java/io/RandomAccessFile.c ../../../src/share/native/java/lang/reflect/Proxy.c: In function 'Java_java_lang_reflect_Proxy_defineClass0': ../../../src/share/native/java/lang/reflect/Proxy.c:87: warning: comparison between signed and unsigned In file included from ../../../src/share/native/java/io/RandomAccessFile.c:32: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/io/RandomAccessFile.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile_md.o ../../../src/solaris/native/java/io/RandomAccessFile_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ResourceBundle.o ../../../src/share/native/java/lang/ResourceBundle.c In file included from ../../../src/solaris/native/java/io/RandomAccessFile_md.c:35: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/RandomAccessFile_md.c:32: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Runtime.o ../../../src/share/native/java/lang/Runtime.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/SecurityManager.o ../../../src/share/native/java/lang/SecurityManager.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Shutdown.o ../../../src/share/native/java/lang/Shutdown.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/StrictMath.o ../../../src/share/native/java/lang/StrictMath.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/System.o ../../../src/share/native/java/lang/System.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Thread.o ../../../src/share/native/java/lang/Thread.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Throwable.o ../../../src/share/native/java/lang/Throwable.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Signal.o ../../../src/share/native/sun/misc/Signal.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeSignalHandler.o ../../../src/share/native/sun/misc/NativeSignalHandler.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/verify_stub.o ../../../src/share/native/common/verify_stub.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util.o ../../../src/share/native/java/io/io_util.c In file included from ../../../src/share/native/java/io/io_util.c:34: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/io/io_util.c:31: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util_md.o ../../../src/solaris/native/java/io/io_util_md.c In file included from ../../../src/solaris/native/java/io/io_util_md.c:30: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/io_util_md.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jio.o ../../../src/share/native/common/jio.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/logging.o ../../../src/solaris/native/java/util/logging.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jni_util.o ../../../src/share/native/common/jni_util.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util.o ../../../src/share/native/common/jdk_util.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util_md.o ../../../src/solaris/native/common/jdk_util_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/check_version.o ../../../src/share/native/common/check_version.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/java_props_md.o ../../../src/solaris/native/java/lang/java_props_md.c ../../../src/solaris/native/java/lang/java_props_md.c: In function 'GetJavaProperties': ../../../src/solaris/native/java/lang/java_props_md.c:126: warning: missing initializer ../../../src/solaris/native/java/lang/java_props_md.c:126: warning: (near initialization for 'sprops.os_version') /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/DriverManager.o ../../../src/share/native/java/sql/DriverManager.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ConstantPool.o ../../../src/share/native/sun/reflect/ConstantPool.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/MessageUtils.o ../../../src/share/native/sun/misc/MessageUtils.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/GC.o ../../../src/share/native/sun/misc/GC.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeAccessors.o ../../../src/share/native/sun/reflect/NativeAccessors.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Reflection.o ../../../src/share/native/sun/reflect/Reflection.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Bits.o ../../../src/share/native/java/nio/Bits.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/AtomicLong.o ../../../src/share/native/java/util/concurrent/atomic/AtomicLong.c ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromByteArray': ../../../src/share/native/java/nio/Bits.c:80: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToByteArray': ../../../src/share/native/java/nio/Bits.c:100: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromShortArray': ../../../src/share/native/java/nio/Bits.c:118: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToShortArray': ../../../src/share/native/java/nio/Bits.c:153: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromIntArray': ../../../src/share/native/java/nio/Bits.c:188: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToIntArray': ../../../src/share/native/java/nio/Bits.c:223: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromLongArray': ../../../src/share/native/java/nio/Bits.c:258: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToLongArray': ../../../src/share/native/java/nio/Bits.c:293: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Version.o ../../../src/share/native/sun/misc/Version.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/VM.o ../../../src/share/native/sun/misc/VM.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/VMSupport.o ../../../src/share/native/sun/misc/VMSupport.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/UNIXProcess_md.o ../../../src/solaris/native/java/lang/UNIXProcess_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/UnixFileSystem_md.o ../../../src/solaris/native/java/io/UnixFileSystem_md.c ../../../src/solaris/native/java/io/UnixFileSystem_md.c: In function 'Java_java_io_UnixFileSystem_checkAccess':/opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/canonicalize_md.o ../../../src/solaris/native/java/io/canonicalize_md.c ../../../src/solaris/native/java/io/UnixFileSystem_md.c:197: warning: 'mode' may be used uninitialized in this function ../../../src/solaris/native/java/io/UnixFileSystem_md.c: In function 'Java_java_io_UnixFileSystem_setPermission': ../../../src/solaris/native/java/io/UnixFileSystem_md.c:229: warning: 'amode' may be used uninitialized in this function ../../../src/solaris/native/java/io/canonicalize_md.c: In function 'canonicalize': ../../../src/solaris/native/java/io/canonicalize_md.c:249: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone.o ../../../src/share/native/java/util/TimeZone.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone_md.o ../../../src/solaris/native/java/util/TimeZone_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystemPreferences.o ../../../src/solaris/native/java/util/FileSystemPreferences.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java STATS: LIBRARY=java, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjava.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjava.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjava.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/AccessController.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Array.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/String.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Class.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ClassLoader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Console_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Double.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystem_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileDescriptor_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileOutputStream_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Finalizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Float.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Object.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectOutputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectInputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectStreamClass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Package.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ProcessEnvironment_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Proxy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ResourceBundle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Runtime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/SecurityManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Shutdown.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/StrictMath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/System.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Thread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Throwable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Signal.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeSignalHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/verify_stub.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jio.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/logging.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jni_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/check_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/java_props_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/DriverManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/ConstantPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/MessageUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/GC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeAccessors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Reflection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Bits.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/AtomicLong.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/Version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/VM.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/VMSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/UNIXProcess_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/UnixFileSystem_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/canonicalize_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystemPreferences.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lverify -lnsl -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang/java/obj/../../../fdlibm/obj -lfdlibm.i586 -lc Warning: forcing nsl to be linked statically Warning: forcing fdlibm.i586 to be linked statically /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/content-types.properties /bin/cp ../../../src/solaris/lib/content-types.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/content-types.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/calendars.properties /bin/cp ../../../src/share/lib/calendars.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/calendars.properties rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/currency.data /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatecurrencydata.jar -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/currency.data.temp \ < ../../../src/share/classes/java/util/CurrencyData.properties /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/currency.data.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/currency.data /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/currency.data Begin Processing SUBDIRS: reflect >>>Recursively making reflect build @ Sun Aug 2 13:57:04 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java/reflect' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.reflect/.classes.list) ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticCharacterFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeFieldAccessorFactory.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticShortFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/FieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedDoubleFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeObjectFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/generics/reflectiveObjects/NotImplementedException.java ../../../../src/share/classes/sun/reflect/generics/reflectiveObjects/ParameterizedTypeImpl.java ../../../../src/share/classes/sun/reflect/generics/reflectiveObjects/LazyReflectiveObjectGenerator.java ../../../../src/share/classes/sun/reflect/generics/reflectiveObjects/GenericArrayTypeImpl.java ../../../../src/share/classes/sun/reflect/generics/reflectiveObjects/WildcardTypeImpl.java ../../../../src/share/classes/sun/reflect/generics/reflectiveObjects/TypeVariableImpl.java ../../../../src/share/classes/sun/reflect/generics/scope/MethodScope.java ../../../../src/share/classes/sun/reflect/generics/scope/Scope.java ../../../../src/share/classes/sun/reflect/generics/scope/DummyScope.java ../../../../src/share/classes/sun/reflect/generics/scope/ClassScope.java ../../../../src/share/classes/sun/reflect/generics/scope/AbstractScope.java ../../../../src/share/classes/sun/reflect/generics/scope/ConstructorScope.java ../../../../src/share/classes/sun/reflect/generics/tree/TypeVariableSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/FormalTypeParameter.java ../../../../src/share/classes/sun/reflect/generics/tree/ClassTypeSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/ClassSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/Signature.java ../../../../src/share/classes/sun/reflect/generics/tree/FieldTypeSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/ShortSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/IntSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/LongSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/BaseType.java ../../../../src/share/classes/sun/reflect/generics/tree/CharSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/TypeArgument.java ../../../../src/share/classes/sun/reflect/generics/tree/VoidDescriptor.java ../../../../src/share/classes/sun/reflect/generics/tree/FloatSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/ArrayTypeSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/DoubleSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/SimpleClassTypeSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/Wildcard.java ../../../../src/share/classes/sun/reflect/generics/tree/ByteSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/ReturnType.java ../../../../src/share/classes/sun/reflect/generics/tree/BooleanSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/MethodTypeSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/TypeTree.java ../../../../src/share/classes/sun/reflect/generics/tree/BottomSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/TypeSignature.java ../../../../src/share/classes/sun/reflect/generics/tree/Tree.java ../../../../src/share/classes/sun/reflect/generics/visitor/TypeTreeVisitor.java ../../../../src/share/classes/sun/reflect/generics/visitor/Reifier.java ../../../../src/share/classes/sun/reflect/generics/visitor/Visitor.java ../../../../src/share/classes/sun/reflect/generics/parser/SignatureParser.java ../../../../src/share/classes/sun/reflect/generics/repository/ClassRepository.java ../../../../src/share/classes/sun/reflect/generics/repository/AbstractRepository.java ../../../../src/share/classes/sun/reflect/generics/repository/FieldRepository.java ../../../../src/share/classes/sun/reflect/generics/repository/GenericDeclRepository.java ../../../../src/share/classes/sun/reflect/generics/repository/MethodRepository.java ../../../../src/share/classes/sun/reflect/generics/repository/ConstructorRepository.java ../../../../src/share/classes/sun/reflect/generics/factory/CoreReflectionFactory.java ../../../../src/share/classes/sun/reflect/generics/factory/GenericsFactory.java ../../../../src/share/classes/sun/reflect/UnsafeStaticBooleanFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeCharacterFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/LangReflectAccess.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeStaticByteFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeIntegerFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedObjectFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/ConstructorAccessor.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedCharacterFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/ClassFileConstants.java ../../../../src/share/classes/sun/reflect/MethodAccessor.java ../../../../src/share/classes/sun/reflect/UnsafeStaticCharacterFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedShortFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/Label.java ../../../../src/share/classes/sun/reflect/SerializationConstructorAccessorImpl.java ../../../../src/share/classes/sun/reflect/ClassFileAssembler.java ../../../../src/share/classes/sun/reflect/MagicAccessorImpl.java ../../../../src/share/classes/sun/reflect/FieldInfo.java ../../../../src/share/classes/sun/reflect/ConstructorAccessorImpl.java ../../../../src/share/classes/sun/reflect/misc/ConstructorUtil.java ../../../../src/share/classes/sun/reflect/misc/FieldUtil.java ../../../../src/share/classes/sun/reflect/misc/MethodUtil.java ../../../../src/share/classes/sun/reflect/misc/ReflectUtil.java ../../../../src/share/classes/sun/reflect/UnsafeFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticIntegerFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedByteFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedBooleanFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeStaticObjectFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedLongFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/MethodAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedFloatFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticByteFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticLongFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticBooleanFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeByteFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticObjectFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeDoubleFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/SignatureIterator.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedIntegerFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/FieldAccessor.java ../../../../src/share/classes/sun/reflect/UnsafeShortFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/ByteVectorFactory.java ../../../../src/share/classes/sun/reflect/UnsafeStaticDoubleFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeStaticFloatFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeFloatFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/ByteVector.java ../../../../src/share/classes/sun/reflect/UnsafeStaticLongFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/annotation/AnnotationType.java ../../../../src/share/classes/sun/reflect/annotation/EnumConstantNotPresentExceptionProxy.java ../../../../src/share/classes/sun/reflect/annotation/ExceptionProxy.java ../../../../src/share/classes/sun/reflect/annotation/AnnotationTypeMismatchExceptionProxy.java ../../../../src/share/classes/sun/reflect/annotation/TypeNotPresentExceptionProxy.java ../../../../src/share/classes/sun/reflect/annotation/AnnotationInvocationHandler.java ../../../../src/share/classes/sun/reflect/annotation/AnnotationParser.java ../../../../src/share/classes/sun/reflect/AccessorGenerator.java ../../../../src/share/classes/sun/reflect/MethodAccessorGenerator.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticDoubleFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/DelegatingMethodAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeQualifiedStaticFloatFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeLongFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeStaticIntegerFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/ClassDefiner.java ../../../../src/share/classes/sun/reflect/UTF8.java ../../../../src/share/classes/sun/reflect/ByteVectorImpl.java ../../../../src/share/classes/sun/reflect/InstantiationExceptionConstructorAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeStaticShortFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/DelegatingConstructorAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeBooleanFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/UnsafeStaticFieldAccessorImpl.java ../../../../src/share/classes/sun/reflect/ReflectionFactory.java ../../../../src/share/classes/sun/reflect/BootstrapConstructorAccessorImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.reflect/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java/reflect' Timing: 00007 seconds or 7s for make-java-java-reflect <<>>Recursively making reflect all @ Sun Aug 2 13:57:11 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java/reflect' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java/reflect' Timing: 00001 seconds or 1s for make-java-java-reflect <<>>Recursively making sun_nio all @ Sun Aug 2 13:57:12 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/sun_nio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/nio/cs/StandardCharsets.java ../../../src/share/classes/sun/nio/cs/AbstractCharsetProvider.java ../../../src/share/classes/sun/nio/cs/HistoricallyNamedCharset.java ../../../src/share/classes/sun/nio/cs/Surrogate.java ../../../src/share/classes/sun/nio/cs/SingleByteEncoder.java ../../../src/share/classes/sun/nio/cs/SingleByteDecoder.java ../../../src/share/classes/sun/nio/cs/UnicodeEncoder.java ../../../src/share/classes/sun/nio/cs/UnicodeDecoder.java ../../../src/share/classes/sun/nio/cs/ISO_8859_1.java ../../../src/share/classes/sun/nio/cs/ISO_8859_2.java ../../../src/share/classes/sun/nio/cs/ISO_8859_4.java ../../../src/share/classes/sun/nio/cs/ISO_8859_5.java ../../../src/share/classes/sun/nio/cs/ISO_8859_7.java ../../../src/share/classes/sun/nio/cs/ISO_8859_9.java ../../../src/share/classes/sun/nio/cs/ISO_8859_13.java ../../../src/share/classes/sun/nio/cs/ISO_8859_15.java ../../../src/share/classes/sun/nio/cs/IBM437.java ../../../src/share/classes/sun/nio/cs/IBM737.java ../../../src/share/classes/sun/nio/cs/IBM775.java ../../../src/share/classes/sun/nio/cs/IBM850.java ../../../src/share/classes/sun/nio/cs/IBM852.java ../../../src/share/classes/sun/nio/cs/IBM855.java ../../../src/share/classes/sun/nio/cs/IBM857.java ../../../src/share/classes/sun/nio/cs/IBM858.java ../../../src/share/classes/sun/nio/cs/IBM862.java ../../../src/share/classes/sun/nio/cs/IBM866.java ../../../src/share/classes/sun/nio/cs/IBM874.java ../../../src/share/classes/sun/nio/cs/KOI8_R.java ../../../src/share/classes/sun/nio/cs/KOI8_U.java ../../../src/share/classes/sun/nio/cs/MS1250.java ../../../src/share/classes/sun/nio/cs/MS1251.java ../../../src/share/classes/sun/nio/cs/MS1252.java ../../../src/share/classes/sun/nio/cs/MS1253.java ../../../src/share/classes/sun/nio/cs/MS1254.java ../../../src/share/classes/sun/nio/cs/MS1257.java ../../../src/share/classes/sun/nio/cs/US_ASCII.java ../../../src/share/classes/sun/nio/cs/UTF_16.java ../../../src/share/classes/sun/nio/cs/UTF_16BE.java ../../../src/share/classes/sun/nio/cs/UTF_16LE.java ../../../src/share/classes/sun/nio/cs/UTF_16LE_BOM.java ../../../src/share/classes/sun/nio/cs/UTF_32.java ../../../src/share/classes/sun/nio/cs/UTF_32BE.java ../../../src/share/classes/sun/nio/cs/UTF_32LE.java ../../../src/share/classes/sun/nio/cs/UTF_32BE_BOM.java ../../../src/share/classes/sun/nio/cs/UTF_32LE_BOM.java ../../../src/share/classes/sun/io/Converters.java ../../../src/share/classes/sun/io/ByteToCharConverter.java ../../../src/share/classes/sun/io/ByteToCharASCII.java ../../../src/share/classes/sun/io/ByteToCharUTF8.java ../../../src/share/classes/sun/io/ByteToCharUTF16.java ../../../src/share/classes/sun/io/ByteToCharUnicode.java ../../../src/share/classes/sun/io/ByteToCharUnicodeBig.java ../../../src/share/classes/sun/io/ByteToCharUnicodeBigUnmarked.java ../../../src/share/classes/sun/io/ByteToCharUnicodeLittle.java ../../../src/share/classes/sun/io/ByteToCharUnicodeLittleUnmarked.java ../../../src/share/classes/sun/io/CharToByteConverter.java ../../../src/share/classes/sun/io/CharToByteASCII.java ../../../src/share/classes/sun/io/CharToByteUTF8.java ../../../src/share/classes/sun/io/CharToByteUTF16.java ../../../src/share/classes/sun/io/CharToByteUnicode.java ../../../src/share/classes/sun/io/CharToByteUnicodeBig.java ../../../src/share/classes/sun/io/CharToByteUnicodeBigUnmarked.java ../../../src/share/classes/sun/io/CharToByteUnicodeLittle.java ../../../src/share/classes/sun/io/CharToByteUnicodeLittleUnmarked.java ../../../src/share/classes/sun/io/CharacterEncoding.java ../../../src/share/classes/sun/io/ConversionBufferFullException.java ../../../src/share/classes/sun/io/MalformedInputException.java ../../../src/share/classes/sun/io/UnknownCharacterException.java ../../../src/share/classes/sun/io/ByteToCharISO8859_1.java ../../../src/share/classes/sun/io/CharToByteISO8859_1.java ../../../src/share/classes/sun/io/ByteToCharISO8859_2.java ../../../src/share/classes/sun/io/CharToByteISO8859_2.java ../../../src/share/classes/sun/io/ByteToCharISO8859_4.java ../../../src/share/classes/sun/io/CharToByteISO8859_4.java ../../../src/share/classes/sun/io/ByteToCharISO8859_5.java ../../../src/share/classes/sun/io/CharToByteISO8859_5.java ../../../src/share/classes/sun/io/ByteToCharISO8859_7.java ../../../src/share/classes/sun/io/CharToByteISO8859_7.java ../../../src/share/classes/sun/io/ByteToCharISO8859_9.java ../../../src/share/classes/sun/io/CharToByteISO8859_9.java ../../../src/share/classes/sun/io/ByteToCharISO8859_13.java ../../../src/share/classes/sun/io/CharToByteISO8859_13.java ../../../src/share/classes/sun/io/ByteToCharISO8859_15.java ../../../src/share/classes/sun/io/CharToByteISO8859_15.java ../../../src/share/classes/sun/io/ByteToCharCp1250.java ../../../src/share/classes/sun/io/CharToByteCp1250.java ../../../src/share/classes/sun/io/ByteToCharCp1251.java ../../../src/share/classes/sun/io/CharToByteCp1251.java ../../../src/share/classes/sun/io/ByteToCharCp1252.java ../../../src/share/classes/sun/io/CharToByteCp1252.java ../../../src/share/classes/sun/io/ByteToCharCp1253.java ../../../src/share/classes/sun/io/CharToByteCp1253.java ../../../src/share/classes/sun/io/ByteToCharCp1254.java ../../../src/share/classes/sun/io/CharToByteCp1254.java ../../../src/share/classes/sun/io/ByteToCharCp1257.java ../../../src/share/classes/sun/io/CharToByteCp1257.java ../../../src/share/classes/sun/io/ByteToCharKOI8_R.java ../../../src/share/classes/sun/io/CharToByteKOI8_R.java ../../../src/share/classes/sun/io/ByteToCharSingleByte.java ../../../src/share/classes/sun/io/CharToByteSingleByte.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -Xlint:serial -Werror -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/sun_nio' Timing: 00007 seconds or 7s for make-java-sun_nio <<>>Recursively making jli all @ Sun Aug 2 13:57:19 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jli' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jli make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jli' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/parse_manifest.o ../../../src/share/bin/parse_manifest.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/version_comp.o ../../../src/share/bin/version_comp.c ../../../src/share/bin/parse_manifest.c: In function 'find_file': ../../../src/share/bin/parse_manifest.c:324: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/wildcard.o ../../../src/share/bin/wildcard.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/jli_util.o ../../../src/share/bin/jli_util.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jli' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jli STATS: LIBRARY=jli, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli/libjli.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjli.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli/libjli.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/parse_manifest.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/version_comp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/wildcard.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/jli/obj/jli_util.o -lz -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jli' Timing: 00002 seconds or 2s for make-java-jli <<>>Recursively making main all @ Sun Aug 2 13:57:21 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/main' Begin Processing SUBDIRS: java >>>Recursively making java all @ Sun Aug 2 13:57:22 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/main/java' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jvm.cfg /bin/cp ../../../../src/solaris/bin/i586/jvm.cfg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jvm.cfg /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/bin -I../../../../src/solaris/bin -DPROGNAME='"java"' -DEXPAND_CLASSPATH_WILDCARDS -DLAUNCHER_NAME=\"java\" -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/java.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../../src/share/bin/java.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/bin -I../../../../src/solaris/bin -DPROGNAME='"java"' -DEXPAND_CLASSPATH_WILDCARDS -DLAUNCHER_NAME=\"java\" -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/java_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../../src/solaris/bin/java_md.c ../../../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/bin -I../../../../src/solaris/bin -DPROGNAME='"java"' -DEXPAND_CLASSPATH_WILDCARDS -DLAUNCHER_NAME=\"java\" -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/java because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/java_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/java -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/java_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/main/java' Timing: 00002 seconds or 2s for make-java-main-java <<>>Recursively making zip all @ Sun Aug 2 13:57:24 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/zip' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/.classes.list) ../../../src/share/classes/java/util/zip/ZipInputStream.java ../../../src/share/classes/java/util/zip/Deflater.java ../../../src/share/classes/java/util/zip/ZipOutputStream.java ../../../src/share/classes/java/util/zip/ZipConstants.java ../../../src/share/classes/java/util/zip/ZipFile.java ../../../src/share/classes/java/util/zip/InflaterInputStream.java ../../../src/share/classes/java/util/zip/Inflater.java ../../../src/share/classes/java/util/zip/ZipError.java ../../../src/share/classes/java/util/zip/ZipEntry.java ../../../src/share/classes/java/util/zip/Checksum.java ../../../src/share/classes/java/util/zip/ZipException.java ../../../src/share/classes/java/util/zip/GZIPInputStream.java ../../../src/share/classes/java/util/zip/DataFormatException.java ../../../src/share/classes/java/util/zip/Adler32.java ../../../src/share/classes/java/util/zip/InflaterOutputStream.java ../../../src/share/classes/java/util/zip/CheckedOutputStream.java ../../../src/share/classes/java/util/zip/DeflaterInputStream.java ../../../src/share/classes/java/util/zip/CRC32.java ../../../src/share/classes/java/util/zip/DeflaterOutputStream.java ../../../src/share/classes/java/util/zip/GZIPOutputStream.java ../../../src/share/classes/java/util/zip/CheckedInputStream.java ../../../src/share/classes/java/util/jar/JarFile.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders/ \ java.util.zip.CRC32 java.util.zip.Adler32 java.util.zip.Inflater java.util.zip.Deflater java.util.zip.ZipFile java.util.zip.ZipEntry java.util.jar.JarFile mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/zip make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/zip' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/CRC32.o ../../../src/share/native/java/util/zip/CRC32.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Adler32.o ../../../src/share/native/java/util/zip/Adler32.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Deflater.o ../../../src/share/native/java/util/zip/Deflater.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Inflater.o ../../../src/share/native/java/util/zip/Inflater.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipFile.o ../../../src/share/native/java/util/zip/ZipFile.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipEntry.o ../../../src/share/native/java/util/zip/ZipEntry.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/zip_util.o ../../../src/share/native/java/util/zip/zip_util.c In file included from ../../../src/share/native/java/util/zip/zip_util.c:45: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/util/zip/zip_util.c:41: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition ../../../src/share/native/java/util/zip/zip_util.c: In function 'isMetaName': ../../../src/share/native/java/util/zip/zip_util.c:359: warning: comparison between signed and unsigned make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/zip' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/zip STATS: LIBRARY=zip, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libzip.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libzip.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libzip.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/CRC32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Adler32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Deflater.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Inflater.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipFile.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipEntry.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/zip_util.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lz -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/zip' Timing: 00008 seconds or 8s for make-java-zip <<>>Recursively making security all @ Sun Aug 2 13:57:32 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/security' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.security/.classes.list) ../../../src/share/classes/java/security/InvalidParameterException.java ../../../src/share/classes/java/security/AllPermission.java ../../../src/share/classes/java/security/PublicKey.java ../../../src/share/classes/java/security/KeyStore.java ../../../src/share/classes/java/security/Certificate.java ../../../src/share/classes/java/security/IdentityScope.java ../../../src/share/classes/java/security/InvalidKeyException.java ../../../src/share/classes/java/security/SecureClassLoader.java ../../../src/share/classes/java/security/cert/TrustAnchor.java ../../../src/share/classes/java/security/cert/CertPathValidatorResult.java ../../../src/share/classes/java/security/cert/X509CRL.java ../../../src/share/classes/java/security/cert/Certificate.java ../../../src/share/classes/java/security/cert/CertificateEncodingException.java ../../../src/share/classes/java/security/cert/LDAPCertStoreParameters.java ../../../src/share/classes/java/security/cert/PKIXBuilderParameters.java ../../../src/share/classes/java/security/cert/CollectionCertStoreParameters.java ../../../src/share/classes/java/security/cert/CertPathValidator.java ../../../src/share/classes/java/security/cert/CertStore.java ../../../src/share/classes/java/security/cert/CertPathHelperImpl.java ../../../src/share/classes/java/security/cert/X509CertSelector.java ../../../src/share/classes/java/security/cert/CertPathBuilderResult.java ../../../src/share/classes/java/security/cert/X509Certificate.java ../../../src/share/classes/java/security/cert/CertStoreSpi.java ../../../src/share/classes/java/security/cert/CertificateNotYetValidException.java ../../../src/share/classes/java/security/cert/X509Extension.java ../../../src/share/classes/java/security/cert/CRL.java ../../../src/share/classes/java/security/cert/PKIXParameters.java ../../../src/share/classes/java/security/cert/CertPathBuilder.java ../../../src/share/classes/java/security/cert/CertificateExpiredException.java ../../../src/share/classes/java/security/cert/CertPathBuilderSpi.java ../../../src/share/classes/java/security/cert/X509CRLEntry.java ../../../src/share/classes/java/security/cert/CertStoreParameters.java ../../../src/share/classes/java/security/cert/CertStoreException.java ../../../src/share/classes/java/security/cert/CertificateFactory.java ../../../src/share/classes/java/security/cert/CertPathValidatorSpi.java ../../../src/share/classes/java/security/cert/CertPathBuilderException.java ../../../src/share/classes/java/security/cert/PKIXCertPathBuilderResult.java ../../../src/share/classes/java/security/cert/PKIXCertPathChecker.java ../../../src/share/classes/java/security/cert/PolicyNode.java ../../../src/share/classes/java/security/cert/X509CRLSelector.java ../../../src/share/classes/java/security/cert/CertificateParsingException.java ../../../src/share/classes/java/security/cert/CertPathValidatorException.java ../../../src/share/classes/java/security/cert/CertPath.java ../../../src/share/classes/java/security/cert/CertificateException.java ../../../src/share/classes/java/security/cert/CertPathParameters.java ../../../src/share/classes/java/security/cert/PKIXCertPathValidatorResult.java ../../../src/share/classes/java/security/cert/CRLException.java ../../../src/share/classes/java/security/cert/PolicyQualifierInfo.java ../../../src/share/classes/java/security/cert/CRLSelector.java ../../../src/share/classes/java/security/cert/CertificateFactorySpi.java ../../../src/share/classes/java/security/cert/CertSelector.java ../../../src/share/classes/java/security/BasicPermission.java ../../../src/share/classes/java/security/Policy.java ../../../src/share/classes/java/security/DigestOutputStream.java ../../../src/share/classes/java/security/Signature.java ../../../src/share/classes/java/security/KeyFactory.java ../../../src/share/classes/java/security/PrivilegedAction.java ../../../src/share/classes/java/security/SecureRandom.java ../../../src/share/classes/java/security/DomainCombiner.java ../../../src/share/classes/java/security/KeyStoreSpi.java ../../../src/share/classes/java/security/KeyPairGenerator.java ../../../src/share/classes/java/security/KeyPairGeneratorSpi.java ../../../src/share/classes/java/security/acl/LastOwnerException.java ../../../src/share/classes/java/security/acl/Acl.java ../../../src/share/classes/java/security/acl/AclEntry.java ../../../src/share/classes/java/security/acl/Owner.java ../../../src/share/classes/java/security/acl/NotOwnerException.java ../../../src/share/classes/java/security/acl/AclNotFoundException.java ../../../src/share/classes/java/security/acl/Permission.java ../../../src/share/classes/java/security/acl/Group.java ../../../src/share/classes/java/security/KeyRep.java ../../../src/share/classes/java/security/Permissions.java ../../../src/share/classes/java/security/SignatureSpi.java ../../../src/share/classes/java/security/MessageDigestSpi.java ../../../src/share/classes/java/security/MessageDigest.java ../../../src/share/classes/java/security/InvalidAlgorithmParameterException.java ../../../src/share/classes/java/security/DigestInputStream.java ../../../src/share/classes/java/security/PrivilegedExceptionAction.java ../../../src/share/classes/java/security/GuardedObject.java ../../../src/share/classes/java/security/PrivateKey.java ../../../src/share/classes/java/security/URIParameter.java ../../../src/share/classes/java/security/Timestamp.java ../../../src/share/classes/java/security/KeyStoreException.java ../../../src/share/classes/java/security/SecureRandomSpi.java ../../../src/share/classes/java/security/CodeSigner.java ../../../src/share/classes/java/security/Identity.java ../../../src/share/classes/java/security/KeyManagementException.java ../../../src/share/classes/java/security/AlgorithmParameterGenerator.java ../../../src/share/classes/java/security/NoSuchAlgorithmException.java ../../../src/share/classes/java/security/PermissionCollection.java ../../../src/share/classes/java/security/ProviderException.java ../../../src/share/classes/java/security/PolicySpi.java ../../../src/share/classes/java/security/DigestException.java ../../../src/share/classes/java/security/UnresolvedPermission.java ../../../src/share/classes/java/security/AuthProvider.java ../../../src/share/classes/java/security/Guard.java ../../../src/share/classes/java/security/AccessControlException.java ../../../src/share/classes/java/security/UnrecoverableEntryException.java ../../../src/share/classes/java/security/Signer.java ../../../src/share/classes/java/security/spec/ECGenParameterSpec.java ../../../src/share/classes/java/security/spec/PKCS8EncodedKeySpec.java ../../../src/share/classes/java/security/spec/EncodedKeySpec.java ../../../src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java ../../../src/share/classes/java/security/spec/RSAPrivateCrtKeySpec.java ../../../src/share/classes/java/security/spec/ECFieldFp.java ../../../src/share/classes/java/security/spec/RSAKeyGenParameterSpec.java ../../../src/share/classes/java/security/spec/PSSParameterSpec.java ../../../src/share/classes/java/security/spec/ECFieldF2m.java ../../../src/share/classes/java/security/spec/InvalidParameterSpecException.java ../../../src/share/classes/java/security/spec/DSAPrivateKeySpec.java ../../../src/share/classes/java/security/spec/ECParameterSpec.java ../../../src/share/classes/java/security/spec/InvalidKeySpecException.java ../../../src/share/classes/java/security/spec/ECPrivateKeySpec.java ../../../src/share/classes/java/security/spec/AlgorithmParameterSpec.java ../../../src/share/classes/java/security/spec/ECPoint.java ../../../src/share/classes/java/security/spec/ECPublicKeySpec.java ../../../src/share/classes/java/security/spec/KeySpec.java ../../../src/share/classes/java/security/spec/MGF1ParameterSpec.java ../../../src/share/classes/java/security/spec/DSAParameterSpec.java ../../../src/share/classes/java/security/spec/DSAPublicKeySpec.java ../../../src/share/classes/java/security/spec/RSAPublicKeySpec.java ../../../src/share/classes/java/security/spec/X509EncodedKeySpec.java ../../../src/share/classes/java/security/spec/EllipticCurve.java ../../../src/share/classes/java/security/spec/RSAOtherPrimeInfo.java ../../../src/share/classes/java/security/spec/RSAPrivateKeySpec.java ../../../src/share/classes/java/security/spec/ECField.java ../../../src/share/classes/java/security/AccessControlContext.java ../../../src/share/classes/java/security/SignatureException.java ../../../src/share/classes/java/security/GeneralSecurityException.java ../../../src/share/classes/java/security/Security.java ../../../src/share/classes/java/security/SecurityPermission.java ../../../src/share/classes/java/security/Provider.java ../../../src/share/classes/java/security/PrivilegedActionException.java ../../../src/share/classes/java/security/CodeSource.java ../../../src/share/classes/java/security/KeyPair.java ../../../src/share/classes/java/security/NoSuchProviderException.java ../../../src/share/classes/java/security/AlgorithmParameters.java ../../../src/share/classes/java/security/UnrecoverableKeyException.java ../../../src/share/classes/java/security/Permission.java ../../../src/share/classes/java/security/Key.java ../../../src/share/classes/java/security/interfaces/ECPublicKey.java ../../../src/share/classes/java/security/interfaces/DSAKeyPairGenerator.java ../../../src/share/classes/java/security/interfaces/DSAPublicKey.java ../../../src/share/classes/java/security/interfaces/RSAMultiPrimePrivateCrtKey.java ../../../src/share/classes/java/security/interfaces/DSAParams.java ../../../src/share/classes/java/security/interfaces/RSAPrivateCrtKey.java ../../../src/share/classes/java/security/interfaces/RSAPrivateKey.java ../../../src/share/classes/java/security/interfaces/ECPrivateKey.java ../../../src/share/classes/java/security/interfaces/DSAPrivateKey.java ../../../src/share/classes/java/security/interfaces/DSAKey.java ../../../src/share/classes/java/security/interfaces/RSAKey.java ../../../src/share/classes/java/security/interfaces/RSAPublicKey.java ../../../src/share/classes/java/security/interfaces/ECKey.java ../../../src/share/classes/java/security/AlgorithmParametersSpi.java ../../../src/share/classes/java/security/Principal.java ../../../src/share/classes/java/security/SignedObject.java ../../../src/share/classes/java/security/KeyException.java ../../../src/share/classes/java/security/UnresolvedPermissionCollection.java ../../../src/share/classes/java/security/KeyFactorySpi.java ../../../src/share/classes/java/security/AlgorithmParameterGeneratorSpi.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.security/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security/java.security /bin/cp ../../../src/share/lib/security/java.security /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security/java.security /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security/java.policy /bin/cp ../../../src/share/lib/security/java.policy /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security/java.policy /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security/cacerts /bin/cp ../../../src/share/lib/security/cacerts /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/security/cacerts make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/security' Timing: 00012 seconds or 12s for make-java-security <<>>Recursively making npt all @ Sun Aug 2 13:57:44 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/npt' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/npt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/npt' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/obj/npt.o ../../../src/share/npt/npt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/obj/utf.o ../../../src/share/npt/utf.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/obj/utf_md.o ../../../src/solaris/npt/utf_md.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/npt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/npt STATS: LIBRARY=npt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libnpt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libnpt.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libnpt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/obj/npt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/obj/utf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/npt/obj/utf_md.o -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/npt' Timing: 00002 seconds or 2s for make-java-npt <<>>Recursively making java_crw_demo all @ Sun Aug 2 13:57:46 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_crw_demo' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_crw_demo make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_crw_demo' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java_crw_demo/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java_crw_demo/obj/java_crw_demo.o ../../../src/share/demo/jvmti/java_crw_demo/java_crw_demo.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_crw_demo' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_crw_demo STATS: LIBRARY=java_crw_demo, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjava_crw_demo.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java_crw_demo/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java_crw_demo/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/java_crw_demo -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjava_crw_demo.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjava_crw_demo.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java_crw_demo/obj/java_crw_demo.o -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_crw_demo' Timing: 00003 seconds or 3s for make-java-java_crw_demo <<>>Recursively making java_hprof_demo all @ Sun Aug 2 13:57:49 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_hprof_demo' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jvm.hprof.txt /bin/cp ../../../src/share/demo/jvmti/hprof/jvm.hprof.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jvm.hprof.txt Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_hprof_demo make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_hprof_demo' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/debug_malloc.o ../../../src/share/demo/jvmti/hprof/debug_malloc.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_blocks.o ../../../src/share/demo/jvmti/hprof/hprof_blocks.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_check.o ../../../src/share/demo/jvmti/hprof/hprof_check.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_class.o ../../../src/share/demo/jvmti/hprof/hprof_class.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_cpu.o ../../../src/share/demo/jvmti/hprof/hprof_cpu.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_error.o ../../../src/share/demo/jvmti/hprof/hprof_error.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_event.o ../../../src/share/demo/jvmti/hprof/hprof_event.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_frame.o ../../../src/share/demo/jvmti/hprof/hprof_frame.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_init.o ../../../src/share/demo/jvmti/hprof/hprof_init.c ../../../src/share/demo/jvmti/hprof/hprof_init.c: In function 'connect_to_socket':/opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_io.o ../../../src/share/demo/jvmti/hprof/hprof_io.c ../../../src/share/demo/jvmti/hprof/hprof_init.c:235: warning: comparison is always false due to limited range of data type /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_ioname.o ../../../src/share/demo/jvmti/hprof/hprof_ioname.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_listener.o ../../../src/share/demo/jvmti/hprof/hprof_listener.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_loader.o ../../../src/share/demo/jvmti/hprof/hprof_loader.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_md.o ../../../src/solaris/demo/jvmti/hprof/hprof_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_monitor.o ../../../src/share/demo/jvmti/hprof/hprof_monitor.c ../../../src/solaris/demo/jvmti/hprof/hprof_md.c: In function 'md_connect': ../../../src/solaris/demo/jvmti/hprof/hprof_md.c:114: warning: 'gethostbyname' is deprecated (declared at /opt/lsb/include/netdb.h:144) /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_object.o ../../../src/share/demo/jvmti/hprof/hprof_object.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_reference.o ../../../src/share/demo/jvmti/hprof/hprof_reference.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_site.o ../../../src/share/demo/jvmti/hprof/hprof_site.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_stack.o ../../../src/share/demo/jvmti/hprof/hprof_stack.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_string.o ../../../src/share/demo/jvmti/hprof/hprof_string.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_table.o ../../../src/share/demo/jvmti/hprof/hprof_table.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tag.o ../../../src/share/demo/jvmti/hprof/hprof_tag.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tls.o ../../../src/share/demo/jvmti/hprof/hprof_tls.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_trace.o ../../../src/share/demo/jvmti/hprof/hprof_trace.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tracker.o ../../../src/share/demo/jvmti/hprof/hprof_tracker.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_util.o ../../../src/share/demo/jvmti/hprof/hprof_util.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_hprof_demo' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_hprof_demo STATS: LIBRARY=hprof, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libhprof.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libhprof.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libhprof.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/debug_malloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_blocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_check.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_class.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_cpu.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_error.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_event.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_io.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_ioname.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_listener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_loader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_monitor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_object.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_reference.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_site.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_stack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_string.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_table.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_util.o -lnsl -ldl -lc Warning: forcing nsl to be linked statically make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/java_hprof_demo' Timing: 00014 seconds or 14s for make-java-java_hprof_demo <<>>Recursively making math all @ Sun Aug 2 13:58:03 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/math' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.math/.classes.list) ../../../src/share/classes/java/math/BigInteger.java ../../../src/share/classes/java/math/MutableBigInteger.java ../../../src/share/classes/java/math/SignedMutableBigInteger.java ../../../src/share/classes/java/math/BitSieve.java ../../../src/share/classes/java/math/BigDecimal.java ../../../src/share/classes/java/math/MathContext.java ../../../src/share/classes/java/math/RoundingMode.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.math/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/math' Timing: 00005 seconds or 5s for make-java-math <<>>Recursively making awt all @ Sun Aug 2 13:58:08 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/awt' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/flavormap.properties /bin/cp ../../../src/solaris/lib/flavormap.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/flavormap.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/cursors.properties /bin/cp ../../../src/solaris/lib/images/cursors/cursors.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/cursors.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_CopyDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_CopyDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_CopyDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_MoveDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_MoveDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_MoveDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_LinkDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_LinkDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_LinkDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_CopyNoDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_CopyNoDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_CopyNoDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_MoveNoDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_MoveNoDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_MoveNoDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_LinkNoDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_LinkNoDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/motif_LinkNoDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/invalid32x32.gif /bin/cp ../../../src/share/lib/images/cursors/invalid32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/images/cursors/invalid32x32.gif # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.awt/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/resources/awt_zh_HK.java ../../../src/share/classes/java/awt/MediaTracker.java ../../../src/share/classes/java/awt/Dimension.java ../../../src/share/classes/java/awt/Scrollbar.java ../../../src/share/classes/java/awt/SystemColor.java ../../../src/share/classes/java/awt/SplashScreen.java ../../../src/share/classes/java/awt/GraphicsDevice.java ../../../src/share/classes/java/awt/PopupMenu.java ../../../src/share/classes/java/awt/MultipleGradientPaintContext.java ../../../src/share/classes/java/awt/KeyEventDispatcher.java ../../../src/share/classes/java/awt/AWTEvent.java ../../../src/share/classes/java/awt/SequencedEvent.java ../../../src/share/classes/java/awt/font/TextMeasurer.java ../../../src/share/classes/java/awt/font/TransformAttribute.java ../../../src/share/classes/java/awt/font/GlyphMetrics.java ../../../src/share/classes/java/awt/font/StyledParagraph.java ../../../src/share/classes/java/awt/font/GlyphJustificationInfo.java ../../../src/share/classes/java/awt/font/TextHitInfo.java ../../../src/share/classes/java/awt/font/MultipleMaster.java ../../../src/share/classes/java/awt/font/FontRenderContext.java ../../../src/share/classes/java/awt/font/ImageGraphicAttribute.java ../../../src/share/classes/java/awt/font/CharArrayIterator.java ../../../src/share/classes/java/awt/font/NumericShaper.java ../../../src/share/classes/java/awt/font/TextLine.java ../../../src/share/classes/java/awt/font/TextAttribute.java ../../../src/share/classes/java/awt/font/GlyphVector.java ../../../src/share/classes/java/awt/font/GraphicAttribute.java ../../../src/share/classes/java/awt/font/OpenType.java ../../../src/share/classes/java/awt/font/LayoutPath.java ../../../src/share/classes/java/awt/font/TextJustifier.java ../../../src/share/classes/java/awt/font/LineBreakMeasurer.java ../../../src/share/classes/java/awt/font/ShapeGraphicAttribute.java ../../../src/share/classes/java/awt/font/LineMetrics.java ../../../src/share/classes/java/awt/font/TextLayout.java ../../../src/share/classes/java/awt/Point.java ../../../src/share/classes/java/awt/FontFormatException.java ../../../src/share/classes/java/awt/Transparency.java ../../../src/share/classes/java/awt/KeyboardFocusManager.java ../../../src/share/classes/java/awt/Insets.java ../../../src/share/classes/java/awt/color/ICC_ColorSpace.java ../../../src/share/classes/java/awt/color/CMMException.java ../../../src/share/classes/java/awt/color/ColorSpace.java ../../../src/share/classes/java/awt/color/ICC_ProfileGray.java ../../../src/share/classes/java/awt/color/ProfileDataException.java ../../../src/share/classes/java/awt/color/ICC_Profile.java ../../../src/share/classes/java/awt/color/ICC_ProfileRGB.java ../../../src/share/classes/java/awt/ImageCapabilities.java ../../../src/share/classes/java/awt/Color.java ../../../src/share/classes/java/awt/AWTException.java ../../../src/share/classes/java/awt/datatransfer/Clipboard.java ../../../src/share/classes/java/awt/datatransfer/UnsupportedFlavorException.java ../../../src/share/classes/java/awt/datatransfer/MimeType.java ../../../src/share/classes/java/awt/datatransfer/Transferable.java ../../../src/share/classes/java/awt/datatransfer/DataFlavor.java ../../../src/share/classes/java/awt/datatransfer/StringSelection.java ../../../src/share/classes/java/awt/datatransfer/FlavorListener.java ../../../src/share/classes/java/awt/datatransfer/SystemFlavorMap.java ../../../src/share/classes/java/awt/datatransfer/MimeTypeParseException.java ../../../src/share/classes/java/awt/datatransfer/MimeTypeParameterList.java ../../../src/share/classes/java/awt/datatransfer/FlavorTable.java ../../../src/share/classes/java/awt/datatransfer/FlavorEvent.java ../../../src/share/classes/java/awt/datatransfer/ClipboardOwner.java ../../../src/share/classes/java/awt/datatransfer/FlavorMap.java ../../../src/share/classes/java/awt/TexturePaintContext.java ../../../src/share/classes/java/awt/Image.java ../../../src/share/classes/java/awt/FlowLayout.java ../../../src/share/classes/java/awt/PaintContext.java ../../../src/share/classes/java/awt/Stroke.java ../../../src/share/classes/java/awt/GraphicsEnvironment.java ../../../src/share/classes/java/awt/Rectangle.java ../../../src/share/classes/java/awt/MenuComponent.java ../../../src/share/classes/java/awt/Event.java ../../../src/share/classes/java/awt/GridLayout.java ../../../src/share/classes/java/awt/BufferCapabilities.java ../../../src/share/classes/java/awt/DefaultKeyboardFocusManager.java ../../../src/share/classes/java/awt/RadialGradientPaint.java ../../../src/share/classes/java/awt/print/PrinterAbortException.java ../../../src/share/classes/java/awt/print/PageFormat.java ../../../src/share/classes/java/awt/print/PrinterJob.java ../../../src/share/classes/java/awt/print/PrinterException.java ../../../src/share/classes/java/awt/print/Printable.java ../../../src/share/classes/java/awt/print/Book.java ../../../src/share/classes/java/awt/print/Paper.java ../../../src/share/classes/java/awt/print/PrinterIOException.java ../../../src/share/classes/java/awt/print/Pageable.java ../../../src/share/classes/java/awt/print/PrinterGraphics.java ../../../src/share/classes/java/awt/FontMetrics.java ../../../src/share/classes/java/awt/event/InputMethodEvent.java ../../../src/share/classes/java/awt/event/HierarchyBoundsListener.java ../../../src/share/classes/java/awt/event/ItemEvent.java ../../../src/share/classes/java/awt/event/WindowStateListener.java ../../../src/share/classes/java/awt/event/InvocationEvent.java ../../../src/share/classes/java/awt/event/ComponentEvent.java ../../../src/share/classes/java/awt/event/ContainerAdapter.java ../../../src/share/classes/java/awt/event/ActionListener.java ../../../src/share/classes/java/awt/event/MouseWheelEvent.java ../../../src/share/classes/java/awt/event/WindowEvent.java ../../../src/share/classes/java/awt/event/FocusEvent.java ../../../src/share/classes/java/awt/event/HierarchyListener.java ../../../src/share/classes/java/awt/event/HierarchyBoundsAdapter.java ../../../src/share/classes/java/awt/event/ContainerEvent.java ../../../src/share/classes/java/awt/event/InputEvent.java ../../../src/share/classes/java/awt/event/ContainerListener.java ../../../src/share/classes/java/awt/event/MouseEvent.java ../../../src/share/classes/java/awt/event/InputMethodListener.java ../../../src/share/classes/java/awt/event/ActionEvent.java ../../../src/share/classes/java/awt/event/WindowListener.java ../../../src/share/classes/java/awt/event/MouseListener.java ../../../src/share/classes/java/awt/event/AWTEventListenerProxy.java ../../../src/share/classes/java/awt/event/TextEvent.java ../../../src/share/classes/java/awt/event/KeyEvent.java ../../../src/share/classes/java/awt/event/MouseMotionAdapter.java ../../../src/share/classes/java/awt/event/MouseMotionListener.java ../../../src/share/classes/java/awt/event/AWTEventListener.java ../../../src/share/classes/java/awt/event/AdjustmentEvent.java ../../../src/share/classes/java/awt/event/TextListener.java ../../../src/share/classes/java/awt/event/MouseAdapter.java ../../../src/share/classes/java/awt/event/ComponentAdapter.java ../../../src/share/classes/java/awt/event/KeyListener.java ../../../src/share/classes/java/awt/event/WindowFocusListener.java ../../../src/share/classes/java/awt/event/KeyAdapter.java ../../../src/share/classes/java/awt/event/AdjustmentListener.java ../../../src/share/classes/java/awt/event/ComponentListener.java ../../../src/share/classes/java/awt/event/FocusAdapter.java ../../../src/share/classes/java/awt/event/NativeLibLoader.java ../../../src/share/classes/java/awt/event/WindowAdapter.java ../../../src/share/classes/java/awt/event/MouseWheelListener.java ../../../src/share/classes/java/awt/event/HierarchyEvent.java ../../../src/share/classes/java/awt/event/FocusListener.java ../../../src/share/classes/java/awt/event/ItemListener.java ../../../src/share/classes/java/awt/event/PaintEvent.java ../../../src/share/classes/java/awt/Frame.java ../../../src/share/classes/java/awt/MenuContainer.java ../../../src/share/classes/java/awt/Dialog.java ../../../src/share/classes/java/awt/List.java ../../../src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java ../../../src/share/classes/java/awt/CompositeContext.java ../../../src/share/classes/java/awt/LinearGradientPaintContext.java ../../../src/share/classes/java/awt/GraphicsConfigTemplate.java ../../../src/share/classes/java/awt/ActiveEvent.java ../../../src/share/classes/java/awt/GradientPaintContext.java ../../../src/share/classes/java/awt/EventFilter.java ../../../src/share/classes/java/awt/MultipleGradientPaint.java ../../../src/share/classes/java/awt/Font.java ../../../src/share/classes/java/awt/EventQueue.java ../../../src/share/classes/java/awt/dnd/DragSourceDragEvent.java ../../../src/share/classes/java/awt/dnd/DragSourceContext.java ../../../src/share/classes/java/awt/dnd/DragSourceListener.java ../../../src/share/classes/java/awt/dnd/DropTargetDragEvent.java ../../../src/share/classes/java/awt/dnd/DragSourceEvent.java ../../../src/share/classes/java/awt/dnd/DragSourceAdapter.java ../../../src/share/classes/java/awt/dnd/DropTargetAdapter.java ../../../src/share/classes/java/awt/dnd/DragSourceMotionListener.java ../../../src/share/classes/java/awt/dnd/Autoscroll.java ../../../src/share/classes/java/awt/dnd/DropTargetContext.java ../../../src/share/classes/java/awt/dnd/SerializationTester.java ../../../src/share/classes/java/awt/dnd/DropTargetEvent.java ../../../src/share/classes/java/awt/dnd/DragGestureEvent.java ../../../src/share/classes/java/awt/dnd/DragSource.java ../../../src/share/classes/java/awt/dnd/DragSourceDropEvent.java ../../../src/share/classes/java/awt/dnd/DragGestureRecognizer.java ../../../src/share/classes/java/awt/dnd/InvalidDnDOperationException.java ../../../src/share/classes/java/awt/dnd/DnDEventMulticaster.java ../../../src/share/classes/java/awt/dnd/DnDConstants.java ../../../src/share/classes/java/awt/dnd/MouseDragGestureRecognizer.java ../../../src/share/classes/java/awt/dnd/peer/DropTargetPeer.java ../../../src/share/classes/java/awt/dnd/peer/DropTargetContextPeer.java ../../../src/share/classes/java/awt/dnd/peer/DragSourceContextPeer.java ../../../src/share/classes/java/awt/dnd/DropTargetListener.java ../../../src/share/classes/java/awt/dnd/DropTarget.java ../../../src/share/classes/java/awt/dnd/DragGestureListener.java ../../../src/share/classes/java/awt/dnd/DropTargetDropEvent.java ../../../src/share/classes/java/awt/Button.java ../../../src/share/classes/java/awt/GridBagConstraints.java ../../../src/share/classes/java/awt/CardLayout.java ../../../src/share/classes/java/awt/Toolkit.java ../../../src/share/classes/java/awt/Conditional.java ../../../src/share/classes/java/awt/Checkbox.java ../../../src/share/classes/java/awt/TextArea.java ../../../src/share/classes/java/awt/BorderLayout.java ../../../src/share/classes/java/awt/Polygon.java ../../../src/share/classes/java/awt/TrayIcon.java ../../../src/share/classes/java/awt/TextField.java ../../../src/share/classes/java/awt/Label.java ../../../src/share/classes/java/awt/JobAttributes.java ../../../src/share/classes/java/awt/Window.java ../../../src/share/classes/java/awt/Panel.java ../../../src/share/classes/java/awt/Paint.java ../../../src/share/classes/java/awt/ColorPaintContext.java ../../../src/share/classes/java/awt/GridBagLayoutInfo.java ../../../src/share/classes/java/awt/MenuShortcut.java ../../../src/share/classes/java/awt/PrintJob.java ../../../src/share/classes/java/awt/HeadlessException.java ../../../src/share/classes/java/awt/ItemSelectable.java ../../../src/share/classes/java/awt/Menu.java ../../../src/share/classes/java/awt/KeyEventPostProcessor.java ../../../src/share/classes/java/awt/TextComponent.java ../../../src/share/classes/java/awt/GraphicsConfiguration.java ../../../src/share/classes/java/awt/Canvas.java ../../../src/share/classes/java/awt/ModalEventFilter.java ../../../src/share/classes/java/awt/AWTEventMulticaster.java ../../../src/share/classes/java/awt/AWTPermission.java ../../../src/share/classes/java/awt/Container.java ../../../src/share/classes/java/awt/DisplayMode.java ../../../src/share/classes/java/awt/IllegalComponentStateException.java ../../../src/share/classes/java/awt/LayoutManager2.java ../../../src/share/classes/java/awt/Shape.java ../../../src/share/classes/java/awt/GradientPaint.java ../../../src/share/classes/java/awt/RenderingHints.java ../../../src/share/classes/java/awt/Graphics.java ../../../src/share/classes/java/awt/Component.java ../../../src/share/classes/java/awt/RadialGradientPaintContext.java ../../../src/share/classes/java/awt/Cursor.java ../../../src/share/classes/java/awt/CheckboxGroup.java ../../../src/share/classes/java/awt/Robot.java ../../../src/share/classes/java/awt/CheckboxMenuItem.java ../../../src/share/classes/java/awt/BasicStroke.java ../../../src/share/classes/java/awt/AWTError.java ../../../src/share/classes/java/awt/AttributeValue.java ../../../src/share/classes/java/awt/Graphics2D.java ../../../src/share/classes/java/awt/PointerInfo.java ../../../src/share/classes/java/awt/ComponentOrientation.java ../../../src/share/classes/java/awt/MenuBar.java ../../../src/share/classes/java/awt/TexturePaint.java ../../../src/share/classes/java/awt/Choice.java ../../../src/share/classes/java/awt/MouseInfo.java ../../../src/share/classes/java/awt/GridBagLayout.java ../../../src/share/classes/java/awt/Composite.java ../../../src/share/classes/java/awt/Adjustable.java ../../../src/share/classes/java/awt/MenuItem.java ../../../src/share/classes/java/awt/peer/SystemTrayPeer.java ../../../src/share/classes/java/awt/peer/MenuBarPeer.java ../../../src/share/classes/java/awt/peer/ListPeer.java ../../../src/share/classes/java/awt/peer/KeyboardFocusManagerPeer.java ../../../src/share/classes/java/awt/peer/FileDialogPeer.java ../../../src/share/classes/java/awt/peer/MouseInfoPeer.java ../../../src/share/classes/java/awt/peer/TrayIconPeer.java ../../../src/share/classes/java/awt/peer/PanelPeer.java ../../../src/share/classes/java/awt/peer/ContainerPeer.java ../../../src/share/classes/java/awt/peer/FramePeer.java ../../../src/share/classes/java/awt/peer/ComponentPeer.java ../../../src/share/classes/java/awt/peer/TextAreaPeer.java ../../../src/share/classes/java/awt/peer/MenuComponentPeer.java ../../../src/share/classes/java/awt/peer/MenuPeer.java ../../../src/share/classes/java/awt/peer/LightweightPeer.java ../../../src/share/classes/java/awt/peer/ChoicePeer.java ../../../src/share/classes/java/awt/peer/CheckboxPeer.java ../../../src/share/classes/java/awt/peer/TextFieldPeer.java ../../../src/share/classes/java/awt/peer/TextComponentPeer.java ../../../src/share/classes/java/awt/peer/DesktopPeer.java ../../../src/share/classes/java/awt/peer/ScrollPanePeer.java ../../../src/share/classes/java/awt/peer/MenuItemPeer.java ../../../src/share/classes/java/awt/peer/CanvasPeer.java ../../../src/share/classes/java/awt/peer/FontPeer.java ../../../src/share/classes/java/awt/peer/WindowPeer.java ../../../src/share/classes/java/awt/peer/RobotPeer.java ../../../src/share/classes/java/awt/peer/ScrollbarPeer.java ../../../src/share/classes/java/awt/peer/ButtonPeer.java ../../../src/share/classes/java/awt/peer/LabelPeer.java ../../../src/share/classes/java/awt/peer/CheckboxMenuItemPeer.java ../../../src/share/classes/java/awt/peer/DialogPeer.java ../../../src/share/classes/java/awt/peer/PopupMenuPeer.java ../../../src/share/classes/java/awt/im/spi/InputMethodDescriptor.java ../../../src/share/classes/java/awt/im/spi/InputMethod.java ../../../src/share/classes/java/awt/im/spi/InputMethodContext.java ../../../src/share/classes/java/awt/im/InputMethodRequests.java ../../../src/share/classes/java/awt/im/InputContext.java ../../../src/share/classes/java/awt/im/InputMethodHighlight.java ../../../src/share/classes/java/awt/im/InputSubset.java ../../../src/share/classes/java/awt/LinearGradientPaint.java ../../../src/share/classes/java/awt/AWTKeyStroke.java ../../../src/share/classes/java/awt/SentEvent.java ../../../src/share/classes/java/awt/SystemTray.java ../../../src/share/classes/java/awt/ScrollPane.java ../../../src/share/classes/java/awt/PageAttributes.java ../../../src/share/classes/java/awt/ScrollPaneAdjustable.java ../../../src/share/classes/java/awt/AlphaComposite.java ../../../src/share/classes/java/awt/LayoutManager.java ../../../src/share/classes/java/awt/geom/Point2D.java ../../../src/share/classes/java/awt/geom/ArcIterator.java ../../../src/share/classes/java/awt/geom/GeneralPath.java ../../../src/share/classes/java/awt/geom/Arc2D.java ../../../src/share/classes/java/awt/geom/RoundRectIterator.java ../../../src/share/classes/java/awt/geom/QuadIterator.java ../../../src/share/classes/java/awt/geom/Dimension2D.java ../../../src/share/classes/java/awt/geom/AffineTransform.java ../../../src/share/classes/java/awt/geom/CubicIterator.java ../../../src/share/classes/java/awt/geom/Area.java ../../../src/share/classes/java/awt/geom/Ellipse2D.java ../../../src/share/classes/java/awt/geom/QuadCurve2D.java ../../../src/share/classes/java/awt/geom/CubicCurve2D.java ../../../src/share/classes/java/awt/geom/Line2D.java ../../../src/share/classes/java/awt/geom/RectangularShape.java ../../../src/share/classes/java/awt/geom/EllipseIterator.java ../../../src/share/classes/java/awt/geom/Rectangle2D.java ../../../src/share/classes/java/awt/geom/RoundRectangle2D.java ../../../src/share/classes/java/awt/geom/RectIterator.java ../../../src/share/classes/java/awt/geom/PathIterator.java ../../../src/share/classes/java/awt/geom/Path2D.java ../../../src/share/classes/java/awt/geom/LineIterator.java ../../../src/share/classes/java/awt/geom/NoninvertibleTransformException.java ../../../src/share/classes/java/awt/geom/FlatteningPathIterator.java ../../../src/share/classes/java/awt/geom/IllegalPathStateException.java ../../../src/share/classes/java/awt/FocusTraversalPolicy.java ../../../src/share/classes/java/awt/image/PixelInterleavedSampleModel.java ../../../src/share/classes/java/awt/image/AffineTransformOp.java ../../../src/share/classes/java/awt/image/ImageFilter.java ../../../src/share/classes/java/awt/image/ImageObserver.java ../../../src/share/classes/java/awt/image/RescaleOp.java ../../../src/share/classes/java/awt/image/BufferedImageFilter.java ../../../src/share/classes/java/awt/image/DataBufferInt.java ../../../src/share/classes/java/awt/image/DataBufferShort.java ../../../src/share/classes/java/awt/image/AreaAveragingScaleFilter.java ../../../src/share/classes/java/awt/image/DataBufferDouble.java ../../../src/share/classes/java/awt/image/renderable/RenderableImage.java ../../../src/share/classes/java/awt/image/renderable/ContextualRenderedImageFactory.java ../../../src/share/classes/java/awt/image/renderable/RenderableImageOp.java ../../../src/share/classes/java/awt/image/renderable/RenderedImageFactory.java ../../../src/share/classes/java/awt/image/renderable/RenderableImageProducer.java ../../../src/share/classes/java/awt/image/renderable/RenderContext.java ../../../src/share/classes/java/awt/image/renderable/ParameterBlock.java ../../../src/share/classes/java/awt/image/BandCombineOp.java ../../../src/share/classes/java/awt/image/VolatileImage.java ../../../src/share/classes/java/awt/image/BandedSampleModel.java ../../../src/share/classes/java/awt/image/ImagingOpException.java ../../../src/share/classes/java/awt/image/ImageConsumer.java ../../../src/share/classes/java/awt/image/DataBuffer.java ../../../src/share/classes/java/awt/image/IndexColorModel.java ../../../src/share/classes/java/awt/image/DataBufferUShort.java ../../../src/share/classes/java/awt/image/TileObserver.java ../../../src/share/classes/java/awt/image/ImageProducer.java ../../../src/share/classes/java/awt/image/ComponentSampleModel.java ../../../src/share/classes/java/awt/image/ColorModel.java ../../../src/share/classes/java/awt/image/ColorConvertOp.java ../../../src/share/classes/java/awt/image/SinglePixelPackedSampleModel.java ../../../src/share/classes/java/awt/image/CropImageFilter.java ../../../src/share/classes/java/awt/image/DataBufferByte.java ../../../src/share/classes/java/awt/image/FilteredImageSource.java ../../../src/share/classes/java/awt/image/RasterFormatException.java ../../../src/share/classes/java/awt/image/BufferedImage.java ../../../src/share/classes/java/awt/image/DataBufferFloat.java ../../../src/share/classes/java/awt/image/SampleModel.java ../../../src/share/classes/java/awt/image/ShortLookupTable.java ../../../src/share/classes/java/awt/image/Kernel.java ../../../src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java ../../../src/share/classes/java/awt/image/BufferStrategy.java ../../../src/share/classes/java/awt/image/LookupOp.java ../../../src/share/classes/java/awt/image/RenderedImage.java ../../../src/share/classes/java/awt/image/DirectColorModel.java ../../../src/share/classes/java/awt/image/BufferedImageOp.java ../../../src/share/classes/java/awt/image/ReplicateScaleFilter.java ../../../src/share/classes/java/awt/image/PixelGrabber.java ../../../src/share/classes/java/awt/image/WritableRaster.java ../../../src/share/classes/java/awt/image/Raster.java ../../../src/share/classes/java/awt/image/ComponentColorModel.java ../../../src/share/classes/java/awt/image/WritableRenderedImage.java ../../../src/share/classes/java/awt/image/ConvolveOp.java ../../../src/share/classes/java/awt/image/ByteLookupTable.java ../../../src/share/classes/java/awt/image/PackedColorModel.java ../../../src/share/classes/java/awt/image/RasterOp.java ../../../src/share/classes/java/awt/image/LookupTable.java ../../../src/share/classes/java/awt/image/RGBImageFilter.java ../../../src/share/classes/java/awt/image/MemoryImageSource.java ../../../src/share/classes/java/awt/EventDispatchThread.java ../../../src/share/classes/java/awt/PrintGraphics.java ../../../src/share/classes/java/awt/Desktop.java ../../../src/share/classes/java/awt/FileDialog.java ../../../src/share/classes/java/awt/DefaultFocusTraversalPolicy.java ../../../src/share/classes/java/awt/GraphicsCallback.java ../../../src/share/classes/sun/awt/geom/Order1.java ../../../src/share/classes/sun/awt/geom/Order2.java ../../../src/share/classes/sun/awt/geom/Edge.java ../../../src/share/classes/sun/awt/geom/AreaOp.java ../../../src/share/classes/sun/awt/geom/ChainEnd.java ../../../src/share/classes/sun/awt/geom/Curve.java ../../../src/share/classes/sun/awt/geom/Crossings.java ../../../src/share/classes/sun/awt/geom/Order0.java ../../../src/share/classes/sun/awt/geom/Order3.java ../../../src/share/classes/sun/awt/geom/PathConsumer2D.java ../../../src/share/classes/sun/awt/geom/CurveLink.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.awt/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/awt' Timing: 00014 seconds or 14s for make-java-awt <<>>Recursively making util all @ Sun Aug 2 13:58:22 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/util' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.util.resources/.classes.list) ../../../src/share/classes/sun/util/resources/LocaleData.java ../../../src/share/classes/sun/util/resources/OpenListResourceBundle.java ../../../src/share/classes/sun/util/resources/LocaleNamesBundle.java ../../../src/share/classes/sun/util/resources/TimeZoneNamesBundle.java ../../../src/share/classes/sun/util/resources/TimeZoneNames.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_de.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en_CA.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en_GB.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en_IE.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_es.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_fr.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_it.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_be.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_bg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ca.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_cs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_da.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_el.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_el_CY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_en.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_en_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_en_PH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_en_SG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_es_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_et.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_fi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ga.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_hr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_hu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_in.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_is.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_lt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_lv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_mk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ms.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_mt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_nl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_no.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_pl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_pt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_pt_BR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_pt_PT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ro.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ru.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_sk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_sl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_sq.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_sr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_tr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_uk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_be.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_bg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_ca.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_cs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_da.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_el.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_el_CY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_en.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_en_GB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_en_IE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_en_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_es_ES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_es_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_et.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_fi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_fr_CA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_hr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_hu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_in_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_is.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_lt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_lv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_mk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_ms_MY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_mt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_mt_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_nl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_no.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_pl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_pt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_pt_PT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_ro.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_ru.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_sk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_sl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_sq.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_sr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_tr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_uk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_be_BY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_bg_BG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ca_ES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_cs_CZ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_da_DK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_de_AT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_de_CH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_de_DE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_de_GR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_de_LU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_el_CY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_el_GR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_AU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_CA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_GB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_IE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_IN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_NZ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_PH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_SG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_en_ZA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_AR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_BO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_CL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_CO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_CR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_DO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_EC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_ES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_GT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_HN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_MX.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_NI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_PA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_PE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_PR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_PY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_SV.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_UY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_es_VE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_et_EE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_fi_FI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_fr_BE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_fr_CA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_fr_CH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_fr_FR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_fr_LU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ga_IE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_hr_HR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_hu_HU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_in_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_is_IS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_it_CH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_it_IT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_lt_LT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_lv_LV.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_mk_MK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ms_MY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_mt_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_nl_BE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_nl_NL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_no_NO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_pl_PL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_pt_BR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_pt_PT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ro_RO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ru_RU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sk_SK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sl_SI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sq_AL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sr_BA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sr_CS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sr_ME.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_sv_SE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_tr_TR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_uk_UA.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.util.resources/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/util' Timing: 00008 seconds or 8s for make-java-util <<>>Recursively making text all @ Sun Aug 2 13:58:30 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/text' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.text/.classes.list) ../../../src/share/classes/java/text/Annotation.java ../../../src/share/classes/java/text/AttributedCharacterIterator.java ../../../src/share/classes/java/text/AttributedString.java ../../../src/share/classes/java/text/BreakDictionary.java ../../../src/share/classes/java/text/BreakIterator.java ../../../src/share/classes/java/text/Bidi.java ../../../src/share/classes/java/text/CharacterIterator.java ../../../src/share/classes/java/text/CharacterIteratorFieldDelegate.java ../../../src/share/classes/java/text/ChoiceFormat.java ../../../src/share/classes/java/text/Collator.java ../../../src/share/classes/java/text/CollationElementIterator.java ../../../src/share/classes/java/text/CollationKey.java ../../../src/share/classes/java/text/CollationRules.java ../../../src/share/classes/java/text/DateFormat.java ../../../src/share/classes/java/text/DateFormatSymbols.java ../../../src/share/classes/java/text/DecimalFormat.java ../../../src/share/classes/java/text/DictionaryBasedBreakIterator.java ../../../src/share/classes/java/text/DigitList.java ../../../src/share/classes/java/text/EntryPair.java ../../../src/share/classes/java/text/Format.java ../../../src/share/classes/java/text/FieldPosition.java ../../../src/share/classes/java/text/DontCareFieldPosition.java ../../../src/share/classes/java/text/MergeCollation.java ../../../src/share/classes/java/text/MessageFormat.java ../../../src/share/classes/java/text/Normalizer.java ../../../src/share/classes/java/text/NumberFormat.java ../../../src/share/classes/java/text/DecimalFormatSymbols.java ../../../src/share/classes/java/text/ParseException.java ../../../src/share/classes/java/text/ParsePosition.java ../../../src/share/classes/java/text/PatternEntry.java ../../../src/share/classes/java/text/RBCollationTables.java ../../../src/share/classes/java/text/RBTableBuilder.java ../../../src/share/classes/java/text/RuleBasedBreakIterator.java ../../../src/share/classes/java/text/RuleBasedCollator.java ../../../src/share/classes/java/text/RuleBasedCollationKey.java ../../../src/share/classes/java/text/SimpleDateFormat.java ../../../src/share/classes/java/text/StringCharacterIterator.java ../../../src/share/classes/java/text/spi/BreakIteratorProvider.java ../../../src/share/classes/java/text/spi/CollatorProvider.java ../../../src/share/classes/java/text/spi/DateFormatProvider.java ../../../src/share/classes/java/text/spi/DateFormatSymbolsProvider.java ../../../src/share/classes/java/text/spi/DecimalFormatSymbolsProvider.java ../../../src/share/classes/java/text/spi/NumberFormatProvider.java ../../../src/share/classes/sun/text/SupplementaryCharacterData.java ../../../src/share/classes/sun/text/CodePointIterator.java ../../../src/share/classes/sun/text/CollatorUtilities.java ../../../src/share/classes/sun/text/CompactByteArray.java ../../../src/share/classes/sun/text/ComposedCharIter.java ../../../src/share/classes/sun/text/IntHashtable.java ../../../src/share/classes/sun/text/Normalizer.java ../../../src/share/classes/sun/text/UCompactIntArray.java ../../../src/share/classes/sun/text/normalizer/CharTrie.java ../../../src/share/classes/sun/text/normalizer/CharacterIteratorWrapper.java ../../../src/share/classes/sun/text/normalizer/ICUBinary.java ../../../src/share/classes/sun/text/normalizer/ICUData.java ../../../src/share/classes/sun/text/normalizer/IntTrie.java ../../../src/share/classes/sun/text/normalizer/NormalizerBase.java ../../../src/share/classes/sun/text/normalizer/NormalizerDataReader.java ../../../src/share/classes/sun/text/normalizer/NormalizerImpl.java ../../../src/share/classes/sun/text/normalizer/RangeValueIterator.java ../../../src/share/classes/sun/text/normalizer/Replaceable.java ../../../src/share/classes/sun/text/normalizer/ReplaceableString.java ../../../src/share/classes/sun/text/normalizer/ReplaceableUCharacterIterator.java ../../../src/share/classes/sun/text/normalizer/RuleCharacterIterator.java ../../../src/share/classes/sun/text/normalizer/SymbolTable.java ../../../src/share/classes/sun/text/normalizer/Trie.java ../../../src/share/classes/sun/text/normalizer/TrieIterator.java ../../../src/share/classes/sun/text/normalizer/UCharacter.java ../../../src/share/classes/sun/text/normalizer/UCharacterIterator.java ../../../src/share/classes/sun/text/normalizer/UCharacterProperty.java ../../../src/share/classes/sun/text/normalizer/UCharacterPropertyReader.java ../../../src/share/classes/sun/text/normalizer/UProperty.java ../../../src/share/classes/sun/text/normalizer/UTF16.java ../../../src/share/classes/sun/text/normalizer/UnicodeMatcher.java ../../../src/share/classes/sun/text/normalizer/UnicodeSet.java ../../../src/share/classes/sun/text/normalizer/UnicodeSetIterator.java ../../../src/share/classes/sun/text/normalizer/Utility.java ../../../src/share/classes/sun/text/normalizer/VersionInfo.java ../../../src/share/classes/sun/text/resources/BreakIteratorInfo.java ../../../src/share/classes/sun/text/resources/CollationData.java ../../../src/share/classes/sun/text/resources/CollationData_be.java ../../../src/share/classes/sun/text/resources/CollationData_bg.java ../../../src/share/classes/sun/text/resources/CollationData_ca.java ../../../src/share/classes/sun/text/resources/CollationData_cs.java ../../../src/share/classes/sun/text/resources/CollationData_da.java ../../../src/share/classes/sun/text/resources/CollationData_de.java ../../../src/share/classes/sun/text/resources/CollationData_el.java ../../../src/share/classes/sun/text/resources/CollationData_en.java ../../../src/share/classes/sun/text/resources/CollationData_es.java ../../../src/share/classes/sun/text/resources/CollationData_et.java ../../../src/share/classes/sun/text/resources/CollationData_fi.java ../../../src/share/classes/sun/text/resources/CollationData_fr.java ../../../src/share/classes/sun/text/resources/CollationData_hr.java ../../../src/share/classes/sun/text/resources/CollationData_hu.java ../../../src/share/classes/sun/text/resources/CollationData_is.java ../../../src/share/classes/sun/text/resources/CollationData_it.java ../../../src/share/classes/sun/text/resources/CollationData_lt.java ../../../src/share/classes/sun/text/resources/CollationData_lv.java ../../../src/share/classes/sun/text/resources/CollationData_mk.java ../../../src/share/classes/sun/text/resources/CollationData_nl.java ../../../src/share/classes/sun/text/resources/CollationData_no.java ../../../src/share/classes/sun/text/resources/CollationData_pl.java ../../../src/share/classes/sun/text/resources/CollationData_pt.java ../../../src/share/classes/sun/text/resources/CollationData_ro.java ../../../src/share/classes/sun/text/resources/CollationData_ru.java ../../../src/share/classes/sun/text/resources/CollationData_sk.java ../../../src/share/classes/sun/text/resources/CollationData_sl.java ../../../src/share/classes/sun/text/resources/CollationData_sq.java ../../../src/share/classes/sun/text/resources/CollationData_sr.java ../../../src/share/classes/sun/text/resources/CollationData_sv.java ../../../src/share/classes/sun/text/resources/CollationData_tr.java ../../../src/share/classes/sun/text/resources/CollationData_uk.java ../../../src/share/classes/sun/text/resources/FormatData.java ../../../src/share/classes/sun/text/resources/FormatData_be.java ../../../src/share/classes/sun/text/resources/FormatData_be_BY.java ../../../src/share/classes/sun/text/resources/FormatData_bg.java ../../../src/share/classes/sun/text/resources/FormatData_bg_BG.java ../../../src/share/classes/sun/text/resources/FormatData_ca.java ../../../src/share/classes/sun/text/resources/FormatData_ca_ES.java ../../../src/share/classes/sun/text/resources/FormatData_cs.java ../../../src/share/classes/sun/text/resources/FormatData_cs_CZ.java ../../../src/share/classes/sun/text/resources/FormatData_da.java ../../../src/share/classes/sun/text/resources/FormatData_da_DK.java ../../../src/share/classes/sun/text/resources/FormatData_de.java ../../../src/share/classes/sun/text/resources/FormatData_de_AT.java ../../../src/share/classes/sun/text/resources/FormatData_de_CH.java ../../../src/share/classes/sun/text/resources/FormatData_de_DE.java ../../../src/share/classes/sun/text/resources/FormatData_de_LU.java ../../../src/share/classes/sun/text/resources/FormatData_el.java ../../../src/share/classes/sun/text/resources/FormatData_el_CY.java ../../../src/share/classes/sun/text/resources/FormatData_el_GR.java ../../../src/share/classes/sun/text/resources/FormatData_en.java ../../../src/share/classes/sun/text/resources/FormatData_en_US.java ../../../src/share/classes/sun/text/resources/FormatData_en_AU.java ../../../src/share/classes/sun/text/resources/FormatData_en_CA.java ../../../src/share/classes/sun/text/resources/FormatData_en_GB.java ../../../src/share/classes/sun/text/resources/FormatData_en_IE.java ../../../src/share/classes/sun/text/resources/FormatData_en_IN.java ../../../src/share/classes/sun/text/resources/FormatData_en_MT.java ../../../src/share/classes/sun/text/resources/FormatData_en_NZ.java ../../../src/share/classes/sun/text/resources/FormatData_en_PH.java ../../../src/share/classes/sun/text/resources/FormatData_en_SG.java ../../../src/share/classes/sun/text/resources/FormatData_en_ZA.java ../../../src/share/classes/sun/text/resources/FormatData_es.java ../../../src/share/classes/sun/text/resources/FormatData_es_BO.java ../../../src/share/classes/sun/text/resources/FormatData_es_AR.java ../../../src/share/classes/sun/text/resources/FormatData_es_CL.java ../../../src/share/classes/sun/text/resources/FormatData_es_CO.java ../../../src/share/classes/sun/text/resources/FormatData_es_CR.java ../../../src/share/classes/sun/text/resources/FormatData_es_DO.java ../../../src/share/classes/sun/text/resources/FormatData_es_EC.java ../../../src/share/classes/sun/text/resources/FormatData_es_ES.java ../../../src/share/classes/sun/text/resources/FormatData_es_GT.java ../../../src/share/classes/sun/text/resources/FormatData_es_HN.java ../../../src/share/classes/sun/text/resources/FormatData_es_MX.java ../../../src/share/classes/sun/text/resources/FormatData_es_NI.java ../../../src/share/classes/sun/text/resources/FormatData_es_PA.java ../../../src/share/classes/sun/text/resources/FormatData_es_PE.java ../../../src/share/classes/sun/text/resources/FormatData_es_PR.java ../../../src/share/classes/sun/text/resources/FormatData_es_PY.java ../../../src/share/classes/sun/text/resources/FormatData_es_SV.java ../../../src/share/classes/sun/text/resources/FormatData_es_US.java ../../../src/share/classes/sun/text/resources/FormatData_es_UY.java ../../../src/share/classes/sun/text/resources/FormatData_es_VE.java ../../../src/share/classes/sun/text/resources/FormatData_et.java ../../../src/share/classes/sun/text/resources/FormatData_et_EE.java ../../../src/share/classes/sun/text/resources/FormatData_fi.java ../../../src/share/classes/sun/text/resources/FormatData_fi_FI.java ../../../src/share/classes/sun/text/resources/FormatData_fr.java ../../../src/share/classes/sun/text/resources/FormatData_fr_BE.java ../../../src/share/classes/sun/text/resources/FormatData_fr_CA.java ../../../src/share/classes/sun/text/resources/FormatData_fr_CH.java ../../../src/share/classes/sun/text/resources/FormatData_fr_FR.java ../../../src/share/classes/sun/text/resources/FormatData_fr_LU.java ../../../src/share/classes/sun/text/resources/FormatData_ga.java ../../../src/share/classes/sun/text/resources/FormatData_ga_IE.java ../../../src/share/classes/sun/text/resources/FormatData_hr.java ../../../src/share/classes/sun/text/resources/FormatData_hr_HR.java ../../../src/share/classes/sun/text/resources/FormatData_hu.java ../../../src/share/classes/sun/text/resources/FormatData_hu_HU.java ../../../src/share/classes/sun/text/resources/FormatData_in.java ../../../src/share/classes/sun/text/resources/FormatData_in_ID.java ../../../src/share/classes/sun/text/resources/FormatData_is.java ../../../src/share/classes/sun/text/resources/FormatData_is_IS.java ../../../src/share/classes/sun/text/resources/FormatData_it.java ../../../src/share/classes/sun/text/resources/FormatData_it_CH.java ../../../src/share/classes/sun/text/resources/FormatData_it_IT.java ../../../src/share/classes/sun/text/resources/FormatData_lt.java ../../../src/share/classes/sun/text/resources/FormatData_lt_LT.java ../../../src/share/classes/sun/text/resources/FormatData_lv.java ../../../src/share/classes/sun/text/resources/FormatData_lv_LV.java ../../../src/share/classes/sun/text/resources/FormatData_mk.java ../../../src/share/classes/sun/text/resources/FormatData_mk_MK.java ../../../src/share/classes/sun/text/resources/FormatData_ms.java ../../../src/share/classes/sun/text/resources/FormatData_ms_MY.java ../../../src/share/classes/sun/text/resources/FormatData_mt.java ../../../src/share/classes/sun/text/resources/FormatData_mt_MT.java ../../../src/share/classes/sun/text/resources/FormatData_nl.java ../../../src/share/classes/sun/text/resources/FormatData_nl_BE.java ../../../src/share/classes/sun/text/resources/FormatData_nl_NL.java ../../../src/share/classes/sun/text/resources/FormatData_no.java ../../../src/share/classes/sun/text/resources/FormatData_no_NO.java ../../../src/share/classes/sun/text/resources/FormatData_no_NO_NY.java ../../../src/share/classes/sun/text/resources/FormatData_pl.java ../../../src/share/classes/sun/text/resources/FormatData_pl_PL.java ../../../src/share/classes/sun/text/resources/FormatData_pt.java ../../../src/share/classes/sun/text/resources/FormatData_pt_BR.java ../../../src/share/classes/sun/text/resources/FormatData_pt_PT.java ../../../src/share/classes/sun/text/resources/FormatData_ro.java ../../../src/share/classes/sun/text/resources/FormatData_ro_RO.java ../../../src/share/classes/sun/text/resources/FormatData_ru.java ../../../src/share/classes/sun/text/resources/FormatData_ru_RU.java ../../../src/share/classes/sun/text/resources/FormatData_sk.java ../../../src/share/classes/sun/text/resources/FormatData_sk_SK.java ../../../src/share/classes/sun/text/resources/FormatData_sl.java ../../../src/share/classes/sun/text/resources/FormatData_sl_SI.java ../../../src/share/classes/sun/text/resources/FormatData_sq.java ../../../src/share/classes/sun/text/resources/FormatData_sq_AL.java ../../../src/share/classes/sun/text/resources/FormatData_sr.java ../../../src/share/classes/sun/text/resources/FormatData_sr_BA.java ../../../src/share/classes/sun/text/resources/FormatData_sr_CS.java ../../../src/share/classes/sun/text/resources/FormatData_sr_ME.java ../../../src/share/classes/sun/text/resources/FormatData_sr_RS.java ../../../src/share/classes/sun/text/resources/FormatData_sv.java ../../../src/share/classes/sun/text/resources/FormatData_sv_SE.java ../../../src/share/classes/sun/text/resources/FormatData_tr.java ../../../src/share/classes/sun/text/resources/FormatData_tr_TR.java ../../../src/share/classes/sun/text/resources/FormatData_uk.java ../../../src/share/classes/sun/text/resources/FormatData_uk_UA.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.text/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources/CharacterBreakIteratorData rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/java.text/classes /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/java.text/classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/java.text/classes \ -sourcepath ../../../src/share/classes/sun/text/resources \ ../../../src/share/classes/sun/text/resources/BreakIteratorRules.java ../../../src/share/classes/sun/text/resources/BreakIteratorInfo.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/java.text/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatebreakiteratordata.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes \ build.tools.generatebreakiteratordata.GenerateBreakIteratorData \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources \ -spec ../../tools/UnicodeData/UnicodeData.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources/unorm.icu /bin/cp ../../../src/share/classes/sun/text/resources/unorm.icu /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources/unorm.icu /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources/uprops.icu /bin/cp ../../../src/share/classes/sun/text/resources/uprops.icu /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/text/resources/uprops.icu make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/text' Timing: 00012 seconds or 12s for make-java-text <<>>Recursively making applet all @ Sun Aug 2 13:58:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/applet' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.applet/.classes.list) ../../../src/share/classes/java/applet/AppletStub.java ../../../src/share/classes/java/applet/Applet.java ../../../src/share/classes/java/applet/AudioClip.java ../../../src/share/classes/java/applet/AppletContext.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.applet/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/applet' Timing: 00004 seconds or 4s for make-java-applet <<>>Recursively making net all @ Sun Aug 2 13:58:47 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/net' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/.classes.list) ../../../src/share/classes/java/net/URISyntaxException.java ../../../src/share/classes/java/net/Inet6Address.java ../../../src/share/classes/java/net/HttpCookie.java ../../../src/share/classes/java/net/Socket.java ../../../src/share/classes/java/net/URL.java ../../../src/share/classes/java/net/SocketImplFactory.java ../../../src/share/classes/java/net/SocketException.java ../../../src/share/classes/java/net/InterfaceAddress.java ../../../src/share/classes/java/net/SocksConsts.java ../../../src/share/classes/java/net/URLEncoder.java ../../../src/share/classes/java/net/DatagramPacket.java ../../../src/share/classes/java/net/HttpURLConnection.java ../../../src/share/classes/java/net/SocketOptions.java ../../../src/share/classes/java/net/UnknownHostException.java ../../../src/share/classes/java/net/AbstractPlainSocketImpl.java ../../../src/share/classes/java/net/URI.java ../../../src/share/classes/java/net/SocketOutputStream.java ../../../src/share/classes/java/net/DatagramSocket.java ../../../src/share/classes/java/net/NetPermission.java ../../../src/share/classes/java/net/ContentHandlerFactory.java ../../../src/share/classes/java/net/PortUnreachableException.java ../../../src/share/classes/java/net/SocketTimeoutException.java ../../../src/share/classes/java/net/CookiePolicy.java ../../../src/share/classes/java/net/Inet4AddressImpl.java ../../../src/share/classes/java/net/URLStreamHandler.java ../../../src/share/classes/java/net/InetAddress.java ../../../src/share/classes/java/net/SocketPermission.java ../../../src/share/classes/java/net/ContentHandler.java ../../../src/share/classes/java/net/NoRouteToHostException.java ../../../src/share/classes/java/net/PasswordAuthentication.java ../../../src/share/classes/java/net/SocketImpl.java ../../../src/share/classes/java/net/SocketAddress.java ../../../src/share/classes/java/net/Inet6AddressImpl.java ../../../src/share/classes/java/net/Proxy.java ../../../src/share/classes/java/net/MalformedURLException.java ../../../src/share/classes/java/net/IDN.java ../../../src/share/classes/java/net/URLStreamHandlerFactory.java ../../../src/share/classes/java/net/NetworkInterface.java ../../../src/share/classes/java/net/Inet4Address.java ../../../src/share/classes/java/net/BindException.java ../../../src/share/classes/java/net/CookieStore.java ../../../src/share/classes/java/net/CookieManager.java ../../../src/share/classes/java/net/InetSocketAddress.java ../../../src/share/classes/java/net/JarURLConnection.java ../../../src/share/classes/java/net/Authenticator.java ../../../src/share/classes/java/net/ProxySelector.java ../../../src/share/classes/java/net/InetAddressImpl.java ../../../src/share/classes/java/net/ServerSocket.java ../../../src/share/classes/java/net/SocketInputStream.java ../../../src/share/classes/java/net/UnknownServiceException.java ../../../src/share/classes/java/net/AbstractPlainDatagramSocketImpl.java ../../../src/share/classes/java/net/DatagramSocketImplFactory.java ../../../src/share/classes/java/net/FileNameMap.java ../../../src/share/classes/java/net/SocksSocketImpl.java ../../../src/share/classes/java/net/ProtocolException.java ../../../src/share/classes/java/net/DatagramSocketImpl.java ../../../src/share/classes/java/net/ConnectException.java ../../../src/share/classes/java/net/MulticastSocket.java ../../../src/share/classes/java/net/URLDecoder.java ../../../src/solaris/classes/java/net/PlainSocketImpl.java ../../../src/solaris/classes/java/net/DefaultDatagramSocketImplFactory.java ../../../src/solaris/classes/java/net/PlainDatagramSocketImpl.java ../../../src/share/classes/sun/net/spi/DefaultProxySelector.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders/ \ java.net.Socket java.net.SocketOptions java.net.SocketImpl java.net.AbstractPlainSocketImpl java.net.PlainSocketImpl java.net.ServerSocket java.net.InetAddress java.net.Inet4Address java.net.Inet6Address java.net.InetAddressImpl java.net.Inet4AddressImpl java.net.Inet6AddressImpl java.net.NetworkInterface java.net.SocketInputStream java.net.SocketOutputStream java.net.DefaultDatagramSocketImplFactory java.net.DatagramPacket java.net.DatagramSocket java.net.DatagramSocketImpl java.net.AbstractPlainDatagramSocketImpl java.net.MulticastSocket java.net.UnknownHostException java.net.ProtocolException sun.net.spi.DefaultProxySelector java.net.PlainDatagramSocketImpl java.lang.Integer java.io.FileDescriptor java.net.InetAddressImplFactory java.net.Inet4AddressImpl java.net.Inet6AddressImpl mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/net make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/net' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/DatagramPacket.o ../../../src/share/native/java/net/DatagramPacket.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddress.o ../../../src/share/native/java/net/InetAddress.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4Address.o ../../../src/share/native/java/net/Inet4Address.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6Address.o ../../../src/share/native/java/net/Inet6Address.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/NetworkInterface.o ../../../src/solaris/native/java/net/NetworkInterface.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddressImplFactory.o ../../../src/solaris/native/java/net/InetAddressImplFactory.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4AddressImpl.o ../../../src/solaris/native/java/net/Inet4AddressImpl.c ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'Java_java_net_Inet4AddressImpl_getLocalHostName': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:89: warning: 'gethostbyname_r' is deprecated (declared at /opt/lsb/include/netdb.h:174) ../../../src/solaris/native/java/net/Inet4AddressImpl.c:95: warning: 'gethostbyaddr_r' is deprecated (declared at /opt/lsb/include/netdb.h:165) ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'Java_java_net_Inet4AddressImpl_lookupAllHostAddr': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:182: warning: 'gethostbyname_r' is deprecated (declared at /opt/lsb/include/netdb.h:174) ../../../src/solaris/native/java/net/Inet4AddressImpl.c:195: warning: 'gethostbyname_r' is deprecated (declared at /opt/lsb/include/netdb.h:174) ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'Java_java_net_Inet4AddressImpl_getHostByAddr': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:285: warning: 'gethostbyaddr_r' is deprecated (declared at /opt/lsb/include/netdb.h:165) ../../../src/solaris/native/java/net/Inet4AddressImpl.c:299: warning: 'gethostbyaddr_r' is deprecated (declared at /opt/lsb/include/netdb.h:165) ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'ping4': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:406: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6AddressImpl.o ../../../src/solaris/native/java/net/Inet6AddressImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketInputStream.o ../../../src/solaris/native/java/net/SocketInputStream.c ../../../src/solaris/native/java/net/Inet6AddressImpl.c: In function 'ping6': ../../../src/solaris/native/java/net/Inet6AddressImpl.c:537: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness ../../../src/solaris/native/java/net/Inet6AddressImpl.c: In function 'Java_java_net_Inet6AddressImpl_lookupAllHostAddr': ../../../src/solaris/native/java/net/Inet6AddressImpl.c:224: warning: 'last' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketOutputStream.o ../../../src/solaris/native/java/net/SocketOutputStream.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util.o ../../../src/share/native/java/net/net_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util_md.o ../../../src/solaris/native/java/net/net_util_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/ResolverConfigurationImpl.o ../../../src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c ../../../src/solaris/native/java/net/net_util_md.c: In function 'IPv6_supported': ../../../src/solaris/native/java/net/net_util_md.c:248: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../src/solaris/native/java/net/net_util_md.c: In function 'NET_GetSockOpt': ../../../src/solaris/native/java/net/net_util_md.c:1089: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/DefaultProxySelector.o ../../../src/solaris/native/sun/net/spi/DefaultProxySelector.c ../../../src/solaris/native/sun/net/spi/DefaultProxySelector.c: In function 'Java_sun_net_spi_DefaultProxySelector_getSystemProxy': ../../../src/solaris/native/sun/net/spi/DefaultProxySelector.c:160: warning: 'use_proxy' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/linux_close.o ../../../src/solaris/native/java/net/linux_close.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainSocketImpl.o ../../../src/solaris/native/java/net/PlainSocketImpl.c ../../../src/solaris/native/java/net/linux_close.c: In function 'NET_RecvFrom': ../../../src/solaris/native/java/net/linux_close.c:284: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness ../../../src/solaris/native/java/net/linux_close.c: In function 'NET_Accept': ../../../src/solaris/native/java/net/linux_close.c:301: warning: pointer targets in passing argument 3 of 'accept' differ in signedness ../../../src/solaris/native/java/net/linux_close.c: In function 'NET_Timeout': ../../../src/solaris/native/java/net/linux_close.c:326: warning: 'prevtime' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainDatagramSocketImpl.o ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c ../../../src/solaris/native/java/net/PlainSocketImpl.c: In function 'Java_java_net_PlainSocketImpl_socketGetOption': ../../../src/solaris/native/java/net/PlainSocketImpl.c:1096: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'Java_java_net_PlainDatagramSocketImpl_disconnect0': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:376: warning: passing argument 1 of 'NET_GetPortFromSockaddr' from incompatible pointer type ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'Java_java_net_PlainDatagramSocketImpl_socketGetOption': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:1857: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'mcast_join_leave': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:2241: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'Java_java_net_PlainDatagramSocketImpl_receive0': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:826: warning: 'prevTime' may be used uninitialized in this function ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:825: warning: 'connectedPort' may be used uninitialized in this function ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:824: warning: 'connectedAddress' may be used uninitialized in this function make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/net' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/net STATS: LIBRARY=net, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libnet.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libnet.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libnet.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/DatagramPacket.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddress.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4Address.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6Address.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/NetworkInterface.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddressImplFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4AddressImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6AddressImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketInputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketOutputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/ResolverConfigurationImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/DefaultProxySelector.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/linux_close.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainSocketImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainDatagramSocketImpl.o -lnsl -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lpthread -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc Warning: forcing nsl to be linked statically /bin/cp ../../../src/share/lib/net.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/net.properties make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/net' Timing: 00014 seconds or 14s for make-java-net <<>>Recursively making nio all @ Sun Aug 2 13:59:01 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/.classes.list) ../../../src/share/classes/java/nio/Buffer.java ../../../src/share/classes/java/nio/ByteOrder.java ../../../src/share/classes/java/nio/MappedByteBuffer.java ../../../src/share/classes/java/nio/StringCharBuffer.java ../../../src/share/classes/java/nio/channels/ByteChannel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/CancelledKeyException.java ../../../src/share/classes/java/nio/channels/Channel.java ../../../src/share/classes/java/nio/channels/Channels.java ../../../src/share/classes/java/nio/channels/DatagramChannel.java ../../../src/share/classes/java/nio/channels/FileChannel.java ../../../src/share/classes/java/nio/channels/FileLock.java ../../../src/share/classes/java/nio/channels/GatheringByteChannel.java ../../../src/share/classes/java/nio/channels/InterruptibleChannel.java ../../../src/share/classes/java/nio/channels/Pipe.java ../../../src/share/classes/java/nio/channels/ReadableByteChannel.java ../../../src/share/classes/java/nio/channels/ScatteringByteChannel.java ../../../src/share/classes/java/nio/channels/SelectableChannel.java ../../../src/share/classes/java/nio/channels/Selector.java ../../../src/share/classes/java/nio/channels/SelectionKey.java ../../../src/share/classes/java/nio/channels/ServerSocketChannel.java ../../../src/share/classes/java/nio/channels/SocketChannel.java ../../../src/share/classes/java/nio/channels/WritableByteChannel.java ../../../src/share/classes/java/nio/channels/spi/AbstractInterruptibleChannel.java ../../../src/share/classes/java/nio/channels/spi/AbstractSelectableChannel.java ../../../src/share/classes/java/nio/channels/spi/AbstractSelectionKey.java ../../../src/share/classes/java/nio/channels/spi/AbstractSelector.java ../../../src/share/classes/java/nio/channels/spi/SelectorProvider.java ../../../src/share/classes/java/nio/charset/CoderResult.java ../../../src/share/classes/java/nio/charset/CoderMalfunctionError.java ../../../src/share/classes/java/nio/charset/CodingErrorAction.java ../../../src/share/classes/java/nio/charset/MalformedInputException.java ../../../src/share/classes/java/nio/charset/spi/CharsetProvider.java ../../../src/share/classes/sun/nio/ByteBuffered.java ../../../src/share/classes/sun/nio/ch/AbstractPollArrayWrapper.java ../../../src/share/classes/sun/nio/ch/AllocatedNativeObject.java ../../../src/share/classes/sun/nio/ch/ChannelInputStream.java ../../../src/share/classes/sun/nio/ch/DatagramChannelImpl.java ../../../src/solaris/classes/sun/nio/ch/DatagramDispatcher.java ../../../src/share/classes/sun/nio/ch/DatagramSocketAdaptor.java ../../../src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java ../../../src/share/classes/sun/nio/ch/DirectBuffer.java ../../../src/share/classes/sun/nio/ch/FileChannelImpl.java ../../../src/solaris/classes/sun/nio/ch/FileDispatcher.java ../../../src/solaris/classes/sun/nio/ch/FileKey.java ../../../src/share/classes/sun/nio/ch/Interruptible.java ../../../src/share/classes/sun/nio/ch/IOUtil.java ../../../src/share/classes/sun/nio/ch/IOStatus.java ../../../src/share/classes/sun/nio/ch/IOVecWrapper.java ../../../src/share/classes/sun/nio/ch/NativeDispatcher.java ../../../src/share/classes/sun/nio/ch/NativeObject.java ../../../src/solaris/classes/sun/nio/ch/NativeThread.java ../../../src/share/classes/sun/nio/ch/NativeThreadSet.java ../../../src/share/classes/sun/nio/ch/Net.java ../../../src/share/classes/sun/nio/ch/OptionAdaptor.java ../../../src/solaris/classes/sun/nio/ch/PipeImpl.java ../../../src/solaris/classes/sun/nio/ch/PollArrayWrapper.java ../../../src/share/classes/sun/nio/ch/Reflect.java ../../../src/share/classes/sun/nio/ch/SelectionKeyImpl.java ../../../src/share/classes/sun/nio/ch/SelectorImpl.java ../../../src/share/classes/sun/nio/ch/SelectorProviderImpl.java ../../../src/share/classes/sun/nio/ch/SelChImpl.java ../../../src/share/classes/sun/nio/ch/ServerSocketAdaptor.java ../../../src/share/classes/sun/nio/ch/ServerSocketChannelImpl.java ../../../src/solaris/classes/sun/nio/ch/SinkChannelImpl.java ../../../src/share/classes/sun/nio/ch/SocketAdaptor.java ../../../src/share/classes/sun/nio/ch/SocketChannelImpl.java ../../../src/solaris/classes/sun/nio/ch/SocketDispatcher.java ../../../src/share/classes/sun/nio/ch/SocketOpts.java ../../../src/share/classes/sun/nio/ch/SocketOptsImpl.java ../../../src/solaris/classes/sun/nio/ch/SourceChannelImpl.java ../../../src/share/classes/sun/nio/ch/Util.java ../../../src/share/classes/sun/nio/cs/FastCharsetProvider.java ../../../src/share/classes/sun/nio/cs/StreamEncoder.java ../../../src/share/classes/sun/nio/cs/StreamDecoder.java ../../../src/share/classes/sun/nio/cs/ThreadLocalCoders.java ../../../src/share/classes/sun/misc/Cleaner.java ../../../src/share/classes/sun/util/PreHashedMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapByteBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapCharBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapShortBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapIntBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapLongBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapFloatBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/HeapDoubleBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectByteBufferR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectCharBufferRS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectShortBufferRS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectIntBufferRS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectLongBufferRS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectFloatBufferRS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/DirectDoubleBufferRS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/InvalidMarkException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/AlreadyConnectedException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/AsynchronousCloseException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/ClosedByInterruptException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/ClosedChannelException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/ClosedSelectorException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/ConnectionPendingException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/FileLockInterruptionException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/IllegalBlockingModeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/IllegalSelectorException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/NoConnectionPendingException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/NonReadableChannelException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/NonWritableChannelException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/NotYetBoundException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/NotYetConnectedException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/OverlappingFileLockException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/UnresolvedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/java/nio/channels/UnsupportedAddressTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/nio/ch/AlreadyBoundException.java ../../../src/share/classes/sun/nio/ch/AbstractPollSelectorImpl.java ../../../src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java ../../../src/solaris/classes/sun/nio/ch/DevPollSelectorImpl.java ../../../src/share/classes/sun/nio/ch/DevPollSelectorProvider.java ../../../src/solaris/classes/sun/nio/ch/EPollArrayWrapper.java ../../../src/solaris/classes/sun/nio/ch/EPollSelectorProvider.java ../../../src/solaris/classes/sun/nio/ch/EPollSelectorImpl.java ../../../src/solaris/classes/sun/nio/ch/InheritedChannel.java ../../../src/share/classes/sun/nio/ch/PollSelectorProvider.java ../../../src/solaris/classes/sun/nio/ch/PollSelectorImpl.java ../../../src/share/classes/sun/nio/ch/FileLockImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -Xlint:serial -Werror -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/ \ java.net.SocketOptions java.nio.MappedByteBuffer sun.nio.ch.DatagramChannelImpl sun.nio.ch.DatagramDispatcher sun.nio.ch.FileChannelImpl sun.nio.ch.FileDispatcher sun.nio.ch.FileKey sun.nio.ch.FileLockImpl sun.nio.ch.IOStatus sun.nio.ch.IOUtil sun.nio.ch.Net sun.nio.ch.PollArrayWrapper sun.nio.ch.ServerSocketChannelImpl sun.nio.ch.SocketChannelImpl sun.nio.ch.SocketDispatcher java.io.FileDescriptor sun.nio.ch.DevPollArrayWrapper sun.nio.ch.EPollArrayWrapper sun.nio.ch.InheritedChannel sun.nio.ch.NativeThread mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramChannelImpl.o ../../../src/solaris/native/sun/nio/ch/DatagramChannelImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramDispatcher.o ../../../src/solaris/native/sun/nio/ch/DatagramDispatcher.c ../../../src/solaris/native/sun/nio/ch/DatagramChannelImpl.c: In function 'Java_sun_nio_ch_DatagramChannelImpl_receive0': ../../../src/solaris/native/sun/nio/ch/DatagramChannelImpl.c:137: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileChannelImpl.o ../../../src/solaris/native/sun/nio/ch/FileChannelImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileDispatcher.o ../../../src/solaris/native/sun/nio/ch/FileDispatcher.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileKey.o ../../../src/solaris/native/sun/nio/ch/FileKey.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/IOUtil.o ../../../src/solaris/native/sun/nio/ch/IOUtil.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/MappedByteBuffer.o ../../../src/solaris/native/java/nio/MappedByteBuffer.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/Net.o ../../../src/solaris/native/sun/nio/ch/Net.c ../../../src/solaris/native/sun/nio/ch/Net.c: In function 'Java_sun_nio_ch_Net_localPort': ../../../src/solaris/native/sun/nio/ch/Net.c:142: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../src/solaris/native/sun/nio/ch/Net.c: In function 'Java_sun_nio_ch_Net_localInetAddress': ../../../src/solaris/native/sun/nio/ch/Net.c:155: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/ServerSocketChannelImpl.o ../../../src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c ../../../src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c: In function 'Java_sun_nio_ch_ServerSocketChannelImpl_accept0':/opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketChannelImpl.o ../../../src/solaris/native/sun/nio/ch/SocketChannelImpl.c ../../../src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c:97: warning: pointer targets in passing argument 3 of 'accept' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketDispatcher.o ../../../src/solaris/native/sun/nio/ch/SocketDispatcher.c ../../../src/solaris/native/sun/nio/ch/SocketChannelImpl.c: In function 'Java_sun_nio_ch_SocketChannelImpl_checkConnect': ../../../src/solaris/native/sun/nio/ch/SocketChannelImpl.c:79: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/EPollArrayWrapper.o ../../../src/solaris/native/sun/nio/ch/EPollArrayWrapper.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/PollArrayWrapper.o ../../../src/solaris/native/sun/nio/ch/PollArrayWrapper.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/InheritedChannel.o ../../../src/solaris/native/sun/nio/ch/InheritedChannel.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/NativeThread.o ../../../src/solaris/native/sun/nio/ch/NativeThread.c ../../../src/solaris/native/sun/nio/ch/InheritedChannel.c: In function 'Java_sun_nio_ch_InheritedChannel_soType0': ../../../src/solaris/native/sun/nio/ch/InheritedChannel.c:92: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio STATS: LIBRARY=nio, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libnio.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/.files_compiled mapfile-linux /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -Xlinker -O1 -Xlinker -version-script=mapfile-linux -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libnio.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libnio.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramDispatcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileDispatcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileKey.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/IOUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/MappedByteBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/Net.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/ServerSocketChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketDispatcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/EPollArrayWrapper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/PollArrayWrapper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/InheritedChannel.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.nio/nio/obj/NativeThread.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -ljava -lnet -lpthread -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/nio' Timing: 00012 seconds or 12s for make-java-nio <<>>Recursively making sql all @ Sun Aug 2 13:59:13 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/sql' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.sql/.classes.list) ../../../src/share/classes/java/sql/RowId.java ../../../src/share/classes/java/sql/DriverManager.java ../../../src/share/classes/java/sql/DatabaseMetaData.java ../../../src/share/classes/java/sql/ClientInfoStatus.java ../../../src/share/classes/java/sql/Wrapper.java ../../../src/share/classes/java/sql/Driver.java ../../../src/share/classes/java/sql/SQLClientInfoException.java ../../../src/share/classes/java/sql/PreparedStatement.java ../../../src/share/classes/java/sql/SQLNonTransientException.java ../../../src/share/classes/java/sql/SQLInvalidAuthorizationSpecException.java ../../../src/share/classes/java/sql/DriverPropertyInfo.java ../../../src/share/classes/java/sql/RowIdLifetime.java ../../../src/share/classes/java/sql/SQLException.java ../../../src/share/classes/java/sql/SQLTransientException.java ../../../src/share/classes/java/sql/Date.java ../../../src/share/classes/java/sql/SQLSyntaxErrorException.java ../../../src/share/classes/java/sql/SQLIntegrityConstraintViolationException.java ../../../src/share/classes/java/sql/SQLFeatureNotSupportedException.java ../../../src/share/classes/java/sql/ResultSetMetaData.java ../../../src/share/classes/java/sql/SQLWarning.java ../../../src/share/classes/java/sql/SQLNonTransientConnectionException.java ../../../src/share/classes/java/sql/DataTruncation.java ../../../src/share/classes/java/sql/Statement.java ../../../src/share/classes/java/sql/SQLTimeoutException.java ../../../src/share/classes/java/sql/Types.java ../../../src/share/classes/java/sql/Timestamp.java ../../../src/share/classes/java/sql/Connection.java ../../../src/share/classes/java/sql/Ref.java ../../../src/share/classes/java/sql/Clob.java ../../../src/share/classes/java/sql/ResultSet.java ../../../src/share/classes/java/sql/CallableStatement.java ../../../src/share/classes/java/sql/ParameterMetaData.java ../../../src/share/classes/java/sql/SQLTransactionRollbackException.java ../../../src/share/classes/java/sql/BatchUpdateException.java ../../../src/share/classes/java/sql/SQLXML.java ../../../src/share/classes/java/sql/SQLRecoverableException.java ../../../src/share/classes/java/sql/SQLTransientConnectionException.java ../../../src/share/classes/java/sql/SQLDataException.java ../../../src/share/classes/java/sql/SQLPermission.java ../../../src/share/classes/java/sql/SQLData.java ../../../src/share/classes/java/sql/Savepoint.java ../../../src/share/classes/java/sql/Struct.java ../../../src/share/classes/java/sql/SQLOutput.java ../../../src/share/classes/java/sql/Blob.java ../../../src/share/classes/java/sql/SQLInput.java ../../../src/share/classes/java/sql/Array.java ../../../src/share/classes/java/sql/Time.java ../../../src/share/classes/java/sql/NClob.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.sql/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/sql' Timing: 00006 seconds or 6s for make-java-sql <<>>Recursively making rmi all @ Sun Aug 2 13:59:19 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/rmi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.rmi/.classes.list) ../../../src/share/classes/java/rmi/UnexpectedException.java ../../../src/share/classes/java/rmi/ServerError.java ../../../src/share/classes/java/rmi/UnmarshalException.java ../../../src/share/classes/java/rmi/dgc/DGC.java ../../../src/share/classes/java/rmi/dgc/VMID.java ../../../src/share/classes/java/rmi/dgc/Lease.java ../../../src/share/classes/java/rmi/UnknownHostException.java ../../../src/share/classes/java/rmi/server/RemoteRef.java ../../../src/share/classes/java/rmi/server/Skeleton.java ../../../src/share/classes/java/rmi/server/RMIFailureHandler.java ../../../src/share/classes/java/rmi/server/ServerCloneException.java ../../../src/share/classes/java/rmi/server/RemoteServer.java ../../../src/share/classes/java/rmi/server/RemoteCall.java ../../../src/share/classes/java/rmi/server/UID.java ../../../src/share/classes/java/rmi/server/LoaderHandler.java ../../../src/share/classes/java/rmi/server/RMISocketFactory.java ../../../src/share/classes/java/rmi/server/SkeletonNotFoundException.java ../../../src/share/classes/java/rmi/server/ServerNotActiveException.java ../../../src/share/classes/java/rmi/server/LogStream.java ../../../src/share/classes/java/rmi/server/RemoteObject.java ../../../src/share/classes/java/rmi/server/RMIClassLoaderSpi.java ../../../src/share/classes/java/rmi/server/RemoteStub.java ../../../src/share/classes/java/rmi/server/RMIClientSocketFactory.java ../../../src/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java ../../../src/share/classes/java/rmi/server/Unreferenced.java ../../../src/share/classes/java/rmi/server/Operation.java ../../../src/share/classes/java/rmi/server/UnicastRemoteObject.java ../../../src/share/classes/java/rmi/server/RMIClassLoader.java ../../../src/share/classes/java/rmi/server/ExportException.java ../../../src/share/classes/java/rmi/server/ObjID.java ../../../src/share/classes/java/rmi/server/RMIServerSocketFactory.java ../../../src/share/classes/java/rmi/server/ServerRef.java ../../../src/share/classes/java/rmi/server/SocketSecurityException.java ../../../src/share/classes/java/rmi/server/SkeletonMismatchException.java ../../../src/share/classes/java/rmi/activation/ActivationInstantiator.java ../../../src/share/classes/java/rmi/activation/ActivationSystem.java ../../../src/share/classes/java/rmi/activation/ActivationGroupID.java ../../../src/share/classes/java/rmi/activation/ActivationDesc.java ../../../src/share/classes/java/rmi/activation/Activatable.java ../../../src/share/classes/java/rmi/activation/UnknownGroupException.java ../../../src/share/classes/java/rmi/activation/ActivationMonitor.java ../../../src/share/classes/java/rmi/activation/ActivationID.java ../../../src/share/classes/java/rmi/activation/ActivationException.java ../../../src/share/classes/java/rmi/activation/Activator.java ../../../src/share/classes/java/rmi/activation/ActivationGroup.java ../../../src/share/classes/java/rmi/activation/ActivateFailedException.java ../../../src/share/classes/java/rmi/activation/ActivationGroupDesc.java ../../../src/share/classes/java/rmi/activation/UnknownObjectException.java ../../../src/share/classes/java/rmi/MarshalledObject.java ../../../src/share/classes/java/rmi/ServerRuntimeException.java ../../../src/share/classes/java/rmi/RMISecurityManager.java ../../../src/share/classes/java/rmi/AlreadyBoundException.java ../../../src/share/classes/java/rmi/ConnectIOException.java ../../../src/share/classes/java/rmi/NoSuchObjectException.java ../../../src/share/classes/java/rmi/AccessException.java ../../../src/share/classes/java/rmi/Naming.java ../../../src/share/classes/java/rmi/MarshalException.java ../../../src/share/classes/java/rmi/NotBoundException.java ../../../src/share/classes/java/rmi/registry/LocateRegistry.java ../../../src/share/classes/java/rmi/registry/Registry.java ../../../src/share/classes/java/rmi/registry/RegistryHandler.java ../../../src/share/classes/java/rmi/RemoteException.java ../../../src/share/classes/java/rmi/RMISecurityException.java ../../../src/share/classes/java/rmi/StubNotFoundException.java ../../../src/share/classes/java/rmi/ServerException.java ../../../src/share/classes/java/rmi/Remote.java ../../../src/share/classes/java/rmi/ConnectException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.rmi/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/rmi' Timing: 00006 seconds or 6s for make-java-rmi <<>>Recursively making jar all @ Sun Aug 2 13:59:25 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jar' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.jar/.classes.list) ../../../src/share/classes/java/util/jar/Pack200.java ../../../src/share/classes/java/util/jar/JarInputStream.java ../../../src/share/classes/java/util/jar/Manifest.java ../../../src/share/classes/java/util/jar/JarEntry.java ../../../src/share/classes/java/util/jar/JavaUtilJarAccessImpl.java ../../../src/share/classes/java/util/jar/JarOutputStream.java ../../../src/share/classes/java/util/jar/Attributes.java ../../../src/share/classes/java/util/jar/JarVerifier.java ../../../src/share/classes/java/util/jar/JarException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.util.jar/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jar' Timing: 00006 seconds or 6s for make-java-jar <<>>Recursively making beans all @ Sun Aug 2 13:59:31 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/beans' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.beans/.classes.list) ../../../src/share/classes/java/beans/PropertyDescriptor.java ../../../src/share/classes/java/beans/PropertyEditor.java ../../../src/share/classes/java/beans/DefaultPersistenceDelegate.java ../../../src/share/classes/java/beans/ReflectionUtils.java ../../../src/share/classes/java/beans/FeatureDescriptor.java ../../../src/share/classes/java/beans/EventHandler.java ../../../src/share/classes/java/beans/Encoder.java ../../../src/share/classes/java/beans/Visibility.java ../../../src/share/classes/java/beans/Beans.java ../../../src/share/classes/java/beans/IndexedPropertyChangeEvent.java ../../../src/share/classes/java/beans/IntrospectionException.java ../../../src/share/classes/java/beans/PropertyChangeListener.java ../../../src/share/classes/java/beans/AppletInitializer.java ../../../src/share/classes/java/beans/PersistenceDelegate.java ../../../src/share/classes/java/beans/VetoableChangeListenerProxy.java ../../../src/share/classes/java/beans/Statement.java ../../../src/share/classes/java/beans/NameGenerator.java ../../../src/share/classes/java/beans/Customizer.java ../../../src/share/classes/java/beans/ConstructorProperties.java ../../../src/share/classes/java/beans/VetoableChangeListener.java ../../../src/share/classes/java/beans/XMLEncoder.java ../../../src/share/classes/java/beans/ChangeListenerMap.java ../../../src/share/classes/java/beans/Expression.java ../../../src/share/classes/java/beans/ExceptionListener.java ../../../src/share/classes/java/beans/IndexedPropertyDescriptor.java ../../../src/share/classes/java/beans/PropertyChangeSupport.java ../../../src/share/classes/java/beans/PropertyChangeEvent.java ../../../src/share/classes/java/beans/PropertyVetoException.java ../../../src/share/classes/java/beans/beancontext/BeanContextChildSupport.java ../../../src/share/classes/java/beans/beancontext/BeanContextChild.java ../../../src/share/classes/java/beans/beancontext/BeanContextServices.java ../../../src/share/classes/java/beans/beancontext/BeanContextServicesListener.java ../../../src/share/classes/java/beans/beancontext/BeanContextProxy.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceAvailableEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContextChildComponentProxy.java ../../../src/share/classes/java/beans/beancontext/BeanContextEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceRevokedEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContext.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceRevokedListener.java ../../../src/share/classes/java/beans/beancontext/BeanContextMembershipEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceProvider.java ../../../src/share/classes/java/beans/beancontext/BeanContextMembershipListener.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java ../../../src/share/classes/java/beans/beancontext/BeanContextSupport.java ../../../src/share/classes/java/beans/beancontext/BeanContextContainerProxy.java ../../../src/share/classes/java/beans/beancontext/BeanContextServicesSupport.java ../../../src/share/classes/java/beans/PropertyChangeListenerProxy.java ../../../src/share/classes/java/beans/PropertyEditorSupport.java ../../../src/share/classes/java/beans/ParameterDescriptor.java ../../../src/share/classes/java/beans/Introspector.java ../../../src/share/classes/java/beans/PropertyEditorManager.java ../../../src/share/classes/java/beans/EventSetDescriptor.java ../../../src/share/classes/java/beans/SimpleBeanInfo.java ../../../src/share/classes/java/beans/BeanDescriptor.java ../../../src/share/classes/java/beans/BeanInfo.java ../../../src/share/classes/java/beans/MetaData.java ../../../src/share/classes/java/beans/MethodDescriptor.java ../../../src/share/classes/java/beans/XMLDecoder.java ../../../src/share/classes/java/beans/VetoableChangeSupport.java ../../../src/share/classes/java/beans/DesignMode.java ../../../src/share/classes/com/sun/beans/finder/PrimitiveTypeMap.java ../../../src/share/classes/com/sun/beans/finder/ClassFinder.java ../../../src/share/classes/com/sun/beans/ObjectHandler.java ../../../src/share/classes/com/sun/beans/TypeResolver.java ../../../src/share/classes/com/sun/beans/WildcardTypeImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.beans/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/beans' Timing: 00006 seconds or 6s for make-java-beans <<>>Recursively making logging all @ Sun Aug 2 13:59:37 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/logging' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.util.logging/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/logging/resources/logging_zh_HK.java ../../../src/share/classes/java/util/logging/Formatter.java ../../../src/share/classes/java/util/logging/Filter.java ../../../src/share/classes/java/util/logging/MemoryHandler.java ../../../src/share/classes/java/util/logging/XMLFormatter.java ../../../src/share/classes/java/util/logging/Level.java ../../../src/share/classes/java/util/logging/Logger.java ../../../src/share/classes/java/util/logging/Logging.java ../../../src/share/classes/java/util/logging/LoggingPermission.java ../../../src/share/classes/java/util/logging/FileHandler.java ../../../src/share/classes/java/util/logging/LoggingMXBean.java ../../../src/share/classes/java/util/logging/StreamHandler.java ../../../src/share/classes/java/util/logging/LogRecord.java ../../../src/share/classes/java/util/logging/ErrorManager.java ../../../src/share/classes/java/util/logging/SimpleFormatter.java ../../../src/share/classes/java/util/logging/ConsoleHandler.java ../../../src/share/classes/java/util/logging/SocketHandler.java ../../../src/share/classes/java/util/logging/Handler.java ../../../src/share/classes/java/util/logging/LogManager.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.util.logging/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/logging.properties /bin/cp ../../../src/share/lib/logging.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/logging.properties make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/logging' Timing: 00005 seconds or 5s for make-java-logging <<>>Recursively making management all @ Sun Aug 2 13:59:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/management' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/management/resources/agent_zh_HK.java ../../../src/share/classes/com/sun/management/GcInfo.java ../../../src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java ../../../src/share/classes/com/sun/management/VMOption.java ../../../src/share/classes/com/sun/management/UnixOperatingSystemMXBean.java ../../../src/share/classes/com/sun/management/GarbageCollectorMXBean.java ../../../src/share/classes/com/sun/management/OperatingSystemMXBean.java ../../../src/share/classes/sun/management/VMManagementImpl.java ../../../src/share/classes/sun/management/MemoryNotifInfoCompositeData.java ../../../src/share/classes/sun/management/HotspotInternal.java ../../../src/share/classes/sun/management/LazyCompositeData.java ../../../src/share/classes/sun/management/GarbageCollectorImpl.java ../../../src/share/classes/sun/management/counter/perf/InstrumentationException.java ../../../src/share/classes/sun/management/counter/perf/PerfLongCounter.java ../../../src/share/classes/sun/management/counter/perf/StringCounterSnapshot.java ../../../src/share/classes/sun/management/counter/perf/Prologue.java ../../../src/share/classes/sun/management/counter/perf/PerfByteArrayCounter.java ../../../src/share/classes/sun/management/counter/perf/LongCounterSnapshot.java ../../../src/share/classes/sun/management/counter/perf/PerfInstrumentation.java ../../../src/share/classes/sun/management/counter/perf/PerfDataEntry.java ../../../src/share/classes/sun/management/counter/perf/ByteArrayCounterSnapshot.java ../../../src/share/classes/sun/management/counter/perf/PerfLongArrayCounter.java ../../../src/share/classes/sun/management/counter/perf/PerfStringCounter.java ../../../src/share/classes/sun/management/counter/perf/LongArrayCounterSnapshot.java ../../../src/share/classes/sun/management/counter/perf/PerfDataType.java ../../../src/share/classes/sun/management/counter/AbstractCounter.java ../../../src/share/classes/sun/management/counter/Counter.java ../../../src/share/classes/sun/management/counter/Variability.java ../../../src/share/classes/sun/management/counter/ByteArrayCounter.java ../../../src/share/classes/sun/management/counter/LongCounter.java ../../../src/share/classes/sun/management/counter/LongArrayCounter.java ../../../src/share/classes/sun/management/counter/Units.java ../../../src/share/classes/sun/management/counter/StringCounter.java ../../../src/share/classes/sun/management/HotspotCompilation.java ../../../src/share/classes/sun/management/Agent.java ../../../src/share/classes/sun/management/GcInfoBuilder.java ../../../src/share/classes/sun/management/MappedMXBeanType.java ../../../src/share/classes/sun/management/GcInfoCompositeData.java ../../../src/share/classes/sun/management/MemoryPoolImpl.java ../../../src/share/classes/sun/management/StackTraceElementCompositeData.java ../../../src/share/classes/sun/management/VMOptionCompositeData.java ../../../src/share/classes/sun/management/LockDataConverterMXBean.java ../../../src/share/classes/sun/management/HotspotClassLoadingMBean.java ../../../src/share/classes/sun/management/Util.java ../../../src/share/classes/sun/management/MemoryUsageCompositeData.java ../../../src/share/classes/sun/management/MemoryManagerImpl.java ../../../src/share/classes/sun/management/RuntimeImpl.java ../../../src/share/classes/sun/management/FileSystem.java ../../../src/share/classes/sun/management/HotspotThread.java ../../../src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java ../../../src/share/classes/sun/management/jmxremote/SSLContextRMIServerSocketFactory.java ../../../src/share/classes/sun/management/jmxremote/SingleEntryRegistry.java ../../../src/share/classes/sun/management/jmxremote/LocalRMIServerSocketFactory.java ../../../src/share/classes/sun/management/MonitorInfoCompositeData.java ../../../src/share/classes/sun/management/ConnectorAddressLink.java ../../../src/share/classes/sun/management/ThreadInfoCompositeData.java ../../../src/share/classes/sun/management/AgentConfigurationError.java ../../../src/share/classes/sun/management/HotspotMemoryMBean.java ../../../src/share/classes/sun/management/LockDataConverter.java ../../../src/share/classes/sun/management/ManagementFactory.java ../../../src/share/classes/sun/management/NotificationEmitterSupport.java ../../../src/share/classes/sun/management/HotspotCompilationMBean.java ../../../src/share/classes/sun/management/VMManagement.java ../../../src/share/classes/sun/management/Flag.java ../../../src/share/classes/sun/management/HotspotClassLoading.java ../../../src/share/classes/sun/management/HotspotRuntime.java ../../../src/share/classes/sun/management/OperatingSystemImpl.java ../../../src/share/classes/sun/management/HotSpotDiagnostic.java ../../../src/share/classes/sun/management/ThreadImpl.java ../../../src/share/classes/sun/management/ClassLoadingImpl.java ../../../src/share/classes/sun/management/HotspotRuntimeMBean.java ../../../src/share/classes/sun/management/HotspotMemory.java ../../../src/share/classes/sun/management/CompilerThreadStat.java ../../../src/share/classes/sun/management/HotspotThreadMBean.java ../../../src/share/classes/sun/management/CompilationImpl.java ../../../src/share/classes/sun/management/MethodInfo.java ../../../src/share/classes/sun/management/MemoryImpl.java ../../../src/share/classes/sun/management/HotspotInternalMBean.java ../../../src/share/classes/sun/management/Sensor.java ../../../src/solaris/classes/com/sun/management/UnixOperatingSystem.java ../../../src/solaris/classes/com/sun/management/OSMBeanFactory.java ../../../src/solaris/classes/sun/management/FileSystemImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders/ \ sun.management.ClassLoadingImpl sun.management.FileSystemImpl sun.management.Flag sun.management.GarbageCollectorImpl sun.management.GcInfoBuilder sun.management.HotSpotDiagnostic sun.management.HotspotThread sun.management.MemoryImpl sun.management.MemoryManagerImpl sun.management.MemoryPoolImpl sun.management.ThreadImpl sun.management.VMManagementImpl com.sun.management.UnixOperatingSystem mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/management make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/management' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ClassLoadingImpl.o ../../../src/share/native/sun/management/ClassLoadingImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/FileSystemImpl.o ../../../src/solaris/native/sun/management/FileSystemImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/Flag.o ../../../src/share/native/sun/management/Flag.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GarbageCollectorImpl.o ../../../src/share/native/sun/management/GarbageCollectorImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GcInfoBuilder.o ../../../src/share/native/sun/management/GcInfoBuilder.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotSpotDiagnostic.o ../../../src/share/native/sun/management/HotSpotDiagnostic.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotspotThread.o ../../../src/share/native/sun/management/HotspotThread.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryImpl.o ../../../src/share/native/sun/management/MemoryImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryManagerImpl.o ../../../src/share/native/sun/management/MemoryManagerImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryPoolImpl.o ../../../src/share/native/sun/management/MemoryPoolImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ThreadImpl.o ../../../src/share/native/sun/management/ThreadImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/VMManagementImpl.o ../../../src/share/native/sun/management/VMManagementImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/management.o ../../../src/share/native/sun/management/management.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/UnixOperatingSystem_md.o ../../../src/solaris/native/com/sun/management/UnixOperatingSystem_md.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/management' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/management STATS: LIBRARY=management, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libmanagement.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libmanagement.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libmanagement.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ClassLoadingImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/FileSystemImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/Flag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GarbageCollectorImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GcInfoBuilder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotSpotDiagnostic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotspotThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryManagerImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryPoolImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ThreadImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/VMManagementImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/management.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/obj/UnixOperatingSystem_md.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/manifest /bin/cp ../../../src/share/classes/sun/management/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management-agent.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.lang.management/management/manifest make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/management' Timing: 00012 seconds or 12s for make-java-management <<>>Recursively making instrument all @ Sun Aug 2 13:59:55 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/instrument' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/.classes.list) ../../../src/share/classes/sun/instrument/InstrumentationImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/.classes.list ---------- 1. WARNING in ../../../src/share/classes/sun/instrument/InstrumentationImpl.java (at line 139) retransformClasses(Class[] classes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike InstrumentationImpl.retransformClasses(Class[]) and Instrumentation.retransformClasses(Class...) ---------- 2. WARNING in ../../../src/share/classes/sun/instrument/InstrumentationImpl.java (at line 153) redefineClasses(ClassDefinition[] definitions) throws ClassNotFoundException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike InstrumentationImpl.redefineClasses(ClassDefinition[]) and Instrumentation.redefineClasses(ClassDefinition...) ---------- 2 problems (2 warnings)/bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders/ \ sun.instrument.InstrumentationImpl mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/instrument make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/instrument' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport.o ../../../src/share/instrument/EncodingSupport.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport_md.o ../../../src/solaris/instrument/EncodingSupport_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/FileSystemSupport_md.o ../../../src/solaris/instrument/FileSystemSupport_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InstrumentationImplNativeMethods.o ../../../src/share/instrument/InstrumentationImplNativeMethods.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InvocationAdapter.o ../../../src/share/instrument/InvocationAdapter.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JarFacade.o ../../../src/share/instrument/JarFacade.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAgent.o ../../../src/share/instrument/JPLISAgent.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAssert.o ../../../src/share/instrument/JPLISAssert.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JavaExceptions.o ../../../src/share/instrument/JavaExceptions.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/PathCharsValidator.o ../../../src/share/instrument/PathCharsValidator.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Reentrancy.o ../../../src/share/instrument/Reentrancy.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Utilities.o ../../../src/share/instrument/Utilities.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/canonicalize_md.o ../../../src/solaris/native/java/io/canonicalize_md.c ../../../src/solaris/native/java/io/canonicalize_md.c: In function 'canonicalize': ../../../src/solaris/native/java/io/canonicalize_md.c:249: warning: comparison between signed and unsigned make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/instrument' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/instrument STATS: LIBRARY=instrument, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libinstrument.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libinstrument.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/jli -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libinstrument.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/FileSystemSupport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InstrumentationImplNativeMethods.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InvocationAdapter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JarFacade.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAgent.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAssert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JavaExceptions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/PathCharsValidator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Reentrancy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Utilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/canonicalize_md.o -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/instrument' Timing: 00010 seconds or 10s for make-java-instrument <<>>Recursively making jexec all @ Sun Aug 2 14:00:06 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jexec' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.jexec/jexec/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.jexec/jexec/obj/jexec.o ../../../src/solaris/bin/jexec.c ../../../src/solaris/bin/jexec.c: In function 'main': ../../../src/solaris/bin/jexec.c:225: warning: control reaches end of non-void function /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jexec /opt/lsb/bin/lsbcc -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/java.jexec/jexec/obj/jexec.o -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jexec make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/java/jexec' Timing: 00002 seconds or 2s for make-java-jexec <<>>Recursively making lsb all @ Sun Aug 2 14:00:09 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/lsb' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/lsb make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/lsb' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/openjdk6_lsb_helper/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I ../../src/solaris/../linux/lsb -iquote ../../src/solaris/../linux/lsb -I/usr/include -I/usr/include/freetype2 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/openjdk6_lsb_helper/obj/lsb_freetype.o ../../src/solaris/../linux/lsb/lsb_freetype.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../src/solaris/../linux/lsb/lsb_freetype.c: In function 'FT_GlyphSlot_Oblique': ../../src/solaris/../linux/lsb/lsb_freetype.c:108: warning: implicit declaration of function 'FT_Outline_Transform' ../../src/solaris/../linux/lsb/lsb_freetype.c: In function 'FT_Outline_Embolden': ../../src/solaris/../linux/lsb/lsb_freetype.c:204: warning: implicit declaration of function 'FT_Outline_Get_Orientation' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/lsb' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/lsb STATS: LIBRARY=openjdk6_lsb_helper, PRODUCT=, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libopenjdk6_lsb_helper.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/openjdk6_lsb_helper/obj/.files_compiled /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/openjdk6_lsb_helper/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I ../../src/solaris/../linux/lsb -iquote ../../src/solaris/../linux/lsb -I/usr/include -I/usr/include/freetype2 -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libopenjdk6_lsb_helper.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libopenjdk6_lsb_helper.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/openjdk6_lsb_helper/obj/lsb_freetype.o -lfreetype -lc warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/lsb' Timing: 00003 seconds or 3s for make-lsb <<>>Recursively making javax all @ Sun Aug 2 14:00:12 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/.classes.list) ../../src/share/classes/javax/naming/AuthenticationException.java ../../src/share/classes/javax/naming/InterruptedNamingException.java ../../src/share/classes/javax/naming/LimitExceededException.java ../../src/share/classes/javax/naming/NameNotFoundException.java ../../src/share/classes/javax/naming/spi/ContinuationDirContext.java ../../src/share/classes/javax/naming/spi/DirObjectFactory.java ../../src/share/classes/javax/naming/spi/DirStateFactory.java ../../src/share/classes/javax/naming/spi/DirectoryManager.java ../../src/share/classes/javax/naming/PartialResultException.java ../../src/share/classes/javax/naming/LinkRef.java ../../src/share/classes/javax/naming/ReferralException.java ../../src/share/classes/javax/naming/TimeLimitExceededException.java ../../src/share/classes/javax/naming/event/NamingExceptionEvent.java ../../src/share/classes/javax/naming/event/NamespaceChangeListener.java ../../src/share/classes/javax/naming/event/NamingEvent.java ../../src/share/classes/javax/naming/event/EventContext.java ../../src/share/classes/javax/naming/event/EventDirContext.java ../../src/share/classes/javax/naming/event/NamingListener.java ../../src/share/classes/javax/naming/event/ObjectChangeListener.java ../../src/share/classes/javax/naming/NameAlreadyBoundException.java ../../src/share/classes/javax/naming/NoPermissionException.java ../../src/share/classes/javax/naming/LinkException.java ../../src/share/classes/javax/naming/ServiceUnavailableException.java ../../src/share/classes/javax/naming/NotContextException.java ../../src/share/classes/javax/naming/ldap/ControlFactory.java ../../src/share/classes/javax/naming/ldap/StartTlsResponse.java ../../src/share/classes/javax/naming/ldap/HasControls.java ../../src/share/classes/javax/naming/ldap/InitialLdapContext.java ../../src/share/classes/javax/naming/ldap/SortResponseControl.java ../../src/share/classes/javax/naming/ldap/PagedResultsResponseControl.java ../../src/share/classes/javax/naming/ldap/Rdn.java ../../src/share/classes/javax/naming/ldap/SortControl.java ../../src/share/classes/javax/naming/ldap/BasicControl.java ../../src/share/classes/javax/naming/ldap/LdapName.java ../../src/share/classes/javax/naming/ldap/UnsolicitedNotification.java ../../src/share/classes/javax/naming/ldap/UnsolicitedNotificationListener.java ../../src/share/classes/javax/naming/ldap/SortKey.java ../../src/share/classes/javax/naming/ldap/PagedResultsControl.java ../../src/share/classes/javax/naming/ldap/LdapReferralException.java ../../src/share/classes/javax/naming/ldap/ManageReferralControl.java ../../src/share/classes/javax/naming/ldap/StartTlsRequest.java ../../src/share/classes/javax/naming/ldap/UnsolicitedNotificationEvent.java ../../src/share/classes/javax/naming/ldap/Rfc2253Parser.java ../../src/share/classes/javax/naming/SizeLimitExceededException.java ../../src/share/classes/javax/naming/MalformedLinkException.java ../../src/share/classes/javax/naming/BinaryRefAddr.java ../../src/share/classes/javax/naming/CommunicationException.java ../../src/share/classes/javax/naming/directory/InvalidAttributeIdentifierException.java ../../src/share/classes/javax/naming/directory/InvalidAttributesException.java ../../src/share/classes/javax/naming/directory/InvalidSearchControlsException.java ../../src/share/classes/javax/naming/directory/InvalidAttributeValueException.java ../../src/share/classes/javax/naming/directory/AttributeModificationException.java ../../src/share/classes/javax/naming/directory/AttributeInUseException.java ../../src/share/classes/javax/naming/directory/SchemaViolationException.java ../../src/share/classes/javax/naming/directory/InvalidSearchFilterException.java ../../src/share/classes/javax/naming/directory/BasicAttribute.java ../../src/share/classes/javax/naming/directory/NoSuchAttributeException.java ../../src/share/classes/javax/naming/directory/BasicAttributes.java ../../src/share/classes/javax/naming/directory/InitialDirContext.java ../../src/share/classes/javax/naming/InsufficientResourcesException.java ../../src/share/classes/javax/naming/AuthenticationNotSupportedException.java ../../src/share/classes/javax/naming/CompoundName.java ../../src/share/classes/javax/naming/LinkLoopException.java ../../src/share/classes/javax/naming/NamingSecurityException.java ../../src/share/classes/javax/naming/ContextNotEmptyException.java ../../src/share/classes/javax/net/ssl/SSLServerSocket.java ../../src/share/classes/javax/net/ssl/TrustManagerFactorySpi.java ../../src/share/classes/javax/net/ssl/SSLPermission.java ../../src/share/classes/javax/net/ssl/SSLException.java ../../src/share/classes/javax/net/ssl/HttpsURLConnection.java ../../src/share/classes/javax/net/ssl/SSLHandshakeException.java ../../src/share/classes/javax/net/ssl/HostnameVerifier.java ../../src/share/classes/javax/net/ssl/KeyManager.java ../../src/share/classes/javax/net/ssl/HandshakeCompletedEvent.java ../../src/share/classes/javax/net/ssl/SSLKeyException.java ../../src/share/classes/javax/net/ssl/SSLSessionContext.java ../../src/share/classes/javax/net/ssl/TrustManager.java ../../src/share/classes/javax/net/ssl/X509KeyManager.java ../../src/share/classes/javax/net/ssl/KeyManagerFactory.java ../../src/share/classes/javax/net/ssl/ManagerFactoryParameters.java ../../src/share/classes/javax/net/ssl/SSLContext.java ../../src/share/classes/javax/net/ssl/SSLSession.java ../../src/share/classes/javax/net/ssl/TrustManagerFactory.java ../../src/share/classes/javax/net/ssl/X509ExtendedKeyManager.java ../../src/share/classes/javax/net/ssl/SSLSessionBindingEvent.java ../../src/share/classes/javax/net/ssl/SSLPeerUnverifiedException.java ../../src/share/classes/javax/net/ssl/CertPathTrustManagerParameters.java ../../src/share/classes/javax/net/ssl/SSLContextSpi.java ../../src/share/classes/javax/net/ssl/HandshakeCompletedListener.java ../../src/share/classes/javax/net/ssl/SSLSocketFactory.java ../../src/share/classes/javax/net/ssl/SSLEngine.java ../../src/share/classes/javax/net/ssl/SSLSessionBindingListener.java ../../src/share/classes/javax/net/ssl/SSLEngineResult.java ../../src/share/classes/javax/net/ssl/KeyManagerFactorySpi.java ../../src/share/classes/javax/net/ssl/KeyStoreBuilderParameters.java ../../src/share/classes/javax/net/ssl/SSLSocket.java ../../src/share/classes/javax/net/ssl/SSLServerSocketFactory.java ../../src/share/classes/javax/net/ssl/SSLParameters.java ../../src/share/classes/javax/net/ssl/SSLProtocolException.java ../../src/share/classes/javax/net/ssl/X509TrustManager.java ../../src/share/classes/javax/net/SocketFactory.java ../../src/share/classes/javax/net/ServerSocketFactory.java ../../src/share/classes/javax/script/ScriptEngineFactory.java ../../src/share/classes/javax/script/Compilable.java ../../src/share/classes/javax/script/SimpleBindings.java ../../src/share/classes/javax/script/ScriptEngine.java ../../src/share/classes/javax/script/CompiledScript.java ../../src/share/classes/javax/script/Invocable.java ../../src/share/classes/javax/script/AbstractScriptEngine.java ../../src/share/classes/javax/script/ScriptEngineManager.java ../../src/share/classes/javax/script/SimpleScriptContext.java ../../src/share/classes/javax/script/Bindings.java ../../src/share/classes/javax/script/ScriptContext.java ../../src/share/classes/javax/script/ScriptException.java ../../src/share/classes/javax/security/auth/PrivateCredentialPermission.java ../../src/share/classes/javax/security/auth/Refreshable.java ../../src/share/classes/javax/security/auth/Policy.java ../../src/share/classes/javax/security/auth/Destroyable.java ../../src/share/classes/javax/security/auth/Subject.java ../../src/share/classes/javax/security/auth/RefreshFailedException.java ../../src/share/classes/javax/security/auth/SubjectDomainCombiner.java ../../src/share/classes/javax/security/auth/AuthPermission.java ../../src/share/classes/javax/security/auth/callback/ChoiceCallback.java ../../src/share/classes/javax/security/auth/callback/Callback.java ../../src/share/classes/javax/security/auth/callback/ConfirmationCallback.java ../../src/share/classes/javax/security/auth/callback/CallbackHandler.java ../../src/share/classes/javax/security/auth/callback/LanguageCallback.java ../../src/share/classes/javax/security/auth/callback/UnsupportedCallbackException.java ../../src/share/classes/javax/security/auth/callback/PasswordCallback.java ../../src/share/classes/javax/security/auth/callback/TextInputCallback.java ../../src/share/classes/javax/security/auth/callback/TextOutputCallback.java ../../src/share/classes/javax/security/auth/x500/X500Principal.java ../../src/share/classes/javax/security/auth/x500/X500PrivateCredential.java ../../src/share/classes/javax/security/auth/kerberos/KerberosKey.java ../../src/share/classes/javax/security/auth/kerberos/KerberosPrincipal.java ../../src/share/classes/javax/security/auth/kerberos/ServicePermission.java ../../src/share/classes/javax/security/auth/kerberos/DelegationPermission.java ../../src/share/classes/javax/security/auth/kerberos/KeyImpl.java ../../src/share/classes/javax/security/auth/kerberos/KerberosTicket.java ../../src/share/classes/javax/security/auth/DestroyFailedException.java ../../src/share/classes/javax/security/auth/login/AccountException.java ../../src/share/classes/javax/security/auth/login/AccountExpiredException.java ../../src/share/classes/javax/security/auth/login/CredentialException.java ../../src/share/classes/javax/security/auth/login/Configuration.java ../../src/share/classes/javax/security/auth/login/ConfigurationSpi.java ../../src/share/classes/javax/security/auth/login/CredentialNotFoundException.java ../../src/share/classes/javax/security/auth/login/AccountLockedException.java ../../src/share/classes/javax/security/auth/login/AccountNotFoundException.java ../../src/share/classes/javax/security/auth/login/CredentialExpiredException.java ../../src/share/classes/javax/security/auth/login/AppConfigurationEntry.java ../../src/share/classes/javax/security/cert/Certificate.java ../../src/share/classes/javax/security/cert/CertificateEncodingException.java ../../src/share/classes/javax/security/cert/X509Certificate.java ../../src/share/classes/javax/security/cert/CertificateNotYetValidException.java ../../src/share/classes/javax/security/cert/CertificateExpiredException.java ../../src/share/classes/javax/security/cert/CertificateParsingException.java ../../src/share/classes/javax/security/cert/CertificateException.java ../../src/share/classes/javax/security/sasl/AuthenticationException.java ../../src/share/classes/javax/security/sasl/RealmCallback.java ../../src/share/classes/javax/security/sasl/SaslClientFactory.java ../../src/share/classes/javax/security/sasl/RealmChoiceCallback.java ../../src/share/classes/javax/security/sasl/SaslException.java ../../src/share/classes/javax/security/sasl/SaslClient.java ../../src/share/classes/javax/security/sasl/SaslServer.java ../../src/share/classes/javax/security/sasl/SaslServerFactory.java ../../src/share/classes/javax/security/sasl/Sasl.java ../../src/share/classes/javax/security/sasl/AuthorizeCallback.java ../../src/share/classes/javax/smartcardio/ResponseAPDU.java ../../src/share/classes/javax/smartcardio/CardTerminals.java ../../src/share/classes/javax/smartcardio/ATR.java ../../src/share/classes/javax/smartcardio/CardNotPresentException.java ../../src/share/classes/javax/smartcardio/TerminalFactorySpi.java ../../src/share/classes/javax/smartcardio/Card.java ../../src/share/classes/javax/smartcardio/CardChannel.java ../../src/share/classes/javax/smartcardio/CardException.java ../../src/share/classes/javax/smartcardio/CardPermission.java ../../src/share/classes/javax/smartcardio/CardTerminal.java ../../src/share/classes/javax/smartcardio/CommandAPDU.java ../../src/share/classes/javax/smartcardio/TerminalFactory.java ../../src/share/classes/javax/xml/crypto/URIReference.java ../../src/share/classes/javax/xml/crypto/KeySelectorException.java ../../src/share/classes/javax/xml/crypto/NodeSetData.java ../../src/share/classes/javax/xml/crypto/KeySelector.java ../../src/share/classes/javax/xml/crypto/Data.java ../../src/share/classes/javax/xml/crypto/NoSuchMechanismException.java ../../src/share/classes/javax/xml/crypto/URIReferenceException.java ../../src/share/classes/javax/xml/crypto/URIDereferencer.java ../../src/share/classes/javax/xml/crypto/KeySelectorResult.java ../../src/share/classes/javax/xml/crypto/OctetStreamData.java ../../src/share/classes/javax/xml/crypto/AlgorithmMethod.java ../../src/share/classes/javax/xml/crypto/MarshalException.java ../../src/share/classes/javax/xml/crypto/XMLStructure.java ../../src/share/classes/javax/xml/crypto/dom/DOMStructure.java ../../src/share/classes/javax/xml/crypto/dom/DOMURIReference.java ../../src/share/classes/javax/xml/crypto/dom/DOMCryptoContext.java ../../src/share/classes/javax/xml/crypto/dsig/XMLValidateContext.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignature.java ../../src/share/classes/javax/xml/crypto/dsig/Reference.java ../../src/share/classes/javax/xml/crypto/dsig/TransformService.java ../../src/share/classes/javax/xml/crypto/dsig/CanonicalizationMethod.java ../../src/share/classes/javax/xml/crypto/dsig/XMLObject.java ../../src/share/classes/javax/xml/crypto/dsig/DigestMethod.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyName.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/RetrievalMethod.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyInfo.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/PGPData.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/X509Data.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyInfoFactory.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyValue.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/X509IssuerSerial.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignatureException.java ../../src/share/classes/javax/xml/crypto/dsig/Manifest.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignatureFactory.java ../../src/share/classes/javax/xml/crypto/dsig/Transform.java ../../src/share/classes/javax/xml/crypto/dsig/SignatureProperty.java ../../src/share/classes/javax/xml/crypto/dsig/SignedInfo.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignContext.java ../../src/share/classes/javax/xml/crypto/dsig/SignatureProperties.java ../../src/share/classes/javax/xml/crypto/dsig/spec/C14NMethodParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/DigestMethodParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XPathFilter2ParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XPathFilterParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XSLTTransformParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/TransformParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/SignatureMethodParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XPathType.java ../../src/share/classes/javax/xml/crypto/dsig/spec/ExcC14NParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/HMACParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/TransformException.java ../../src/share/classes/javax/xml/crypto/dsig/dom/DOMSignContext.java ../../src/share/classes/javax/xml/crypto/dsig/dom/DOMValidateContext.java ../../src/share/classes/javax/xml/crypto/dsig/SignatureMethod.java ../../src/share/classes/javax/xml/crypto/XMLCryptoContext.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../src/solaris/classes:../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/.classes.list Begin Processing SUBDIRS: accessibility print swing crypto sound sql rmi management imageio >>>Recursively making accessibility build @ Sun Aug 2 14:00:23 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/accessibility' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.accessibility/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_en.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/accessibility/internal/resources/accessibility_zh_HK.java ../../../src/share/classes/javax/accessibility/AccessibleHypertext.java ../../../src/share/classes/javax/accessibility/AccessibleEditableText.java ../../../src/share/classes/javax/accessibility/AccessibleRelationSet.java ../../../src/share/classes/javax/accessibility/AccessibleStreamable.java ../../../src/share/classes/javax/accessibility/AccessibleResourceBundle.java ../../../src/share/classes/javax/accessibility/Accessible.java ../../../src/share/classes/javax/accessibility/AccessibleRole.java ../../../src/share/classes/javax/accessibility/AccessibleTable.java ../../../src/share/classes/javax/accessibility/AccessibleKeyBinding.java ../../../src/share/classes/javax/accessibility/AccessibleState.java ../../../src/share/classes/javax/accessibility/AccessibleRelation.java ../../../src/share/classes/javax/accessibility/AccessibleBundle.java ../../../src/share/classes/javax/accessibility/AccessibleExtendedTable.java ../../../src/share/classes/javax/accessibility/AccessibleSelection.java ../../../src/share/classes/javax/accessibility/AccessibleStateSet.java ../../../src/share/classes/javax/accessibility/AccessibleContext.java ../../../src/share/classes/javax/accessibility/AccessibleAction.java ../../../src/share/classes/javax/accessibility/AccessibleIcon.java ../../../src/share/classes/javax/accessibility/AccessibleComponent.java ../../../src/share/classes/javax/accessibility/AccessibleHyperlink.java ../../../src/share/classes/javax/accessibility/AccessibleValue.java ../../../src/share/classes/javax/accessibility/AccessibleExtendedText.java ../../../src/share/classes/javax/accessibility/AccessibleTableModelChange.java ../../../src/share/classes/javax/accessibility/AccessibleText.java ../../../src/share/classes/javax/accessibility/AccessibleExtendedComponent.java ../../../src/share/classes/javax/accessibility/AccessibleTextSequence.java ../../../src/share/classes/javax/accessibility/AccessibleAttributeSequence.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/java/java.accessibility/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/accessibility' Timing: 00005 seconds or 5s for make-javax-accessibility <<>>Recursively making print build @ Sun Aug 2 14:00:28 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/print' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.print/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/print/resources/serviceui_zh_HK.java ../../../src/share/classes/javax/print/ServiceUIFactory.java ../../../src/share/classes/javax/print/ServiceUI.java ../../../src/share/classes/javax/print/PrintException.java ../../../src/share/classes/javax/print/FlavorException.java ../../../src/share/classes/javax/print/StreamPrintServiceFactory.java ../../../src/share/classes/javax/print/DocPrintJob.java ../../../src/share/classes/javax/print/MimeType.java ../../../src/share/classes/javax/print/MultiDocPrintJob.java ../../../src/share/classes/javax/print/event/PrintServiceAttributeListener.java ../../../src/share/classes/javax/print/event/PrintJobAttributeEvent.java ../../../src/share/classes/javax/print/event/PrintJobEvent.java ../../../src/share/classes/javax/print/event/PrintJobAttributeListener.java ../../../src/share/classes/javax/print/event/PrintJobListener.java ../../../src/share/classes/javax/print/event/PrintServiceAttributeEvent.java ../../../src/share/classes/javax/print/event/PrintJobAdapter.java ../../../src/share/classes/javax/print/event/PrintEvent.java ../../../src/share/classes/javax/print/attribute/PrintRequestAttributeSet.java ../../../src/share/classes/javax/print/attribute/HashDocAttributeSet.java ../../../src/share/classes/javax/print/attribute/PrintJobAttribute.java ../../../src/share/classes/javax/print/attribute/DocAttribute.java ../../../src/share/classes/javax/print/attribute/HashAttributeSet.java ../../../src/share/classes/javax/print/attribute/TextSyntax.java ../../../src/share/classes/javax/print/attribute/SupportedValuesAttribute.java ../../../src/share/classes/javax/print/attribute/EnumSyntax.java ../../../src/share/classes/javax/print/attribute/SetOfIntegerSyntax.java ../../../src/share/classes/javax/print/attribute/PrintServiceAttribute.java ../../../src/share/classes/javax/print/attribute/standard/SheetCollate.java ../../../src/share/classes/javax/print/attribute/standard/OrientationRequested.java ../../../src/share/classes/javax/print/attribute/standard/RequestingUserName.java ../../../src/share/classes/javax/print/attribute/standard/Finishings.java ../../../src/share/classes/javax/print/attribute/standard/PrinterStateReason.java ../../../src/share/classes/javax/print/attribute/standard/JobKOctetsProcessed.java ../../../src/share/classes/javax/print/attribute/standard/MediaSize.java ../../../src/share/classes/javax/print/attribute/standard/NumberOfInterveningJobs.java ../../../src/share/classes/javax/print/attribute/standard/QueuedJobCount.java ../../../src/share/classes/javax/print/attribute/standard/DateTimeAtProcessing.java ../../../src/share/classes/javax/print/attribute/standard/JobPrioritySupported.java ../../../src/share/classes/javax/print/attribute/standard/PresentationDirection.java ../../../src/share/classes/javax/print/attribute/standard/CopiesSupported.java ../../../src/share/classes/javax/print/attribute/standard/PrinterIsAcceptingJobs.java ../../../src/share/classes/javax/print/attribute/standard/PrinterStateReasons.java ../../../src/share/classes/javax/print/attribute/standard/JobState.java ../../../src/share/classes/javax/print/attribute/standard/DateTimeAtCompleted.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMoreInfo.java ../../../src/share/classes/javax/print/attribute/standard/PrinterLocation.java ../../../src/share/classes/javax/print/attribute/standard/PrinterName.java ../../../src/share/classes/javax/print/attribute/standard/JobPriority.java ../../../src/share/classes/javax/print/attribute/standard/OutputDeviceAssigned.java ../../../src/share/classes/javax/print/attribute/standard/JobKOctetsSupported.java ../../../src/share/classes/javax/print/attribute/standard/Compression.java ../../../src/share/classes/javax/print/attribute/standard/Sides.java ../../../src/share/classes/javax/print/attribute/standard/JobImpressionsSupported.java ../../../src/share/classes/javax/print/attribute/standard/ColorSupported.java ../../../src/share/classes/javax/print/attribute/standard/MediaName.java ../../../src/share/classes/javax/print/attribute/standard/JobKOctets.java ../../../src/share/classes/javax/print/attribute/standard/JobHoldUntil.java ../../../src/share/classes/javax/print/attribute/standard/DateTimeAtCreation.java ../../../src/share/classes/javax/print/attribute/standard/PrinterResolution.java ../../../src/share/classes/javax/print/attribute/standard/PDLOverrideSupported.java ../../../src/share/classes/javax/print/attribute/standard/JobMediaSheets.java ../../../src/share/classes/javax/print/attribute/standard/Fidelity.java ../../../src/share/classes/javax/print/attribute/standard/JobName.java ../../../src/share/classes/javax/print/attribute/standard/Destination.java ../../../src/share/classes/javax/print/attribute/standard/NumberUpSupported.java ../../../src/share/classes/javax/print/attribute/standard/MediaTray.java ../../../src/share/classes/javax/print/attribute/standard/Media.java ../../../src/share/classes/javax/print/attribute/standard/MultipleDocumentHandling.java ../../../src/share/classes/javax/print/attribute/standard/JobImpressions.java ../../../src/share/classes/javax/print/attribute/standard/Copies.java ../../../src/share/classes/javax/print/attribute/standard/JobOriginatingUserName.java ../../../src/share/classes/javax/print/attribute/standard/JobStateReasons.java ../../../src/share/classes/javax/print/attribute/standard/PrintQuality.java ../../../src/share/classes/javax/print/attribute/standard/PageRanges.java ../../../src/share/classes/javax/print/attribute/standard/NumberUp.java ../../../src/share/classes/javax/print/attribute/standard/ReferenceUriSchemesSupported.java ../../../src/share/classes/javax/print/attribute/standard/PrinterURI.java ../../../src/share/classes/javax/print/attribute/standard/Severity.java ../../../src/share/classes/javax/print/attribute/standard/JobMediaSheetsSupported.java ../../../src/share/classes/javax/print/attribute/standard/PrinterInfo.java ../../../src/share/classes/javax/print/attribute/standard/NumberOfDocuments.java ../../../src/share/classes/javax/print/attribute/standard/JobImpressionsCompleted.java ../../../src/share/classes/javax/print/attribute/standard/JobStateReason.java ../../../src/share/classes/javax/print/attribute/standard/PagesPerMinuteColor.java ../../../src/share/classes/javax/print/attribute/standard/DocumentName.java ../../../src/share/classes/javax/print/attribute/standard/PrinterState.java ../../../src/share/classes/javax/print/attribute/standard/MediaSizeName.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMessageFromOperator.java ../../../src/share/classes/javax/print/attribute/standard/JobMediaSheetsCompleted.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMoreInfoManufacturer.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMakeAndModel.java ../../../src/share/classes/javax/print/attribute/standard/JobMessageFromOperator.java ../../../src/share/classes/javax/print/attribute/standard/MediaPrintableArea.java ../../../src/share/classes/javax/print/attribute/standard/JobSheets.java ../../../src/share/classes/javax/print/attribute/standard/PagesPerMinute.java ../../../src/share/classes/javax/print/attribute/standard/Chromaticity.java ../../../src/share/classes/javax/print/attribute/HashPrintJobAttributeSet.java ../../../src/share/classes/javax/print/attribute/DateTimeSyntax.java ../../../src/share/classes/javax/print/attribute/DocAttributeSet.java ../../../src/share/classes/javax/print/attribute/IntegerSyntax.java ../../../src/share/classes/javax/print/attribute/AttributeSetUtilities.java ../../../src/share/classes/javax/print/attribute/PrintServiceAttributeSet.java ../../../src/share/classes/javax/print/attribute/UnmodifiableSetException.java ../../../src/share/classes/javax/print/attribute/URISyntax.java ../../../src/share/classes/javax/print/attribute/HashPrintRequestAttributeSet.java ../../../src/share/classes/javax/print/attribute/HashPrintServiceAttributeSet.java ../../../src/share/classes/javax/print/attribute/ResolutionSyntax.java ../../../src/share/classes/javax/print/attribute/PrintJobAttributeSet.java ../../../src/share/classes/javax/print/attribute/AttributeSet.java ../../../src/share/classes/javax/print/attribute/PrintRequestAttribute.java ../../../src/share/classes/javax/print/attribute/Size2DSyntax.java ../../../src/share/classes/javax/print/attribute/Attribute.java ../../../src/share/classes/javax/print/URIException.java ../../../src/share/classes/javax/print/PrintService.java ../../../src/share/classes/javax/print/SimpleDoc.java ../../../src/share/classes/javax/print/PrintServiceLookup.java ../../../src/share/classes/javax/print/MultiDocPrintService.java ../../../src/share/classes/javax/print/DocFlavor.java ../../../src/share/classes/javax/print/CancelablePrintJob.java ../../../src/share/classes/javax/print/MultiDoc.java ../../../src/share/classes/javax/print/Doc.java ../../../src/share/classes/javax/print/StreamPrintService.java ../../../src/share/classes/javax/print/AttributeException.java ../../../src/share/classes/sun/print/BackgroundServiceLookup.java ../../../src/share/classes/sun/print/ProxyGraphics.java ../../../src/share/classes/sun/print/PrintJob2D.java ../../../src/share/classes/sun/print/PSStreamPrintService.java ../../../src/share/classes/sun/print/PSPathGraphics.java ../../../src/share/classes/sun/print/PrintJobAttributeException.java ../../../src/share/classes/sun/print/CustomMediaTray.java ../../../src/share/classes/sun/print/PrinterGraphicsConfig.java ../../../src/share/classes/sun/print/ServiceNotifier.java ../../../src/share/classes/sun/print/OpenBook.java ../../../src/share/classes/sun/print/PrintJobFlavorException.java ../../../src/share/classes/sun/print/BackgroundLookupListener.java ../../../src/share/classes/sun/print/PageableDoc.java ../../../src/share/classes/sun/print/PSPrinterJob.java ../../../src/share/classes/sun/print/DialogTypeSelection.java ../../../src/share/classes/sun/print/PrinterGraphicsDevice.java ../../../src/share/classes/sun/print/ImagePrinter.java ../../../src/share/classes/sun/print/SunPrinterJobService.java ../../../src/share/classes/sun/print/RasterPrinterJob.java ../../../src/share/classes/sun/print/SunAlternateMedia.java ../../../src/share/classes/sun/print/PSStreamPrintJob.java ../../../src/share/classes/sun/print/SunMinMaxPage.java ../../../src/share/classes/sun/print/AttributeUpdater.java ../../../src/share/classes/sun/print/PeekMetrics.java ../../../src/share/classes/sun/print/ProxyPrintGraphics.java ../../../src/share/classes/sun/print/DialogOwner.java ../../../src/share/classes/sun/print/PeekGraphics.java ../../../src/share/classes/sun/print/ServiceDialog.java ../../../src/share/classes/sun/print/PathGraphics.java ../../../src/share/classes/sun/print/PSStreamPrinterFactory.java ../../../src/share/classes/sun/print/CustomMediaSizeName.java ../../../src/share/classes/sun/print/SunPageSelection.java ../../../src/share/classes/sun/print/ProxyGraphics2D.java ../../../src/solaris/classes/sun/print/IPPPrintService.java ../../../src/solaris/classes/sun/print/CUPSPrinter.java ../../../src/solaris/classes/sun/print/UnixPrintJob.java ../../../src/solaris/classes/sun/print/AttributeClass.java ../../../src/solaris/classes/sun/print/UnixPrintServiceLookup.java ../../../src/solaris/classes/sun/print/UnixPrintService.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.print/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.print.StreamPrintServiceFactory /bin/cp ../../../src/solaris/classes/sun/print/services/javax.print.StreamPrintServiceFactory /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.print.StreamPrintServiceFactory /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.print.PrintServiceLookup /bin/cp ../../../src/solaris/classes/sun/print/services/javax.print.PrintServiceLookup /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.print.PrintServiceLookup /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/psfontj2d.properties /bin/cp ../../../src/share/classes/sun/print/psfontj2d.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/psfontj2d.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/psfont.properties.ja /bin/cp ../../../src/share/classes/sun/print/psfont.properties.ja /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/psfont.properties.ja /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientLandscape.png /bin/cp ../../../src/share/classes/sun/print/resources/orientLandscape.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientLandscape.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientPortrait.png /bin/cp ../../../src/share/classes/sun/print/resources/orientPortrait.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientPortrait.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientRevLandscape.png /bin/cp ../../../src/share/classes/sun/print/resources/orientRevLandscape.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientRevLandscape.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientRevPortrait.png /bin/cp ../../../src/share/classes/sun/print/resources/orientRevPortrait.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/orientRevPortrait.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/oneside.png /bin/cp ../../../src/share/classes/sun/print/resources/oneside.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/oneside.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/duplex.png /bin/cp ../../../src/share/classes/sun/print/resources/duplex.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/duplex.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/tumble.png /bin/cp ../../../src/share/classes/sun/print/resources/tumble.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/print/resources/tumble.png make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/print' Timing: 00008 seconds or 8s for make-javax-print <<>>Recursively making swing build @ Sun Aug 2 14:00:37 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/html rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/html/default.css /bin/cp ../../../src/share/classes/javax/swing/text/html/default.css /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/html/default.css /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/html/parser rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/html/parser/html32.bdtd /bin/cp ../../../src/share/classes/javax/swing/text/html/parser/html32.bdtd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/html/parser/html32.bdtd /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/NeXT.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/NeXT.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/NeXT.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/ansi.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/ansi.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/ansi.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg437.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/cpg437.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg437.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg850.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/cpg850.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg850.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/mac.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/mac.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/mac.txt # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/com/javax.swing/.classes.list) ../../../src/share/classes/javax/swing/text/LayeredHighlighter.java ../../../src/share/classes/javax/swing/text/GapContent.java ../../../src/share/classes/javax/swing/text/CompositeView.java ../../../src/share/classes/javax/swing/text/InternationalFormatter.java ../../../src/share/classes/javax/swing/text/JTextComponent.java ../../../src/share/classes/javax/swing/text/View.java ../../../src/share/classes/javax/swing/text/DefaultFormatterFactory.java ../../../src/share/classes/javax/swing/text/BoxView.java ../../../src/share/classes/javax/swing/text/StateInvariantError.java ../../../src/share/classes/javax/swing/text/GapVector.java ../../../src/share/classes/javax/swing/text/Document.java ../../../src/share/classes/javax/swing/text/TextLayoutStrategy.java ../../../src/share/classes/javax/swing/text/AbstractDocument.java ../../../src/share/classes/javax/swing/text/FlowView.java ../../../src/share/classes/javax/swing/text/LabelView.java ../../../src/share/classes/javax/swing/text/Position.java ../../../src/share/classes/javax/swing/text/StyledDocument.java ../../../src/share/classes/javax/swing/text/BadLocationException.java ../../../src/share/classes/javax/swing/text/ChangedCharSetException.java ../../../src/share/classes/javax/swing/text/MaskFormatter.java ../../../src/share/classes/javax/swing/text/TableView.java ../../../src/share/classes/javax/swing/text/DefaultFormatter.java ../../../src/share/classes/javax/swing/text/DateFormatter.java ../../../src/share/classes/javax/swing/text/WrappedPlainView.java ../../../src/share/classes/javax/swing/text/NavigationFilter.java ../../../src/share/classes/javax/swing/text/TabableView.java ../../../src/share/classes/javax/swing/text/DefaultCaret.java ../../../src/share/classes/javax/swing/text/Highlighter.java ../../../src/share/classes/javax/swing/text/GlyphView.java ../../../src/share/classes/javax/swing/text/GlyphPainter1.java ../../../src/share/classes/javax/swing/text/MutableAttributeSet.java ../../../src/share/classes/javax/swing/text/DefaultStyledDocument.java ../../../src/share/classes/javax/swing/text/Element.java ../../../src/share/classes/javax/swing/text/Segment.java ../../../src/share/classes/javax/swing/text/ParagraphView.java ../../../src/share/classes/javax/swing/text/SimpleAttributeSet.java ../../../src/share/classes/javax/swing/text/Utilities.java ../../../src/share/classes/javax/swing/text/TabStop.java ../../../src/share/classes/javax/swing/text/DefaultEditorKit.java ../../../src/share/classes/javax/swing/text/Style.java ../../../src/share/classes/javax/swing/text/ZoneView.java ../../../src/share/classes/javax/swing/text/WhitespaceBasedBreakIterator.java ../../../src/share/classes/javax/swing/text/PlainDocument.java ../../../src/share/classes/javax/swing/text/ViewFactory.java ../../../src/share/classes/javax/swing/text/PlainView.java ../../../src/share/classes/javax/swing/text/SegmentCache.java ../../../src/share/classes/javax/swing/text/rtf/AbstractFilter.java ../../../src/share/classes/javax/swing/text/rtf/RTFEditorKit.java ../../../src/share/classes/javax/swing/text/rtf/Constants.java ../../../src/share/classes/javax/swing/text/rtf/RTFReader.java ../../../src/share/classes/javax/swing/text/rtf/RTFAttribute.java ../../../src/share/classes/javax/swing/text/rtf/RTFAttributes.java ../../../src/share/classes/javax/swing/text/rtf/RTFParser.java ../../../src/share/classes/javax/swing/text/rtf/MockAttributeSet.java ../../../src/share/classes/javax/swing/text/rtf/RTFGenerator.java ../../../src/share/classes/javax/swing/text/DefaultTextUI.java ../../../src/share/classes/javax/swing/text/LayoutQueue.java ../../../src/share/classes/javax/swing/text/AbstractWriter.java ../../../src/share/classes/javax/swing/text/AsyncBoxView.java ../../../src/share/classes/javax/swing/text/IconView.java ../../../src/share/classes/javax/swing/text/GlyphPainter2.java ../../../src/share/classes/javax/swing/text/PasswordView.java ../../../src/share/classes/javax/swing/text/AttributeSet.java ../../../src/share/classes/javax/swing/text/FieldView.java ../../../src/share/classes/javax/swing/text/html/ListView.java ../../../src/share/classes/javax/swing/text/html/OptionComboBoxModel.java ../../../src/share/classes/javax/swing/text/html/OptionListModel.java ../../../src/share/classes/javax/swing/text/html/TextAreaDocument.java ../../../src/share/classes/javax/swing/text/html/HTMLWriter.java ../../../src/share/classes/javax/swing/text/html/FormSubmitEvent.java ../../../src/share/classes/javax/swing/text/html/EditableView.java ../../../src/share/classes/javax/swing/text/html/FrameSetView.java ../../../src/share/classes/javax/swing/text/html/InlineView.java ../../../src/share/classes/javax/swing/text/html/HRuleView.java ../../../src/share/classes/javax/swing/text/html/LineView.java ../../../src/share/classes/javax/swing/text/html/AccessibleHTML.java ../../../src/share/classes/javax/swing/text/html/TableView.java ../../../src/share/classes/javax/swing/text/html/ResourceLoader.java ../../../src/share/classes/javax/swing/text/html/ObjectView.java ../../../src/share/classes/javax/swing/text/html/ParagraphView.java ../../../src/share/classes/javax/swing/text/html/FrameView.java ../../../src/share/classes/javax/swing/text/html/parser/TagStack.java ../../../src/share/classes/javax/swing/text/html/parser/ParserDelegator.java ../../../src/share/classes/javax/swing/text/html/parser/Parser.java ../../../src/share/classes/javax/swing/text/html/parser/ResourceLoader.java ../../../src/share/classes/javax/swing/text/html/parser/TagElement.java ../../../src/share/classes/javax/swing/text/html/parser/Element.java ../../../src/share/classes/javax/swing/text/html/parser/DTDConstants.java ../../../src/share/classes/javax/swing/text/html/parser/DocumentParser.java ../../../src/share/classes/javax/swing/text/html/parser/Entity.java ../../../src/share/classes/javax/swing/text/html/parser/ContentModelState.java ../../../src/share/classes/javax/swing/text/html/parser/ContentModel.java ../../../src/share/classes/javax/swing/text/html/parser/AttributeList.java ../../../src/share/classes/javax/swing/text/html/parser/DTD.java ../../../src/share/classes/javax/swing/text/html/CSS.java ../../../src/share/classes/javax/swing/text/html/BlockView.java ../../../src/share/classes/javax/swing/text/html/HTMLFrameHyperlinkEvent.java ../../../src/share/classes/javax/swing/text/html/HTML.java ../../../src/share/classes/javax/swing/text/html/CommentView.java ../../../src/share/classes/javax/swing/text/html/HTMLDocument.java ../../../src/share/classes/javax/swing/text/html/IsindexView.java ../../../src/share/classes/javax/swing/text/html/MuxingAttributeSet.java ../../../src/share/classes/javax/swing/text/html/Map.java ../../../src/share/classes/javax/swing/text/html/NoFramesView.java ../../../src/share/classes/javax/swing/text/html/HiddenTagView.java ../../../src/share/classes/javax/swing/text/html/CSSParser.java ../../../src/share/classes/javax/swing/text/html/FormView.java ../../../src/share/classes/javax/swing/text/html/ImageView.java ../../../src/share/classes/javax/swing/text/html/Option.java ../../../src/share/classes/javax/swing/text/html/StyleSheet.java ../../../src/share/classes/javax/swing/text/html/BRView.java ../../../src/share/classes/javax/swing/text/html/HTMLEditorKit.java ../../../src/share/classes/javax/swing/text/html/MinimalHTMLWriter.java ../../../src/share/classes/javax/swing/text/TextAction.java ../../../src/share/classes/javax/swing/text/NumberFormatter.java ../../../src/share/classes/javax/swing/text/StyleContext.java ../../../src/share/classes/javax/swing/text/StyleConstants.java ../../../src/share/classes/javax/swing/text/EditorKit.java ../../../src/share/classes/javax/swing/text/TabExpander.java ../../../src/share/classes/javax/swing/text/TabSet.java ../../../src/share/classes/javax/swing/text/StyledEditorKit.java ../../../src/share/classes/javax/swing/text/ComponentView.java ../../../src/share/classes/javax/swing/text/DefaultHighlighter.java ../../../src/share/classes/javax/swing/text/Keymap.java ../../../src/share/classes/javax/swing/text/Caret.java ../../../src/share/classes/javax/swing/text/ElementIterator.java ../../../src/share/classes/javax/swing/text/StringContent.java ../../../src/share/classes/javax/swing/text/DocumentFilter.java ../../../src/share/classes/javax/swing/BoundedRangeModel.java ../../../src/share/classes/javax/swing/MenuElement.java ../../../src/share/classes/javax/swing/JCheckBox.java ../../../src/share/classes/javax/swing/JFileChooser.java ../../../src/share/classes/javax/swing/ComboBoxEditor.java ../../../src/share/classes/javax/swing/DelegatingDefaultFocusManager.java ../../../src/share/classes/javax/swing/BoxLayout.java ../../../src/share/classes/javax/swing/JList.java ../../../src/share/classes/javax/swing/JTabbedPane.java ../../../src/share/classes/javax/swing/undo/AbstractUndoableEdit.java ../../../src/share/classes/javax/swing/undo/CannotUndoException.java ../../../src/share/classes/javax/swing/undo/UndoableEditSupport.java ../../../src/share/classes/javax/swing/undo/StateEdit.java ../../../src/share/classes/javax/swing/undo/StateEditable.java ../../../src/share/classes/javax/swing/undo/UndoManager.java ../../../src/share/classes/javax/swing/undo/CompoundEdit.java ../../../src/share/classes/javax/swing/undo/UndoableEdit.java ../../../src/share/classes/javax/swing/undo/CannotRedoException.java ../../../src/share/classes/javax/swing/JTextPane.java ../../../src/share/classes/javax/swing/Renderer.java ../../../src/share/classes/javax/swing/SpinnerDateModel.java ../../../src/share/classes/javax/swing/JRadioButton.java ../../../src/share/classes/javax/swing/Box.java ../../../src/share/classes/javax/swing/JTree.java ../../../src/share/classes/javax/swing/SwingUtilities.java ../../../src/share/classes/javax/swing/JToolTip.java ../../../src/share/classes/javax/swing/UnsupportedLookAndFeelException.java ../../../src/share/classes/javax/swing/Timer.java ../../../src/share/classes/javax/swing/InputMap.java ../../../src/share/classes/javax/swing/KeyboardManager.java ../../../src/share/classes/javax/swing/SpinnerNumberModel.java ../../../src/share/classes/javax/swing/GroupLayout.java ../../../src/share/classes/javax/swing/RowFilter.java ../../../src/share/classes/javax/swing/UIManager.java ../../../src/share/classes/javax/swing/ActionMap.java ../../../src/share/classes/javax/swing/JToolBar.java ../../../src/share/classes/javax/swing/JScrollPane.java ../../../src/share/classes/javax/swing/MutableComboBoxModel.java ../../../src/share/classes/javax/swing/JLabel.java ../../../src/share/classes/javax/swing/JInternalFrame.java ../../../src/share/classes/javax/swing/ListSelectionModel.java ../../../src/share/classes/javax/swing/ClientPropertyKey.java ../../../src/share/classes/javax/swing/tree/DefaultTreeCellEditor.java ../../../src/share/classes/javax/swing/tree/DefaultMutableTreeNode.java ../../../src/share/classes/javax/swing/tree/MutableTreeNode.java ../../../src/share/classes/javax/swing/tree/TreeNode.java ../../../src/share/classes/javax/swing/tree/TreeCellRenderer.java ../../../src/share/classes/javax/swing/tree/ExpandVetoException.java ../../../src/share/classes/javax/swing/tree/AbstractLayoutCache.java ../../../src/share/classes/javax/swing/tree/VariableHeightLayoutCache.java ../../../src/share/classes/javax/swing/tree/TreeCellEditor.java ../../../src/share/classes/javax/swing/tree/RowMapper.java ../../../src/share/classes/javax/swing/tree/DefaultTreeSelectionModel.java ../../../src/share/classes/javax/swing/tree/TreePath.java ../../../src/share/classes/javax/swing/tree/TreeSelectionModel.java ../../../src/share/classes/javax/swing/tree/DefaultTreeCellRenderer.java ../../../src/share/classes/javax/swing/tree/DefaultTreeModel.java ../../../src/share/classes/javax/swing/tree/FixedHeightLayoutCache.java ../../../src/share/classes/javax/swing/tree/TreeModel.java ../../../src/share/classes/javax/swing/DefaultDesktopManager.java ../../../src/share/classes/javax/swing/filechooser/FileView.java ../../../src/share/classes/javax/swing/filechooser/FileSystemView.java ../../../src/share/classes/javax/swing/filechooser/FileNameExtensionFilter.java ../../../src/share/classes/javax/swing/filechooser/FileFilter.java ../../../src/share/classes/javax/swing/RootPaneContainer.java ../../../src/share/classes/javax/swing/SpinnerModel.java ../../../src/share/classes/javax/swing/ListModel.java ../../../src/share/classes/javax/swing/AbstractSpinnerModel.java ../../../src/share/classes/javax/swing/LegacyGlueFocusTraversalPolicy.java ../../../src/share/classes/javax/swing/JSeparator.java ../../../src/share/classes/javax/swing/event/TreeModelListener.java ../../../src/share/classes/javax/swing/event/ListSelectionListener.java ../../../src/share/classes/javax/swing/event/DocumentListener.java ../../../src/share/classes/javax/swing/event/TreeSelectionEvent.java ../../../src/share/classes/javax/swing/event/AncestorListener.java ../../../src/share/classes/javax/swing/event/ChangeEvent.java ../../../src/share/classes/javax/swing/event/PopupMenuListener.java ../../../src/share/classes/javax/swing/event/MouseInputAdapter.java ../../../src/share/classes/javax/swing/event/TreeModelEvent.java ../../../src/share/classes/javax/swing/event/InternalFrameEvent.java ../../../src/share/classes/javax/swing/event/MenuListener.java ../../../src/share/classes/javax/swing/event/ChangeListener.java ../../../src/share/classes/javax/swing/event/TableColumnModelEvent.java ../../../src/share/classes/javax/swing/event/AncestorEvent.java ../../../src/share/classes/javax/swing/event/ListDataEvent.java ../../../src/share/classes/javax/swing/event/HyperlinkEvent.java ../../../src/share/classes/javax/swing/event/MenuDragMouseListener.java ../../../src/share/classes/javax/swing/event/ListDataListener.java ../../../src/share/classes/javax/swing/event/InternalFrameAdapter.java ../../../src/share/classes/javax/swing/event/CaretEvent.java ../../../src/share/classes/javax/swing/event/DocumentEvent.java ../../../src/share/classes/javax/swing/event/MenuKeyListener.java ../../../src/share/classes/javax/swing/event/TreeSelectionListener.java ../../../src/share/classes/javax/swing/event/InternalFrameListener.java ../../../src/share/classes/javax/swing/event/TreeWillExpandListener.java ../../../src/share/classes/javax/swing/event/TreeExpansionEvent.java ../../../src/share/classes/javax/swing/event/ListSelectionEvent.java ../../../src/share/classes/javax/swing/event/EventListenerList.java ../../../src/share/classes/javax/swing/event/MenuDragMouseEvent.java ../../../src/share/classes/javax/swing/event/HyperlinkListener.java ../../../src/share/classes/javax/swing/event/CaretListener.java ../../../src/share/classes/javax/swing/event/MouseInputListener.java ../../../src/share/classes/javax/swing/event/TableModelListener.java ../../../src/share/classes/javax/swing/event/CellEditorListener.java ../../../src/share/classes/javax/swing/event/RowSorterListener.java ../../../src/share/classes/javax/swing/event/PopupMenuEvent.java ../../../src/share/classes/javax/swing/event/RowSorterEvent.java ../../../src/share/classes/javax/swing/event/SwingPropertyChangeSupport.java ../../../src/share/classes/javax/swing/event/UndoableEditEvent.java ../../../src/share/classes/javax/swing/event/TableModelEvent.java ../../../src/share/classes/javax/swing/event/MenuEvent.java ../../../src/share/classes/javax/swing/event/UndoableEditListener.java ../../../src/share/classes/javax/swing/event/TreeExpansionListener.java ../../../src/share/classes/javax/swing/event/TableColumnModelListener.java ../../../src/share/classes/javax/swing/event/MenuKeyEvent.java ../../../src/share/classes/javax/swing/JMenuBar.java ../../../src/share/classes/javax/swing/DefaultListSelectionModel.java ../../../src/share/classes/javax/swing/Icon.java ../../../src/share/classes/javax/swing/SwingWorker.java ../../../src/share/classes/javax/swing/AbstractListModel.java ../../../src/share/classes/javax/swing/SpinnerListModel.java ../../../src/share/classes/javax/swing/SingleSelectionModel.java ../../../src/share/classes/javax/swing/JPasswordField.java ../../../src/share/classes/javax/swing/SortingFocusTraversalPolicy.java ../../../src/share/classes/javax/swing/colorchooser/SyntheticImage.java ../../../src/share/classes/javax/swing/colorchooser/DefaultHSBChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/CenterLayout.java ../../../src/share/classes/javax/swing/colorchooser/AbstractColorChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/ColorSelectionModel.java ../../../src/share/classes/javax/swing/colorchooser/DefaultPreviewPanel.java ../../../src/share/classes/javax/swing/colorchooser/SmartGridLayout.java ../../../src/share/classes/javax/swing/colorchooser/DefaultColorSelectionModel.java ../../../src/share/classes/javax/swing/colorchooser/DefaultRGBChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/DefaultSwatchChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/ColorChooserComponentFactory.java ../../../src/share/classes/javax/swing/DebugGraphicsFilter.java ../../../src/share/classes/javax/swing/TransferHandler.java ../../../src/share/classes/javax/swing/DefaultCellEditor.java ../../../src/share/classes/javax/swing/RowSorter.java ../../../src/share/classes/javax/swing/WindowConstants.java ../../../src/share/classes/javax/swing/Scrollable.java ../../../src/share/classes/javax/swing/GrayFilter.java ../../../src/share/classes/javax/swing/DebugGraphicsObserver.java ../../../src/share/classes/javax/swing/InternalFrameFocusTraversalPolicy.java ../../../src/share/classes/javax/swing/SwingHeavyWeight.java ../../../src/share/classes/javax/swing/SortOrder.java ../../../src/share/classes/javax/swing/DefaultBoundedRangeModel.java ../../../src/share/classes/javax/swing/JTextArea.java ../../../src/share/classes/javax/swing/SizeSequence.java ../../../src/share/classes/javax/swing/BufferStrategyPaintManager.java ../../../src/share/classes/javax/swing/JPanel.java ../../../src/share/classes/javax/swing/ViewportLayout.java ../../../src/share/classes/javax/swing/JOptionPane.java ../../../src/share/classes/javax/swing/AbstractButton.java ../../../src/share/classes/javax/swing/LookAndFeel.java ../../../src/share/classes/javax/swing/JComponent.java ../../../src/share/classes/javax/swing/DropMode.java ../../../src/share/classes/javax/swing/SwingPaintEventDispatcher.java ../../../src/share/classes/javax/swing/KeyStroke.java ../../../src/share/classes/javax/swing/ButtonModel.java ../../../src/share/classes/javax/swing/UIDefaults.java ../../../src/share/classes/javax/swing/RepaintManager.java ../../../src/share/classes/javax/swing/JDialog.java ../../../src/share/classes/javax/swing/JSpinner.java ../../../src/share/classes/javax/swing/ButtonGroup.java ../../../src/share/classes/javax/swing/DefaultComboBoxModel.java ../../../src/share/classes/javax/swing/TimerQueue.java ../../../src/share/classes/javax/swing/DefaultSingleSelectionModel.java ../../../src/share/classes/javax/swing/JTextField.java ../../../src/share/classes/javax/swing/ComponentInputMap.java ../../../src/share/classes/javax/swing/GraphicsWrapper.java ../../../src/share/classes/javax/swing/JFormattedTextField.java ../../../src/share/classes/javax/swing/OverlayLayout.java ../../../src/share/classes/javax/swing/LayoutFocusTraversalPolicy.java ../../../src/share/classes/javax/swing/JViewport.java ../../../src/share/classes/javax/swing/SwingConstants.java ../../../src/share/classes/javax/swing/JWindow.java ../../../src/share/classes/javax/swing/AbstractCellEditor.java ../../../src/share/classes/javax/swing/JColorChooser.java ../../../src/share/classes/javax/swing/MenuSelectionManager.java ../../../src/share/classes/javax/swing/DebugGraphicsInfo.java ../../../src/share/classes/javax/swing/AncestorNotifier.java ../../../src/share/classes/javax/swing/FocusManager.java ../../../src/share/classes/javax/swing/DefaultButtonModel.java ../../../src/share/classes/javax/swing/DefaultListModel.java ../../../src/share/classes/javax/swing/JLayeredPane.java ../../../src/share/classes/javax/swing/PopupFactory.java ../../../src/share/classes/javax/swing/ArrayTable.java ../../../src/share/classes/javax/swing/JEditorPane.java ../../../src/share/classes/javax/swing/CellRendererPane.java ../../../src/share/classes/javax/swing/ProgressMonitor.java ../../../src/share/classes/javax/swing/DefaultRowSorter.java ../../../src/share/classes/javax/swing/DebugGraphics.java ../../../src/share/classes/javax/swing/InputVerifier.java ../../../src/share/classes/javax/swing/JSplitPane.java ../../../src/share/classes/javax/swing/ComboBoxModel.java ../../../src/share/classes/javax/swing/ImageIcon.java ../../../src/share/classes/javax/swing/Autoscroller.java ../../../src/share/classes/javax/swing/ProgressMonitorInputStream.java ../../../src/share/classes/javax/swing/ToolTipManager.java ../../../src/share/classes/javax/swing/DefaultFocusManager.java ../../../src/share/classes/javax/swing/JRootPane.java ../../../src/share/classes/javax/swing/LayoutStyle.java ../../../src/share/classes/javax/swing/JApplet.java ../../../src/share/classes/javax/swing/Popup.java ../../../src/share/classes/javax/swing/JCheckBoxMenuItem.java ../../../src/share/classes/javax/swing/Spring.java ../../../src/share/classes/javax/swing/table/TableRowSorter.java ../../../src/share/classes/javax/swing/table/AbstractTableModel.java ../../../src/share/classes/javax/swing/table/TableCellEditor.java ../../../src/share/classes/javax/swing/table/DefaultTableModel.java ../../../src/share/classes/javax/swing/table/TableColumn.java ../../../src/share/classes/javax/swing/table/TableColumnModel.java ../../../src/share/classes/javax/swing/table/DefaultTableCellRenderer.java ../../../src/share/classes/javax/swing/table/DefaultTableColumnModel.java ../../../src/share/classes/javax/swing/table/JTableHeader.java ../../../src/share/classes/javax/swing/table/TableStringConverter.java ../../../src/share/classes/javax/swing/table/TableCellRenderer.java ../../../src/share/classes/javax/swing/table/TableModel.java ../../../src/share/classes/javax/swing/JFrame.java ../../../src/share/classes/javax/swing/BorderFactory.java ../../../src/share/classes/javax/swing/Action.java ../../../src/share/classes/javax/swing/JPopupMenu.java ../../../src/share/classes/javax/swing/CellEditor.java ../../../src/share/classes/javax/swing/AbstractAction.java ../../../src/share/classes/javax/swing/JDesktopPane.java ../../../src/share/classes/javax/swing/JProgressBar.java ../../../src/share/classes/javax/swing/ScrollPaneLayout.java ../../../src/share/classes/javax/swing/border/CompoundBorder.java ../../../src/share/classes/javax/swing/border/AbstractBorder.java ../../../src/share/classes/javax/swing/border/TitledBorder.java ../../../src/share/classes/javax/swing/border/LineBorder.java ../../../src/share/classes/javax/swing/border/Border.java ../../../src/share/classes/javax/swing/border/BevelBorder.java ../../../src/share/classes/javax/swing/border/MatteBorder.java ../../../src/share/classes/javax/swing/border/SoftBevelBorder.java ../../../src/share/classes/javax/swing/border/EmptyBorder.java ../../../src/share/classes/javax/swing/border/EtchedBorder.java ../../../src/share/classes/javax/swing/JComboBox.java ../../../src/share/classes/javax/swing/MultiUIDefaults.java ../../../src/share/classes/javax/swing/TablePrintable.java ../../../src/share/classes/javax/swing/DefaultListCellRenderer.java ../../../src/share/classes/javax/swing/JSlider.java ../../../src/share/classes/javax/swing/LayoutComparator.java ../../../src/share/classes/javax/swing/ListCellRenderer.java ../../../src/share/classes/javax/swing/JButton.java ../../../src/share/classes/javax/swing/JMenu.java ../../../src/share/classes/javax/swing/JToggleButton.java ../../../src/share/classes/javax/swing/JMenuItem.java ../../../src/share/classes/javax/swing/DesktopManager.java ../../../src/share/classes/javax/swing/JScrollBar.java ../../../src/share/classes/javax/swing/JTable.java ../../../src/share/classes/javax/swing/SizeRequirements.java ../../../src/share/classes/javax/swing/SpringLayout.java ../../../src/share/classes/javax/swing/ActionPropertyChangeListener.java ../../../src/share/classes/javax/swing/ScrollPaneConstants.java ../../../src/share/classes/javax/swing/JRadioButtonMenuItem.java ../../../src/share/classes/sun/swing/text/CountingPrintable.java ../../../src/share/classes/sun/swing/text/html/FrameEditorPaneTag.java ../../../src/share/classes/sun/swing/text/CompoundPrintable.java ../../../src/share/classes/sun/swing/text/TextComponentPrintable.java ../../../src/share/classes/sun/swing/BakedArrayList.java ../../../src/share/classes/sun/swing/DefaultLayoutStyle.java ../../../src/share/classes/sun/swing/DefaultLookup.java ../../../src/share/classes/sun/swing/UIAction.java ../../../src/share/classes/sun/swing/StringUIClientPropertyKey.java ../../../src/share/classes/sun/swing/FilePane.java ../../../src/share/classes/sun/swing/PrintingStatus.java ../../../src/share/classes/sun/swing/AccumulativeRunnable.java ../../../src/share/classes/sun/swing/ImageCache.java ../../../src/share/classes/sun/swing/CachedPainter.java ../../../src/share/classes/sun/swing/UIClientPropertyKey.java ../../../src/share/classes/sun/swing/SwingUtilities2.java ../../../src/share/classes/sun/swing/AccessibleMethod.java ../../../src/share/classes/sun/swing/SwingLazyValue.java ../../../src/share/classes/sun/swing/icon/SortArrowIcon.java ../../../src/share/classes/sun/swing/table/DefaultTableCellHeaderRenderer.java ../../../src/share/classes/sun/swing/MenuItemCheckIconFactory.java ../../../src/share/classes/sun/swing/WindowsPlacesBar.java ../../../src/share/classes/sun/swing/PrintColorUIResource.java ../../../src/share/classes/sun/swing/ImageIconUIResource.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/com/javax.swing/.classes.list Begin Processing SUBDIRS: html32dtd plaf >>>Recursively making html32dtd build @ Sun Aug 2 14:00:51 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/html32dtd' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/html32dtd' Timing: 00001 seconds or 1s for make-javax-swing-html32dtd <<>>Recursively making plaf build @ Sun Aug 2 14:00:52 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/plaf' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/JavaCup32.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/JavaCup32.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/JavaCup32.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/JavaCup16.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/basic/icons/JavaCup16.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/JavaCup16.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/DesktopIcon.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/DesktopIcon.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/DesktopIcon.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeClosed.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/TreeClosed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeClosed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeOpen.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/TreeOpen.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeOpen.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Inform.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Inform.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Inform.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Question.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Question.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Question.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Warn.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Warn.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Warn.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Error.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Error.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Error.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-delayed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-failed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Computer.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Computer.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Computer.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/DetailsView.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/DetailsView.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/DetailsView.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Directory.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Directory.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Directory.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Error.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Error.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Error.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/File.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/File.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/File.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/FloppyDrive.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/FloppyDrive.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/FloppyDrive.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HardDrive.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/HardDrive.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HardDrive.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HomeFolder.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/HomeFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HomeFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Inform.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Inform.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Inform.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/ListView.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/ListView.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/ListView.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/NewFolder.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/NewFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/NewFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Question.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Question.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Question.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeClosed.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/TreeClosed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeClosed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeLeaf.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/TreeLeaf.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeLeaf.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeOpen.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/TreeOpen.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeOpen.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/UpFolder.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/UpFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/UpFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Warn.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Warn.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Warn.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-delayed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-failed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-delayed.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/basic/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-failed.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/basic/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Error.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Error.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Error.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Inform.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Inform.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Inform.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Question.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Question.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Question.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortDown.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/sortDown.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortDown.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortUp.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/sortUp.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortUp.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Warn.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Warn.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Warn.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/close.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/close-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/collapsed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed-rtl.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/collapsed-rtl.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed-rtl.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/computer.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/computer.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/computer.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/directory.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/directory.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/directory.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/error.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/error.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/error.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/expanded.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/expanded.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/expanded.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/file.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/file.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/file.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/floppy.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/floppy.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/floppy.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/hardDrive.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/hardDrive.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/hardDrive.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/homeFolder.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/homeFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/homeFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/iconify.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/iconify-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/info.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/info.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/info.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/maximize.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/maximize-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/menu.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/menu.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/menu.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/minimize.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/minimize-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/newFolder.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/newFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/newFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/paletteClose.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/paletteClose-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/question.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/question.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/question.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/upFolder.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/upFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/upFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/warning.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/warning.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/warning.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameClose.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameClose.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameClose.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMaximize.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameMaximize.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMaximize.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMinimize.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameMinimize.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMinimize.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreDown.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameRestoreDown.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreDown.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreUp.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameRestoreUp.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreUp.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/MenuItemCommand.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/MenuItemCommand.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/MenuItemCommand.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneInformation.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneInformation.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneInformation.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneWarning.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneWarning.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneWarning.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneError.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneError.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneError.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneQuestion.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneQuestion.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneQuestion.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/PopupMenuPopup.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/PopupMenuPopup.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/PopupMenuPopup.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/Directory.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/Directory.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/Directory.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/File.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/File.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/File.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-delayed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-failed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1/metacity-theme-1.xml /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1/metacity-theme-1.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1/metacity-theme-1.xml # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/com/javax.swing.plaf/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/metal/resources/metal_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/swing/internal/plaf/synth/resources/synth_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/motif/resources/motif_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/windows/resources/windows_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java ../../../../src/share/classes/javax/swing/plaf/ListUI.java ../../../../src/share/classes/javax/swing/plaf/TabbedPaneUI.java ../../../../src/share/classes/javax/swing/plaf/TableHeaderUI.java ../../../../src/share/classes/javax/swing/plaf/ToolBarUI.java ../../../../src/share/classes/javax/swing/plaf/ScrollPaneUI.java ../../../../src/share/classes/javax/swing/plaf/DimensionUIResource.java ../../../../src/share/classes/javax/swing/plaf/ButtonUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicPasswordFieldUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTableHeaderUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicViewportUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicDesktopIconUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicComboBoxRenderer.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicPanelUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicRadioButtonUI.java ../../../../src/share/classes/javax/swing/plaf/basic/LazyActionMap.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicComboBoxEditor.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicListUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicToggleButtonUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTextFieldUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicMenuUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicSplitPaneDivider.java ../../../../src/share/classes/javax/swing/plaf/basic/DefaultMenuLayout.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicFormattedTextFieldUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicCheckBoxUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicToolBarSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicColorChooserUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTableUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicScrollPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java ../../../../src/share/classes/javax/swing/plaf/basic/CenterLayout.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicButtonListener.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicRootPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTransferable.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/basic/ComboPopup.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicMenuBarUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicInternalFrameUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicProgressBarUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicArrowButton.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTextPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTextAreaUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicGraphicsUtils.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicPopupMenuUI.java ../../../../src/share/classes/javax/swing/plaf/basic/DragRecognitionSupport.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicIconFactory.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicButtonUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicDesktopPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicComboPopup.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicSliderUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicBorders.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicEditorPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicLabelUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicHTML.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicSpinnerUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTextUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicSplitPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicScrollBarUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java ../../../../src/share/classes/javax/swing/plaf/ProgressBarUI.java ../../../../src/share/classes/javax/swing/plaf/SeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/SpinnerUI.java ../../../../src/share/classes/javax/swing/plaf/ColorUIResource.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiMenuBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiDesktopPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTextUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSpinnerUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiButtonUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiDesktopIconUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiRootPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTableUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiColorChooserUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiPopupMenuUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiLookAndFeel.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTabbedPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiPanelUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiInternalFrameUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiProgressBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiScrollPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiToolBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTableHeaderUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiScrollBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiToolTipUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSliderUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiComboBoxUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiFileChooserUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSplitPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTreeUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiViewportUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiLabelUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiListUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiOptionPaneUI.java ../../../../src/share/classes/javax/swing/plaf/ComponentInputMapUIResource.java ../../../../src/share/classes/javax/swing/plaf/ToolTipUI.java ../../../../src/share/classes/javax/swing/plaf/FontUIResource.java ../../../../src/share/classes/javax/swing/plaf/UIResource.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthDesktopIconUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthInternalFrameTitlePane.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthMenuUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthTableUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthStyle.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthParser.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthContext.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthArrowButton.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthTextPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthComboPopup.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthPanelUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthGraphicsUtils.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthRadioButtonMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthScrollBarUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthDefaultLookup.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthToggleButtonUI.java ../../../../src/share/classes/javax/swing/plaf/synth/ParsedSynthStyle.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthSplitPaneDivider.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthTableHeaderUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthSplitPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/DefaultMenuLayout.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthConstants.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthTextFieldUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthDesktopPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthOptionPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthStyleFactory.java ../../../../src/share/classes/javax/swing/plaf/synth/ImagePainter.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthButtonUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthRootPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthScrollPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthToolTipUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthProgressBarUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthInternalFrameUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthViewportUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthRadioButtonUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthFormattedTextFieldUI.java ../../../../src/share/classes/javax/swing/plaf/synth/DefaultSynthStyleFactory.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthListUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthTextAreaUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthLabelUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthEditorPaneUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthPainter.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthSliderUI.java ../../../../src/share/classes/javax/swing/plaf/synth/ColorType.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthMenuBarUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthBorder.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthSpinnerUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthCheckBoxMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthPopupMenuUI.java ../../../../src/share/classes/javax/swing/plaf/synth/Region.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthPasswordFieldUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthToolBarUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthCheckBoxUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/synth/SynthColorChooserUI.java ../../../../src/share/classes/javax/swing/plaf/ComboBoxUI.java ../../../../src/share/classes/javax/swing/plaf/DesktopPaneUI.java ../../../../src/share/classes/javax/swing/plaf/BorderUIResource.java ../../../../src/share/classes/javax/swing/plaf/MenuBarUI.java ../../../../src/share/classes/javax/swing/plaf/RootPaneUI.java ../../../../src/share/classes/javax/swing/plaf/TreeUI.java ../../../../src/share/classes/javax/swing/plaf/IconUIResource.java ../../../../src/share/classes/javax/swing/plaf/ViewportUI.java ../../../../src/share/classes/javax/swing/plaf/InsetsUIResource.java ../../../../src/share/classes/javax/swing/plaf/PopupMenuUI.java ../../../../src/share/classes/javax/swing/plaf/DesktopIconUI.java ../../../../src/share/classes/javax/swing/plaf/InputMapUIResource.java ../../../../src/share/classes/javax/swing/plaf/PanelUI.java ../../../../src/share/classes/javax/swing/plaf/OptionPaneUI.java ../../../../src/share/classes/javax/swing/plaf/TableUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalCheckBoxIcon.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTabbedPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalInternalFrameUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalToolTipUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalLabelUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalHighContrastTheme.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalButtonUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSliderUI.java ../../../../src/share/classes/javax/swing/plaf/metal/DefaultMetalTheme.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalMenuBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalScrollButton.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalFontDesktopProperty.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalScrollBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalRootPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalScrollPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxButton.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalRadioButtonUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalBorders.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTheme.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalDesktopIconUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalProgressBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalCheckBoxUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSplitPaneDivider.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalIconFactory.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalUtils.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalBumps.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxIcon.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/metal/OceanTheme.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTextFieldUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTreeUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxEditor.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTitlePane.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalToolBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSplitPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalToggleButtonUI.java ../../../../src/share/classes/javax/swing/plaf/ActionMapUIResource.java ../../../../src/share/classes/javax/swing/plaf/SplitPaneUI.java ../../../../src/share/classes/javax/swing/plaf/FileChooserUI.java ../../../../src/share/classes/javax/swing/plaf/TextUI.java ../../../../src/share/classes/javax/swing/plaf/SliderUI.java ../../../../src/share/classes/javax/swing/plaf/ScrollBarUI.java ../../../../src/share/classes/javax/swing/plaf/InternalFrameUI.java ../../../../src/share/classes/javax/swing/plaf/ColorChooserUI.java ../../../../src/share/classes/javax/swing/plaf/ComponentUI.java ../../../../src/share/classes/javax/swing/plaf/LabelUI.java ../../../../src/share/classes/javax/swing/plaf/MenuItemUI.java ../../../../src/share/classes/sun/swing/plaf/windows/ClassicSortArrowIcon.java ../../../../src/share/classes/sun/swing/plaf/synth/SynthIcon.java ../../../../src/share/classes/sun/swing/plaf/synth/SynthFileChooserUI.java ../../../../src/share/classes/sun/swing/plaf/synth/Paint9Painter.java ../../../../src/share/classes/sun/swing/plaf/synth/DefaultSynthStyle.java ../../../../src/share/classes/sun/swing/plaf/synth/SynthUI.java ../../../../src/share/classes/sun/swing/plaf/synth/StyleAssociation.java ../../../../src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsButtonListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsClassicLookAndFeel.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSpinnerUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsMenuBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsToolBarSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTreeUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/TMSchema.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsToggleButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsDesktopManager.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsRootPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsPopupMenuUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsMenuItemUIAccessor.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsRadioButtonMenuItemUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsProgressBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsLabelUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsPasswordFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTableHeaderUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsGraphicsUtils.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsComboBoxUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsMenuUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/XPStyle.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTabbedPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsOptionPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsDesktopIconUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsBorders.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsPopupWindow.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsEditorPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsCheckBoxUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/AnimationController.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsScrollBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSplitPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsToolBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextAreaUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSplitPaneDivider.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/DesktopProperty.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsScrollPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsCheckBoxMenuItemUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsPopupMenuSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsFileChooserUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsRadioButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsMenuItemUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSliderUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsDesktopPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKConstants.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyleFactory.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKPainter.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKIconFactory.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/XColors.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKColorChooserPanel.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKEngine.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/PangoFonts.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKRegion.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyle.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKGraphicsUtils.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKColorType.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifPopupMenuUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifProgressBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifBorders.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneDivider.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuMouseMotionListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSliderUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifScrollBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifPasswordFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifComboBoxUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTabbedPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifCheckBoxMenuItemUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifPopupMenuSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifOptionPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifDesktopPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifDesktopIconUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifToggleButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTreeCellRenderer.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifRadioButtonMenuItemUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifLabelUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifScrollBarButton.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTreeUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifScrollPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifIconFactory.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifCheckBoxUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifButtonListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextAreaUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifEditorPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifGraphicsUtils.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuMouseListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifRadioButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuItemUI.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/com/javax.swing.plaf/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/plaf' Timing: 00019 seconds or 19s for make-javax-swing-plaf <<>>Recursively making crypto build @ Sun Aug 2 14:01:11 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/crypto' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/.classes.list) ../../../src/share/classes/javax/crypto/KeyGenerator.java ../../../src/share/classes/javax/crypto/SecretKeyFactory.java ../../../src/share/classes/javax/crypto/JceSecurity.java ../../../src/share/classes/javax/crypto/CryptoPermissions.java ../../../src/share/classes/javax/crypto/Cipher.java ../../../src/share/classes/javax/crypto/CryptoPolicyParser.java ../../../src/share/classes/javax/crypto/NoSuchPaddingException.java ../../../src/share/classes/javax/crypto/SealedObject.java ../../../src/share/classes/javax/crypto/ExemptionMechanism.java ../../../src/share/classes/javax/crypto/IllegalBlockSizeException.java ../../../src/share/classes/javax/crypto/CryptoPermission.java ../../../src/share/classes/javax/crypto/SecretKey.java ../../../src/share/classes/javax/crypto/CipherSpi.java ../../../src/share/classes/javax/crypto/MacSpi.java ../../../src/share/classes/javax/crypto/ExemptionMechanismException.java ../../../src/share/classes/javax/crypto/CryptoAllPermission.java ../../../src/share/classes/javax/crypto/KeyAgreementSpi.java ../../../src/share/classes/javax/crypto/NullCipher.java ../../../src/share/classes/javax/crypto/EncryptedPrivateKeyInfo.java ../../../src/share/classes/javax/crypto/ShortBufferException.java ../../../src/share/classes/javax/crypto/CipherOutputStream.java ../../../src/share/classes/javax/crypto/BadPaddingException.java ../../../src/share/classes/javax/crypto/KeyAgreement.java ../../../src/share/classes/javax/crypto/NullCipherSpi.java ../../../src/share/classes/javax/crypto/spec/DHGenParameterSpec.java ../../../src/share/classes/javax/crypto/spec/RC5ParameterSpec.java ../../../src/share/classes/javax/crypto/spec/RC2ParameterSpec.java ../../../src/share/classes/javax/crypto/spec/PSource.java ../../../src/share/classes/javax/crypto/spec/SecretKeySpec.java ../../../src/share/classes/javax/crypto/spec/DESKeySpec.java ../../../src/share/classes/javax/crypto/spec/DHPrivateKeySpec.java ../../../src/share/classes/javax/crypto/spec/PBEKeySpec.java ../../../src/share/classes/javax/crypto/spec/DESedeKeySpec.java ../../../src/share/classes/javax/crypto/spec/DHParameterSpec.java ../../../src/share/classes/javax/crypto/spec/PBEParameterSpec.java ../../../src/share/classes/javax/crypto/spec/OAEPParameterSpec.java ../../../src/share/classes/javax/crypto/spec/IvParameterSpec.java ../../../src/share/classes/javax/crypto/spec/DHPublicKeySpec.java ../../../src/share/classes/javax/crypto/ExemptionMechanismSpi.java ../../../src/share/classes/javax/crypto/KeyGeneratorSpi.java ../../../src/share/classes/javax/crypto/SecretKeyFactorySpi.java ../../../src/share/classes/javax/crypto/interfaces/DHKey.java ../../../src/share/classes/javax/crypto/interfaces/DHPrivateKey.java ../../../src/share/classes/javax/crypto/interfaces/DHPublicKey.java ../../../src/share/classes/javax/crypto/interfaces/PBEKey.java ../../../src/share/classes/javax/crypto/Mac.java ../../../src/share/classes/javax/crypto/CipherInputStream.java ../../../src/share/classes/sun/security/internal/interfaces/TlsMasterSecret.java ../../../src/share/classes/sun/security/internal/spec/TlsKeyMaterialParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsMasterSecretParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsRsaPremasterSecretParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsPrfParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsKeyMaterialSpec.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/.classes.list rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/crypto /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/security/internal/interfaces /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/security/internal/spec make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/crypto' Timing: 00006 seconds or 6s for make-javax-crypto <<>>Recursively making sound build @ Sun Aug 2 14:01:17 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiDeviceProvider /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.MidiDeviceProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiDeviceProvider /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileWriter /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.MidiFileWriter /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileWriter /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileReader /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.MidiFileReader /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileReader /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.SoundbankReader /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.SoundbankReader /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.SoundbankReader /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileWriter /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.AudioFileWriter /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileWriter /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileReader /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.AudioFileReader /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileReader /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.FormatConversionProvider /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.FormatConversionProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.FormatConversionProvider /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.MixerProvider /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.MixerProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.MixerProvider /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/sound.properties /bin/cp ../../../src/share/lib/sound.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/sound.properties # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/.classes.list) ../../../src/share/classes/javax/sound/midi/InvalidMidiDataException.java ../../../src/share/classes/javax/sound/midi/Transmitter.java ../../../src/share/classes/javax/sound/midi/VoiceStatus.java ../../../src/share/classes/javax/sound/midi/MidiFileFormat.java ../../../src/share/classes/javax/sound/midi/spi/MidiFileReader.java ../../../src/share/classes/javax/sound/midi/spi/MidiFileWriter.java ../../../src/share/classes/javax/sound/midi/spi/SoundbankReader.java ../../../src/share/classes/javax/sound/midi/spi/MidiDeviceProvider.java ../../../src/share/classes/javax/sound/midi/MidiMessage.java ../../../src/share/classes/javax/sound/midi/Sequencer.java ../../../src/share/classes/javax/sound/midi/Synthesizer.java ../../../src/share/classes/javax/sound/midi/ControllerEventListener.java ../../../src/share/classes/javax/sound/midi/Soundbank.java ../../../src/share/classes/javax/sound/midi/MidiSystem.java ../../../src/share/classes/javax/sound/midi/SoundbankResource.java ../../../src/share/classes/javax/sound/midi/MidiChannel.java ../../../src/share/classes/javax/sound/midi/MetaEventListener.java ../../../src/share/classes/javax/sound/midi/Sequence.java ../../../src/share/classes/javax/sound/midi/MidiEvent.java ../../../src/share/classes/javax/sound/midi/SysexMessage.java ../../../src/share/classes/javax/sound/midi/ShortMessage.java ../../../src/share/classes/javax/sound/midi/Receiver.java ../../../src/share/classes/javax/sound/midi/Track.java ../../../src/share/classes/javax/sound/midi/MidiUnavailableException.java ../../../src/share/classes/javax/sound/midi/Patch.java ../../../src/share/classes/javax/sound/midi/MetaMessage.java ../../../src/share/classes/javax/sound/midi/Instrument.java ../../../src/share/classes/javax/sound/midi/MidiDevice.java ../../../src/share/classes/javax/sound/sampled/spi/AudioFileWriter.java ../../../src/share/classes/javax/sound/sampled/spi/FormatConversionProvider.java ../../../src/share/classes/javax/sound/sampled/spi/MixerProvider.java ../../../src/share/classes/javax/sound/sampled/spi/AudioFileReader.java ../../../src/share/classes/javax/sound/sampled/AudioPermission.java ../../../src/share/classes/javax/sound/sampled/EnumControl.java ../../../src/share/classes/javax/sound/sampled/Mixer.java ../../../src/share/classes/javax/sound/sampled/UnsupportedAudioFileException.java ../../../src/share/classes/javax/sound/sampled/AudioFormat.java ../../../src/share/classes/javax/sound/sampled/Control.java ../../../src/share/classes/javax/sound/sampled/SourceDataLine.java ../../../src/share/classes/javax/sound/sampled/AudioFileFormat.java ../../../src/share/classes/javax/sound/sampled/AudioSystem.java ../../../src/share/classes/javax/sound/sampled/Line.java ../../../src/share/classes/javax/sound/sampled/Clip.java ../../../src/share/classes/javax/sound/sampled/AudioInputStream.java ../../../src/share/classes/javax/sound/sampled/DataLine.java ../../../src/share/classes/javax/sound/sampled/LineEvent.java ../../../src/share/classes/javax/sound/sampled/TargetDataLine.java ../../../src/share/classes/javax/sound/sampled/Port.java ../../../src/share/classes/javax/sound/sampled/LineListener.java ../../../src/share/classes/javax/sound/sampled/LineUnavailableException.java ../../../src/share/classes/javax/sound/sampled/CompoundControl.java ../../../src/share/classes/javax/sound/sampled/FloatControl.java ../../../src/share/classes/javax/sound/sampled/BooleanControl.java ../../../src/share/classes/javax/sound/sampled/ReverbType.java ../../../src/share/classes/com/sun/media/sound/AudioFloatInputStream.java ../../../src/share/classes/com/sun/media/sound/EventDispatcher.java ../../../src/share/classes/com/sun/media/sound/AuFileReader.java ../../../src/share/classes/com/sun/media/sound/SoftMixingClip.java ../../../src/share/classes/com/sun/media/sound/DLSSoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SF2Layer.java ../../../src/share/classes/com/sun/media/sound/RealTimeSequencer.java ../../../src/share/classes/com/sun/media/sound/SoftControl.java ../../../src/share/classes/com/sun/media/sound/AudioFloatFormatConverter.java ../../../src/share/classes/com/sun/media/sound/SoftLinearResampler2.java ../../../src/share/classes/com/sun/media/sound/SoftAudioPusher.java ../../../src/share/classes/com/sun/media/sound/DirectAudioDevice.java ../../../src/share/classes/com/sun/media/sound/StandardMidiFileWriter.java ../../../src/share/classes/com/sun/media/sound/SF2SoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SoftEnvelopeGenerator.java ../../../src/share/classes/com/sun/media/sound/SoftMixingSourceDataLine.java ../../../src/share/classes/com/sun/media/sound/Platform.java ../../../src/share/classes/com/sun/media/sound/MidiOutDevice.java ../../../src/share/classes/com/sun/media/sound/AudioFloatConverter.java ../../../src/share/classes/com/sun/media/sound/AuFileFormat.java ../../../src/share/classes/com/sun/media/sound/FFT.java ../../../src/share/classes/com/sun/media/sound/RIFFWriter.java ../../../src/share/classes/com/sun/media/sound/AbstractLine.java ../../../src/share/classes/com/sun/media/sound/ModelDestination.java ../../../src/share/classes/com/sun/media/sound/SimpleSoundbank.java ../../../src/share/classes/com/sun/media/sound/SoftMixingDataLine.java ../../../src/share/classes/com/sun/media/sound/FastSysexMessage.java ../../../src/share/classes/com/sun/media/sound/SF2InstrumentRegion.java ../../../src/share/classes/com/sun/media/sound/ModelAbstractOscillator.java ../../../src/share/classes/com/sun/media/sound/SoftAbstractResampler.java ../../../src/share/classes/com/sun/media/sound/ModelOscillator.java ../../../src/share/classes/com/sun/media/sound/AutoConnectSequencer.java ../../../src/share/classes/com/sun/media/sound/InvalidFormatException.java ../../../src/share/classes/com/sun/media/sound/SoftMixingMixer.java ../../../src/share/classes/com/sun/media/sound/SoftChannel.java ../../../src/share/classes/com/sun/media/sound/MidiInDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/ModelWavetable.java ../../../src/share/classes/com/sun/media/sound/InvalidDataException.java ../../../src/share/classes/com/sun/media/sound/SoftChannelProxy.java ../../../src/share/classes/com/sun/media/sound/SoftMixingMainMixer.java ../../../src/share/classes/com/sun/media/sound/ModelOscillatorStream.java ../../../src/share/classes/com/sun/media/sound/DLSModulator.java ../../../src/share/classes/com/sun/media/sound/SimpleInstrument.java ../../../src/share/classes/com/sun/media/sound/RealTimeSequencerProvider.java ../../../src/share/classes/com/sun/media/sound/SoftMixingMixerProvider.java ../../../src/share/classes/com/sun/media/sound/AiffFileWriter.java ../../../src/share/classes/com/sun/media/sound/SoftProcess.java ../../../src/share/classes/com/sun/media/sound/SoftAudioProcessor.java ../../../src/share/classes/com/sun/media/sound/MidiUtils.java ../../../src/share/classes/com/sun/media/sound/SoftPerformer.java ../../../src/share/classes/com/sun/media/sound/MidiInDevice.java ../../../src/share/classes/com/sun/media/sound/SoftInstrument.java ../../../src/share/classes/com/sun/media/sound/PCMtoPCMCodec.java ../../../src/share/classes/com/sun/media/sound/WaveFloatFileReader.java ../../../src/share/classes/com/sun/media/sound/SoftChorus.java ../../../src/share/classes/com/sun/media/sound/SF2Region.java ../../../src/share/classes/com/sun/media/sound/Toolkit.java ../../../src/share/classes/com/sun/media/sound/JSSecurityManager.java ../../../src/share/classes/com/sun/media/sound/ModelDirectedPlayer.java ../../../src/share/classes/com/sun/media/sound/SF2Modulator.java ../../../src/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java ../../../src/share/classes/com/sun/media/sound/RIFFInvalidFormatException.java ../../../src/share/classes/com/sun/media/sound/MidiOutDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/AudioSynthesizer.java ../../../src/share/classes/com/sun/media/sound/SoftSynthesizer.java ../../../src/share/classes/com/sun/media/sound/SoftLanczosResampler.java ../../../src/share/classes/com/sun/media/sound/SoftMainMixer.java ../../../src/share/classes/com/sun/media/sound/SoftReceiver.java ../../../src/share/classes/com/sun/media/sound/StandardMidiFileReader.java ../../../src/share/classes/com/sun/media/sound/ModelStandardTransform.java ../../../src/share/classes/com/sun/media/sound/ModelStandardDirector.java ../../../src/share/classes/com/sun/media/sound/AiffFileFormat.java ../../../src/share/classes/com/sun/media/sound/ModelIdentifier.java ../../../src/share/classes/com/sun/media/sound/WaveExtensibleFileReader.java ../../../src/share/classes/com/sun/media/sound/SoftTuning.java ../../../src/share/classes/com/sun/media/sound/SunFileWriter.java ../../../src/share/classes/com/sun/media/sound/SoftFilter.java ../../../src/share/classes/com/sun/media/sound/DLSSampleLoop.java ../../../src/share/classes/com/sun/media/sound/DLSRegion.java ../../../src/share/classes/com/sun/media/sound/AbstractMidiDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/SF2GlobalRegion.java ../../../src/share/classes/com/sun/media/sound/AbstractMixer.java ../../../src/share/classes/com/sun/media/sound/SoftMidiAudioFileReader.java ../../../src/share/classes/com/sun/media/sound/AudioSynthesizerPropertyInfo.java ../../../src/share/classes/com/sun/media/sound/SoftResampler.java ../../../src/share/classes/com/sun/media/sound/SoftLowFrequencyOscillator.java ../../../src/share/classes/com/sun/media/sound/EmergencySoundbank.java ../../../src/share/classes/com/sun/media/sound/RIFFReader.java ../../../src/share/classes/com/sun/media/sound/ModelInstrumentComparator.java ../../../src/share/classes/com/sun/media/sound/SoftJitterCorrector.java ../../../src/share/classes/com/sun/media/sound/DLSSample.java ../../../src/share/classes/com/sun/media/sound/DLSSoundbank.java ../../../src/share/classes/com/sun/media/sound/DirectAudioDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/ModelTransform.java ../../../src/share/classes/com/sun/media/sound/AlawCodec.java ../../../src/share/classes/com/sun/media/sound/SunFileReader.java ../../../src/share/classes/com/sun/media/sound/UlawCodec.java ../../../src/share/classes/com/sun/media/sound/FastShortMessage.java ../../../src/share/classes/com/sun/media/sound/DLSSampleOptions.java ../../../src/share/classes/com/sun/media/sound/SoftLinearResampler.java ../../../src/share/classes/com/sun/media/sound/SoftResamplerStreamer.java ../../../src/share/classes/com/sun/media/sound/SunCodec.java ../../../src/share/classes/com/sun/media/sound/ModelInstrument.java ../../../src/share/classes/com/sun/media/sound/SoftSincResampler.java ../../../src/share/classes/com/sun/media/sound/WaveFileReader.java ../../../src/share/classes/com/sun/media/sound/AuFileWriter.java ../../../src/share/classes/com/sun/media/sound/ModelMappedInstrument.java ../../../src/share/classes/com/sun/media/sound/SoftPointResampler.java ../../../src/share/classes/com/sun/media/sound/JavaSoundAudioClip.java ../../../src/share/classes/com/sun/media/sound/ModelPerformer.java ../../../src/share/classes/com/sun/media/sound/SoftShortMessage.java ../../../src/share/classes/com/sun/media/sound/ModelChannelMixer.java ../../../src/share/classes/com/sun/media/sound/SoftProvider.java ../../../src/share/classes/com/sun/media/sound/SoftVoice.java ../../../src/share/classes/com/sun/media/sound/SoftAudioBuffer.java ../../../src/share/classes/com/sun/media/sound/ModelAbstractChannelMixer.java ../../../src/share/classes/com/sun/media/sound/DLSInstrument.java ../../../src/share/classes/com/sun/media/sound/ModelByteBuffer.java ../../../src/share/classes/com/sun/media/sound/SoftCubicResampler.java ../../../src/share/classes/com/sun/media/sound/RIFFInvalidDataException.java ../../../src/share/classes/com/sun/media/sound/AiffFileReader.java ../../../src/share/classes/com/sun/media/sound/AutoClosingClip.java ../../../src/share/classes/com/sun/media/sound/ModelConnectionBlock.java ../../../src/share/classes/com/sun/media/sound/AbstractMidiDevice.java ../../../src/share/classes/com/sun/media/sound/WaveFileFormat.java ../../../src/share/classes/com/sun/media/sound/PortMixer.java ../../../src/share/classes/com/sun/media/sound/DataPusher.java ../../../src/share/classes/com/sun/media/sound/WaveFloatFileWriter.java ../../../src/share/classes/com/sun/media/sound/AbstractDataLine.java ../../../src/share/classes/com/sun/media/sound/SF2Sample.java ../../../src/share/classes/com/sun/media/sound/ReferenceCountingDevice.java ../../../src/share/classes/com/sun/media/sound/ModelSource.java ../../../src/share/classes/com/sun/media/sound/PortMixerProvider.java ../../../src/share/classes/com/sun/media/sound/SF2Soundbank.java ../../../src/share/classes/com/sun/media/sound/SoftReverb.java ../../../src/share/classes/com/sun/media/sound/Printer.java ../../../src/share/classes/com/sun/media/sound/ModelPatch.java ../../../src/share/classes/com/sun/media/sound/WaveFileWriter.java ../../../src/share/classes/com/sun/media/sound/ModelDirector.java ../../../src/share/classes/com/sun/media/sound/SF2Instrument.java ../../../src/share/classes/com/sun/media/sound/JDK13Services.java ../../../src/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SF2LayerRegion.java ../../../src/share/classes/com/sun/media/sound/JARSoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SoftLimiter.java ../../../src/share/classes/com/sun/media/sound/DLSInfo.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders/ \ com.sun.media.sound.Platform mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/javax/sound -I../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DEXTRA_SOUND_JNI_LIBS="\" jsoundalsa\"" -I../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Utilities.o ../../../src/share/native/com/sun/media/sound/Utilities.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/javax/sound -I../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DEXTRA_SOUND_JNI_LIBS="\" jsoundalsa\"" -I../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Platform.o ../../../src/share/native/com/sun/media/sound/Platform.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound STATS: LIBRARY=jsound, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjsound.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/javax/sound -I../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DEXTRA_SOUND_JNI_LIBS="\" jsoundalsa\"" -I../../../src/share/native/com/sun/media/sound -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjsound.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjsound.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Utilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Platform.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc Begin Processing SUBDIRS: jsoundalsa >>>Recursively making jsoundalsa build @ Sun Aug 2 14:01:28 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders/ \ com.sun.media.sound.DirectAudioDeviceProvider com.sun.media.sound.DirectAudioDevice com.sun.media.sound.MidiInDevice com.sun.media.sound.MidiInDeviceProvider com.sun.media.sound.MidiOutDevice com.sun.media.sound.MidiOutDeviceProvider com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[6]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/Utilities.o ../../../../src/share/native/com/sun/media/sound/Utilities.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDeviceProvider.o ../../../../src/share/native/com/sun/media/sound/DirectAudioDeviceProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDevice.o ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDevice.o ../../../../src/share/native/com/sun/media/sound/MidiInDevice.c ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c: In function 'Java_com_sun_media_sound_DirectAudioDevice_nOpen': ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:502: warning: implicit declaration of function 'malloc' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:502: warning: incompatible implicit declaration of built-in function 'malloc' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:511: warning: implicit declaration of function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:511: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c: In function 'Java_com_sun_media_sound_DirectAudioDevice_nClose': ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:573: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:575: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c: In function 'Java_com_sun_media_sound_DirectAudioDevice_nWrite': ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:614: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:619: warning: incompatible implicit declaration of built-in function 'malloc' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDeviceProvider.o ../../../../src/share/native/com/sun/media/sound/MidiInDeviceProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDevice.o ../../../../src/share/native/com/sun/media/sound/MidiOutDevice.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDeviceProvider.o ../../../../src/share/native/com/sun/media/sound/MidiOutDeviceProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PlatformMidi.o ../../../../src/share/native/com/sun/media/sound/PlatformMidi.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixerProvider.o ../../../../src/share/native/com/sun/media/sound/PortMixerProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixer.o ../../../../src/share/native/com/sun/media/sound/PortMixer.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_CommonUtils.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCM.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c: In function 'DAUDIO_GetFormats': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:157: warning: pointer targets in passing argument 2 of 'snd_pcm_hw_params_get_channels_min' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:163: warning: pointer targets in passing argument 2 of 'snd_pcm_hw_params_get_channels_max' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c: In function 'setHWParams': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:370: warning: pointer targets in passing argument 3 of 'snd_pcm_hw_params_set_period_time_near' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:384: warning: pointer targets in passing argument 3 of 'snd_pcm_hw_params_set_periods_near' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c: In function 'DAUDIO_Open': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:493: warning: pointer targets in passing argument 2 of 'snd_pcm_hw_params_get_periods' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCMUtils.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCMUtils.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiIn.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiIn.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiOut.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiOut.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiUtils.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_Ports.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_Ports.c ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c: In function 'iterateRawmidiDevices': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:91: warning: implicit declaration of function 'snd_rawmidi_info' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:99: warning: implicit declaration of function 'snd_rawmidi_info_get_card' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c: In function 'openMidiDevice': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:375: warning: 'deviceID' may be used uninitialized in this function ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_Ports.c: In function 'PORT_GetControls': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_Ports.c:383: warning: 'isPlayback' may be used uninitialized in this function make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa STATS: LIBRARY=jsoundalsa, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjsoundalsa.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjsoundalsa.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjsoundalsa.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/Utilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDeviceProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDevice.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDevice.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDeviceProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDevice.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDeviceProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PlatformMidi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixerProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_CommonUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCM.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCMUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiIn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiOut.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_Ports.o -lasound -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' Timing: 00006 seconds or 6s for make-javax-sound-jsoundalsa <<>>Recursively making sql build @ Sun Aug 2 14:01:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sql' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/sql/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties /bin/cp ../../../src/share/classes/javax/sql/rowset/rowset.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sql/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sql/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sql/.classes.list) ../../../src/share/classes/javax/sql/PooledConnection.java ../../../src/share/classes/javax/sql/XADataSource.java ../../../src/share/classes/javax/sql/RowSet.java ../../../src/share/classes/javax/sql/rowset/JoinRowSet.java ../../../src/share/classes/javax/sql/rowset/BaseRowSet.java ../../../src/share/classes/javax/sql/rowset/spi/SyncFactory.java ../../../src/share/classes/javax/sql/rowset/spi/SyncFactoryException.java ../../../src/share/classes/javax/sql/rowset/spi/SyncResolver.java ../../../src/share/classes/javax/sql/rowset/spi/SyncProviderException.java ../../../src/share/classes/javax/sql/rowset/spi/TransactionalWriter.java ../../../src/share/classes/javax/sql/rowset/spi/XmlReader.java ../../../src/share/classes/javax/sql/rowset/spi/XmlWriter.java ../../../src/share/classes/javax/sql/rowset/spi/SyncProvider.java ../../../src/share/classes/javax/sql/rowset/serial/SerialArray.java ../../../src/share/classes/javax/sql/rowset/serial/SerialDatalink.java ../../../src/share/classes/javax/sql/rowset/serial/SerialBlob.java ../../../src/share/classes/javax/sql/rowset/serial/SerialClob.java ../../../src/share/classes/javax/sql/rowset/serial/SQLOutputImpl.java ../../../src/share/classes/javax/sql/rowset/serial/SerialException.java ../../../src/share/classes/javax/sql/rowset/serial/SerialRef.java ../../../src/share/classes/javax/sql/rowset/serial/SerialStruct.java ../../../src/share/classes/javax/sql/rowset/serial/SerialJavaObject.java ../../../src/share/classes/javax/sql/rowset/serial/SQLInputImpl.java ../../../src/share/classes/javax/sql/rowset/WebRowSet.java ../../../src/share/classes/javax/sql/rowset/Predicate.java ../../../src/share/classes/javax/sql/rowset/Joinable.java ../../../src/share/classes/javax/sql/rowset/RowSetWarning.java ../../../src/share/classes/javax/sql/rowset/RowSetMetaDataImpl.java ../../../src/share/classes/javax/sql/rowset/CachedRowSet.java ../../../src/share/classes/javax/sql/rowset/JdbcRowSet.java ../../../src/share/classes/javax/sql/rowset/FilteredRowSet.java ../../../src/share/classes/javax/sql/RowSetListener.java ../../../src/share/classes/javax/sql/RowSetEvent.java ../../../src/share/classes/javax/sql/XAConnection.java ../../../src/share/classes/javax/sql/StatementEvent.java ../../../src/share/classes/javax/sql/ConnectionEvent.java ../../../src/share/classes/javax/sql/CommonDataSource.java ../../../src/share/classes/javax/sql/RowSetMetaData.java ../../../src/share/classes/javax/sql/RowSetWriter.java ../../../src/share/classes/javax/sql/ConnectionPoolDataSource.java ../../../src/share/classes/javax/sql/ConnectionEventListener.java ../../../src/share/classes/javax/sql/RowSetInternal.java ../../../src/share/classes/javax/sql/StatementEventListener.java ../../../src/share/classes/javax/sql/DataSource.java ../../../src/share/classes/javax/sql/RowSetReader.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sql/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sql' Timing: 00006 seconds or 6s for make-javax-sql <<>>Recursively making rmi build @ Sun Aug 2 14:01:41 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/rmi' Begin Processing SUBDIRS: ssl >>>Recursively making ssl build @ Sun Aug 2 14:01:42 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/rmi/ssl' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/rmi/ssl' Timing: 00000 seconds or 0s for make-javax-rmi-ssl <<>>Recursively making management build @ Sun Aug 2 14:01:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/management' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.management/.classes.list) ../../../src/share/classes/javax/management/InstanceNotFoundException.java ../../../src/share/classes/javax/management/QualifiedAttributeValueExp.java ../../../src/share/classes/javax/management/Descriptor.java ../../../src/share/classes/javax/management/MBeanServerInvocationHandler.java ../../../src/share/classes/javax/management/MBeanAttributeInfo.java ../../../src/share/classes/javax/management/modelmbean/DescriptorSupport.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanAttributeInfo.java ../../../src/share/classes/javax/management/modelmbean/XMLParseException.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanOperationInfo.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanConstructorInfo.java ../../../src/share/classes/javax/management/modelmbean/InvalidTargetObjectTypeException.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanInfo.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanInfoSupport.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java ../../../src/share/classes/javax/management/modelmbean/RequiredModelMBean.java ../../../src/share/classes/javax/management/modelmbean/ModelMBean.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java ../../../src/share/classes/javax/management/MBeanServerPermission.java ../../../src/share/classes/javax/management/OrQueryExp.java ../../../src/share/classes/javax/management/MBeanInfo.java ../../../src/share/classes/javax/management/Notification.java ../../../src/share/classes/javax/management/DescriptorKey.java ../../../src/share/classes/javax/management/AttributeNotFoundException.java ../../../src/share/classes/javax/management/NotificationBroadcasterSupport.java ../../../src/share/classes/javax/management/AndQueryExp.java ../../../src/share/classes/javax/management/MBeanServerBuilder.java ../../../src/share/classes/javax/management/remote/JMXConnectorServerMBean.java ../../../src/share/classes/javax/management/remote/MBeanServerForwarder.java ../../../src/share/classes/javax/management/remote/JMXConnectorServerFactory.java ../../../src/share/classes/javax/management/remote/JMXConnectionNotification.java ../../../src/share/classes/javax/management/remote/JMXConnectorServer.java ../../../src/share/classes/javax/management/remote/JMXConnectorProvider.java ../../../src/share/classes/javax/management/remote/JMXProviderException.java ../../../src/share/classes/javax/management/remote/JMXServiceURL.java ../../../src/share/classes/javax/management/remote/JMXConnectorFactory.java ../../../src/share/classes/javax/management/remote/JMXConnectorServerProvider.java ../../../src/share/classes/javax/management/remote/JMXAddressable.java ../../../src/share/classes/javax/management/remote/JMXConnector.java ../../../src/share/classes/javax/management/NumericValueExp.java ../../../src/share/classes/javax/management/MBeanRegistrationException.java ../../../src/share/classes/javax/management/MalformedObjectNameException.java ../../../src/share/classes/javax/management/AttributeChangeNotificationFilter.java ../../../src/share/classes/javax/management/DescriptorRead.java ../../../src/share/classes/javax/management/JMException.java ../../../src/share/classes/javax/management/JMX.java ../../../src/share/classes/javax/management/RuntimeErrorException.java ../../../src/share/classes/javax/management/MBeanFeatureInfo.java ../../../src/share/classes/javax/management/InvalidApplicationException.java ../../../src/share/classes/javax/management/JMRuntimeException.java ../../../src/share/classes/javax/management/DynamicMBean.java ../../../src/share/classes/javax/management/MBeanServer.java ../../../src/share/classes/javax/management/ClassAttributeValueExp.java ../../../src/share/classes/javax/management/loading/PrivateClassLoader.java ../../../src/share/classes/javax/management/loading/MLetMBean.java ../../../src/share/classes/javax/management/loading/ClassLoaderRepository.java ../../../src/share/classes/javax/management/loading/MLetParser.java ../../../src/share/classes/javax/management/loading/MLetObjectInputStream.java ../../../src/share/classes/javax/management/loading/DefaultLoaderRepository.java ../../../src/share/classes/javax/management/loading/MLet.java ../../../src/share/classes/javax/management/loading/PrivateMLet.java ../../../src/share/classes/javax/management/loading/MLetContent.java ../../../src/share/classes/javax/management/AttributeChangeNotification.java ../../../src/share/classes/javax/management/MBeanServerNotification.java ../../../src/share/classes/javax/management/ListenerNotFoundException.java ../../../src/share/classes/javax/management/StringValueExp.java ../../../src/share/classes/javax/management/InvalidAttributeValueException.java ../../../src/share/classes/javax/management/ObjectName.java ../../../src/share/classes/javax/management/IntrospectionException.java ../../../src/share/classes/javax/management/ImmutableDescriptor.java ../../../src/share/classes/javax/management/OperationsException.java ../../../src/share/classes/javax/management/BadStringOperationException.java ../../../src/share/classes/javax/management/NotificationEmitter.java ../../../src/share/classes/javax/management/ServiceNotFoundException.java ../../../src/share/classes/javax/management/MBeanRegistration.java ../../../src/share/classes/javax/management/MBeanServerDelegateMBean.java ../../../src/share/classes/javax/management/monitor/MonitorSettingException.java ../../../src/share/classes/javax/management/monitor/CounterMonitorMBean.java ../../../src/share/classes/javax/management/monitor/StringMonitorMBean.java ../../../src/share/classes/javax/management/monitor/GaugeMonitorMBean.java ../../../src/share/classes/javax/management/monitor/CounterMonitor.java ../../../src/share/classes/javax/management/monitor/GaugeMonitor.java ../../../src/share/classes/javax/management/monitor/StringMonitor.java ../../../src/share/classes/javax/management/monitor/Monitor.java ../../../src/share/classes/javax/management/monitor/MonitorNotification.java ../../../src/share/classes/javax/management/monitor/MonitorMBean.java ../../../src/share/classes/javax/management/relation/RoleUnresolvedList.java ../../../src/share/classes/javax/management/relation/InvalidRelationServiceException.java ../../../src/share/classes/javax/management/relation/RelationServiceMBean.java ../../../src/share/classes/javax/management/relation/RoleNotFoundException.java ../../../src/share/classes/javax/management/relation/Relation.java ../../../src/share/classes/javax/management/relation/RoleUnresolved.java ../../../src/share/classes/javax/management/relation/RelationServiceNotRegisteredException.java ../../../src/share/classes/javax/management/relation/RelationNotification.java ../../../src/share/classes/javax/management/relation/RelationService.java ../../../src/share/classes/javax/management/relation/InvalidRoleValueException.java ../../../src/share/classes/javax/management/relation/InvalidRelationIdException.java ../../../src/share/classes/javax/management/relation/RelationTypeNotFoundException.java ../../../src/share/classes/javax/management/relation/RelationTypeSupport.java ../../../src/share/classes/javax/management/relation/MBeanServerNotificationFilter.java ../../../src/share/classes/javax/management/relation/RoleList.java ../../../src/share/classes/javax/management/relation/RelationNotFoundException.java ../../../src/share/classes/javax/management/relation/InvalidRoleInfoException.java ../../../src/share/classes/javax/management/relation/RelationSupport.java ../../../src/share/classes/javax/management/relation/RelationSupportMBean.java ../../../src/share/classes/javax/management/relation/RoleResult.java ../../../src/share/classes/javax/management/relation/RoleStatus.java ../../../src/share/classes/javax/management/relation/RoleInfo.java ../../../src/share/classes/javax/management/relation/RoleInfoNotFoundException.java ../../../src/share/classes/javax/management/relation/Role.java ../../../src/share/classes/javax/management/relation/RelationType.java ../../../src/share/classes/javax/management/relation/InvalidRelationTypeException.java ../../../src/share/classes/javax/management/relation/RelationException.java ../../../src/share/classes/javax/management/QueryEval.java ../../../src/share/classes/javax/management/NotCompliantMBeanException.java ../../../src/share/classes/javax/management/BinaryOpValueExp.java ../../../src/share/classes/javax/management/DefaultLoaderRepository.java ../../../src/share/classes/javax/management/MBeanPermission.java ../../../src/share/classes/javax/management/timer/TimerAlarmClockNotification.java ../../../src/share/classes/javax/management/timer/Timer.java ../../../src/share/classes/javax/management/timer/TimerMBean.java ../../../src/share/classes/javax/management/timer/TimerNotification.java ../../../src/share/classes/javax/management/DescriptorAccess.java ../../../src/share/classes/javax/management/InstanceAlreadyExistsException.java ../../../src/share/classes/javax/management/InQueryExp.java ../../../src/share/classes/javax/management/MBeanServerConnection.java ../../../src/share/classes/javax/management/NotificationListener.java ../../../src/share/classes/javax/management/NotQueryExp.java ../../../src/share/classes/javax/management/MXBean.java ../../../src/share/classes/javax/management/BadBinaryOpValueExpException.java ../../../src/share/classes/javax/management/RuntimeMBeanException.java ../../../src/share/classes/javax/management/StandardMBean.java ../../../src/share/classes/javax/management/MBeanTrustPermission.java ../../../src/share/classes/javax/management/MatchQueryExp.java ../../../src/share/classes/javax/management/MBeanParameterInfo.java ../../../src/share/classes/javax/management/AttributeValueExp.java ../../../src/share/classes/javax/management/ObjectInstance.java ../../../src/share/classes/javax/management/StandardEmitterMBean.java ../../../src/share/classes/javax/management/BinaryRelQueryExp.java ../../../src/share/classes/javax/management/ReflectionException.java ../../../src/share/classes/javax/management/BooleanValueExp.java ../../../src/share/classes/javax/management/MBeanNotificationInfo.java ../../../src/share/classes/javax/management/BetweenQueryExp.java ../../../src/share/classes/javax/management/ValueExp.java ../../../src/share/classes/javax/management/MBeanConstructorInfo.java ../../../src/share/classes/javax/management/MBeanException.java ../../../src/share/classes/javax/management/InstanceOfQueryExp.java ../../../src/share/classes/javax/management/RuntimeOperationsException.java ../../../src/share/classes/javax/management/Query.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanOperationInfoSupport.java ../../../src/share/classes/javax/management/openmbean/CompositeType.java ../../../src/share/classes/javax/management/openmbean/InvalidKeyException.java ../../../src/share/classes/javax/management/openmbean/KeyAlreadyExistsException.java ../../../src/share/classes/javax/management/openmbean/SimpleType.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanParameterInfo.java ../../../src/share/classes/javax/management/openmbean/TabularDataSupport.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java ../../../src/share/classes/javax/management/openmbean/CompositeDataSupport.java ../../../src/share/classes/javax/management/openmbean/TabularType.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanOperationInfo.java ../../../src/share/classes/javax/management/openmbean/CompositeDataView.java ../../../src/share/classes/javax/management/openmbean/ArrayType.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanParameterInfoSupport.java ../../../src/share/classes/javax/management/openmbean/InvalidOpenTypeException.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanConstructorInfoSupport.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanInfoSupport.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfo.java ../../../src/share/classes/javax/management/openmbean/TabularData.java ../../../src/share/classes/javax/management/openmbean/CompositeData.java ../../../src/share/classes/javax/management/openmbean/OpenDataException.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanConstructorInfo.java ../../../src/share/classes/javax/management/openmbean/CompositeDataInvocationHandler.java ../../../src/share/classes/javax/management/openmbean/OpenType.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanInfo.java ../../../src/share/classes/javax/management/MBeanServerDelegate.java ../../../src/share/classes/javax/management/AttributeList.java ../../../src/share/classes/javax/management/PersistentMBean.java ../../../src/share/classes/javax/management/MBeanOperationInfo.java ../../../src/share/classes/javax/management/QueryExp.java ../../../src/share/classes/javax/management/NotificationBroadcaster.java ../../../src/share/classes/javax/management/MBeanServerFactory.java ../../../src/share/classes/javax/management/NotificationFilter.java ../../../src/share/classes/javax/management/BadAttributeValueExpException.java ../../../src/share/classes/javax/management/Attribute.java ../../../src/share/classes/com/sun/jmx/mbeanserver/DynamicMBean2.java ../../../src/share/classes/com/sun/jmx/mbeanserver/StandardMBeanIntrospector.java ../../../src/share/classes/com/sun/jmx/mbeanserver/SunJmxMBeanServer.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MXBeanSupport.java ../../../src/share/classes/com/sun/jmx/mbeanserver/ClassLoaderRepositorySupport.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MXBeanLookup.java ../../../src/share/classes/com/sun/jmx/mbeanserver/ConvertingMethod.java ../../../src/share/classes/com/sun/jmx/mbeanserver/Repository.java ../../../src/share/classes/com/sun/jmx/mbeanserver/Util.java ../../../src/share/classes/com/sun/jmx/mbeanserver/PerInterface.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanInstantiator.java ../../../src/share/classes/com/sun/jmx/mbeanserver/StandardMBeanSupport.java ../../../src/share/classes/com/sun/jmx/mbeanserver/JmxMBeanServer.java ../../../src/share/classes/com/sun/jmx/mbeanserver/SecureClassLoaderRepository.java ../../../src/share/classes/com/sun/jmx/mbeanserver/ObjectInputStreamWithLoader.java ../../../src/share/classes/com/sun/jmx/mbeanserver/ModifiableClassLoaderRepository.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanAnalyzer.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanSupport.java ../../../src/share/classes/com/sun/jmx/mbeanserver/JmxMBeanServerBuilder.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MXBeanIntrospector.java ../../../src/share/classes/com/sun/jmx/mbeanserver/DescriptorCache.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanIntrospector.java ../../../src/share/classes/com/sun/jmx/mbeanserver/GetPropertyAction.java ../../../src/share/classes/com/sun/jmx/mbeanserver/NamedObject.java ../../../src/share/classes/com/sun/jmx/mbeanserver/Introspector.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanServerDelegateImpl.java ../../../src/share/classes/com/sun/jmx/mbeanserver/WeakIdentityHashMap.java ../../../src/share/classes/com/sun/jmx/mbeanserver/MXBeanProxy.java ../../../src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java ../../../src/share/classes/com/sun/jmx/defaults/ServiceName.java ../../../src/share/classes/com/sun/jmx/defaults/JmxProperties.java ../../../src/share/classes/com/sun/jmx/remote/internal/Unmarshal.java ../../../src/share/classes/com/sun/jmx/remote/protocol/rmi/ClientProvider.java ../../../src/share/classes/com/sun/jmx/remote/protocol/rmi/ServerProvider.java ../../../src/share/classes/com/sun/jmx/remote/protocol/iiop/ClientProvider.java ../../../src/share/classes/com/sun/jmx/remote/protocol/iiop/ServerProvider.java ../../../src/share/classes/com/sun/jmx/remote/util/EnvHelp.java ../../../src/share/classes/com/sun/jmx/remote/util/ClassLogger.java ../../../src/share/classes/com/sun/jmx/interceptor/MBeanServerInterceptor.java ../../../src/share/classes/com/sun/jmx/interceptor/DefaultMBeanServerInterceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/javax/management/remote/rmi/RMIConnectionImpl_Stub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/javax/management/remote/rmi/RMIServerImpl_Stub.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.management/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/management' Timing: 00009 seconds or 9s for make-javax-management <<>>Recursively making imageio build @ Sun Aug 2 14:01:52 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/imageio' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/imageio/plugins/common rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties /bin/cp ../../../src/share/classes/com/sun/imageio/plugins/common/iio-plugin.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jiio/javax.imageio/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jiio/javax.imageio/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jiio/javax.imageio/.classes.list) ../../../src/share/classes/javax/imageio/ImageTranscoder.java ../../../src/share/classes/javax/imageio/stream/MemoryCache.java ../../../src/share/classes/javax/imageio/stream/ImageInputStreamImpl.java ../../../src/share/classes/javax/imageio/stream/ImageOutputStream.java ../../../src/share/classes/javax/imageio/stream/ImageInputStream.java ../../../src/share/classes/javax/imageio/stream/MemoryCacheImageOutputStream.java ../../../src/share/classes/javax/imageio/stream/MemoryCacheImageInputStream.java ../../../src/share/classes/javax/imageio/stream/FileCacheImageOutputStream.java ../../../src/share/classes/javax/imageio/stream/ImageOutputStreamImpl.java ../../../src/share/classes/javax/imageio/stream/FileCacheImageInputStream.java ../../../src/share/classes/javax/imageio/stream/FileImageInputStream.java ../../../src/share/classes/javax/imageio/stream/FileImageOutputStream.java ../../../src/share/classes/javax/imageio/stream/IIOByteBuffer.java ../../../src/share/classes/javax/imageio/ImageReader.java ../../../src/share/classes/javax/imageio/spi/ImageReaderSpi.java ../../../src/share/classes/javax/imageio/spi/PartiallyOrderedSet.java ../../../src/share/classes/javax/imageio/spi/ImageTranscoderSpi.java ../../../src/share/classes/javax/imageio/spi/ImageInputStreamSpi.java ../../../src/share/classes/javax/imageio/spi/DigraphNode.java ../../../src/share/classes/javax/imageio/spi/ImageReaderWriterSpi.java ../../../src/share/classes/javax/imageio/spi/IIORegistry.java ../../../src/share/classes/javax/imageio/spi/ImageWriterSpi.java ../../../src/share/classes/javax/imageio/spi/IIOServiceProvider.java ../../../src/share/classes/javax/imageio/spi/RegisterableService.java ../../../src/share/classes/javax/imageio/spi/ServiceRegistry.java ../../../src/share/classes/javax/imageio/spi/ImageOutputStreamSpi.java ../../../src/share/classes/javax/imageio/event/IIOWriteProgressListener.java ../../../src/share/classes/javax/imageio/event/IIOReadWarningListener.java ../../../src/share/classes/javax/imageio/event/IIOReadProgressListener.java ../../../src/share/classes/javax/imageio/event/IIOReadUpdateListener.java ../../../src/share/classes/javax/imageio/event/IIOWriteWarningListener.java ../../../src/share/classes/javax/imageio/ImageTypeSpecifier.java ../../../src/share/classes/javax/imageio/ImageIO.java ../../../src/share/classes/javax/imageio/IIOParamController.java ../../../src/share/classes/javax/imageio/IIOImage.java ../../../src/share/classes/javax/imageio/ImageWriter.java ../../../src/share/classes/javax/imageio/IIOParam.java ../../../src/share/classes/javax/imageio/plugins/bmp/BMPImageWriteParam.java ../../../src/share/classes/javax/imageio/plugins/jpeg/JPEGHuffmanTable.java ../../../src/share/classes/javax/imageio/plugins/jpeg/JPEGImageWriteParam.java ../../../src/share/classes/javax/imageio/plugins/jpeg/JPEGImageReadParam.java ../../../src/share/classes/javax/imageio/plugins/jpeg/JPEGQTable.java ../../../src/share/classes/javax/imageio/ImageWriteParam.java ../../../src/share/classes/javax/imageio/IIOException.java ../../../src/share/classes/javax/imageio/ImageReadParam.java ../../../src/share/classes/javax/imageio/metadata/IIOMetadataController.java ../../../src/share/classes/javax/imageio/metadata/IIOMetadataFormatImpl.java ../../../src/share/classes/javax/imageio/metadata/IIOInvalidTreeException.java ../../../src/share/classes/javax/imageio/metadata/IIOMetadata.java ../../../src/share/classes/javax/imageio/metadata/IIOMetadataNode.java ../../../src/share/classes/javax/imageio/metadata/IIOMetadataFormat.java ../../../src/share/classes/com/sun/imageio/stream/StreamFinalizer.java ../../../src/share/classes/com/sun/imageio/stream/CloseableDisposerRecord.java ../../../src/share/classes/com/sun/imageio/stream/StreamCloser.java ../../../src/share/classes/com/sun/imageio/spi/RAFImageInputStreamSpi.java ../../../src/share/classes/com/sun/imageio/spi/InputStreamImageInputStreamSpi.java ../../../src/share/classes/com/sun/imageio/spi/FileImageOutputStreamSpi.java ../../../src/share/classes/com/sun/imageio/spi/OutputStreamImageOutputStreamSpi.java ../../../src/share/classes/com/sun/imageio/spi/FileImageInputStreamSpi.java ../../../src/share/classes/com/sun/imageio/spi/RAFImageOutputStreamSpi.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPConstants.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReaderSpi.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPImageWriterSpi.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPImageWriter.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriter.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReaderSpi.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriterResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/DQTMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGStreamMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/COMMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/SOFMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/SOSMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/MarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGBuffer.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriterSpi.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReaderResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGStreamMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReader.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JFIFMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/DRIMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/DHTMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEG.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/AdobeMarkerSegment.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGImageWriter.java ../../../src/share/classes/com/sun/imageio/plugins/png/RowFilter.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGImageWriterSpi.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGImageReaderSpi.java ../../../src/share/classes/com/sun/imageio/plugins/common/StandardMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/common/StandardMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/common/BitFile.java ../../../src/share/classes/com/sun/imageio/plugins/common/ImageUtil.java ../../../src/share/classes/com/sun/imageio/plugins/common/I18NImpl.java ../../../src/share/classes/com/sun/imageio/plugins/common/SubImageInputStream.java ../../../src/share/classes/com/sun/imageio/plugins/common/PaletteBuilder.java ../../../src/share/classes/com/sun/imageio/plugins/common/I18N.java ../../../src/share/classes/com/sun/imageio/plugins/common/InputStreamAdapter.java ../../../src/share/classes/com/sun/imageio/plugins/common/LZWCompressor.java ../../../src/share/classes/com/sun/imageio/plugins/common/LZWStringTable.java ../../../src/share/classes/com/sun/imageio/plugins/common/BogusColorSpace.java ../../../src/share/classes/com/sun/imageio/plugins/common/ReaderUtil.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFStreamMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageWriterSpi.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageWriter.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFStreamMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFWritableImageMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFStreamMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFWritableStreamMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageReaderSpi.java ../../../src/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageWriter.java ../../../src/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageReaderSpi.java ../../../src/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageWriterSpi.java ../../../src/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageReader.java ../../../src/share/classes/com/sun/imageio/plugins/wbmp/WBMPMetadata.java ../../../src/share/classes/com/sun/imageio/plugins/wbmp/WBMPMetadataFormat.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jiio/javax.imageio/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/imageio' Timing: 00008 seconds or 8s for make-javax-imageio <<>>Recursively making accessibility all @ Sun Aug 2 14:02:00 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/accessibility' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/accessibility' Timing: 00001 seconds or 1s for make-javax-accessibility <<>>Recursively making print all @ Sun Aug 2 14:02:01 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/print' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/print' Timing: 00001 seconds or 1s for make-javax-print <<>>Recursively making swing all @ Sun Aug 2 14:02:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing' Begin Processing SUBDIRS: html32dtd plaf >>>Recursively making html32dtd build @ Sun Aug 2 14:02:03 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/html32dtd' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/html32dtd' Timing: 00000 seconds or 0s for make-javax-swing-html32dtd <<>>Recursively making plaf build @ Sun Aug 2 14:02:03 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/plaf' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/plaf' Timing: 00001 seconds or 1s for make-javax-swing-plaf <<>>Recursively making crypto all @ Sun Aug 2 14:02:05 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/crypto' rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/javax/crypto /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/security/internal/interfaces /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/security/internal/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/manifest.mf ( /bin/sed "s/@@RELEASE@@/1.6.0_0/" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/manifest.mf; \ /bin/echo -e "Extension-Name: javax.crypto"; \ /bin/echo -e "Implementation-Vendor-Id: com.sun"; ) > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/unsigned rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/unsigned/jce.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cmf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/unsigned/jce.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/classes javax/crypto -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/classes sun/security/internal/interfaces -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/classes sun/security/internal/spec \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/classes/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jce.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.crypto/unsigned/jce.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jce.jar make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/crypto' Timing: 00000 seconds or 0s for make-javax-crypto <<>>Recursively making sound all @ Sun Aug 2 14:02:06 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound' make[6]: `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/.files_compiled' is up to date. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound Begin Processing SUBDIRS: jsoundalsa >>>Recursively making jsoundalsa build @ Sun Aug 2 14:02:07 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' make[7]: `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/.files_compiled' is up to date. make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sound/jsoundalsa' Timing: 00001 seconds or 1s for make-javax-sound-jsoundalsa <<>>Recursively making sql all @ Sun Aug 2 14:02:08 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sql' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/sql' Timing: 00000 seconds or 0s for make-javax-sql <<>>Recursively making rmi all @ Sun Aug 2 14:02:09 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/rmi' Begin Processing SUBDIRS: ssl >>>Recursively making ssl all @ Sun Aug 2 14:02:10 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/rmi/ssl' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/rmi/ssl' Timing: 00001 seconds or 1s for make-javax-rmi-ssl <<>>Recursively making management all @ Sun Aug 2 14:02:11 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/management' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/management' Timing: 00001 seconds or 1s for make-javax-management <<>>Recursively making imageio all @ Sun Aug 2 14:02:12 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/imageio' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/imageio' Timing: 00001 seconds or 1s for make-javax-imageio <<>>Recursively making org all @ Sun Aug 2 14:02:13 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/org' Begin Processing SUBDIRS: ietf jcp >>>Recursively making ietf all @ Sun Aug 2 14:02:14 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/org/ietf' Begin Processing SUBDIRS: jgss >>>Recursively making jgss all @ Sun Aug 2 14:02:14 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/org/ietf/jgss' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/org.ietf.jgss/.classes.list) ../../../../src/share/classes/org/ietf/jgss/Oid.java ../../../../src/share/classes/org/ietf/jgss/GSSName.java ../../../../src/share/classes/org/ietf/jgss/GSSManager.java ../../../../src/share/classes/org/ietf/jgss/ChannelBinding.java ../../../../src/share/classes/org/ietf/jgss/GSSException.java ../../../../src/share/classes/org/ietf/jgss/MessageProp.java ../../../../src/share/classes/org/ietf/jgss/GSSContext.java ../../../../src/share/classes/org/ietf/jgss/GSSCredential.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/org.ietf.jgss/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/org/ietf/jgss' Timing: 00006 seconds or 6s for make-org-ietf-jgss <<>>Recursively making jcp all @ Sun Aug 2 14:02:20 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/org/jcp' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jcp/org.jcp/.classes.list) ../../../src/share/classes/org/jcp/xml/dsig/internal/DigesterOutputStream.java ../../../src/share/classes/org/jcp/xml/dsig/internal/MacOutputStream.java ../../../src/share/classes/org/jcp/xml/dsig/internal/SignerOutputStream.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMEnvelopedTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMX509IssuerSerial.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignatureMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/Utils.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMX509Data.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMHMACSignatureMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLSignature.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyInfo.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMCanonicalizationMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignatureProperty.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMPGPData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMDigestMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheNodeSetData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheCanonicalizer.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSubTreeData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMCryptoBinary.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMUtils.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMStructure.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLObject.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXPathTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMRetrievalMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMBase64Transform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyValue.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignedInfo.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLSignatureFactory.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXPathFilter2Transform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyName.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignatureProperties.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMExcC14NMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMManifest.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyInfoFactory.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMURIDereferencer.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXSLTTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMCanonicalXMLC14NMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheOctetStreamData.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jcp/org.jcp/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/org/jcp' Timing: 00006 seconds or 6s for make-org-jcp <<>>Recursively making sun all @ Sun Aug 2 14:02:27 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun' Begin Processing SUBDIRS: jar security javazic misc net audio pisces image awt splashscreen xawt headless font jpeg cmm applet rmi beans jawt text nio launcher management plugin native2ascii serialver tools jconsole >>>Recursively making jar all @ Sun Aug 2 14:02:27 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jar' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jar/resources/jar_zh_HK.java ../../../src/share/classes/sun/tools/jar/Manifest.java ../../../src/share/classes/sun/tools/jar/Main.java ../../../src/share/classes/sun/tools/jar/JarImageSource.java ../../../src/share/classes/sun/tools/jar/JarVerifierStream.java ../../../src/share/classes/sun/tools/jar/SignatureFile.java ../../../src/share/classes/sun/tools/jar/CommandLine.java ../../../src/share/classes/sun/tools/jar/JarException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jar' Timing: 00006 seconds or 6s for make-sun-jar <<>>Recursively making security all @ Sun Aug 2 14:02:33 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security' Begin Processing SUBDIRS: other action util tools jgss krb5 smartcardio pkcs11 jgss/wrapper >>>Recursively making other all @ Sun Aug 2 14:02:33 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/other' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.other/.classes.list) ../../../../src/share/classes/sun/security/acl/PermissionImpl.java ../../../../src/share/classes/sun/security/acl/WorldGroupImpl.java ../../../../src/share/classes/sun/security/acl/GroupImpl.java ../../../../src/share/classes/sun/security/acl/AllPermissionsImpl.java ../../../../src/share/classes/sun/security/acl/PrincipalImpl.java ../../../../src/share/classes/sun/security/acl/OwnerImpl.java ../../../../src/share/classes/sun/security/acl/AclEntryImpl.java ../../../../src/share/classes/sun/security/acl/AclImpl.java ../../../../src/share/classes/sun/security/ec/NamedCurve.java ../../../../src/share/classes/sun/security/ec/ECPrivateKeyImpl.java ../../../../src/share/classes/sun/security/ec/ECParameters.java ../../../../src/share/classes/sun/security/ec/ECKeyFactory.java ../../../../src/share/classes/sun/security/ec/ECPublicKeyImpl.java ../../../../src/share/classes/sun/security/jca/JCAUtil.java ../../../../src/share/classes/sun/security/jca/ProviderList.java ../../../../src/share/classes/sun/security/jca/GetInstance.java ../../../../src/share/classes/sun/security/jca/ServiceId.java ../../../../src/share/classes/sun/security/jca/Providers.java ../../../../src/share/classes/sun/security/jca/ProviderConfig.java ../../../../src/share/classes/sun/security/pkcs/SignerInfo.java ../../../../src/share/classes/sun/security/pkcs/PKCS9Attribute.java ../../../../src/share/classes/sun/security/pkcs/EncodingException.java ../../../../src/share/classes/sun/security/pkcs/PKCS10Attributes.java ../../../../src/share/classes/sun/security/pkcs/PKCS7.java ../../../../src/share/classes/sun/security/pkcs/ParsingException.java ../../../../src/share/classes/sun/security/pkcs/PKCS8Key.java ../../../../src/share/classes/sun/security/pkcs/EncryptedPrivateKeyInfo.java ../../../../src/share/classes/sun/security/pkcs/PKCS10.java ../../../../src/share/classes/sun/security/pkcs/ContentInfo.java ../../../../src/share/classes/sun/security/pkcs/PKCS10Attribute.java ../../../../src/share/classes/sun/security/pkcs/PKCS9Attributes.java ../../../../src/share/classes/sun/security/pkcs/SigningCertificateInfo.java ../../../../src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java ../../../../src/share/classes/sun/security/pkcs12/MacData.java ../../../../src/share/classes/sun/security/provider/SystemSigner.java ../../../../src/share/classes/sun/security/provider/DSAKeyPairGenerator.java ../../../../src/share/classes/sun/security/provider/ConfigSpiFile.java ../../../../src/share/classes/sun/security/provider/MD5.java ../../../../src/share/classes/sun/security/provider/PolicySpiFile.java ../../../../src/share/classes/sun/security/provider/PolicyFile.java ../../../../src/share/classes/sun/security/provider/SHA.java ../../../../src/share/classes/sun/security/provider/JavaKeyStore.java ../../../../src/share/classes/sun/security/provider/SecureRandom.java ../../../../src/share/classes/sun/security/provider/DSAPublicKey.java ../../../../src/share/classes/sun/security/provider/DSAKeyFactory.java ../../../../src/share/classes/sun/security/provider/KeyProtector.java ../../../../src/share/classes/sun/security/provider/DSAParameterGenerator.java ../../../../src/share/classes/sun/security/provider/PolicyParser.java ../../../../src/share/classes/sun/security/provider/SeedGenerator.java ../../../../src/share/classes/sun/security/provider/DSAPrivateKey.java ../../../../src/share/classes/sun/security/provider/DSAPublicKeyImpl.java ../../../../src/share/classes/sun/security/provider/Sun.java ../../../../src/share/classes/sun/security/provider/MD2.java ../../../../src/share/classes/sun/security/provider/SunEntries.java ../../../../src/share/classes/sun/security/provider/SystemIdentity.java ../../../../src/share/classes/sun/security/provider/SHA2.java ../../../../src/share/classes/sun/security/provider/IdentityDatabase.java ../../../../src/share/classes/sun/security/provider/X509Factory.java ../../../../src/share/classes/sun/security/provider/certpath/KeyChecker.java ../../../../src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java ../../../../src/share/classes/sun/security/provider/certpath/PKIXMasterCertPathValidator.java ../../../../src/share/classes/sun/security/provider/certpath/X509CertPath.java ../../../../src/share/classes/sun/security/provider/certpath/BasicChecker.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilderResult.java ../../../../src/share/classes/sun/security/provider/certpath/Vertex.java ../../../../src/share/classes/sun/security/provider/certpath/CertId.java ../../../../src/share/classes/sun/security/provider/certpath/IndexedCollectionCertStore.java ../../../../src/share/classes/sun/security/provider/certpath/BuildStep.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilderParameters.java ../../../../src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java ../../../../src/share/classes/sun/security/provider/certpath/ReverseState.java ../../../../src/share/classes/sun/security/provider/certpath/PolicyNodeImpl.java ../../../../src/share/classes/sun/security/provider/certpath/PolicyChecker.java ../../../../src/share/classes/sun/security/provider/certpath/ForwardBuilder.java ../../../../src/share/classes/sun/security/provider/certpath/URICertStore.java ../../../../src/share/classes/sun/security/provider/certpath/Builder.java ../../../../src/share/classes/sun/security/provider/certpath/OCSPRequest.java ../../../../src/share/classes/sun/security/provider/certpath/CrlRevocationChecker.java ../../../../src/share/classes/sun/security/provider/certpath/AdjacencyList.java ../../../../src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java ../../../../src/share/classes/sun/security/provider/certpath/OCSPResponse.java ../../../../src/share/classes/sun/security/provider/certpath/OCSPChecker.java ../../../../src/share/classes/sun/security/provider/certpath/ReverseBuilder.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilderException.java ../../../../src/share/classes/sun/security/provider/certpath/State.java ../../../../src/share/classes/sun/security/provider/certpath/X509CertificatePair.java ../../../../src/share/classes/sun/security/provider/certpath/LDAPCertStore.java ../../../../src/share/classes/sun/security/provider/certpath/ForwardState.java ../../../../src/share/classes/sun/security/provider/certpath/CollectionCertStore.java ../../../../src/share/classes/sun/security/provider/DSA.java ../../../../src/share/classes/sun/security/provider/VerificationProvider.java ../../../../src/share/classes/sun/security/provider/SHA5.java ../../../../src/share/classes/sun/security/provider/ParameterCache.java ../../../../src/share/classes/sun/security/provider/DSAParameters.java ../../../../src/share/classes/sun/security/rsa/SunRsaSignEntries.java ../../../../src/share/classes/sun/security/rsa/RSAPadding.java ../../../../src/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java ../../../../src/share/classes/sun/security/rsa/SunRsaSign.java ../../../../src/share/classes/sun/security/rsa/RSAPrivateKeyImpl.java ../../../../src/share/classes/sun/security/rsa/RSACore.java ../../../../src/share/classes/sun/security/rsa/RSAPublicKeyImpl.java ../../../../src/share/classes/sun/security/rsa/RSASignature.java ../../../../src/share/classes/sun/security/rsa/RSAKeyPairGenerator.java ../../../../src/share/classes/sun/security/rsa/RSAKeyFactory.java ../../../../src/share/classes/sun/security/ssl/DefaultSSLContextImpl.java ../../../../src/share/classes/sun/security/ssl/CipherSuite.java ../../../../src/share/classes/sun/security/ssl/SSLSessionImpl.java ../../../../src/share/classes/sun/security/ssl/SSLContextImpl.java ../../../../src/share/classes/sun/security/ssl/AppInputStream.java ../../../../src/share/classes/sun/security/ssl/CipherSuiteList.java ../../../../src/share/classes/sun/security/ssl/JsseJce.java ../../../../src/share/classes/sun/security/ssl/ClientHandshaker.java ../../../../src/share/classes/sun/security/ssl/ByteBufferInputStream.java ../../../../src/share/classes/sun/security/ssl/SSLSessionContextImpl.java ../../../../src/share/classes/sun/security/ssl/X509KeyManagerImpl.java ../../../../src/share/classes/sun/security/ssl/SunX509KeyManagerImpl.java ../../../../src/share/classes/sun/security/ssl/SSLEngineImpl.java ../../../../src/share/classes/sun/security/ssl/AppOutputStream.java ../../../../src/share/classes/sun/security/ssl/EngineArgs.java ../../../../src/share/classes/sun/security/ssl/CipherBox.java ../../../../src/share/classes/sun/security/ssl/HandshakeMessage.java ../../../../src/share/classes/sun/security/ssl/RSAClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/SessionId.java ../../../../src/share/classes/sun/security/ssl/EngineOutputRecord.java ../../../../src/share/classes/sun/security/ssl/KeyManagerFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/InputRecord.java ../../../../src/share/classes/sun/security/ssl/SSLServerSocketFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/ECDHCrypt.java ../../../../src/share/classes/sun/security/ssl/HelloExtensions.java ../../../../src/share/classes/sun/security/ssl/SSLServerSocketImpl.java ../../../../src/share/classes/sun/security/ssl/DHClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/Handshaker.java ../../../../src/share/classes/sun/security/ssl/MAC.java ../../../../src/share/classes/sun/security/ssl/Record.java ../../../../src/share/classes/sun/security/ssl/OutputRecord.java ../../../../src/share/classes/sun/security/ssl/EphemeralKeyManager.java ../../../../src/share/classes/sun/security/ssl/KerberosPreMasterSecret.java ../../../../src/share/classes/sun/security/ssl/Alerts.java ../../../../src/share/classes/sun/security/ssl/HandshakeHash.java ../../../../src/share/classes/sun/security/ssl/KerberosClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/ServerHandshaker.java ../../../../src/share/classes/sun/security/ssl/HandshakeOutStream.java ../../../../src/share/classes/sun/security/ssl/EngineInputRecord.java ../../../../src/share/classes/sun/security/ssl/RandomCookie.java ../../../../src/share/classes/sun/security/ssl/Debug.java ../../../../src/share/classes/sun/security/ssl/ECDHClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/EngineWriter.java ../../../../src/share/classes/sun/security/ssl/BaseSSLSocketImpl.java ../../../../src/share/classes/sun/security/ssl/HandshakeInStream.java ../../../../src/share/classes/sun/security/ssl/DHCrypt.java ../../../../src/share/classes/sun/security/ssl/ProtocolList.java ../../../../src/share/classes/sun/security/ssl/SSLSocketFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/RSASignature.java ../../../../src/share/classes/sun/security/ssl/ProtocolVersion.java ../../../../src/share/classes/sun/security/ssl/SunJSSE.java ../../../../src/share/classes/sun/security/ssl/X509TrustManagerImpl.java ../../../../src/share/classes/sun/security/ssl/TrustManagerFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/SSLSocketImpl.java ../../../../src/share/classes/sun/security/timestamp/TSResponse.java ../../../../src/share/classes/sun/security/timestamp/TSRequest.java ../../../../src/share/classes/sun/security/timestamp/HttpTimestamper.java ../../../../src/share/classes/sun/security/timestamp/Timestamper.java ../../../../src/share/classes/sun/security/timestamp/TimestampToken.java ../../../../src/share/classes/sun/security/validator/ValidatorException.java ../../../../src/share/classes/sun/security/validator/Validator.java ../../../../src/share/classes/sun/security/validator/EndEntityChecker.java ../../../../src/share/classes/sun/security/validator/KeyStores.java ../../../../src/share/classes/sun/security/validator/PKIXValidator.java ../../../../src/share/classes/sun/security/validator/SimpleValidator.java ../../../../src/share/classes/sun/security/x509/FreshestCRLExtension.java ../../../../src/share/classes/sun/security/x509/GeneralSubtrees.java ../../../../src/share/classes/sun/security/x509/CertificateVersion.java ../../../../src/share/classes/sun/security/x509/GeneralName.java ../../../../src/share/classes/sun/security/x509/PolicyConstraintsExtension.java ../../../../src/share/classes/sun/security/x509/X509CRLImpl.java ../../../../src/share/classes/sun/security/x509/PKIXExtensions.java ../../../../src/share/classes/sun/security/x509/AuthorityKeyIdentifierExtension.java ../../../../src/share/classes/sun/security/x509/URIName.java ../../../../src/share/classes/sun/security/x509/ExtendedKeyUsageExtension.java ../../../../src/share/classes/sun/security/x509/BasicConstraintsExtension.java ../../../../src/share/classes/sun/security/x509/CertificatePolicyId.java ../../../../src/share/classes/sun/security/x509/UniqueIdentity.java ../../../../src/share/classes/sun/security/x509/IssuerAlternativeNameExtension.java ../../../../src/share/classes/sun/security/x509/InhibitAnyPolicyExtension.java ../../../../src/share/classes/sun/security/x509/KeyUsageExtension.java ../../../../src/share/classes/sun/security/x509/OtherName.java ../../../../src/share/classes/sun/security/x509/RDN.java ../../../../src/share/classes/sun/security/x509/OIDName.java ../../../../src/share/classes/sun/security/x509/CertificatePolicyMap.java ../../../../src/share/classes/sun/security/x509/DistributionPointName.java ../../../../src/share/classes/sun/security/x509/X509AttributeName.java ../../../../src/share/classes/sun/security/x509/CRLDistributionPointsExtension.java ../../../../src/share/classes/sun/security/x509/EDIPartyName.java ../../../../src/share/classes/sun/security/x509/CertificateExtensions.java ../../../../src/share/classes/sun/security/x509/CRLReasonCodeExtension.java ../../../../src/share/classes/sun/security/x509/DNSName.java ../../../../src/share/classes/sun/security/x509/NameConstraintsExtension.java ../../../../src/share/classes/sun/security/x509/SerialNumber.java ../../../../src/share/classes/sun/security/x509/X509CertInfo.java ../../../../src/share/classes/sun/security/x509/X509Key.java ../../../../src/share/classes/sun/security/x509/CertAttrSet.java ../../../../src/share/classes/sun/security/x509/CertificateIssuerExtension.java ../../../../src/share/classes/sun/security/x509/NetscapeCertTypeExtension.java ../../../../src/share/classes/sun/security/x509/AttributeNameEnumeration.java ../../../../src/share/classes/sun/security/x509/GeneralNameInterface.java ../../../../src/share/classes/sun/security/x509/DeltaCRLIndicatorExtension.java ../../../../src/share/classes/sun/security/x509/CertificateSubjectName.java ../../../../src/share/classes/sun/security/x509/CertAndKeyGen.java ../../../../src/share/classes/sun/security/x509/IssuingDistributionPointExtension.java ../../../../src/share/classes/sun/security/x509/AVA.java ../../../../src/share/classes/sun/security/x509/AlgorithmId.java ../../../../src/share/classes/sun/security/x509/PolicyMappingsExtension.java ../../../../src/share/classes/sun/security/x509/X509CertImpl.java ../../../../src/share/classes/sun/security/x509/IPAddressName.java ../../../../src/share/classes/sun/security/x509/Extension.java ../../../../src/share/classes/sun/security/x509/CertificateSubjectUniqueIdentity.java ../../../../src/share/classes/sun/security/x509/AccessDescription.java ../../../../src/share/classes/sun/security/x509/X400Address.java ../../../../src/share/classes/sun/security/x509/AuthorityInfoAccessExtension.java ../../../../src/share/classes/sun/security/x509/SubjectKeyIdentifierExtension.java ../../../../src/share/classes/sun/security/x509/GeneralSubtree.java ../../../../src/share/classes/sun/security/x509/CertificateIssuerName.java ../../../../src/share/classes/sun/security/x509/KeyIdentifier.java ../../../../src/share/classes/sun/security/x509/CertificateAlgorithmId.java ../../../../src/share/classes/sun/security/x509/RFC822Name.java ../../../../src/share/classes/sun/security/x509/OIDMap.java ../../../../src/share/classes/sun/security/x509/CertificateValidity.java ../../../../src/share/classes/sun/security/x509/CertificateIssuerUniqueIdentity.java ../../../../src/share/classes/sun/security/x509/GeneralNames.java ../../../../src/share/classes/sun/security/x509/CRLExtensions.java ../../../../src/share/classes/sun/security/x509/X500Name.java ../../../../src/share/classes/sun/security/x509/CertificatePoliciesExtension.java ../../../../src/share/classes/sun/security/x509/DistributionPoint.java ../../../../src/share/classes/sun/security/x509/AlgIdDSA.java ../../../../src/share/classes/sun/security/x509/CRLNumberExtension.java ../../../../src/share/classes/sun/security/x509/SubjectAlternativeNameExtension.java ../../../../src/share/classes/sun/security/x509/ReasonFlags.java ../../../../src/share/classes/sun/security/x509/CertificateX509Key.java ../../../../src/share/classes/sun/security/x509/X509CRLEntryImpl.java ../../../../src/share/classes/sun/security/x509/PrivateKeyUsageExtension.java ../../../../src/share/classes/sun/security/x509/CertificateSerialNumber.java ../../../../src/share/classes/sun/security/x509/PolicyInformation.java ../../../../src/share/classes/com/sun/net/ssl/internal/ssl/X509ExtendedTrustManager.java ../../../../src/share/classes/com/sun/net/ssl/internal/ssl/Provider.java ../../../../src/solaris/classes/sun/security/provider/NativePRNG.java ../../../../src/solaris/classes/sun/security/provider/NativeSeedGenerator.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.other/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/other' Timing: 00010 seconds or 10s for make-sun-security-other <<>>Recursively making action all @ Sun Aug 2 14:02:44 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/action' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.action/.classes.list) ../../../../src/share/classes/sun/security/action/GetIntegerAction.java ../../../../src/share/classes/sun/security/action/GetLongAction.java ../../../../src/share/classes/sun/security/action/LoadLibraryAction.java ../../../../src/share/classes/sun/security/action/OpenFileInputStreamAction.java ../../../../src/share/classes/sun/security/action/GetPropertyAction.java ../../../../src/share/classes/sun/security/action/GetBooleanAction.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.action/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/action' Timing: 00004 seconds or 4s for make-sun-security-action <<>>Recursively making util all @ Sun Aug 2 14:02:48 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/util' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/Resources_zh_HK.java /bin/cat ../../../../src/share/classes/sun/security/util/Resources_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/Resources_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.util/.classes.list) ../../../../src/share/classes/sun/security/util/Resources.java ../../../../src/share/classes/sun/security/util/Resources_de.java ../../../../src/share/classes/sun/security/util/Resources_es.java ../../../../src/share/classes/sun/security/util/Resources_fr.java ../../../../src/share/classes/sun/security/util/Resources_it.java ../../../../src/share/classes/sun/security/util/Resources_ja.java ../../../../src/share/classes/sun/security/util/Resources_ko.java ../../../../src/share/classes/sun/security/util/Resources_sv.java ../../../../src/share/classes/sun/security/util/Resources_zh_CN.java ../../../../src/share/classes/sun/security/util/Resources_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/Resources_zh_HK.java ../../../../src/share/classes/sun/security/util/SecurityConstants.java ../../../../src/share/classes/sun/security/util/AuthResources_de.java ../../../../src/share/classes/sun/security/util/DerInputBuffer.java ../../../../src/share/classes/sun/security/util/DerInputStream.java ../../../../src/share/classes/sun/security/util/DerIndefLenConverter.java ../../../../src/share/classes/sun/security/util/DerEncoder.java ../../../../src/share/classes/sun/security/util/DerOutputStream.java ../../../../src/share/classes/sun/security/util/AuthResources.java ../../../../src/share/classes/sun/security/util/Password.java ../../../../src/share/classes/sun/security/util/AuthResources_sv.java ../../../../src/share/classes/sun/security/util/PolicyUtil.java ../../../../src/share/classes/sun/security/util/SignatureFileVerifier.java ../../../../src/share/classes/sun/security/util/ManifestDigester.java ../../../../src/share/classes/sun/security/util/ObjectIdentifier.java ../../../../src/share/classes/sun/security/util/DerValue.java ../../../../src/share/classes/sun/security/util/ManifestEntryVerifier.java ../../../../src/share/classes/sun/security/util/PropertyExpander.java ../../../../src/share/classes/sun/security/util/ResourcesMgr.java ../../../../src/share/classes/sun/security/util/AuthResources_ko.java ../../../../src/share/classes/sun/security/util/AuthResources_fr.java ../../../../src/share/classes/sun/security/util/ByteArrayTagOrder.java ../../../../src/share/classes/sun/security/util/PathList.java ../../../../src/share/classes/sun/security/util/ByteArrayLexOrder.java ../../../../src/share/classes/sun/security/util/AuthResources_es.java ../../../../src/share/classes/sun/security/util/Debug.java ../../../../src/share/classes/sun/security/util/Cache.java ../../../../src/share/classes/sun/security/util/AuthResources_zh_CN.java ../../../../src/share/classes/sun/security/util/BitArray.java ../../../../src/share/classes/sun/security/util/AuthResources_zh_TW.java ../../../../src/share/classes/sun/security/util/AuthResources_it.java ../../../../src/share/classes/sun/security/util/AuthResources_ja.java ../../../../src/share/classes/sun/security/util/BigInt.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.util/.classes.list rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/Resources_zh_HK.java make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/util' Timing: 00006 seconds or 6s for make-sun-security-util <<>>Recursively making tools all @ Sun Aug 2 14:02:54 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/tools' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.tools/.classes.list) ../../../../src/share/classes/sun/security/tools/JarSignerResources.java ../../../../src/share/classes/sun/security/tools/JarSignerResources_ja.java ../../../../src/share/classes/sun/security/tools/JarSignerResources_zh_CN.java ../../../../src/share/classes/sun/security/tools/TimestampedSigner.java ../../../../src/share/classes/sun/security/tools/PolicyTool.java ../../../../src/share/classes/sun/security/tools/JarSigner.java ../../../../src/share/classes/sun/security/tools/KeyTool.java ../../../../src/share/classes/sun/security/tools/KeyStoreUtil.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.tools/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/tools' Timing: 00006 seconds or 6s for make-sun-security-tools <<>>Recursively making jgss all @ Sun Aug 2 14:03:00 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss' Timing: 00001 seconds or 1s for make-sun-security-jgss <<>>Recursively making krb5 all @ Sun Aug 2 14:03:01 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/krb5' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.krb5/.classes.list) ../../../../src/share/classes/sun/security/krb5/internal/EncKrbPrivPart.java ../../../../src/share/classes/sun/security/krb5/internal/KRBSafeBody.java ../../../../src/share/classes/sun/security/krb5/internal/KRBSafe.java ../../../../src/share/classes/sun/security/krb5/internal/AuthContext.java ../../../../src/share/classes/sun/security/krb5/internal/MethodData.java ../../../../src/share/classes/sun/security/krb5/internal/KRBPriv.java ../../../../src/share/classes/sun/security/krb5/internal/KrbErrException.java ../../../../src/share/classes/sun/security/krb5/internal/ccache/MemoryCredentialsCache.java ../../../../src/share/classes/sun/security/krb5/KrbSafe.java ../../../../src/share/classes/sun/security/krb5/KrbAppMessage.java ../../../../src/share/classes/sun/security/krb5/KrbPriv.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.krb5/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/krb5' Timing: 00004 seconds or 4s for make-sun-security-krb5 <<>>Recursively making smartcardio all @ Sun Aug 2 14:03:05 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/smartcardio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/.classes.list) ../../../../src/share/classes/sun/security/smartcardio/TerminalImpl.java ../../../../src/share/classes/sun/security/smartcardio/CardImpl.java ../../../../src/share/classes/sun/security/smartcardio/PCSCTerminals.java ../../../../src/share/classes/sun/security/smartcardio/PCSCException.java ../../../../src/share/classes/sun/security/smartcardio/ChannelImpl.java ../../../../src/share/classes/sun/security/smartcardio/PCSC.java ../../../../src/share/classes/sun/security/smartcardio/SunPCSC.java ../../../../src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders/ \ sun.security.smartcardio.PCSC sun.security.smartcardio.PlatformPCSC mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[6]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/smartcardio make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/smartcardio' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__sun_jdk -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio/MUSCLE -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc.o ../../../../src/share/native/sun/security/smartcardio/pcsc.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__sun_jdk -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio/MUSCLE -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc_md.o ../../../../src/solaris/native/sun/security/smartcardio/pcsc_md.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/smartcardio' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/smartcardio STATS: LIBRARY=j2pcsc, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libj2pcsc.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__sun_jdk -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio/MUSCLE -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libj2pcsc.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libj2pcsc.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc_md.o -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/smartcardio' Timing: 00007 seconds or 7s for make-sun-security-smartcardio <<>>Recursively making pkcs11 all @ Sun Aug 2 14:03:12 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/pkcs11' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/.classes.list) ../../../../src/share/classes/sun/security/pkcs11/Secmod.java ../../../../src/share/classes/sun/security/pkcs11/P11Signature.java ../../../../src/share/classes/sun/security/pkcs11/P11SecretKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11ECKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/Config.java ../../../../src/share/classes/sun/security/pkcs11/P11SecureRandom.java ../../../../src/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11Util.java ../../../../src/share/classes/sun/security/pkcs11/P11DSAKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyAgreement.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsMasterSecretGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsPrfGenerator.java ../../../../src/share/classes/sun/security/pkcs11/KeyCache.java ../../../../src/share/classes/sun/security/pkcs11/Token.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_MECHANISM.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_C_INITIALIZE_ARGS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_VERSION.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SESSION_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_X9_42_DH2_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_OUT.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_PKCS5_PBKD2_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11RuntimeException.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_RSA_PKCS_PSS_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_NOTIFY.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_RSA_PKCS_OAEP_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_ATTRIBUTE.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_TOKEN_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/Constants.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11Constants.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_PBE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/Functions.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_DATE.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_UNLOCKMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_ECDH2_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_LOCKMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_CREATEMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_ECDH1_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SLOT_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_DESTROYMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_MECHANISM_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_X9_42_DH1_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11Exception.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_TLS_PRF_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA.java ../../../../src/share/classes/sun/security/pkcs11/SunPKCS11.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyPairGenerator.java ../../../../src/share/classes/sun/security/pkcs11/TemplateManager.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsKeyMaterialGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11DHKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/SessionManager.java ../../../../src/share/classes/sun/security/pkcs11/P11Cipher.java ../../../../src/share/classes/sun/security/pkcs11/P11ECDHKeyAgreement.java ../../../../src/share/classes/sun/security/pkcs11/Session.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsRsaPremasterSecretGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11Key.java ../../../../src/share/classes/sun/security/pkcs11/P11Digest.java ../../../../src/share/classes/sun/security/pkcs11/P11Mac.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyStore.java ../../../../src/share/classes/sun/security/pkcs11/P11RSACipher.java ../../../../src/share/classes/sun/security/pkcs11/JarVerifier.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/ \ sun.security.pkcs11.wrapper.PKCS11 sun.security.pkcs11.Secmod mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[6]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/pkcs11 make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/pkcs11' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod.o ../../../../src/share/native/sun/security/pkcs11/j2secmod.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod_md.o ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c: In function 'findFunction': ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c:38: warning: cast to pointer from integer of different size ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c: In function 'Java_sun_security_pkcs11_Secmod_nssGetLibraryHandle': ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c:61: warning: cast from pointer to integer of different size ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c: In function 'Java_sun_security_pkcs11_Secmod_nssLoadLibrary': ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c:80: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_convert.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_crypt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:192: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:204: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptFinal': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:267: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:428: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:440: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptFinal': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:499: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_digest.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c:176: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_dual.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_dual.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_general.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_general.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_keymgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_mutex.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c:220: warning: 'jWrappedKey' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_objmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sessmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sign.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_util.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:182: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:240: warning: comparison between signed and unsigned ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:449: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c: In function 'putModuleEntry': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c:109: warning: cast from pointer to integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c: In function 'getModuleEntry': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c:123: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_md.o ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_connect': ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c:83: warning: 'C_GetFunctionList' may be used uninitialized in this function make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/pkcs11' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/pkcs11 STATS: LIBRARY=j2pkcs11, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libj2pkcs11.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libj2pkcs11.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libj2pkcs11.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_convert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_crypt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_digest.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_dual.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_general.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_keymgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_mutex.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_objmgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sessmgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sign.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_md.o -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/classes sun/security/pkcs11 \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext/sunpkcs11.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext/sunpkcs11.jar make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/pkcs11' Timing: 00012 seconds or 12s for make-sun-security-pkcs11 <<>>Recursively making jgss/wrapper all @ Sun Aug 2 14:03:24 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss/wrapper' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/ \ sun.security.jgss.wrapper.GSSLibStub mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[6]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss/wrapper make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss/wrapper' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeUtil.o ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeFunc.o ../../../../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getGSSTime': ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:415: warning: comparison between signed and unsigned ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getMinorMessage': ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:485: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/GSSLibStub.o ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMechPtr': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:88: warning: comparison between signed and unsigned ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:90: warning: comparison between signed and unsigned ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:101: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:102: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:103: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_inquireNamesForMech': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:247: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_releaseName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:276: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_importName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:322: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_compareName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:342: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:343: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_canonicalizeName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:373: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:378: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:394: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_exportName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:411: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:425: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:432: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_displayName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:463: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acquireCred': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:515: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:518: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:537: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_releaseCred': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:553: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:555: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:565: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getCredName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:620: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:622: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:636: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getCredTime': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:652: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:654: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getCredUsage': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:680: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:682: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_importContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:741: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:747: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_initContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:787: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:789: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:790: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:791: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:824: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:893: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:894: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:925: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:943: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:958: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:984: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_inquireContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1034: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1054: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1055: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getContextMech': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1084: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1086: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getContextName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1114: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1138: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getContextTime': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1154: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_deleteContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1183: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1187: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1193: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1214: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_exportContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1247: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMic': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1284: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1293: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1329: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_wrap': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1379: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_unwrap': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1430: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'inquireCred': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:573: warning: 'major' may be used uninitialized in this function ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:882: warning: 'jsrcName' may be used uninitialized in this function make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss/wrapper' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss/wrapper STATS: LIBRARY=j2gss, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libj2gss.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libj2gss.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libj2gss.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeFunc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/GSSLibStub.o -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/security/jgss/wrapper' Timing: 00003 seconds or 3s for make-sun-security-wrapper <<>>Recursively making javazic all @ Sun Aug 2 14:03:28 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/javazic' rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.javazic/zi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.javazic/zi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.javazic/zi/ZoneInfoMappings /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/javazic.jar \ build.tools.javazic.Main -V "`/bin/grep '^tzdata' ./tzdata/VERSION`" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.javazic/zi ./tzdata/africa ./tzdata/antarctica ./tzdata/asia ./tzdata/australasia ./tzdata/europe ./tzdata/northamerica ./tzdata/pacificnew ./tzdata/southamerica ./tzdata/backward ./tzdata/etcetera ./tzdata/solar87 ./tzdata/solar88 ./tzdata/solar89 ./tzdata/systemv ./tzdata_jdk/gmt ./tzdata_jdk/jdk11_backward rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/zi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/zi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/zi/ZoneInfoMappings /bin/cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.javazic/zi/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/zi make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/javazic' Timing: 00009 seconds or 9s for make-sun-javazic <<>>Recursively making misc all @ Sun Aug 2 14:03:37 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/misc' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/resources/Messages_zh_HK.java /bin/cat ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/resources/Messages_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.misc/.classes.list) ../../../src/share/classes/sun/misc/resources/Messages.java ../../../src/share/classes/sun/misc/resources/Messages_de.java ../../../src/share/classes/sun/misc/resources/Messages_es.java ../../../src/share/classes/sun/misc/resources/Messages_fr.java ../../../src/share/classes/sun/misc/resources/Messages_it.java ../../../src/share/classes/sun/misc/resources/Messages_ja.java ../../../src/share/classes/sun/misc/resources/Messages_ko.java ../../../src/share/classes/sun/misc/resources/Messages_sv.java ../../../src/share/classes/sun/misc/resources/Messages_zh_CN.java ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/resources/Messages_zh_HK.java ../../../src/share/classes/sun/misc/FloatConsts.java ../../../src/share/classes/sun/misc/Unsafe.java ../../../src/share/classes/sun/misc/HexDumpEncoder.java ../../../src/share/classes/sun/misc/ServiceConfigurationError.java ../../../src/share/classes/sun/misc/JarIndex.java ../../../src/share/classes/sun/misc/Timer.java ../../../src/share/classes/sun/misc/UUEncoder.java ../../../src/share/classes/sun/misc/Queue.java ../../../src/share/classes/sun/misc/LRUCache.java ../../../src/share/classes/sun/misc/UCDecoder.java ../../../src/share/classes/sun/misc/ProxyGenerator.java ../../../src/share/classes/sun/misc/JarFilter.java ../../../src/share/classes/sun/misc/RequestProcessor.java ../../../src/share/classes/sun/misc/Request.java ../../../src/share/classes/sun/misc/Lock.java ../../../src/share/classes/sun/misc/ClassLoaderUtil.java ../../../src/share/classes/sun/misc/ClassFileTransformer.java ../../../src/share/classes/sun/misc/UCEncoder.java ../../../src/share/classes/sun/misc/Resource.java ../../../src/share/classes/sun/misc/CompoundEnumeration.java ../../../src/share/classes/sun/misc/Sort.java ../../../src/share/classes/sun/misc/SignalHandler.java ../../../src/share/classes/sun/misc/JavaUtilJarAccess.java ../../../src/share/classes/sun/misc/CRC16.java ../../../src/share/classes/sun/misc/ExtensionInfo.java ../../../src/share/classes/sun/misc/PerformanceLogger.java ../../../src/share/classes/sun/misc/Ref.java ../../../src/share/classes/sun/misc/BASE64Decoder.java ../../../src/share/classes/sun/misc/ConditionLock.java ../../../src/share/classes/sun/misc/Timeable.java ../../../src/share/classes/sun/misc/FpUtils.java ../../../src/share/classes/sun/misc/InvalidJarIndexException.java ../../../src/share/classes/sun/misc/SharedSecrets.java ../../../src/share/classes/sun/misc/ExtensionInstallationProvider.java ../../../src/share/classes/sun/misc/CharacterDecoder.java ../../../src/share/classes/sun/misc/CharacterEncoder.java ../../../src/share/classes/sun/misc/JavaNetAccess.java ../../../src/share/classes/sun/misc/SoftCache.java ../../../src/share/classes/sun/misc/Perf.java ../../../src/share/classes/sun/misc/UUDecoder.java ../../../src/share/classes/sun/misc/BASE64Encoder.java ../../../src/share/classes/sun/misc/CEFormatException.java ../../../src/share/classes/sun/misc/CEStreamExhausted.java ../../../src/share/classes/sun/misc/ExtensionDependency.java ../../../src/share/classes/sun/misc/DoubleConsts.java ../../../src/share/classes/sun/misc/ExtensionInstallationException.java ../../../src/share/classes/sun/misc/Regexp.java ../../../src/share/classes/sun/misc/Compare.java ../../../src/share/classes/sun/misc/VMNotification.java ../../../src/solaris/classes/sun/misc/OSEnvironment.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.misc/.classes.list rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/misc/resources/Messages_zh_HK.java make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/misc' Timing: 00006 seconds or 6s for make-sun-misc <<>>Recursively making net all @ Sun Aug 2 14:03:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/net' Begin Processing SUBDIRS: others spi >>>Recursively making others all @ Sun Aug 2 14:03:44 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/net/others' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net/.classes.list) ../../../../src/share/classes/sun/net/InetAddressCachePolicy.java ../../../../src/share/classes/sun/net/URLCanonicalizer.java ../../../../src/share/classes/sun/net/NetworkServer.java ../../../../src/share/classes/sun/net/TelnetInputStream.java ../../../../src/share/classes/sun/net/TelnetOutputStream.java ../../../../src/share/classes/sun/net/TelnetProtocolException.java ../../../../src/share/classes/sun/net/TransferProtocolClient.java ../../../../src/share/classes/sun/net/ConnectionResetException.java ../../../../src/share/classes/sun/net/util/IPAddressUtil.java ../../../../src/share/classes/sun/net/dns/ResolverConfiguration.java ../../../../src/solaris/classes/sun/net/dns/ResolverConfigurationImpl.java ../../../../src/share/classes/sun/net/ftp/FtpClient.java ../../../../src/share/classes/sun/net/ftp/FtpLoginException.java ../../../../src/share/classes/sun/net/ftp/FtpProtocolException.java ../../../../src/share/classes/sun/net/spi/nameservice/NameServiceDescriptor.java ../../../../src/share/classes/sun/net/spi/nameservice/NameService.java ../../../../src/share/classes/sun/net/smtp/SmtpClient.java ../../../../src/share/classes/sun/net/smtp/SmtpProtocolException.java ../../../../src/share/classes/sun/net/www/content/text/Generic.java ../../../../src/share/classes/sun/net/www/content/text/plain.java ../../../../src/share/classes/sun/net/www/content/text/PlainTextInputStream.java ../../../../src/share/classes/sun/net/www/MessageHeader.java ../../../../src/share/classes/sun/net/www/MimeEntry.java ../../../../src/share/classes/sun/net/www/MimeLauncher.java ../../../../src/share/classes/sun/net/www/ApplicationLaunchException.java ../../../../src/share/classes/sun/net/www/MimeTable.java ../../../../src/share/classes/sun/net/www/URLConnection.java ../../../../src/share/classes/sun/net/www/ParseUtil.java ../../../../src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java ../../../../src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java ../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java ../../../../src/share/classes/sun/net/www/protocol/https/DefaultHostnameVerifier.java ../../../../src/share/classes/sun/net/www/protocol/https/HttpsURLConnectionImpl.java ../../../../src/share/classes/sun/net/www/protocol/https/DelegateHttpsURLConnection.java ../../../../src/share/classes/sun/net/www/protocol/https/Handler.java ../../../../src/share/classes/sun/net/www/protocol/netdoc/Handler.java ../../../../src/share/classes/sun/net/www/content/image/gif.java ../../../../src/share/classes/sun/net/www/content/image/jpeg.java ../../../../src/share/classes/sun/net/www/content/image/x_xbitmap.java ../../../../src/share/classes/sun/net/www/content/image/x_xpixmap.java ../../../../src/share/classes/sun/net/www/content/image/png.java ../../../../src/share/classes/sun/net/www/content/audio/aiff.java ../../../../src/share/classes/sun/net/www/content/audio/basic.java ../../../../src/share/classes/sun/net/www/content/audio/wav.java ../../../../src/share/classes/sun/net/www/content/audio/x_aiff.java ../../../../src/share/classes/sun/net/www/content/audio/x_wav.java ../../../../src/share/classes/sun/net/www/protocol/ftp/Handler.java ../../../../src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java ../../../../src/share/classes/sun/net/www/protocol/gopher/GopherClient.java ../../../../src/share/classes/sun/net/www/protocol/gopher/Handler.java ../../../../src/share/classes/sun/net/www/protocol/mailto/Handler.java ../../../../src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/net/idn rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/net/idn/uidna.spp /bin/cp ../../../../src/share/classes/sun/net/idn/uidna.spp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/net/idn/uidna.spp make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/net/others' Timing: 00005 seconds or 5s for make-sun-net-others <<>>Recursively making spi all @ Sun Aug 2 14:03:50 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/net/spi' Begin Processing SUBDIRS: nameservice >>>Recursively making nameservice all @ Sun Aug 2 14:03:50 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/net/spi/nameservice' Begin Processing SUBDIRS: dns >>>Recursively making dns all @ Sun Aug 2 14:03:51 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/net/spi/nameservice/dns' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/.classes.list) ../../../../../../src/share/classes/sun/net/spi/nameservice/dns/DNSNameServiceDescriptor.java ../../../../../../src/share/classes/sun/net/spi/nameservice/dns/DNSNameService.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/solaris/classes:../../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor /bin/cp ../../../../../../src/share/classes/sun/net/spi/nameservice/dns/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext/dnsns.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes sun \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes META-INF \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/net/spi/nameservice/dns' Timing: 00004 seconds or 4s for make-sun-net-spi-nameservice-dns <<>>Recursively making audio all @ Sun Aug 2 14:03:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/audio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.audio/.classes.list) ../../../src/share/classes/sun/audio/AudioDevice.java ../../../src/share/classes/sun/audio/ContinuousAudioDataStream.java ../../../src/share/classes/sun/audio/AudioDataStream.java ../../../src/share/classes/sun/audio/AudioStream.java ../../../src/share/classes/sun/audio/AudioStreamSequence.java ../../../src/share/classes/sun/audio/AudioPlayer.java ../../../src/share/classes/sun/audio/NativeAudioStream.java ../../../src/share/classes/sun/audio/AudioTranslatorStream.java ../../../src/share/classes/sun/audio/AudioData.java ../../../src/share/classes/sun/audio/AudioSecurityExceptionAction.java ../../../src/share/classes/sun/audio/InvalidAudioFormatException.java ../../../src/share/classes/sun/audio/AudioSecurityAction.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.audio/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/audio' Timing: 00004 seconds or 4s for make-sun-audio <<>>Recursively making pisces all @ Sun Aug 2 14:04:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/pisces' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.pisces/.classes.list) ../../../src/share/classes/sun/java2d/pisces/Renderer.java ../../../src/share/classes/sun/java2d/pisces/Transform4.java ../../../src/share/classes/sun/java2d/pisces/LineSink.java ../../../src/share/classes/sun/java2d/pisces/PiscesRenderingEngine.java ../../../src/share/classes/sun/java2d/pisces/PiscesTileGenerator.java ../../../src/share/classes/sun/java2d/pisces/Stroker.java ../../../src/share/classes/sun/java2d/pisces/PiscesCache.java ../../../src/share/classes/sun/java2d/pisces/Dasher.java ../../../src/share/classes/sun/java2d/pisces/PiscesMath.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.pisces/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/sun.java2d.pipe.RenderingEngine /bin/cp ../../../src/share/classes/sun/java2d/pisces/META-INF/services/sun.java2d.pipe.RenderingEngine /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/sun.java2d.pipe.RenderingEngine make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/pisces' Timing: 00004 seconds or 4s for make-sun-pisces <<>>Recursively making image all @ Sun Aug 2 14:04:07 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/image' Begin Processing SUBDIRS: generic >>>Recursively making generic all @ Sun Aug 2 14:04:07 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/image/generic' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/image/generic make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/image/generic' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCreate.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c: In function 'mlib_ImageAffine_alltypes': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_DST_NO_WRITE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_DST_COPY_SRC' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_OP_DEGRADED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_ZERO' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_MIRROR' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_SRC_PADDED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:157: warning: 't_ind' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c: In function 'mlib_ImageSetSubimage': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c:426: warning: 'bitoffset' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c: In function 'mlib_ImageCreateSubimage': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c:337: warning: 'bitoffset' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageLookUp.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c: In function 'mlib_ImageConvMxN_f': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:179: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_DST_NO_WRITE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_OP_NEAREST' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_OP_DEGRADED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_ZERO' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_MIRROR' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_PADDED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:231: warning: enumeration value 'MLIB_BIT' not handled in switch /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvKernelConvert.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvKernelConvert.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_NN.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_NN_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_S32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_S32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_D64.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_D64.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_F32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_F32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_S32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_S32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_D64.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_D64.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_F32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_F32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_NN.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_NN.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_S16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL_S16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_U16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL_U16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_S16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC_S16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_U16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC_U16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BC.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffineIndex_BC.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BL.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffineIndex_BL.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffineEdge.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeZero': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:599: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeNearest': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:628: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeExtend_BL': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:718: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeExtend_BC': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:848: warning: enumeration value 'MLIB_BIT' not handled in switch /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageScanPoly.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageScanPoly.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageColorTrue2Index.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c: In function 'mlib_ImageColorTrue2Index': ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_USHORT' not handled in switch /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageDivTables.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageDivTables.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageThresh1_U8.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageThresh1_U8.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageFilters.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageFilters.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp_f.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_64.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageCopy.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c: In function 'mlib_i_convMxNext_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:2336: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:2335: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c: In function 'mlib_i_convMxNext_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:2336: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:2335: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c: In function 'mlib_convMxNext_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:1873: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:1872: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c: In function 'mlib_convMxNext_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:1873: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:1872: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN_ext.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_Fp.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN_Fp.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConv_f.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConv_f.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageClipping.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageClipping.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c: In function 'mlib_i_convMxNext_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:2336: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:2335: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvCopyEdge.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConvCopyEdge.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvClearEdge.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConvClearEdge.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c: In function 'mlib_c_convMxNext_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:1873: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:1872: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c: In function 'mlib_i_convMxNnw_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c:2065: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c: In function 'mlib_c_convMxNnw_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c:1652: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c:1652: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c: In function 'mlib_i_convMxNnw_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c:2064: warning: 'dp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c: In function 'mlib_convMxNnw_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c:1651: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c:1651: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c: In function 'mlib_i_convMxNnw_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c:2064: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c: In function 'mlib_convMxNnw_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c:1651: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c:1651: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_32nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c: In function 'mlib_convMxNnw_s32': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c:1160: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c:1160: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_F32nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_F32nw.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_D64nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_F32nw.c: In function 'mlib_convMxNnw_f32': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_F32nw.c:790: warning: 'dp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv2x2_f.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c: In function 'mlib_convMxNnw_d64': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c:790: warning: 'i' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c:790: warning: 'dp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Fp.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvClearEdge_Fp.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvCopyEdge_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvCopyEdge_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvClearEdge_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCopy_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:207: warning: integer constant is too large for 'long' type ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na_r': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:430: warning: integer constant is too large for 'long' type ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:209: warning: 'lsrc1' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvVersion.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConvVersion.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na_r': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:432: warning: 'lsrc1' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_sys.o ../../../../src/share/native/sun/awt/medialib/mlib_sys.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageUtils.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageUtils.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/image/generic' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/image/generic STATS: LIBRARY=mlib_image, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libmlib_image.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libmlib_image.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libmlib_image.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCreate.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvKernelConvert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_S32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_D64.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_F32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_S32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_D64.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_F32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_NN.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_S16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_U16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_S16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_U16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BL.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffineEdge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageScanPoly.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageColorTrue2Index.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageDivTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageThresh1_U8.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageFilters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp_f.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_64.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageCopy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_Fp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConv_f.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageClipping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvCopyEdge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvClearEdge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_32nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_F32nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_D64nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv2x2_f.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Fp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvCopyEdge_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCopy_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvVersion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_sys.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageUtils.o -lm -ldl -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/image/generic' Timing: 00055 seconds or 55s for make-sun-image-generic <<>>Recursively making awt all @ Sun Aug 2 14:05:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/awt' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/.classes.list) ../../../src/share/classes/sun/awt/AWTSecurityManager.java ../../../src/share/classes/sun/awt/FontConfiguration.java ../../../src/share/classes/sun/awt/VerticalBagLayout.java ../../../src/share/classes/sun/awt/PaintEventDispatcher.java ../../../src/share/classes/sun/awt/ConstrainableGraphics.java ../../../src/share/classes/sun/awt/DebugSettings.java ../../../src/share/classes/sun/awt/UngrabEvent.java ../../../src/share/classes/sun/awt/DesktopBrowse.java ../../../src/share/classes/sun/awt/SunToolkit.java ../../../src/share/classes/sun/awt/AWTAutoShutdown.java ../../../src/share/classes/sun/awt/HorizBagLayout.java ../../../src/share/classes/sun/awt/datatransfer/ClipboardTransferable.java ../../../src/share/classes/sun/awt/datatransfer/DataTransferer.java ../../../src/share/classes/sun/awt/datatransfer/TransferableProxy.java ../../../src/share/classes/sun/awt/datatransfer/ToolkitThreadBlockedHandler.java ../../../src/share/classes/sun/awt/datatransfer/SunClipboard.java ../../../src/share/classes/sun/awt/SunDisplayChanger.java ../../../src/share/classes/sun/awt/HKSCS.java ../../../src/share/classes/sun/awt/CausedFocusEvent.java ../../../src/share/classes/sun/awt/AppContext.java ../../../src/share/classes/sun/awt/DefaultMouseInfoPeer.java ../../../src/share/classes/sun/awt/ComponentAccessor.java ../../../src/share/classes/sun/awt/TracedEventQueue.java ../../../src/share/classes/sun/awt/event/IgnorePaintEvent.java ../../../src/share/classes/sun/awt/WindowAccessor.java ../../../src/share/classes/sun/awt/CustomCursor.java ../../../src/share/classes/sun/awt/ComponentFactory.java ../../../src/share/classes/sun/awt/FocusingTextField.java ../../../src/share/classes/sun/awt/EmbeddedFrame.java ../../../src/share/classes/sun/awt/RequestFocusController.java ../../../src/share/classes/sun/awt/shell/ShellFolder.java ../../../src/share/classes/sun/awt/shell/ShellFolderColumnInfo.java ../../../src/share/classes/sun/awt/shell/DefaultShellFolder.java ../../../src/share/classes/sun/awt/shell/ShellFolderManager.java ../../../src/share/classes/sun/awt/PlatformFont.java ../../../src/share/classes/sun/awt/InputMethodSupport.java ../../../src/share/classes/sun/awt/dnd/SunDropTargetEvent.java ../../../src/share/classes/sun/awt/dnd/SunDragSourceContextPeer.java ../../../src/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java ../../../src/share/classes/sun/awt/CharsetString.java ../../../src/share/classes/sun/awt/OrientableFlowLayout.java ../../../src/share/classes/sun/awt/ModalityListener.java ../../../src/share/classes/sun/awt/KeyboardFocusManagerPeerImpl.java ../../../src/share/classes/sun/awt/DisplayChangedListener.java ../../../src/share/classes/sun/awt/Symbol.java ../../../src/share/classes/sun/awt/GlobalCursorManager.java ../../../src/share/classes/sun/awt/Graphics2Delegate.java ../../../src/share/classes/sun/awt/SunHints.java ../../../src/share/classes/sun/awt/SunGraphicsCallback.java ../../../src/share/classes/sun/awt/RepaintArea.java ../../../src/share/classes/sun/awt/EventListenerAggregate.java ../../../src/share/classes/sun/awt/OSInfo.java ../../../src/share/classes/sun/awt/ScrollPaneWheelScroller.java ../../../src/share/classes/sun/awt/WindowClosingListener.java ../../../src/share/classes/sun/awt/ModalityEvent.java ../../../src/share/classes/sun/awt/SubRegionShowable.java ../../../src/share/classes/sun/awt/im/CompositionArea.java ../../../src/share/classes/sun/awt/im/SimpleInputMethodWindow.java ../../../src/share/classes/sun/awt/im/CompositionAreaHandler.java ../../../src/share/classes/sun/awt/im/InputContext.java ../../../src/share/classes/sun/awt/im/InputMethodWindow.java ../../../src/share/classes/sun/awt/im/InputMethodAdapter.java ../../../src/share/classes/sun/awt/im/InputMethodJFrame.java ../../../src/share/classes/sun/awt/im/InputMethodManager.java ../../../src/share/classes/sun/awt/im/InputMethodLocator.java ../../../src/share/classes/sun/awt/im/InputMethodPopupMenu.java ../../../src/share/classes/sun/awt/im/InputMethodContext.java ../../../src/share/classes/sun/awt/NativeLibLoader.java ../../../src/share/classes/sun/awt/WindowIDProvider.java ../../../src/share/classes/sun/awt/PeerEvent.java ../../../src/share/classes/sun/awt/WindowClosingSupport.java ../../../src/share/classes/sun/awt/util/IdentityLinkedList.java ../../../src/share/classes/sun/awt/util/IdentityArrayList.java ../../../src/share/classes/sun/awt/VariableGridLayout.java ../../../src/share/classes/sun/awt/Mutex.java ../../../src/share/classes/sun/awt/FontDescriptor.java ../../../src/share/classes/sun/awt/image/OffScreenImage.java ../../../src/share/classes/sun/awt/image/ImageFetchable.java ../../../src/share/classes/sun/awt/image/IntegerInterleavedRaster.java ../../../src/share/classes/sun/awt/image/SunWritableRaster.java ../../../src/share/classes/sun/awt/image/InputStreamImageSource.java ../../../src/share/classes/sun/awt/image/BufImgVolatileSurfaceManager.java ../../../src/share/classes/sun/awt/image/GifImageDecoder.java ../../../src/share/classes/sun/awt/image/BufImgSurfaceData.java ../../../src/share/classes/sun/awt/image/BufferedImageGraphicsConfig.java ../../../src/share/classes/sun/awt/image/ByteArrayImageSource.java ../../../src/share/classes/sun/awt/image/JPEGImageDecoder.java ../../../src/share/classes/sun/awt/image/WritableRasterNative.java ../../../src/share/classes/sun/awt/image/ByteBandedRaster.java ../../../src/share/classes/sun/awt/image/ByteComponentRaster.java ../../../src/share/classes/sun/awt/image/ImageRepresentation.java ../../../src/share/classes/sun/awt/image/ImageWatched.java ../../../src/share/classes/sun/awt/image/ImagingLib.java ../../../src/share/classes/sun/awt/image/ToolkitImage.java ../../../src/share/classes/sun/awt/image/ShortComponentRaster.java ../../../src/share/classes/sun/awt/image/ImageDecoder.java ../../../src/share/classes/sun/awt/image/ShortBandedRaster.java ../../../src/share/classes/sun/awt/image/ImageConsumerQueue.java ../../../src/share/classes/sun/awt/image/BufImgSurfaceManager.java ../../../src/share/classes/sun/awt/image/BytePackedRaster.java ../../../src/share/classes/sun/awt/image/SunVolatileImage.java ../../../src/share/classes/sun/awt/image/BufferedImageDevice.java ../../../src/share/classes/sun/awt/image/XbmImageDecoder.java ../../../src/share/classes/sun/awt/image/PNGImageDecoder.java ../../../src/share/classes/sun/awt/image/ImageFormatException.java ../../../src/share/classes/sun/awt/image/ByteInterleavedRaster.java ../../../src/share/classes/sun/awt/image/OffScreenImageSource.java ../../../src/share/classes/sun/awt/image/SurfaceManager.java ../../../src/share/classes/sun/awt/image/IntegerComponentRaster.java ../../../src/share/classes/sun/awt/image/VolatileSurfaceManager.java ../../../src/share/classes/sun/awt/image/ImageAccessException.java ../../../src/share/classes/sun/awt/image/DataBufferNative.java ../../../src/share/classes/sun/awt/image/URLImageSource.java ../../../src/share/classes/sun/awt/image/NativeLibLoader.java ../../../src/share/classes/sun/awt/image/BadDepthException.java ../../../src/share/classes/sun/awt/image/FileImageSource.java ../../../src/share/classes/sun/awt/image/ImageFetcher.java ../../../src/share/classes/sun/awt/image/ShortInterleavedRaster.java ../../../src/share/classes/sun/awt/image/PixelConverter.java ../../../src/share/classes/sun/awt/ModalExclude.java ../../../src/share/classes/sun/awt/HeadlessToolkit.java ../../../src/share/classes/sun/awt/NullComponentPeer.java ../../../src/share/classes/sun/java2d/HeadlessGraphicsEnvironment.java ../../../src/share/classes/sun/java2d/DisposerRecord.java ../../../src/share/classes/sun/java2d/opengl/OGLDrawImage.java ../../../src/share/classes/sun/java2d/opengl/OGLUtilities.java ../../../src/share/classes/sun/java2d/opengl/OGLRenderer.java ../../../src/share/classes/sun/java2d/opengl/OGLContext.java ../../../src/share/classes/sun/java2d/opengl/OGLMaskFill.java ../../../src/share/classes/sun/java2d/opengl/OGLPaints.java ../../../src/share/classes/sun/java2d/opengl/OGLMaskBlit.java ../../../src/share/classes/sun/java2d/opengl/OGLBufImgOps.java ../../../src/share/classes/sun/java2d/opengl/OGLSurfaceDataProxy.java ../../../src/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java ../../../src/share/classes/sun/java2d/opengl/OGLTextRenderer.java ../../../src/share/classes/sun/java2d/opengl/OGLSurfaceData.java ../../../src/share/classes/sun/java2d/opengl/OGLRenderQueue.java ../../../src/share/classes/sun/java2d/opengl/OGLBlitLoops.java ../../../src/share/classes/sun/java2d/Disposer.java ../../../src/share/classes/sun/java2d/SurfaceDataProxy.java ../../../src/share/classes/sun/java2d/loops/FillSpans.java ../../../src/share/classes/sun/java2d/loops/GraphicsPrimitive.java ../../../src/share/classes/sun/java2d/loops/CompositeType.java ../../../src/share/classes/sun/java2d/loops/TransformHelper.java ../../../src/share/classes/sun/java2d/loops/GraphicsPrimitiveMgr.java ../../../src/share/classes/sun/java2d/loops/SurfaceType.java ../../../src/share/classes/sun/java2d/loops/TransformBlit.java ../../../src/share/classes/sun/java2d/loops/DrawGlyphListAA.java ../../../src/share/classes/sun/java2d/loops/ProcessPath.java ../../../src/share/classes/sun/java2d/loops/DrawGlyphList.java ../../../src/share/classes/sun/java2d/loops/RenderCache.java ../../../src/share/classes/sun/java2d/loops/DrawLine.java ../../../src/share/classes/sun/java2d/loops/Blit.java ../../../src/share/classes/sun/java2d/loops/MaskBlit.java ../../../src/share/classes/sun/java2d/loops/CustomComponent.java ../../../src/share/classes/sun/java2d/loops/RenderLoops.java ../../../src/share/classes/sun/java2d/loops/FillRect.java ../../../src/share/classes/sun/java2d/loops/DrawPath.java ../../../src/share/classes/sun/java2d/loops/FillPath.java ../../../src/share/classes/sun/java2d/loops/FontInfo.java ../../../src/share/classes/sun/java2d/loops/GraphicsPrimitiveProxy.java ../../../src/share/classes/sun/java2d/loops/MaskFill.java ../../../src/share/classes/sun/java2d/loops/DrawPolygons.java ../../../src/share/classes/sun/java2d/loops/ScaledBlit.java ../../../src/share/classes/sun/java2d/loops/BlitBg.java ../../../src/share/classes/sun/java2d/loops/DrawRect.java ../../../src/share/classes/sun/java2d/loops/XORComposite.java ../../../src/share/classes/sun/java2d/loops/GeneralRenderer.java ../../../src/share/classes/sun/java2d/loops/DrawGlyphListLCD.java ../../../src/share/classes/sun/java2d/SunCompositeContext.java ../../../src/share/classes/sun/java2d/SunGraphics2D.java ../../../src/share/classes/sun/java2d/StateTracker.java ../../../src/share/classes/sun/java2d/StateTrackable.java ../../../src/share/classes/sun/java2d/SurfaceData.java ../../../src/share/classes/sun/java2d/DefaultDisposerRecord.java ../../../src/share/classes/sun/java2d/SunGraphicsEnvironment.java ../../../src/share/classes/sun/java2d/Spans.java ../../../src/share/classes/sun/java2d/DisposerTarget.java ../../../src/share/classes/sun/java2d/InvalidPipeException.java ../../../src/share/classes/sun/java2d/SurfaceManagerFactory.java ../../../src/share/classes/sun/java2d/FontSupport.java ../../../src/share/classes/sun/java2d/StateTrackableDelegate.java ../../../src/share/classes/sun/java2d/NullSurfaceData.java ../../../src/share/classes/sun/java2d/cmm/lcms/LCMS.java ../../../src/share/classes/sun/java2d/cmm/lcms/LCMSImageLayout.java ../../../src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java ../../../src/share/classes/sun/java2d/cmm/PCMM.java ../../../src/share/classes/sun/java2d/cmm/ProfileDeferralInfo.java ../../../src/share/classes/sun/java2d/cmm/CMSManager.java ../../../src/share/classes/sun/java2d/cmm/ProfileDeferralMgr.java ../../../src/share/classes/sun/java2d/cmm/ColorTransform.java ../../../src/share/classes/sun/java2d/cmm/ProfileActivator.java ../../../src/share/classes/sun/java2d/pipe/AlphaColorPipe.java ../../../src/share/classes/sun/java2d/pipe/SpanIterator.java ../../../src/share/classes/sun/java2d/pipe/SpanClipRenderer.java ../../../src/share/classes/sun/java2d/pipe/TextPipe.java ../../../src/share/classes/sun/java2d/pipe/GlyphListPipe.java ../../../src/share/classes/sun/java2d/pipe/NullPipe.java ../../../src/share/classes/sun/java2d/pipe/RenderingEngine.java ../../../src/share/classes/sun/java2d/pipe/BufferedBufImgOps.java ../../../src/share/classes/sun/java2d/pipe/RegionClipSpanIterator.java ../../../src/share/classes/sun/java2d/pipe/GeneralCompositePipe.java ../../../src/share/classes/sun/java2d/pipe/LCDTextRenderer.java ../../../src/share/classes/sun/java2d/pipe/DrawImage.java ../../../src/share/classes/sun/java2d/pipe/AATextRenderer.java ../../../src/share/classes/sun/java2d/pipe/SolidTextRenderer.java ../../../src/share/classes/sun/java2d/pipe/TextRenderer.java ../../../src/share/classes/sun/java2d/pipe/RenderBuffer.java ../../../src/share/classes/sun/java2d/pipe/BufferedTextPipe.java ../../../src/share/classes/sun/java2d/pipe/BufferedMaskBlit.java ../../../src/share/classes/sun/java2d/pipe/OutlineTextRenderer.java ../../../src/share/classes/sun/java2d/pipe/ValidatePipe.java ../../../src/share/classes/sun/java2d/pipe/ShapeSpanIterator.java ../../../src/share/classes/sun/java2d/pipe/BufferedOpCodes.java ../../../src/share/classes/sun/java2d/pipe/BufferedMaskFill.java ../../../src/share/classes/sun/java2d/pipe/DrawImagePipe.java ../../../src/share/classes/sun/java2d/pipe/PixelFillPipe.java ../../../src/share/classes/sun/java2d/pipe/SpanShapeRenderer.java ../../../src/share/classes/sun/java2d/pipe/ShapeDrawPipe.java ../../../src/share/classes/sun/java2d/pipe/RegionSpanIterator.java ../../../src/share/classes/sun/java2d/pipe/BufferedPaints.java ../../../src/share/classes/sun/java2d/pipe/PixelDrawPipe.java ../../../src/share/classes/sun/java2d/pipe/AATileGenerator.java ../../../src/share/classes/sun/java2d/pipe/GlyphListLoopPipe.java ../../../src/share/classes/sun/java2d/pipe/BufferedContext.java ../../../src/share/classes/sun/java2d/pipe/AAShapePipe.java ../../../src/share/classes/sun/java2d/pipe/PixelToShapeConverter.java ../../../src/share/classes/sun/java2d/pipe/LoopPipe.java ../../../src/share/classes/sun/java2d/pipe/RegionIterator.java ../../../src/share/classes/sun/java2d/pipe/Region.java ../../../src/share/classes/sun/java2d/pipe/CompositePipe.java ../../../src/share/classes/sun/java2d/pipe/AlphaPaintPipe.java ../../../src/share/classes/sun/java2d/pipe/RenderQueue.java ../../../src/share/classes/sun/java2d/pipe/BufferedRenderPipe.java ../../../src/solaris/classes/sun/awt/UNIXToolkit.java ../../../src/solaris/classes/sun/awt/X11InputMethodDescriptor.java ../../../src/solaris/classes/sun/awt/X11CustomCursor.java ../../../src/solaris/classes/sun/awt/windows/ThemeReader.java ../../../src/solaris/classes/sun/awt/X11GraphicsDevice.java ../../../src/solaris/classes/sun/awt/X11ComponentPeer.java ../../../src/solaris/classes/sun/awt/X11GraphicsConfig.java ../../../src/solaris/classes/sun/awt/X11InputMethod.java ../../../src/solaris/classes/sun/awt/X11GraphicsEnvironment.java ../../../src/solaris/classes/sun/awt/XSettings.java ../../../src/solaris/classes/sun/awt/motif/X11JIS0201.java ../../../src/solaris/classes/sun/awt/motif/MToolkit.java ../../../src/solaris/classes/sun/awt/motif/X11GBK.java ../../../src/solaris/classes/sun/awt/motif/X11GB2312.java ../../../src/solaris/classes/sun/awt/motif/MFontConfiguration.java ../../../src/solaris/classes/sun/awt/motif/X11SunUnicode_0.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643P1.java ../../../src/solaris/classes/sun/awt/motif/MWindowAttributes.java ../../../src/solaris/classes/sun/awt/motif/X11GB18030_0.java ../../../src/solaris/classes/sun/awt/motif/MFontPeer.java ../../../src/solaris/classes/sun/awt/motif/X11JIS0212.java ../../../src/solaris/classes/sun/awt/motif/X11Dingbats.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643P2.java ../../../src/solaris/classes/sun/awt/motif/X11GB18030_1.java ../../../src/solaris/classes/sun/awt/motif/X11FontMetrics.java ../../../src/solaris/classes/sun/awt/motif/X11KSC5601.java ../../../src/solaris/classes/sun/awt/motif/AWTLockAccess.java ../../../src/solaris/classes/sun/awt/motif/X11Johab.java ../../../src/solaris/classes/sun/awt/motif/MToolkitThreadBlockedHandler.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643P3.java ../../../src/solaris/classes/sun/awt/motif/X11JIS0208.java ../../../src/solaris/classes/sun/java2d/opengl/GLXSurfaceData.java ../../../src/solaris/classes/sun/java2d/opengl/GLXGraphicsConfig.java ../../../src/solaris/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java ../../../src/solaris/classes/sun/java2d/UnixSurfaceManagerFactory.java ../../../src/solaris/classes/sun/java2d/x11/X11Renderer.java ../../../src/solaris/classes/sun/java2d/x11/XSurfaceData.java ../../../src/solaris/classes/sun/java2d/x11/X11VolatileSurfaceManager.java ../../../src/solaris/classes/sun/java2d/x11/X11PMBlitLoops.java ../../../src/solaris/classes/sun/java2d/x11/X11PMBlitBgLoops.java ../../../src/solaris/classes/sun/java2d/x11/X11SurfaceDataProxy.java ../../../src/solaris/classes/sun/java2d/x11/X11SurfaceData.java ../../../src/solaris/classes/sun/java2d/xr/XRUtils.java ../../../src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java ../../../src/solaris/classes/sun/java2d/xr/XRDrawImage.java ../../../src/solaris/classes/sun/java2d/xr/XRMaskFill.java ../../../src/solaris/classes/sun/java2d/xr/XRSurfaceData.java ../../../src/solaris/classes/sun/java2d/xr/XRMaskBlit.java ../../../src/solaris/classes/sun/java2d/xr/XRSurfaceDataProxy.java ../../../src/solaris/classes/sun/java2d/xr/XRRenderer.java ../../../src/solaris/classes/sun/java2d/xr/XRGraphicsConfig.java ../../../src/solaris/classes/sun/java2d/xr/XRVolatileSurfaceManager.java ../../../src/share/classes/sun/font/FontManager.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders/ \ sun.font.FontManager sun.awt.image.ImageRepresentation sun.awt.image.GifImageDecoder sun.awt.image.NativeLibLoader sun.java2d.loops.Blit sun.java2d.loops.BlitBg sun.java2d.loops.ScaledBlit sun.java2d.loops.TransformBlit sun.java2d.loops.FillRect sun.java2d.loops.FillSpans sun.java2d.loops.DrawGlyphList sun.java2d.loops.DrawGlyphListAA sun.java2d.loops.DrawGlyphListLCD sun.java2d.loops.DrawLine sun.java2d.loops.DrawRect sun.java2d.loops.DrawPolygons sun.java2d.loops.DrawPath sun.java2d.loops.FillPath sun.java2d.loops.MaskBlit sun.java2d.loops.MaskFill sun.java2d.loops.TransformHelper sun.java2d.loops.GraphicsPrimitiveMgr sun.java2d.loops.GraphicsPrimitive sun.awt.image.ImagingLib sun.java2d.SurfaceData sun.java2d.SunGraphics2D sun.awt.KeyboardFocusManagerPeerImpl sun.awt.image.BufImgSurfaceData sun.awt.image.DataBufferNative sun.awt.motif.X11FontMetrics sun.awt.X11InputMethod sun.awt.motif.MFontConfiguration sun.awt.motif.MFontPeer sun.awt.motif.MToolkit sun.awt.DebugSettings sun.awt.EmbeddedFrame sun.awt.PlatformFont sun.awt.FontDescriptor sun.awt.NativeLibLoader sun.awt.X11GraphicsEnvironment sun.awt.X11GraphicsDevice sun.awt.X11GraphicsConfig sun.awt.CharsetString sun.awt.UNIXToolkit sun.java2d.pipe.BufferedContext sun.java2d.pipe.BufferedMaskBlit sun.java2d.pipe.BufferedOpCodes sun.java2d.pipe.BufferedPaints sun.java2d.pipe.BufferedRenderPipe sun.java2d.pipe.BufferedTextPipe sun.java2d.pipe.RenderBuffer sun.java2d.pipe.ShapeSpanIterator sun.java2d.pipe.SpanClipRenderer sun.java2d.pipe.RegionIterator sun.awt.image.IntegerComponentRaster sun.java2d.cmm.CMSManager sun.java2d.cmm.PCMM sun.java2d.cmm.ColorTransform sun.awt.datatransfer.DataTransferer sun.awt.dnd.SunDragSourceContextPeer sun.awt.motif.MToolkitThreadBlockedHandler sun.java2d.opengl.OGLBlitLoops sun.java2d.opengl.OGLContext sun.java2d.opengl.OGLMaskFill sun.java2d.opengl.OGLPaints sun.java2d.opengl.OGLRenderer sun.java2d.opengl.OGLRenderQueue sun.java2d.opengl.OGLSurfaceData sun.java2d.opengl.OGLTextRenderer sun.java2d.opengl.GLXGraphicsConfig sun.java2d.opengl.GLXSurfaceData sun.java2d.x11.X11PMBlitLoops sun.java2d.x11.X11PMBlitBgLoops sun.java2d.x11.X11Renderer sun.java2d.x11.X11SurfaceData com.sun.java.swing.plaf.gtk.GTKEngine com.sun.java.swing.plaf.gtk.GTKStyle java.awt.AlphaComposite java.awt.MouseInfo java.awt.Cursor java.awt.Graphics java.awt.Color java.awt.Image java.awt.Rectangle java.awt.Event java.awt.Font java.awt.Insets java.awt.Point java.awt.FontMetrics java.awt.Toolkit java.awt.Component java.awt.Container java.awt.Canvas java.awt.Button java.awt.List java.awt.Adjustable java.awt.Scrollbar java.awt.ScrollPane java.awt.ScrollPaneAdjustable java.awt.Window java.awt.TextField java.awt.Label java.awt.Choice java.awt.TextArea java.awt.MenuBar java.awt.Menu java.awt.MenuComponent java.awt.PopupMenu java.awt.Dialog java.awt.FileDialog java.awt.MenuItem java.awt.Checkbox java.awt.CheckboxMenuItem java.awt.CheckboxGroup java.awt.Frame java.awt.Transparency java.awt.AWTException java.awt.AWTEvent java.awt.AWTKeyStroke java.awt.KeyboardFocusManager java.awt.Dimension java.awt.SystemColor java.awt.TrayIcon java.awt.DisplayMode java.awt.color.ColorSpace java.awt.color.ICC_Profile java.awt.geom.PathIterator java.awt.image.AffineTransformOp java.awt.image.ImageConsumer java.awt.image.ImageObserver java.awt.image.BufferedImage java.awt.image.ColorModel java.awt.image.ConvolveOp java.awt.image.DirectColorModel java.awt.image.IndexColorModel java.awt.image.DataBuffer java.awt.datatransfer.Transferable java.awt.datatransfer.DataFlavor java.awt.datatransfer.UnsupportedFlavorException java.awt.datatransfer.Clipboard java.awt.datatransfer.ClipboardOwner java.awt.datatransfer.StringSelection java.awt.event.AdjustmentEvent java.awt.event.KeyEvent java.awt.event.MouseEvent java.awt.event.MouseWheelEvent java.awt.event.FocusEvent java.awt.event.InputEvent java.awt.event.WindowEvent java.awt.event.NativeLibLoader java.awt.peer.ComponentPeer java.awt.dnd.DnDConstants sun.awt.CausedFocusEvent java.io.InputStream java.lang.Integer java.lang.ThreadGroup mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/awt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/awt' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/gifdecoder.o ../../../src/share/native/sun/awt/image/gif/gifdecoder.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/imageInitIDs.o ../../../src/share/native/sun/awt/image/imageInitIDs.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_colors.o ../../../src/share/native/sun/awt/image/cvutils/img_colors.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_globals.o ../../../src/share/native/sun/awt/image/cvutils/img_globals.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SurfaceData.o ../../../src/share/native/sun/awt/../java2d/SurfaceData.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/SurfaceData.c: In function 'SurfaceData_InitOps': ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:236: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:236: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/awt/../java2d/SurfaceData.c: In function 'SurfaceData_DisposeOps': ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:252: warning: implicit declaration of function 'free' ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:252: warning: incompatible implicit declaration of built-in function 'free' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Region.o ../../../src/share/native/sun/awt/../java2d/pipe/Region.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/pipe/Region.c: In function 'RegionToYXBandedRectangles': ../../../src/share/native/sun/awt/../java2d/pipe/Region.c:263: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufImgSurfaceData.o ../../../src/share/native/sun/awt/image/BufImgSurfaceData.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Disposer.o ../../../src/share/native/sun/awt/../java2d/Disposer.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Trace.o ../../../src/share/native/sun/awt/../java2d/Trace.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/image/BufImgSurfaceData.c: In function 'Java_sun_awt_image_BufImgSurfaceData_freeNativeICMData': ../../../src/share/native/sun/awt/image/BufImgSurfaceData.c:95: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/GraphicsPrimitiveMgr.o ../../../src/share/native/sun/awt/../java2d/loops/GraphicsPrimitiveMgr.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Blit.o ../../../src/share/native/sun/awt/../java2d/loops/Blit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BlitBg.o ../../../src/share/native/sun/awt/../java2d/loops/BlitBg.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ScaledBlit.o ../../../src/share/native/sun/awt/../java2d/loops/ScaledBlit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillRect.o ../../../src/share/native/sun/awt/../java2d/loops/FillRect.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillSpans.o ../../../src/share/native/sun/awt/../java2d/loops/FillSpans.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawLine.o ../../../src/share/native/sun/awt/../java2d/loops/DrawLine.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawRect.o ../../../src/share/native/sun/awt/../java2d/loops/DrawRect.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPolygons.o ../../../src/share/native/sun/awt/../java2d/loops/DrawPolygons.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPath.o ../../../src/share/native/sun/awt/../java2d/loops/DrawPath.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillPath.o ../../../src/share/native/sun/awt/../java2d/loops/FillPath.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ProcessPath.o ../../../src/share/native/sun/awt/../java2d/loops/ProcessPath.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskBlit.o ../../../src/share/native/sun/awt/../java2d/loops/MaskBlit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskFill.o ../../../src/share/native/sun/awt/../java2d/loops/MaskFill.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/TransformHelper.o ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c: In function 'Java_sun_java2d_loops_TransformHelper_Transform': ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c:189: warning: 'pInterpFunc' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c:188: warning: 'pHelperFunc' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c:187: warning: 'maxlinepix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMath.o ../../../src/share/native/sun/awt/../java2d/loops/AlphaMath.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMacros.o ../../../src/share/native/sun/awt/../java2d/loops/AlphaMacros.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyByte.o ../../../src/share/native/sun/awt/../java2d/loops/AnyByte.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary1Bit.o ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary2Bit.o ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c: In function 'ByteBinary1BitToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:118: warning: 'DstWrite' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:118: warning: 'SrcReadrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c: In function 'IntArgbToByteBinary1BitAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:120: warning: 'DstWritergb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:120: warning: 'SrcRead' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c: In function 'ByteBinary1BitAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:122: warning: 'DstWritergb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary4Bit.o ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c: In function 'ByteBinary2BitToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:111: warning: 'DstWrite' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:111: warning: 'SrcReadrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c: In function 'IntArgbToByteBinary2BitAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:113: warning: 'DstWritergb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:113: warning: 'SrcRead' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c: In function 'ByteBinary2BitAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:115: warning: 'DstWritergb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteIndexed.o ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c: In function 'ByteBinary4BitToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:111: warning: 'DstWrite' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:111: warning: 'SrcReadrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c: In function 'IntArgbToByteBinary4BitAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:113: warning: 'DstWritergb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:113: warning: 'SrcRead' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c: In function 'ByteBinary4BitAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:115: warning: 'DstWritergb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteGray.o ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'ByteIndexedAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:246: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'IntArgbToByteIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:248: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:248: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'IntArgbPreToByteIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:250: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:250: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'IntRgbToByteIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:252: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c: In function 'IntArgbToByteGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c:193: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c: In function 'IntArgbPreToByteGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c:197: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index8Gray.o ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index12Gray.o ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c: In function 'IntArgbToIndex8GrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c:239: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c: In function 'IntArgbPreToIndex8GrayAlphaMaskBlit':../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c: In function 'IntArgbToIndex12GrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c:244: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c:241: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c: In function 'IntArgbPreToIndex12GrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c:246: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyShort.o ../../../src/share/native/sun/awt/../java2d/loops/AnyShort.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgb.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort565Rgb.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c: In function 'IntArgbToUshort555RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c:171: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c: In function 'IntArgbPreToUshort555RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c:175: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort4444Argb.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort4444Argb.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c: In function 'IntArgbToUshort565RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c:178: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c: In function 'IntArgbPreToUshort565RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c:180: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgbx.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgbx.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortGray.o ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortIndexed.o ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c: In function 'IntArgbToUshortGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c:159: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c: In function 'IntArgbPreToUshortGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c:163: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any3Byte.o ../../../src/share/native/sun/awt/../java2d/loops/Any3Byte.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'UshortIndexedAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:237: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'IntArgbToUshortIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:239: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:239: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'IntArgbPreToUshortIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:241: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:241: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'IntRgbToUshortIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:243: warning: 'DstPixrgb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ThreeByteBgr.o ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyInt.o ../../../src/share/native/sun/awt/../java2d/loops/AnyInt.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgb.o ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c: In function 'IntArgbToThreeByteBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c:161: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c: In function 'IntArgbPreToThreeByteBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c:165: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntArgbAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:113: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntArgbToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:117: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:117: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbPre.o ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntArgbPreToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:121: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:121: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntRgbToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:123: warning: 'DstPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbBm.o ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntArgbPreAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:164: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntArgbToIntArgbPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:168: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:168: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntArgbPreToIntArgbPreAlphaMaskBlit':../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c: In function 'IntArgbBmAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:115: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:172: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:172: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntRgbToIntArgbPreAlphaMaskBlit':../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c: In function 'IntArgbToIntArgbBmAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:174: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:117: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:117: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c: In function 'IntArgbPreToIntArgbBmAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:119: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:119: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgb.o ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntBgr.o ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c: In function 'IntArgbToIntRgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c:161: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c: In function 'IntArgbPreToIntRgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c:165: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c: In function 'IntArgbToIntBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c:194: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c: In function 'IntArgbPreToIntBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c:198: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgbx.o ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any4Byte.o ../../../src/share/native/sun/awt/../java2d/loops/Any4Byte.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c: In function 'IntArgbToIntRgbxAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c:161: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c: In function 'IntArgbPreToIntRgbxAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c:165: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgr.o ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgrPre.o ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c: In function 'IntArgbToFourByteAbgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c:166: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c: In function 'IntArgbPreToFourByteAbgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c:170: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c: In function 'IntArgbToFourByteAbgrPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c:174: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c: In function 'IntArgbPreToFourByteAbgrPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c:178: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedMaskBlit.o ../../../src/share/native/sun/awt/../java2d/pipe/BufferedMaskBlit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedRenderPipe.o ../../../src/share/native/sun/awt/../java2d/pipe/BufferedRenderPipe.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/RenderBuffer.o ../../../src/share/native/sun/awt/../java2d/pipe/RenderBuffer.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ShapeSpanIterator.o ../../../src/share/native/sun/awt/../java2d/pipe/ShapeSpanIterator.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SpanClipRenderer.o ../../../src/share/native/sun/awt/../java2d/pipe/SpanClipRenderer.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImageRep.o ../../../src/share/native/sun/awt/image/awt_ImageRep.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImagingLib.o ../../../src/share/native/sun/awt/medialib/awt_ImagingLib.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_Mlib.o ../../../src/solaris/native/sun/awt/awt_Mlib.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_parseImage.o ../../../src/share/native/sun/awt/image/awt_parseImage.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DataBufferNative.o ../../../src/share/native/sun/awt/image/DataBufferNative.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/dither.o ../../../src/share/native/sun/awt/image/dither.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_assert.o ../../../src/share/native/sun/awt/debug/debug_assert.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_mem.o ../../../src/share/native/sun/awt/debug/debug_mem.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_trace.o ../../../src/share/native/sun/awt/debug/debug_trace.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_util.o ../../../src/share/native/sun/awt/debug/debug_util.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_LoadLibrary.o ../../../src/solaris/native/sun/awt/awt_LoadLibrary.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/initIDs.o ../../../src/solaris/native/sun/awt/initIDs.c warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_LoadLibrary.c:384: warning: type defaults to 'int' in declaration of 'getAwtLockFunctions_type' ../../../src/solaris/native/sun/awt/awt_LoadLibrary.c:389: warning: type defaults to 'int' in declaration of 'getAwtData_type' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MapAccelFunc.o ../../../src/share/native/sun/awt/../java2d/loops/MapAccelFunc.c warning: dangerous include path /usr/include make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/awt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/awt STATS: LIBRARY=awt, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/.files_compiled mapfile-vers-linux /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libawt.so -L/usr/lib -L/usr/X11R6/lib -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/ -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/gifdecoder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/imageInitIDs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_colors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Region.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufImgSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Disposer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/GraphicsPrimitiveMgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Blit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BlitBg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ScaledBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillRect.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillSpans.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawLine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawRect.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPolygons.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillPath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ProcessPath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskFill.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/TransformHelper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMacros.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyByte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary1Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary2Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary4Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteIndexed.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteGray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index8Gray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index12Gray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyShort.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort565Rgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort4444Argb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgbx.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortGray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortIndexed.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any3Byte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ThreeByteBgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyInt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbPre.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbBm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntBgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgbx.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any4Byte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgrPre.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedMaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedRenderPipe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/RenderBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ShapeSpanIterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SpanClipRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImageRep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImagingLib.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_Mlib.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_parseImage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DataBufferNative.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/dither.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_assert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_mem.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_LoadLibrary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/initIDs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MapAccelFunc.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lm -ldl -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.properties.src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.SuSE.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.SuSE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.SuSE.properties.src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.Ubuntu.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Ubuntu.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.Ubuntu.properties.src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.Fedora.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/fontconfig.Fedora.properties.src /bin/cp -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/fontconfig/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/*.bfc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/awt' Timing: 00052 seconds or 52s for make-sun-awt <<>>Recursively making splashscreen all @ Sun Aug 2 14:05:54 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/splashscreen' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders/ \ java.awt.SplashScreen mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/splashscreen make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/splashscreen' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/java_awt_SplashScreen.o ../../../src/share/native/sun/awt/splashscreen/java_awt_SplashScreen.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gfx_impl.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c: In function 'initFormat': ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c:292: warning: 'numBits' may be used uninitialized in this function ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c:292: warning: 'shift' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gif.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_gif.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_impl.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_impl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_jpeg.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_png.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_sys.o ../../../src/solaris/native/sun/awt/splashscreen/splashscreen_sys.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/splashscreen' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/splashscreen STATS: LIBRARY=splashscreen, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libsplashscreen.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libsplashscreen.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libsplashscreen.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/java_awt_SplashScreen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gfx_impl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gif.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_impl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_jpeg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_png.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_sys.o -L/usr/X11R6/lib -lX11 -lXext -lm -lpng -ljpeg -lgif -lz -lpthread -lc Warning: forcing gif to be linked statically make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/splashscreen' Timing: 00004 seconds or 4s for make-sun-splashscreen <<>>Recursively making xawt all @ Sun Aug 2 14:05:58 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/xawt' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator/WrapperGenerator.class /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator ../../../src/solaris/classes/sun/awt/X11/generator/WrapperGenerator.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator/sizer.32.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator WrapperGenerator \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator ../../../src/solaris/classes/sun/awt/X11/generator/xlibtypes.txt "sizer" 32 /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator/sizer.32 /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator/sizer.32 /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator/sizer.32.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include GENERATING /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator/sizes.32 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator WrapperGenerator \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11 ../../../src/solaris/classes/sun/awt/X11/generator/xlibtypes.txt "gen" /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/generator/sizes /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.gen_icons for i in ../../../src/solaris/classes/sun/awt/X11/java-icon16.png ../../../src/solaris/classes/sun/awt/X11/java-icon24.png ../../../src/solaris/classes/sun/awt/X11/java-icon32.png ../../../src/solaris/classes/sun/awt/X11/java-icon48.png; do \ filename=`basename $i`; \ name=`/bin/echo -e $filename | /usr/bin/tr '\-.' '__'`; \ classname=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon32_$name.java; \ rm -f $classname; \ /bin/echo -e "package sun.awt.X11;" >> $classname ; \ /bin/echo -e "public class XAWTIcon32_$name {" >> $classname; \ /bin/echo -e "public static int[] $name = { " >> $classname; \ /bin/echo -e "0,0" >> $classname ; \ /bin/echo -e "}; }" >> $classname; \ classname=/home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon64_$name.java; \ rm -f $classname; \ /bin/echo -e "package sun.awt.X11;" >> $classname ; \ /bin/echo -e "public class XAWTIcon64_$name {" >> $classname; \ /bin/echo -e "public static long[] $name = { " >> $classname; \ /bin/echo -e "0,0" >> $classname ; \ /bin/echo -e "}; }" >> $classname; \ done /bin/touch /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.gen_icons /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt /bin/touch /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.gen.wrappers # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.classes.list) ../../../src/solaris/classes/sun/awt/X11/XContentWindow.java ../../../src/solaris/classes/sun/awt/X11/XlibUtil.java ../../../src/solaris/classes/sun/awt/X11/XCanvasPeer.java ../../../src/solaris/classes/sun/awt/X11/XGlobalCursorManager.java ../../../src/solaris/classes/sun/awt/X11/XDialogPeer.java ../../../src/solaris/classes/sun/awt/X11/WindowDimensions.java ../../../src/solaris/classes/sun/awt/X11/XAtom.java ../../../src/solaris/classes/sun/awt/X11/XIconWindow.java ../../../src/solaris/classes/sun/awt/X11/XDnDDropTargetProtocol.java ../../../src/solaris/classes/sun/awt/X11/MotifDnDDragSourceProtocol.java ../../../src/solaris/classes/sun/awt/X11/XlibWrapper.java ../../../src/solaris/classes/sun/awt/X11/XVerticalScrollbar.java ../../../src/solaris/classes/sun/awt/X11/XEmbeddingContainer.java ../../../src/solaris/classes/sun/awt/X11/XWINProtocol.java ../../../src/solaris/classes/sun/awt/X11/XQueryTree.java ../../../src/solaris/classes/sun/awt/X11/XClipboard.java ../../../src/solaris/classes/sun/awt/X11/XDragSourceProtocol.java ../../../src/solaris/classes/sun/awt/X11/XDesktopPeer.java ../../../src/solaris/classes/sun/awt/X11/XSelection.java ../../../src/solaris/classes/sun/awt/X11/XRobotPeer.java ../../../src/solaris/classes/sun/awt/X11/XDragSourceProtocolListener.java ../../../src/solaris/classes/sun/awt/X11/XSystemTrayPeer.java ../../../src/solaris/classes/sun/awt/X11/XDragSourceContextPeer.java ../../../src/solaris/classes/sun/awt/X11/XException.java ../../../src/solaris/classes/sun/awt/X11/XTextFieldPeer.java ../../../src/solaris/classes/sun/awt/X11/XDecoratedPeer.java ../../../src/solaris/classes/sun/awt/X11/MotifColorUtilities.java ../../../src/solaris/classes/sun/awt/X11/XChoicePeer.java ../../../src/solaris/classes/sun/awt/X11/XKeysym.java ../../../src/solaris/classes/sun/awt/X11/XAtomList.java ../../../src/solaris/classes/sun/awt/X11/XHorizontalScrollbar.java ../../../src/solaris/classes/sun/awt/X11/XMouseInfoPeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetRegistry.java ../../../src/solaris/classes/sun/awt/X11/XBaseWindow.java ../../../src/solaris/classes/sun/awt/X11/XTextTransferHelper.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetProtocolListener.java ../../../src/solaris/classes/sun/awt/X11/XListPeer.java ../../../src/solaris/classes/sun/awt/X11/XWarningWindow.java ../../../src/solaris/classes/sun/awt/X11/XMouseDragGestureRecognizer.java ../../../src/solaris/classes/sun/awt/X11/XFocusProxyWindow.java ../../../src/solaris/classes/sun/awt/X11/XTranslateCoordinates.java ../../../src/solaris/classes/sun/awt/X11/XMSelection.java ../../../src/solaris/classes/sun/awt/X11/XUtilConstants.java ../../../src/solaris/classes/sun/awt/X11/XDnDDragSourceProtocol.java ../../../src/solaris/classes/sun/awt/X11/XDragAndDropProtocols.java ../../../src/solaris/classes/sun/awt/X11/XFontPeer.java ../../../src/solaris/classes/sun/awt/X11/XRepaintArea.java ../../../src/solaris/classes/sun/awt/X11/XScrollbarClient.java ../../../src/solaris/classes/sun/awt/X11/XAwtState.java ../../../src/solaris/classes/sun/awt/X11/XEmbedHelper.java ../../../src/solaris/classes/sun/awt/X11/XInputMethod.java ../../../src/solaris/classes/sun/awt/X11/XTrayIconPeer.java ../../../src/solaris/classes/sun/awt/X11/MotifDnDDropTargetProtocol.java ../../../src/solaris/classes/sun/awt/X11/XKeySymConstants.java ../../../src/solaris/classes/sun/awt/X11/ListHelper.java ../../../src/solaris/classes/sun/awt/X11/XWrapperBase.java ../../../src/solaris/classes/sun/awt/X11/XPanelPeer.java ../../../src/solaris/classes/sun/awt/X11/XProtocol.java ../../../src/solaris/classes/sun/awt/X11/XScrollbarPeer.java ../../../src/solaris/classes/sun/awt/X11/XInputMethodDescriptor.java ../../../src/solaris/classes/sun/awt/X11/XCustomCursor.java ../../../src/solaris/classes/sun/awt/X11/XStateProtocol.java ../../../src/solaris/classes/sun/awt/X11/XFileDialogPeer.java ../../../src/solaris/classes/sun/awt/X11/XAWTLookAndFeel.java ../../../src/solaris/classes/sun/awt/X11/XAbstractMenuItem.java ../../../src/solaris/classes/sun/awt/X11/XPopupMenuPeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetEventProcessor.java ../../../src/solaris/classes/sun/awt/X11/XEmbeddedFrame.java ../../../src/solaris/classes/sun/awt/X11/XBaseMenuWindow.java ../../../src/solaris/classes/sun/awt/X11/MotifDnDConstants.java ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java ../../../src/solaris/classes/sun/awt/X11/XButtonPeer.java ../../../src/solaris/classes/sun/awt/X11/XMenuItemPeer.java ../../../src/solaris/classes/sun/awt/X11/XCreateWindowParams.java ../../../src/solaris/classes/sun/awt/X11/XToolkitThreadBlockedHandler.java ../../../src/solaris/classes/sun/awt/X11/XCheckboxMenuItemPeer.java ../../../src/solaris/classes/sun/awt/X11/XRootWindow.java ../../../src/solaris/classes/sun/awt/X11/XComponentPeer.java ../../../src/solaris/classes/sun/awt/X11/XKeyboardFocusManagerPeer.java ../../../src/solaris/classes/sun/awt/X11/XMenuWindow.java ../../../src/solaris/classes/sun/awt/X11/XEmbedCanvasPeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetProtocol.java ../../../src/solaris/classes/sun/awt/X11/XEmbedChildProxy.java ../../../src/solaris/classes/sun/awt/X11/XMSelectionListener.java ../../../src/solaris/classes/sun/awt/X11/XWindowAttributesData.java ../../../src/solaris/classes/sun/awt/X11/XMenuBarPeer.java ../../../src/solaris/classes/sun/awt/X11/XCheckboxPeer.java ../../../src/solaris/classes/sun/awt/X11/XProtocolConstants.java ../../../src/solaris/classes/sun/awt/X11/XEventDispatcher.java ../../../src/solaris/classes/sun/awt/X11/UnsafeXDisposerRecord.java ../../../src/solaris/classes/sun/awt/X11/XCursorFontConstants.java ../../../src/solaris/classes/sun/awt/X11/XEmbedClientHelper.java ../../../src/solaris/classes/sun/awt/X11/XTextAreaPeer.java ../../../src/solaris/classes/sun/awt/X11/XDataTransferer.java ../../../src/solaris/classes/sun/awt/X11/XWindow.java ../../../src/solaris/classes/sun/awt/X11/XEmbedChildProxyPeer.java ../../../src/solaris/classes/sun/awt/X11/XToolkit.java ../../../src/solaris/classes/sun/awt/X11/WindowPropertyGetter.java ../../../src/solaris/classes/sun/awt/X11/ToplevelStateListener.java ../../../src/solaris/classes/sun/awt/X11/Native.java ../../../src/solaris/classes/sun/awt/X11/XConstants.java ../../../src/solaris/classes/sun/awt/X11/XFramePeer.java ../../../src/solaris/classes/sun/awt/X11/XLabelPeer.java ../../../src/solaris/classes/sun/awt/X11/MWMConstants.java ../../../src/solaris/classes/sun/awt/X11/XAWTXSettings.java ../../../src/solaris/classes/sun/awt/X11/XModalityProtocol.java ../../../src/solaris/classes/sun/awt/X11/XLayerProtocol.java ../../../src/solaris/classes/sun/awt/X11/XMenuPeer.java ../../../src/solaris/classes/sun/awt/X11/XEmbeddedFramePeer.java ../../../src/solaris/classes/sun/awt/X11/XEmbedServerTester.java ../../../src/solaris/classes/sun/awt/X11/XNETProtocol.java ../../../src/solaris/classes/sun/awt/X11/XIconInfo.java ../../../src/solaris/classes/sun/awt/X11/XPropertyCache.java ../../../src/solaris/classes/sun/awt/X11/XDnDConstants.java ../../../src/solaris/classes/sun/awt/X11/XAWTFormatter.java ../../../src/solaris/classes/sun/awt/X11/XScrollbar.java ../../../src/solaris/classes/sun/awt/X11/XScrollPanePeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetContextPeer.java ../../../src/solaris/classes/sun/awt/X11/XWM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XButtonEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XMotionEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XColormapEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XExposeEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XKeyboardControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XPoint.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XTextItem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XSegment.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon64_java_icon32_png.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon64_java_icon16_png.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XWindowAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XSelectionEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XChar2b.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/awtImageData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XFontSetExtents.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XMapEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XTimeCoord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XVisibilityEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XReparentEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMPreeditCaretCallbackStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMPreeditDrawCallbackStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XSelectionClearEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XConfigureRequestEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMStatusDrawCallbackStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/ScreenFormat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XPropertyEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XHostAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XSizeHints.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XOMFontInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMStringConversionText.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XConfigureEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XResizeRequestEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XExtData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XCharStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon32_java_icon32_png.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XImage.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/AwtGraphicsConfigData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XCrossingEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XVisualInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XUnmapEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XCirculateEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XGCValues.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XSetWindowAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XMapRequestEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon32_java_icon48_png.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XModifierKeymap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XNoExposeEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMCallback.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XRectangle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/ColorData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMHotKeyTrigger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XCreateWindowEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XPixmapFormatValues.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XClassHint.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XFontStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIconSize.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XClientMessageEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMStyles.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XKeyboardState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/Visual.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XTextItem16.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XKeymapEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon32_java_icon24_png.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XComposeStatus.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XSelectionRequestEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon32_java_icon16_png.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XErrorEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XDestroyWindowEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/Depth.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/PropMwmHints.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/AwtScreenData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XWindowChanges.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMValuesList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XGraphicsExposeEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XArc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XMappingEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon64_java_icon48_png.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XStandardColormap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XmbTextItem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XwcTextItem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XOMCharSetList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMHotKeyTriggers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMText.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XWMHints.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XColor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XFontProp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XFocusChangeEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/Screen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XKeyEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XTextProperty.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XOMOrientation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XCirculateRequestEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAnyEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/ColorEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XIMStringConversionCallbackStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XExtCodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XGravityEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XdbeSwapInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/awt/X11/XAWTIcon64_java_icon24_png.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders/ \ sun.awt.X11.XlibWrapper sun.awt.X11.XWindow sun.awt.X11.XDesktopPeer sun.awt.X11.XToolkit sun.awt.X11.XComponentPeer sun.awt.X11.XInputMethod mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/xawt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/xawt' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XlibWrapper.o ../../../src/solaris/native/sun/xawt/XlibWrapper.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XWindow.o ../../../src/solaris/native/sun/xawt/XWindow.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/xawt/XWindow.c: In function 'dumpKeysymArray': ../../../src/solaris/native/sun/xawt/XWindow.c:819: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' ../../../src/solaris/native/sun/xawt/XWindow.c:820: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' ../../../src/solaris/native/sun/xawt/XWindow.c:821: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' ../../../src/solaris/native/sun/xawt/XWindow.c:822: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XToolkit.o ../../../src/solaris/native/sun/xawt/XToolkit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/xawt/XToolkit.c: In function 'NoisyXErrorHandler': ../../../src/solaris/native/sun/xawt/XToolkit.c:720: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'XID' ../../../src/solaris/native/sun/xawt/XToolkit.c:720: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'long unsigned int' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Color.o ../../../src/solaris/native/sun/awt/X11Color.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11SurfaceData.o ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_initSurface': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:495: warning: assignment makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XCreateGC': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1600: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1606: warning: cast from pointer to integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XResetClip': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1625: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XSetClip': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1651: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_XSetCopyMode': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1670: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_XSetXorMode': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1685: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_XSetForeground': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1700: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XSetGraphicsExposures': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1715: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_GraphicsEnv.o ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_InputMethod.o ../../../src/solaris/native/sun/awt/awt_InputMethod.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function 'makeDefaultConfig': ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c:288: warning: format '%x' expects type 'unsigned int *', but argument 3 has type 'VisualID *' ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'createStatusWindow': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'createXIC': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1036: warning: comparison between pointer and integer ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1216: warning: assignment from incompatible pointer type ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'Java_sun_awt_X11_XInputMethod_openXIMNative': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1517: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1527: warning: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'Java_sun_awt_X11_XInputMethod_createXICNative': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1562: warning: comparison between pointer and integer ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'Java_sun_awt_X11_XInputMethod_setXICFocusNative': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1712: warning: comparison between pointer and integer /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/robot_common.o ../../../src/solaris/native/sun/awt/robot_common.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Robot.o ../../../src/solaris/native/sun/awt/awt_Robot.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/list.o ../../../src/solaris/native/sun/awt/list.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/list.c: In function 'add_to_list': ../../../src/solaris/native/sun/awt/list.c:106: warning: implicit declaration of function 'malloc' ../../../src/solaris/native/sun/awt/list.c:106: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/list.c: In function 'new_list': ../../../src/solaris/native/sun/awt/list.c:125: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/list.c: In function 'dup_list_head': ../../../src/solaris/native/sun/awt/list.c:153: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/list.c: In function 'delete_from_list': ../../../src/solaris/native/sun/awt/list.c:207: warning: implicit declaration of function 'free' ../../../src/solaris/native/sun/awt/list.c:207: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/awt/list.c: In function 'delete_list': ../../../src/solaris/native/sun/awt/list.c:240: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/awt/list.c: In function 'delete_list_destroying': ../../../src/solaris/native/sun/awt/list.c:262: warning: incompatible implicit declaration of built-in function 'free' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multiVis.o ../../../src/solaris/native/sun/awt/multiVis.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/initIDs.o ../../../src/solaris/native/sun/awt/initIDs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_util.o ../../../src/solaris/native/sun/awt/awt_util.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Desktop.o ../../../src/solaris/native/sun/xawt/awt_Desktop.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/xawt/awt_Desktop.c: In function 'Java_sun_awt_X11_XDesktopPeer_gnome_1url_1show': ../../../src/solaris/native/sun/xawt/awt_Desktop.c:98: warning: pointer targets in initialization differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_UNIXToolkit.o ../../../src/solaris/native/sun/awt/awt_UNIXToolkit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11FontScaler_md.o ../../../src/solaris/native/sun/java2d/x11/X11FontScaler_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_UNIXToolkit.c: In function '_icon_upcall': ../../../src/solaris/native/sun/awt/awt_UNIXToolkit.c:115: warning: pointer targets in passing argument 5 of '(*env)->SetByteArrayRegion' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11TextRenderer_md.o ../../../src/solaris/native/sun/java2d/x11/X11TextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/fontpath.o ../../../src/solaris/native/sun/awt/fontpath.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/X11TextRenderer_md.c: In function 'AWTDrawGlyphList': ../../../src/solaris/native/sun/java2d/x11/X11TextRenderer_md.c:225: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Insets.o ../../../src/solaris/native/sun/awt/awt_Insets.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Event.o ../../../src/solaris/native/sun/awt/awt_Event.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Renderer.o ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11PMBlitLoops.o ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawLine': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:228: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:234: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:252: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:266: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:270: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawRoundRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:292: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:337: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:340: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:343: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:346: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:351: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:354: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:359: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:362: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawOval': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:381: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:396: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:400: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawArc': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:419: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:425: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawPoly': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:445: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:481: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:485: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDoPath': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:574: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:613: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:672: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:678: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillRoundRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:699: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:744: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:747: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:750: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:753: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:759: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:763: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:768: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillOval': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:786: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:826: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:829: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillArc': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:848: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:854: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillPoly': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:873: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:900: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillSpans': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:927: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:948: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_devCopyArea': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:979: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c: In function 'Java_sun_java2d_x11_X11PMBlitLoops_nativeBlit': ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c:63: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c: In function 'Java_sun_java2d_x11_X11PMBlitBgLoops_nativeBlitBg': ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c:154: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDoPath': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:579: warning: 'fillRule' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBlitLoops.o ../../../src/share/native/sun/java2d/opengl/OGLBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBufImgOps.o ../../../src/share/native/sun/java2d/opengl/OGLBufImgOps.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLContext.o ../../../src/share/native/sun/java2d/opengl/OGLContext.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLFuncs.o ../../../src/share/native/sun/java2d/opengl/OGLFuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskBlit.o ../../../src/share/native/sun/java2d/opengl/OGLMaskBlit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskFill.o ../../../src/share/native/sun/java2d/opengl/OGLMaskFill.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLPaints.o ../../../src/share/native/sun/java2d/opengl/OGLPaints.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderQueue.o ../../../src/share/native/sun/java2d/opengl/OGLRenderQueue.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderer.o ../../../src/share/native/sun/java2d/opengl/OGLRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLSurfaceData.o ../../../src/share/native/sun/java2d/opengl/OGLSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLTextRenderer.o ../../../src/share/native/sun/java2d/opengl/OGLTextRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLVertexCache.o ../../../src/share/native/sun/java2d/opengl/OGLVertexCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXGraphicsConfig.o ../../../src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXSurfaceData.o ../../../src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/AccelGlyphCache.o ../../../src/share/native/sun/font/AccelGlyphCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/share/native/sun/font/AccelGlyphCache.c: In function 'AccelGlyphCache_Init': ../../../src/share/native/sun/font/AccelGlyphCache.c:58: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/font/AccelGlyphCache.c:58: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/font/AccelGlyphCache.c: In function 'AccelGlyphCache_AddGlyph': ../../../src/share/native/sun/font/AccelGlyphCache.c:127: warning: incompatible implicit declaration of built-in function 'malloc' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Font.o ../../../src/solaris/native/sun/awt/awt_Font.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multi_font.o ../../../src/solaris/native/sun/awt/multi_font.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_Font.c: In function 'awtJNI_GetFontData': ../../../src/solaris/native/sun/awt/awt_Font.c:577: warning: comparison with string literal results in unspecified behavior ../../../src/solaris/native/sun/awt/awt_Font.c: In function 'pDataDisposeMethod': ../../../src/solaris/native/sun/awt/awt_Font.c:946: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_AWTEvent.o ../../../src/solaris/native/sun/awt/awt_AWTEvent.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_DrawingSurface.o ../../../src/solaris/native/sun/awt/awt_DrawingSurface.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_DrawingSurface.c: In function 'awt_DrawingSurface_GetDrawingSurfaceInfo': ../../../src/solaris/native/sun/awt/awt_DrawingSurface.c:267: warning: assignment makes integer from pointer without a cast /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/jawt.o ../../../src/solaris/native/sun/awt/jawt.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/CUPSfuncs.o ../../../src/solaris/native/sun/awt/CUPSfuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_assert.o ../../../src/share/native/sun/awt/debug/debug_assert.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_mem.o ../../../src/share/native/sun/awt/debug/debug_mem.c ../../../src/solaris/native/sun/awt/CUPSfuncs.c: In function 'Java_sun_print_CUPSPrinter_getCupsServer': ../../../src/solaris/native/sun/awt/CUPSfuncs.c:148: warning: implicit declaration of function 'strncmp' warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_trace.o ../../../src/share/native/sun/awt/debug/debug_trace.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_util.o ../../../src/share/native/sun/awt/debug/debug_util.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Plugin.o ../../../src/solaris/native/sun/awt/awt_Plugin.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/gtk2_interface.o ../../../src/solaris/native/sun/awt/gtk2_interface.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKEngine.o ../../../src/solaris/native/sun/awt/swing_GTKEngine.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKStyle.o ../../../src/solaris/native/sun/awt/swing_GTKStyle.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/ArrayList.o ../../../src/solaris/native/sun/java2d/x11/ArrayList.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/ArrayList.c: In function 'initXRList': ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:10: warning: implicit declaration of function 'calloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:10: warning: incompatible implicit declaration of built-in function 'calloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c: In function 'getNewXR': ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:20: warning: implicit declaration of function 'realloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:20: warning: incompatible implicit declaration of built-in function 'realloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:22: warning: incompatible implicit declaration of built-in function 'calloc' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/MaskBuffer.o ../../../src/solaris/native/sun/java2d/x11/MaskBuffer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRSurfaceData.o ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/MaskBuffer.c: In function 'initMaskBuffer': ../../../src/solaris/native/sun/java2d/x11/MaskBuffer.c:90: warning: passing argument 2 of 'XCreateImage' from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c: In function 'initXRSrcData': ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:71: warning: passing argument 2 of 'XCreatePixmap' makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:76: warning: passing argument 2 of 'XCreatePixmap' makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:81: warning: passing argument 2 of 'XCreatePixmap' makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c: In function 'Java_sun_java2d_xr_XRSurfaceData_XRSetFilter': ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:455: warning: implicit declaration of function 'XRenderSetPictureFilter' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRGlyphCache.o ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRTextRenderer_md.o ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c: In function 'cleanCache': ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:114: warning: assignment from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c: In function 'uploadGlyph': ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:195: warning: pointer targets in passing argument 6 of 'XRenderAddGlyphs' differ in signedness ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c: In function 'XRGlyphCache_CacheGlyphs': ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:231: warning: assignment from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:234: warning: implicit declaration of function 'round' ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:234: warning: incompatible implicit declaration of built-in function 'round' ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c: In function 'XRT_DrawGlyphList': ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c:144: warning: implicit declaration of function 'floor' ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c:144: warning: incompatible implicit declaration of built-in function 'floor' ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c:157: warning: incompatible implicit declaration of built-in function 'floor' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRRenderer.o ../../../src/solaris/native/sun/java2d/x11/XRRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRPMBlitLoops.o ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/XRRenderer.c: In function 'Java_sun_java2d_xr_XRRenderer_XRDoPath': ../../../src/solaris/native/sun/java2d/x11/XRRenderer.c:136: warning: 'fillRule' may be used uninitialized in this function ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c: In function 'prepareMaskPM': ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:182: warning: pointer targets in assignment differ in signedness ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:185: warning: pointer targets in assignment differ in signedness ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:195: warning: passing argument 2 of 'XCreateImage' from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:195: warning: pointer targets in passing argument 6 of 'XCreateImage' differ in signedness make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/xawt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/xawt STATS: LIBRARY=mawt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/xawt/libmawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN/.. -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libmawt.so -L/usr/X11R6/lib -lpthread -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/xawt/libmawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XlibWrapper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XWindow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XToolkit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Color.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11SurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_GraphicsEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_InputMethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/robot_common.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Robot.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/list.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multiVis.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/initIDs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Desktop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_UNIXToolkit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11FontScaler_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11TextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/fontpath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Insets.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Event.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Renderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11PMBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBufImgOps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLContext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLFuncs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskFill.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLPaints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLTextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLVertexCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXGraphicsConfig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/AccelGlyphCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Font.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multi_font.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_AWTEvent.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_DrawingSurface.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/jawt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/CUPSfuncs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_assert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_mem.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Plugin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/gtk2_interface.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKStyle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/ArrayList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/MaskBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRGlyphCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRTextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRPMBlitLoops.o -lm -lawt -lXext -lX11 -lXrender -ldl -lm -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN/.. -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libmawt.so -lXtst -lXi -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/xawt' Timing: 00041 seconds or 41s for make-sun-xawt <<>>Recursively making headless all @ Sun Aug 2 14:06:39 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/headless' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders/ \ sun.font.FontManager sun.awt.image.ImageRepresentation sun.awt.image.GifImageDecoder sun.awt.image.NativeLibLoader sun.java2d.loops.Blit sun.java2d.loops.BlitBg sun.java2d.loops.ScaledBlit sun.java2d.loops.TransformBlit sun.java2d.loops.FillRect sun.java2d.loops.FillSpans sun.java2d.loops.DrawGlyphList sun.java2d.loops.DrawGlyphListAA sun.java2d.loops.DrawGlyphListLCD sun.java2d.loops.DrawLine sun.java2d.loops.DrawRect sun.java2d.loops.DrawPolygons sun.java2d.loops.DrawPath sun.java2d.loops.FillPath sun.java2d.loops.MaskBlit sun.java2d.loops.MaskFill sun.java2d.loops.TransformHelper sun.java2d.loops.GraphicsPrimitiveMgr sun.java2d.loops.GraphicsPrimitive sun.awt.image.ImagingLib sun.java2d.SurfaceData sun.java2d.SunGraphics2D sun.awt.KeyboardFocusManagerPeerImpl sun.awt.image.BufImgSurfaceData sun.awt.image.DataBufferNative sun.awt.motif.X11FontMetrics sun.awt.X11InputMethod sun.awt.motif.MFontConfiguration sun.awt.motif.MFontPeer sun.awt.motif.MToolkit sun.awt.DebugSettings sun.awt.EmbeddedFrame sun.awt.PlatformFont sun.awt.FontDescriptor sun.awt.NativeLibLoader sun.awt.X11GraphicsEnvironment sun.awt.X11GraphicsDevice sun.awt.X11GraphicsConfig sun.awt.CharsetString sun.awt.UNIXToolkit sun.java2d.pipe.BufferedContext sun.java2d.pipe.BufferedMaskBlit sun.java2d.pipe.BufferedOpCodes sun.java2d.pipe.BufferedPaints sun.java2d.pipe.BufferedRenderPipe sun.java2d.pipe.BufferedTextPipe sun.java2d.pipe.RenderBuffer sun.java2d.pipe.ShapeSpanIterator sun.java2d.pipe.SpanClipRenderer sun.java2d.pipe.RegionIterator sun.awt.image.IntegerComponentRaster sun.java2d.cmm.CMSManager sun.java2d.cmm.PCMM sun.java2d.cmm.ColorTransform sun.awt.datatransfer.DataTransferer sun.awt.dnd.SunDragSourceContextPeer sun.awt.motif.MToolkitThreadBlockedHandler sun.java2d.opengl.OGLBlitLoops sun.java2d.opengl.OGLContext sun.java2d.opengl.OGLMaskFill sun.java2d.opengl.OGLPaints sun.java2d.opengl.OGLRenderer sun.java2d.opengl.OGLRenderQueue sun.java2d.opengl.OGLSurfaceData sun.java2d.opengl.OGLTextRenderer sun.java2d.opengl.GLXGraphicsConfig sun.java2d.opengl.GLXSurfaceData sun.java2d.x11.X11PMBlitLoops sun.java2d.x11.X11PMBlitBgLoops sun.java2d.x11.X11Renderer sun.java2d.x11.X11SurfaceData com.sun.java.swing.plaf.gtk.GTKEngine com.sun.java.swing.plaf.gtk.GTKStyle java.awt.AlphaComposite java.awt.MouseInfo java.awt.Cursor java.awt.Graphics java.awt.Color java.awt.Image java.awt.Rectangle java.awt.Event java.awt.Font java.awt.Insets java.awt.Point java.awt.FontMetrics java.awt.Toolkit java.awt.Component java.awt.Container java.awt.Canvas java.awt.Button java.awt.List java.awt.Adjustable java.awt.Scrollbar java.awt.ScrollPane java.awt.ScrollPaneAdjustable java.awt.Window java.awt.TextField java.awt.Label java.awt.Choice java.awt.TextArea java.awt.MenuBar java.awt.Menu java.awt.MenuComponent java.awt.PopupMenu java.awt.Dialog java.awt.FileDialog java.awt.MenuItem java.awt.Checkbox java.awt.CheckboxMenuItem java.awt.CheckboxGroup java.awt.Frame java.awt.Transparency java.awt.AWTException java.awt.AWTEvent java.awt.AWTKeyStroke java.awt.KeyboardFocusManager java.awt.Dimension java.awt.SystemColor java.awt.TrayIcon java.awt.DisplayMode java.awt.color.ColorSpace java.awt.color.ICC_Profile java.awt.geom.PathIterator java.awt.image.AffineTransformOp java.awt.image.ImageConsumer java.awt.image.ImageObserver java.awt.image.BufferedImage java.awt.image.ColorModel java.awt.image.ConvolveOp java.awt.image.DirectColorModel java.awt.image.IndexColorModel java.awt.image.DataBuffer java.awt.datatransfer.Transferable java.awt.datatransfer.DataFlavor java.awt.datatransfer.UnsupportedFlavorException java.awt.datatransfer.Clipboard java.awt.datatransfer.ClipboardOwner java.awt.datatransfer.StringSelection java.awt.event.AdjustmentEvent java.awt.event.KeyEvent java.awt.event.MouseEvent java.awt.event.MouseWheelEvent java.awt.event.FocusEvent java.awt.event.InputEvent java.awt.event.WindowEvent java.awt.event.NativeLibLoader java.awt.peer.ComponentPeer java.awt.dnd.DnDConstants sun.awt.CausedFocusEvent java.io.InputStream java.lang.ThreadGroup mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/.class.headers.i586] Error 1 (ignored) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/headless Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/headless make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/headless' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_Font.o ../../../src/solaris/native/sun/awt/awt_Font.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_MToolkit.o ../../../src/solaris/native/sun/awt/awt_MToolkit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/fontpath.o ../../../src/solaris/native/sun/awt/fontpath.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/VDrawingArea.o ../../../src/solaris/native/sun/awt/VDrawingArea.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Color.o ../../../src/solaris/native/sun/awt/X11Color.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Renderer.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11Renderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11PMBlitLoops.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11PMBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11SurfaceData.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11FontScaler_md.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11FontScaler_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c: In function 'XShared_initSurface': ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c:467: warning: control reaches end of non-void function ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c: In function 'XShared_initIDs': ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c:145: warning: control reaches end of non-void function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11TextRenderer_md.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11TextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/XRTextRenderer_md.o ../../../src/solaris/native/sun/awt/../java2d/x11/XRTextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBlitLoops.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBufImgOps.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLBufImgOps.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLContext.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLContext.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLFuncs.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLFuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskBlit.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLMaskBlit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskFill.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLMaskFill.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLPaints.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLPaints.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderQueue.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLRenderQueue.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderer.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLSurfaceData.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLTextRenderer.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLTextRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLVertexCache.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLVertexCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXGraphicsConfig.o ../../../src/solaris/native/sun/awt/../java2d/opengl/GLXGraphicsConfig.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXSurfaceData.o ../../../src/solaris/native/sun/awt/../java2d/opengl/GLXSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/AccelGlyphCache.o ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/CUPSfuncs.o ../../../src/solaris/native/sun/awt/CUPSfuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c: In function 'AccelGlyphCache_Init': ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c:58: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c:58: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c: In function 'AccelGlyphCache_AddGlyph': ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c:127: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/CUPSfuncs.c: In function 'Java_sun_print_CUPSPrinter_getCupsServer': ../../../src/solaris/native/sun/awt/CUPSfuncs.c:148: warning: implicit declaration of function 'strncmp' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/headless' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/headless STATS: LIBRARY=mawt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/headless/libmawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN/.. -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libmawt.so -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/ -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/headless/libmawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_Font.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_MToolkit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/fontpath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/VDrawingArea.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Color.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Renderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11PMBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11SurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11FontScaler_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11TextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/XRTextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBufImgOps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLContext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLFuncs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskFill.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLPaints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLTextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLVertexCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXGraphicsConfig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/AccelGlyphCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/CUPSfuncs.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lstdc++ -lawt -lm -ldl -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/headless' Timing: 00008 seconds or 8s for make-sun-headless <<>>Recursively making font all @ Sun Aug 2 14:06:47 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/font' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/.classes.list) ../../../src/share/classes/sun/font/PhysicalFont.java ../../../src/share/classes/sun/font/Script.java ../../../src/share/classes/sun/font/DelegatingShape.java ../../../src/share/classes/sun/font/TrueTypeFont.java ../../../src/share/classes/sun/font/StandardGlyphVector.java ../../../src/share/classes/sun/font/CreatedFontTracker.java ../../../src/share/classes/sun/font/StrikeMetrics.java ../../../src/share/classes/sun/font/TextSource.java ../../../src/share/classes/sun/font/GraphicComponent.java ../../../src/share/classes/sun/font/FontStrikeDesc.java ../../../src/share/classes/sun/font/FontDesignMetrics.java ../../../src/share/classes/sun/font/TextLineComponent.java ../../../src/share/classes/sun/font/AttributeValues.java ../../../src/share/classes/sun/font/ExtendedTextLabel.java ../../../src/share/classes/sun/font/AttributeMap.java ../../../src/share/classes/sun/font/GlyphList.java ../../../src/share/classes/sun/font/TextRecord.java ../../../src/share/classes/sun/font/BidiUtils.java ../../../src/share/classes/sun/font/GlyphLayout.java ../../../src/share/classes/sun/font/FontLineMetrics.java ../../../src/share/classes/sun/font/CompositeStrike.java ../../../src/share/classes/sun/font/FontFamily.java ../../../src/share/classes/sun/font/CMap.java ../../../src/share/classes/sun/font/CoreMetrics.java ../../../src/share/classes/sun/font/Font2DHandle.java ../../../src/share/classes/sun/font/Type1GlyphMapper.java ../../../src/share/classes/sun/font/SunLayoutEngine.java ../../../src/share/classes/sun/font/EAttribute.java ../../../src/share/classes/sun/font/FontStrikeDisposer.java ../../../src/share/classes/sun/font/FileFont.java ../../../src/share/classes/sun/font/FontScaler.java ../../../src/share/classes/sun/font/CompositeFont.java ../../../src/share/classes/sun/font/FontStrike.java ../../../src/share/classes/sun/font/CompositeFontDescriptor.java ../../../src/share/classes/sun/font/PhysicalStrike.java ../../../src/share/classes/sun/font/TextLabelFactory.java ../../../src/share/classes/sun/font/ScriptRun.java ../../../src/share/classes/sun/font/StandardTextSource.java ../../../src/share/classes/sun/font/NullFontScaler.java ../../../src/share/classes/sun/font/TextLabel.java ../../../src/share/classes/sun/font/FreetypeFontScaler.java ../../../src/share/classes/sun/font/FontManagerNativeLibrary.java ../../../src/share/classes/sun/font/FontScalerException.java ../../../src/share/classes/sun/font/CharToGlyphMapper.java ../../../src/share/classes/sun/font/Underline.java ../../../src/share/classes/sun/font/Decoration.java ../../../src/share/classes/sun/font/FileFontStrike.java ../../../src/share/classes/sun/font/StrikeCache.java ../../../src/share/classes/sun/font/TextSourceLabel.java ../../../src/share/classes/sun/font/ScriptRunData.java ../../../src/share/classes/sun/font/CompositeGlyphMapper.java ../../../src/share/classes/sun/font/TrueTypeGlyphMapper.java ../../../src/share/classes/sun/font/Font2D.java ../../../src/share/classes/sun/font/FontResolver.java ../../../src/share/classes/sun/font/FontRunIterator.java ../../../src/share/classes/sun/font/Type1Font.java ../../../src/share/classes/sun/font/ExtendedTextSourceLabel.java ../../../src/share/classes/sun/font/LayoutPathImpl.java ../../../src/solaris/classes/sun/font/NativeStrike.java ../../../src/solaris/classes/sun/font/NativeFont.java ../../../src/solaris/classes/sun/font/XRTextRenderer.java ../../../src/solaris/classes/sun/font/X11TextRenderer.java ../../../src/solaris/classes/sun/font/NativeGlyphMapper.java ../../../src/solaris/classes/sun/font/NativeStrikeDisposer.java ../../../src/solaris/classes/sun/font/XMap.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders/ \ sun.font.SunLayoutEngine java.awt.Font java.text.Bidi sun.font.FileFont sun.font.FontManager sun.font.GlyphList sun.font.NativeFont sun.font.StrikeCache sun.font.NullFontScaler sun.font.FreetypeFontScaler sun.java2d.loops.DrawGlyphList sun.java2d.loops.DrawGlyphListAA sun.java2d.loops.DrawGlyphListLCD sun.java2d.loops.GraphicsPrimitive sun.font.NativeStrike sun.font.NativeStrikeDisposer sun.font.X11TextRenderer sun.font.XRTextRenderer sun.awt.X11GraphicsEnvironment mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/font make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/font' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/jbidi.o ../../../src/share/native/sun/font/bidi/jbidi.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidi.o ../../../src/share/native/sun/font/bidi/ubidi.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidiln.o ../../../src/share/native/sun/font/bidi/ubidiln.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/uchardir.o ../../../src/share/native/sun/font/bidi/uchardir.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../../src/share/native/sun/font/bidi/uchardir.c: In function 'u_getDirection': ../../../src/share/native/sun/font/bidi/uchardir.c:617: warning: array subscript is above array bounds /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DrawGlyphList.o ../../../src/share/native/sun/font/DrawGlyphList.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/sunFont.o ../../../src/share/native/sun/font/sunFont.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'setupBlitVector': ../../../src/share/native/sun/font/DrawGlyphList.c:73: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/font/DrawGlyphList.c:73: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/font/DrawGlyphList.c:79: warning: implicit declaration of function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:79: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:96: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:104: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c:117: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'Java_sun_java2d_loops_DrawGlyphList_DrawGlyphList': ../../../src/share/native/sun/font/DrawGlyphList.c:327: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'Java_sun_java2d_loops_DrawGlyphListAA_DrawGlyphListAA': ../../../src/share/native/sun/font/DrawGlyphList.c:356: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'Java_sun_java2d_loops_DrawGlyphListLCD_DrawGlyphListLCD': ../../../src/share/native/sun/font/DrawGlyphList.c:388: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'setupLCDBlitVector': ../../../src/share/native/sun/font/DrawGlyphList.c:502: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/font/DrawGlyphList.c:508: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:526: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c:548: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:555: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c:630: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'initLUT': ../../../src/share/native/sun/font/DrawGlyphList.c:691: warning: incompatible implicit declaration of built-in function 'malloc' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/freetypeScaler.o ../../../src/share/native/sun/font/freetypeScaler.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11FontScaler.o ../../../src/solaris/native/sun/font/X11FontScaler.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrikeDisposer_freeNativeScalerContext': ../../../src/solaris/native/sun/font/X11FontScaler.c:53: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c:59: warning: implicit declaration of function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c:59: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrike_createNullScalerContext': ../../../src/solaris/native/sun/font/X11FontScaler.c:68: warning: implicit declaration of function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:68: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrike_createScalerContext': ../../../src/solaris/native/sun/font/X11FontScaler.c:86: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:97: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_fontExists': ../../../src/solaris/native/sun/font/X11FontScaler.c:154: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:164: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_haveBitmapFonts': ../../../src/solaris/native/sun/font/X11FontScaler.c:178: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:188: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_countGlyphs': ../../../src/solaris/native/sun/font/X11FontScaler.c:207: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c:214: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrike_getMaxGlyph': ../../../src/solaris/native/sun/font/X11FontScaler.c:223: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getGlyphAdvance': ../../../src/solaris/native/sun/font/X11FontScaler.c:235: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getGlyphImageNoDefault': ../../../src/solaris/native/sun/font/X11FontScaler.c:274: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getGlyphImage': ../../../src/solaris/native/sun/font/X11FontScaler.c:295: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getFontMetrics': ../../../src/solaris/native/sun/font/X11FontScaler.c:316: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/XRTextRenderer.o ../../../src/solaris/native/sun/font/XRTextRenderer.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11TextRenderer.o ../../../src/solaris/native/sun/font/X11TextRenderer.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CursiveAttachmentSubtables.o ../../../src/share/native/sun/font/layout/CursiveAttachmentSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ExtensionSubtables.o ../../../src/share/native/sun/font/layout/ExtensionSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MPreFixups.o ../../../src/share/native/sun/font/layout/MPreFixups.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HanLayoutEngine.o ../../../src/share/native/sun/font/layout/HanLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEFontInstance.o ../../../src/share/native/sun/font/layout/LEFontInstance.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualGlyphSubstProc.o ../../../src/share/native/sun/font/layout/ContextualGlyphSubstProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicRearrangementProcessor.o ../../../src/share/native/sun/font/layout/IndicRearrangementProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstProc.o ../../../src/share/native/sun/font/layout/LigatureSubstProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupTables.o ../../../src/share/native/sun/font/layout/LookupTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MorphTables.o ../../../src/share/native/sun/font/layout/MorphTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/NonContextualGlyphSubstProc.o ../../../src/share/native/sun/font/layout/NonContextualGlyphSubstProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentArrayProcessor.o ../../../src/share/native/sun/font/layout/SegmentArrayProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentSingleProcessor.o ../../../src/share/native/sun/font/layout/SegmentSingleProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SimpleArrayProcessor.o ../../../src/share/native/sun/font/layout/SimpleArrayProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleTableProcessor.o ../../../src/share/native/sun/font/layout/SingleTableProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/StateTableProcessor.o ../../../src/share/native/sun/font/layout/StateTableProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubtableProcessor.o ../../../src/share/native/sun/font/layout/SubtableProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/TrimmedArrayProcessor.o ../../../src/share/native/sun/font/layout/TrimmedArrayProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AlternateSubstSubtables.o ../../../src/share/native/sun/font/layout/AlternateSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AnchorTables.o ../../../src/share/native/sun/font/layout/AnchorTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonData.o ../../../src/share/native/sun/font/layout/CanonData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonShaping.o ../../../src/share/native/sun/font/layout/CanonShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ClassDefinitionTables.o ../../../src/share/native/sun/font/layout/ClassDefinitionTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualSubstSubtables.o ../../../src/share/native/sun/font/layout/ContextualSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CoverageTables.o ../../../src/share/native/sun/font/layout/CoverageTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DeviceTables.o ../../../src/share/native/sun/font/layout/DeviceTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Features.o ../../../src/share/native/sun/font/layout/Features.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GDEFMarkFilter.o ../../../src/share/native/sun/font/layout/GDEFMarkFilter.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphDefinitionTables.o ../../../src/share/native/sun/font/layout/GlyphDefinitionTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphIterator.o ../../../src/share/native/sun/font/layout/GlyphIterator.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphLookupTables.o ../../../src/share/native/sun/font/layout/GlyphLookupTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositionAdjustments.o ../../../src/share/native/sun/font/layout/GlyphPositionAdjustments.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPosnLookupProc.o ../../../src/share/native/sun/font/layout/GlyphPosnLookupProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositioningTables.o ../../../src/share/native/sun/font/layout/GlyphPositioningTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstLookupProc.o ../../../src/share/native/sun/font/layout/GlyphSubstLookupProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstitutionTables.o ../../../src/share/native/sun/font/layout/GlyphSubstitutionTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewLigatureData.o ../../../src/share/native/sun/font/layout/HebrewLigatureData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewShaping.o ../../../src/share/native/sun/font/layout/HebrewShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicClassTables.o ../../../src/share/native/sun/font/layout/IndicClassTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicReordering.o ../../../src/share/native/sun/font/layout/IndicReordering.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KernTable.o ../../../src/share/native/sun/font/layout/KernTable.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerLayoutEngine.o ../../../src/share/native/sun/font/layout/KhmerLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerReordering.o ../../../src/share/native/sun/font/layout/KhmerReordering.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEGlyphStorage.o ../../../src/share/native/sun/font/layout/LEGlyphStorage.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEInsertionList.o ../../../src/share/native/sun/font/layout/LEInsertionList.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstSubtables.o ../../../src/share/native/sun/font/layout/LigatureSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupProcessor.o ../../../src/share/native/sun/font/layout/LookupProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Lookups.o ../../../src/share/native/sun/font/layout/Lookups.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkArrays.o ../../../src/share/native/sun/font/layout/MarkArrays.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToBasePosnSubtables.o ../../../src/share/native/sun/font/layout/MarkToBasePosnSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToLigaturePosnSubtables.o ../../../src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToMarkPosnSubtables.o ../../../src/share/native/sun/font/layout/MarkToMarkPosnSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MirroredCharData.o ../../../src/share/native/sun/font/layout/MirroredCharData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MultipleSubstSubtables.o ../../../src/share/native/sun/font/layout/MultipleSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeUtilities.o ../../../src/share/native/sun/font/layout/OpenTypeUtilities.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/PairPositioningSubtables.o ../../../src/share/native/sun/font/layout/PairPositioningSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguage.o ../../../src/share/native/sun/font/layout/ScriptAndLanguage.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ShapingTypeData.o ../../../src/share/native/sun/font/layout/ShapingTypeData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SinglePositioningSubtables.o ../../../src/share/native/sun/font/layout/SinglePositioningSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleSubstitutionSubtables.o ../../../src/share/native/sun/font/layout/SingleSubstitutionSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubstitutionLookups.o ../../../src/share/native/sun/font/layout/SubstitutionLookups.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiShaping.o ../../../src/share/native/sun/font/layout/ThaiShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiStateTables.o ../../../src/share/native/sun/font/layout/ThaiStateTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ValueRecords.o ../../../src/share/native/sun/font/layout/ValueRecords.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicLayoutEngine.o ../../../src/share/native/sun/font/layout/ArabicLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicShaping.o ../../../src/share/native/sun/font/layout/ArabicShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GXLayoutEngine.o ../../../src/share/native/sun/font/layout/GXLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicLayoutEngine.o ../../../src/share/native/sun/font/layout/IndicLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LayoutEngine.o ../../../src/share/native/sun/font/layout/LayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SunLayoutEngine.o ../../../src/share/native/sun/font/layout/SunLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeLayoutEngine.o ../../../src/share/native/sun/font/layout/OpenTypeLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiLayoutEngine.o ../../../src/share/native/sun/font/layout/ThaiLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguageTags.o ../../../src/share/native/sun/font/layout/ScriptAndLanguageTags.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/FontInstanceAdapter.o ../../../src/share/native/sun/font/FontInstanceAdapter.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/font' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/font STATS: LIBRARY=fontmanager, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libfontmanager.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/.files_compiled mapfile-vers.openjdk /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -Xlinker -O1 -Xlinker -version-script=mapfile-vers.openjdk -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libfontmanager.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libfontmanager.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/jbidi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidiln.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/uchardir.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DrawGlyphList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/sunFont.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/freetypeScaler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11FontScaler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/XRTextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11TextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CursiveAttachmentSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ExtensionSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MPreFixups.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HanLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEFontInstance.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualGlyphSubstProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicRearrangementProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MorphTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/NonContextualGlyphSubstProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentArrayProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentSingleProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SimpleArrayProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleTableProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/StateTableProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubtableProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/TrimmedArrayProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AlternateSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AnchorTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ClassDefinitionTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CoverageTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DeviceTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Features.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GDEFMarkFilter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphDefinitionTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphIterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphLookupTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositionAdjustments.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPosnLookupProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositioningTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstLookupProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstitutionTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewLigatureData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicClassTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicReordering.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KernTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerReordering.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEGlyphStorage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEInsertionList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Lookups.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkArrays.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToBasePosnSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToLigaturePosnSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToMarkPosnSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MirroredCharData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MultipleSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeUtilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/PairPositioningSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ShapingTypeData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SinglePositioningSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleSubstitutionSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubstitutionLookups.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiStateTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ValueRecords.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GXLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SunLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguageTags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/FontInstanceAdapter.o -L/usr/lib -lopenjdk6_lsb_helper -lfreetype -lawt -lm -lstdc++ -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/font' Timing: 00031 seconds or 31s for make-sun-font <<>>Recursively making jpeg all @ Sun Aug 2 14:07:18 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jpeg' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders/ \ sun.awt.image.JPEGImageDecoder com.sun.imageio.plugins.jpeg.JPEGImageReader com.sun.imageio.plugins.jpeg.JPEGImageWriter java.io.InputStream mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[5]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jpeg make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jpeg' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/awt/image/jpeg -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/imageioJPEG.o ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/awt/image/jpeg -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/jpegdecoder.o ../../../src/share/native/sun/awt/image/jpeg/jpegdecoder.c ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_initJPEGImageReader':../../../src/share/native/sun/awt/image/jpeg/jpegdecoder.c: In function 'sun_jpeg_fill_suspended_buffer': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1546: warning: cast from pointer to integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_setSource': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1561: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImageHeader': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1600: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_setOutColorSpace': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1789: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1846: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_abortRead': ../../../src/share/native/sun/awt/image/jpeg/jpegdecoder.c:359: warning: comparison between signed and unsigned ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2146: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_resetLibraryState': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2164: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_resetReader': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2186: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_disposeReader': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2259: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_initJPEGImageWriter': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2652: warning: cast from pointer to integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_setDest': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2662: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeTables': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2693: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2792: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_abortWrite': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:3095: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_resetWriter': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:3112: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_disposeWriter': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:3144: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2791: warning: variable 'mustScale' might be clobbered by 'longjmp' or 'vfork' ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1843: warning: variable 'mustScale' might be clobbered by 'longjmp' or 'vfork' ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1845: warning: variable 'orderedBands' might be clobbered by 'longjmp' or 'vfork' ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1824: warning: argument 'maxProgressivePass' might be clobbered by 'longjmp' or 'vfork' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jpeg' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jpeg STATS: LIBRARY=jpeg, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjpeg.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/awt/image/jpeg -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjpeg.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjpeg.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/imageioJPEG.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/jpegdecoder.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc -ldl make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jpeg' Timing: 00003 seconds or 3s for make-sun-jpeg <<>>Recursively making cmm all @ Sun Aug 2 14:07:21 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/cmm' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/sRGB.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/sRGB.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/sRGB.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/GRAY.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/GRAY.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/GRAY.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/CIEXYZ.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/CIEXYZ.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/CIEXYZ.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/PYCC.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/PYCC.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/PYCC.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/LINEAR_RGB.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/LINEAR_RGB.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/cmm/LINEAR_RGB.pf Begin Processing SUBDIRS: lcms >>>Recursively making lcms all @ Sun Aug 2 14:07:22 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/cmm/lcms' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders/ \ sun.java2d.cmm.lcms.LCMS mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[6]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/cmm/lcms make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/cmm/lcms' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam02.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam02.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam97.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam97.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam02.c:56: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam97.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscgats.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscnvrt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c: In function 'cmsIT8Alloc':In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c:1328: warning: comparison between signed and unsigned ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c:1331: warning: comparison between signed and unsigned ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmserr.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmserr.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmserr.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgamma.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgamma.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgamma.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgmt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgmt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgmt.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsintrp.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsintrp.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsintrp.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio0.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio0.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio0.c:57: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio1.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:55: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c: In function 'ReadEmbeddedTextTag': ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:1623: warning: initialization from incompatible pointer type ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:1680: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c: In function 'SaveDescription': ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:2955: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmslut.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c: In function '_cmsModifyTagData': ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:3773: warning: 'beforeBuf' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:3773: warning: 'afterBuf' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c: In function 'cmsEvalLUTreverse': ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[0u]' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[1]' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[2]' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[3]' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmatsh.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmatsh.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmatsh.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmtrx.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsnamed.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsnamed.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsnamed.c:55: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspack.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmspack.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmspack.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspcs.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmspcs.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmspcs.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsps2.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsps2.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsps2.c:57: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmssamp.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c: At top level: ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c:484: warning: ignoring #pragma warning /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsvirt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsvirt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsvirt.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmswtpnt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c: In function 'Robertson': ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c:393: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsxform.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsxform.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/LCMS.o ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsxform.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c:31: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c: In function 'Java_sun_java2d_cmm_lcms_LCMS_createNativeTransform': ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c:126: warning: return makes integer from pointer without a cast ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c:149: warning: passing argument 1 of 'cmsCreateMultiprofileTransform' from incompatible pointer type make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/cmm/lcms' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/cmm/lcms STATS: LIBRARY=lcms, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/liblcms.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=liblcms.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/liblcms.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam02.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam97.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscgats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscnvrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmserr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsintrp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio0.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmslut.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmatsh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmtrx.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsnamed.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspcs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsps2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmssamp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsvirt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmswtpnt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsxform.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/LCMS.o -lm -lawt -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/xawt -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/sun.java2d.cmm.PCMM /bin/cp ../../../../src/share/classes/sun/java2d/cmm/lcms/META-INF/services/sun.java2d.cmm.PCMM /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/sun.java2d.cmm.PCMM make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/cmm/lcms' Timing: 00013 seconds or 13s for make-sun-cmm-lcms <<>>Recursively making applet all @ Sun Aug 2 14:07:36 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/applet' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/applet/resources/MsgAppletViewer_zh_HK.java /bin/cat ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/applet/resources/MsgAppletViewer_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/.classes.list) ../../../src/share/classes/sun/applet/resources/MsgAppletViewer.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_de.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_es.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_fr.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_it.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_ja.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_ko.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_sv.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_zh_CN.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/applet/resources/MsgAppletViewer_zh_HK.java ../../../src/share/classes/sun/applet/AppletProps.java ../../../src/share/classes/sun/applet/PluginClassLoader.java ../../../src/share/classes/sun/applet/JavaConsole.java ../../../src/share/classes/sun/applet/PasswordAuthenticationDialog.java ../../../src/share/classes/sun/applet/AppletIOException.java ../../../src/share/classes/sun/applet/PluginMain.java ../../../src/share/classes/sun/applet/AppletEventMulticaster.java ../../../src/share/classes/sun/applet/AppletThreadGroup.java ../../../src/share/classes/sun/applet/RequestQueue.java ../../../src/share/classes/sun/applet/AppletPanel.java ../../../src/share/classes/sun/applet/AppletImageRef.java ../../../src/share/classes/sun/applet/AppletMessageHandler.java ../../../src/share/classes/sun/applet/AppletViewerPanel.java ../../../src/share/classes/sun/applet/AppletListener.java ../../../src/share/classes/sun/applet/Main.java ../../../src/share/classes/sun/applet/GetMemberPluginCallRequest.java ../../../src/share/classes/sun/applet/AppletIllegalArgumentException.java ../../../src/share/classes/sun/applet/AppletSecurity.java ../../../src/share/classes/sun/applet/PluginDebug.java ../../../src/share/classes/sun/applet/PluginProxyInfoRequest.java ../../../src/share/classes/sun/applet/AppletClassLoader.java ../../../src/share/classes/sun/applet/PluginMessageHandlerWorker.java ../../../src/share/classes/sun/applet/AppletViewer.java ../../../src/share/classes/sun/applet/PluginProxySelector.java ../../../src/share/classes/sun/applet/PluginStreamHandler.java ../../../src/share/classes/sun/applet/TestEnv.java ../../../src/share/classes/sun/applet/PluginCallRequestFactory.java ../../../src/share/classes/sun/applet/PluginCallRequest.java ../../../src/share/classes/sun/applet/VoidPluginCallRequest.java ../../../src/share/classes/sun/applet/AppletEvent.java ../../../src/share/classes/sun/applet/PluginAppletSecurityContext.java ../../../src/share/classes/sun/applet/AppletObjectInputStream.java ../../../src/share/classes/sun/applet/PluginMessageConsumer.java ../../../src/share/classes/sun/applet/AppletViewerFactory.java ../../../src/share/classes/sun/applet/AppletSecurityException.java ../../../src/share/classes/sun/applet/GetWindowPluginCallRequest.java ../../../src/share/classes/sun/applet/PluginAppletViewer.java ../../../src/share/classes/sun/applet/PluginException.java ../../../src/share/classes/sun/applet/AppletResourceLoader.java ../../../src/share/classes/sun/applet/AppletSecurityContextManager.java ../../../src/share/classes/sun/applet/PluginObjectStore.java ../../../src/share/classes/sun/applet/AppletAudioClip.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/.classes.list rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/applet/resources/MsgAppletViewer_zh_HK.java make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/applet' Timing: 00005 seconds or 5s for make-sun-applet <<>>Recursively making rmi all @ Sun Aug 2 14:07:42 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi' Begin Processing SUBDIRS: oldtools rmic rmi registry rmid >>>Recursively making oldtools all @ Sun Aug 2 14:07:42 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/oldtools' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/javac/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties /bin/cp ../../../../src/share/classes/sun/tools/javac/resources/javac.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/oldjavac/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/oldjavac/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/oldjavac/.classes.list) ../../../../src/share/classes/sun/tools/java/RuntimeConstants.java ../../../../src/share/classes/sun/tools/javac/Main.java ../../../../src/share/classes/sun/tools/javac/BatchEnvironment.java ../../../../src/share/classes/sun/tools/javac/ErrorConsumer.java ../../../../src/share/classes/sun/tools/javac/ErrorMessage.java ../../../../src/share/classes/sun/tools/javac/BatchParser.java ../../../../src/share/classes/sun/tools/javac/SourceClass.java ../../../../src/share/classes/sun/tools/javac/SourceMember.java ../../../../src/share/classes/sun/tools/javac/CompilerMember.java ../../../../src/share/classes/sun/tools/tree/LocalMember.java ../../../../src/share/classes/sun/tools/tree/Node.java ../../../../src/share/classes/sun/tools/tree/Expression.java ../../../../src/share/classes/sun/tools/tree/Statement.java ../../../../src/share/classes/sun/tools/tree/TypeExpression.java ../../../../src/share/classes/sun/tools/tree/IdentifierExpression.java ../../../../src/share/classes/sun/tools/tree/UnaryExpression.java ../../../../src/share/classes/sun/tools/tree/FieldExpression.java ../../../../src/share/classes/sun/tools/tree/NaryExpression.java ../../../../src/share/classes/sun/tools/tree/MethodExpression.java ../../../../src/share/classes/sun/tools/tree/InlineMethodExpression.java ../../../../src/share/classes/sun/tools/tree/ConstantExpression.java ../../../../src/share/classes/sun/tools/tree/IntegerExpression.java ../../../../src/share/classes/sun/tools/tree/CharExpression.java ../../../../src/share/classes/sun/tools/tree/IntExpression.java ../../../../src/share/classes/sun/tools/tree/LongExpression.java ../../../../src/share/classes/sun/tools/tree/FloatExpression.java ../../../../src/share/classes/sun/tools/tree/DoubleExpression.java ../../../../src/share/classes/sun/tools/tree/StringExpression.java ../../../../src/share/classes/sun/tools/tree/BooleanExpression.java ../../../../src/share/classes/sun/tools/tree/NullExpression.java ../../../../src/share/classes/sun/tools/tree/ThisExpression.java ../../../../src/share/classes/sun/tools/tree/SuperExpression.java ../../../../src/share/classes/sun/tools/tree/NotExpression.java ../../../../src/share/classes/sun/tools/tree/PositiveExpression.java ../../../../src/share/classes/sun/tools/tree/NegativeExpression.java ../../../../src/share/classes/sun/tools/tree/BitNotExpression.java ../../../../src/share/classes/sun/tools/tree/IncDecExpression.java ../../../../src/share/classes/sun/tools/tree/PreIncExpression.java ../../../../src/share/classes/sun/tools/tree/PreDecExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryExpression.java ../../../../src/share/classes/sun/tools/tree/CastExpression.java ../../../../src/share/classes/sun/tools/tree/ExprExpression.java ../../../../src/share/classes/sun/tools/tree/ArrayExpression.java ../../../../src/share/classes/sun/tools/tree/NewArrayExpression.java ../../../../src/share/classes/sun/tools/tree/NewInstanceExpression.java ../../../../src/share/classes/sun/tools/tree/ArrayAccessExpression.java ../../../../src/share/classes/sun/tools/tree/PostIncExpression.java ../../../../src/share/classes/sun/tools/tree/PostDecExpression.java ../../../../src/share/classes/sun/tools/tree/CommaExpression.java ../../../../src/share/classes/sun/tools/tree/InstanceOfExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryArithmeticExpression.java ../../../../src/share/classes/sun/tools/tree/AddExpression.java ../../../../src/share/classes/sun/tools/tree/SubtractExpression.java ../../../../src/share/classes/sun/tools/tree/MultiplyExpression.java ../../../../src/share/classes/sun/tools/tree/DivRemExpression.java ../../../../src/share/classes/sun/tools/tree/DivideExpression.java ../../../../src/share/classes/sun/tools/tree/RemainderExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryShiftExpression.java ../../../../src/share/classes/sun/tools/tree/ShiftLeftExpression.java ../../../../src/share/classes/sun/tools/tree/ShiftRightExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryCompareExpression.java ../../../../src/share/classes/sun/tools/tree/LessExpression.java ../../../../src/share/classes/sun/tools/tree/LessOrEqualExpression.java ../../../../src/share/classes/sun/tools/tree/GreaterExpression.java ../../../../src/share/classes/sun/tools/tree/GreaterOrEqualExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryEqualityExpression.java ../../../../src/share/classes/sun/tools/tree/EqualExpression.java ../../../../src/share/classes/sun/tools/tree/NotEqualExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryBitExpression.java ../../../../src/share/classes/sun/tools/tree/BitAndExpression.java ../../../../src/share/classes/sun/tools/tree/BitXorExpression.java ../../../../src/share/classes/sun/tools/tree/BitOrExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryLogicalExpression.java ../../../../src/share/classes/sun/tools/tree/AndExpression.java ../../../../src/share/classes/sun/tools/tree/OrExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryAssignExpression.java ../../../../src/share/classes/sun/tools/tree/IfStatement.java ../../../../src/share/classes/sun/tools/tree/AssignExpression.java ../../../../src/share/classes/sun/tools/tree/AssignOpExpression.java ../../../../src/share/classes/sun/tools/tree/AssignAddExpression.java ../../../../src/share/classes/sun/tools/tree/AssignSubtractExpression.java ../../../../src/share/classes/sun/tools/tree/AssignMultiplyExpression.java ../../../../src/share/classes/sun/tools/tree/AssignDivideExpression.java ../../../../src/share/classes/sun/tools/tree/AssignRemainderExpression.java ../../../../src/share/classes/sun/tools/tree/AssignBitAndExpression.java ../../../../src/share/classes/sun/tools/tree/AssignBitOrExpression.java ../../../../src/share/classes/sun/tools/tree/AssignBitXorExpression.java ../../../../src/share/classes/sun/tools/tree/AssignShiftLeftExpression.java ../../../../src/share/classes/sun/tools/tree/AssignShiftRightExpression.java ../../../../src/share/classes/sun/tools/tree/ConditionalExpression.java ../../../../src/share/classes/sun/tools/tree/ConditionVars.java ../../../../src/share/classes/sun/tools/tree/CompoundStatement.java ../../../../src/share/classes/sun/tools/tree/DeclarationStatement.java ../../../../src/share/classes/sun/tools/tree/ExpressionStatement.java ../../../../src/share/classes/sun/tools/tree/ForStatement.java ../../../../src/share/classes/sun/tools/tree/WhileStatement.java ../../../../src/share/classes/sun/tools/tree/DoStatement.java ../../../../src/share/classes/sun/tools/tree/BreakStatement.java ../../../../src/share/classes/sun/tools/tree/ContinueStatement.java ../../../../src/share/classes/sun/tools/tree/ReturnStatement.java ../../../../src/share/classes/sun/tools/tree/InlineReturnStatement.java ../../../../src/share/classes/sun/tools/tree/CaseStatement.java ../../../../src/share/classes/sun/tools/tree/SwitchStatement.java ../../../../src/share/classes/sun/tools/tree/CatchStatement.java ../../../../src/share/classes/sun/tools/tree/TryStatement.java ../../../../src/share/classes/sun/tools/tree/FinallyStatement.java ../../../../src/share/classes/sun/tools/tree/ThrowStatement.java ../../../../src/share/classes/sun/tools/tree/SynchronizedStatement.java ../../../../src/share/classes/sun/tools/tree/ConvertExpression.java ../../../../src/share/classes/sun/tools/tree/LengthExpression.java ../../../../src/share/classes/sun/tools/tree/ByteExpression.java ../../../../src/share/classes/sun/tools/tree/ShortExpression.java ../../../../src/share/classes/sun/tools/tree/Context.java ../../../../src/share/classes/sun/tools/tree/CheckContext.java ../../../../src/share/classes/sun/tools/tree/CodeContext.java ../../../../src/share/classes/sun/tools/tree/VarDeclarationStatement.java ../../../../src/share/classes/sun/tools/asm/Assembler.java ../../../../src/share/classes/sun/tools/asm/Instruction.java ../../../../src/share/classes/sun/tools/asm/Label.java ../../../../src/share/classes/sun/tools/asm/SwitchData.java ../../../../src/share/classes/sun/tools/asm/Cover.java ../../../../src/share/classes/sun/tools/asm/ArrayData.java ../../../../src/share/classes/sun/tools/asm/TryData.java ../../../../src/share/classes/sun/tools/asm/CatchData.java ../../../../src/share/classes/sun/tools/asm/ConstantPool.java ../../../../src/share/classes/sun/tools/asm/ConstantPoolData.java ../../../../src/share/classes/sun/tools/asm/StringConstantData.java ../../../../src/share/classes/sun/tools/asm/ClassConstantData.java ../../../../src/share/classes/sun/tools/asm/FieldConstantData.java ../../../../src/share/classes/sun/tools/asm/NameAndTypeData.java ../../../../src/share/classes/sun/tools/asm/NameAndTypeConstantData.java ../../../../src/share/classes/sun/tools/asm/NumberConstantData.java ../../../../src/share/classes/sun/tools/asm/LocalVariableTable.java ../../../../src/share/classes/sun/tools/asm/LocalVariable.java ../../../../src/share/classes/sun/tools/java/Environment.java ../../../../src/share/classes/sun/tools/java/Scanner.java ../../../../src/share/classes/sun/tools/java/ScannerInputReader.java ../../../../src/share/classes/sun/tools/java/Parser.java ../../../../src/share/classes/sun/tools/java/Imports.java ../../../../src/share/classes/sun/tools/java/ClassDefinition.java ../../../../src/share/classes/sun/tools/java/MemberDefinition.java ../../../../src/share/classes/sun/tools/java/ClassDeclaration.java ../../../../src/share/classes/sun/tools/java/Identifier.java ../../../../src/share/classes/sun/tools/java/Package.java ../../../../src/share/classes/sun/tools/java/ClassPath.java ../../../../src/share/classes/sun/tools/java/ClassFile.java ../../../../src/share/classes/sun/tools/java/ClassNotFound.java ../../../../src/share/classes/sun/tools/java/Constants.java ../../../../src/share/classes/sun/tools/java/SyntaxError.java ../../../../src/share/classes/sun/tools/java/Type.java ../../../../src/share/classes/sun/tools/java/MethodType.java ../../../../src/share/classes/sun/tools/java/ArrayType.java ../../../../src/share/classes/sun/tools/java/ClassType.java ../../../../src/share/classes/sun/tools/java/AmbiguousClass.java ../../../../src/share/classes/sun/tools/java/CompilerError.java ../../../../src/share/classes/sun/tools/java/AmbiguousMember.java ../../../../src/share/classes/sun/tools/java/BinaryClass.java ../../../../src/share/classes/sun/tools/java/BinaryConstantPool.java ../../../../src/share/classes/sun/tools/java/BinaryAttribute.java ../../../../src/share/classes/sun/tools/java/BinaryCode.java ../../../../src/share/classes/sun/tools/java/BinaryExceptionHandler.java ../../../../src/share/classes/sun/tools/java/BinaryMember.java ../../../../src/share/classes/sun/tools/tree/UnsignedShiftRightExpression.java ../../../../src/share/classes/sun/tools/tree/AssignUnsignedShiftRightExpression.java ../../../../src/share/classes/sun/tools/asm/StringExpressionConstantData.java ../../../../src/share/classes/sun/tools/tree/InlineNewInstanceExpression.java ../../../../src/share/classes/sun/tools/java/IdentifierToken.java ../../../../src/share/classes/sun/tools/java/ParserActions.java ../../../../src/share/classes/sun/tools/tree/UplevelReference.java ../../../../src/share/classes/sun/tools/tree/FieldUpdater.java ../../../../src/share/classes/sun/tools/tree/Vset.java ../../../../src/share/classes/sun/tools/java/MethodSet.java ../../../../src/share/classes/sun/tools/util/ModifierFilter.java ../../../../src/share/classes/sun/tools/util/CommandLine.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/oldjavac/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/oldtools' Timing: 00008 seconds or 8s for make-sun-rmi-oldtools <<>>Recursively making rmic all @ Sun Aug 2 14:07:50 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmic' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties /bin/cp ../../../../src/share/classes/sun/rmi/rmic/resources/rmic.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties /bin/cp ../../../../src/share/classes/sun/rmi/rmic/resources/rmic_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /bin/cp ../../../../src/share/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.rmic/.classes.list) ../../../../src/share/classes/sun/rmi/rmic/BatchEnvironment.java ../../../../src/share/classes/sun/rmi/rmic/Util.java ../../../../src/share/classes/sun/rmi/rmic/Constants.java ../../../../src/share/classes/sun/rmi/rmic/Generator.java ../../../../src/share/classes/sun/rmi/rmic/IndentingWriter.java ../../../../src/share/classes/sun/rmi/rmic/Main.java ../../../../src/share/classes/sun/rmi/rmic/Names.java ../../../../src/share/classes/sun/rmi/rmic/RMIConstants.java ../../../../src/share/classes/sun/rmi/rmic/RMIGenerator.java ../../../../src/share/classes/sun/rmi/rmic/RemoteClass.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/BatchEnvironment.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Constants.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Generator.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/IndentingWriter.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Main.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Resources.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/Constants.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/JrmpGenerator.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/RemoteClass.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/StubSkeletonWriter.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/Util.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.rmic/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmic' Timing: 00006 seconds or 6s for make-sun-rmi-rmic <<>>Recursively making rmi all @ Sun Aug 2 14:07:56 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/.classes.list) ../../../../src/share/classes/sun/rmi/log/LogHandler.java ../../../../src/share/classes/sun/rmi/log/ReliableLog.java ../../../../src/share/classes/sun/rmi/log/LogOutputStream.java ../../../../src/share/classes/sun/rmi/log/LogInputStream.java ../../../../src/share/classes/sun/rmi/registry/RegistryImpl.java ../../../../src/share/classes/sun/rmi/runtime/Log.java ../../../../src/share/classes/sun/rmi/runtime/NewThreadAction.java ../../../../src/share/classes/sun/rmi/runtime/RuntimeUtil.java ../../../../src/share/classes/sun/rmi/server/ActivatableRef.java ../../../../src/share/classes/sun/rmi/server/LoaderHandler.java ../../../../src/share/classes/sun/rmi/server/MarshalOutputStream.java ../../../../src/share/classes/sun/rmi/server/MarshalInputStream.java ../../../../src/share/classes/sun/rmi/server/ActivationGroupImpl.java ../../../../src/share/classes/sun/rmi/server/Util.java ../../../../src/share/classes/sun/rmi/server/UnicastRef.java ../../../../src/share/classes/sun/rmi/server/Activation.java ../../../../src/share/classes/sun/rmi/server/Dispatcher.java ../../../../src/share/classes/sun/rmi/server/ActivationGroupInit.java ../../../../src/share/classes/sun/rmi/server/UnicastRef2.java ../../../../src/share/classes/sun/rmi/server/ActivatableServerRef.java ../../../../src/share/classes/sun/rmi/server/WeakClassHashMap.java ../../../../src/share/classes/sun/rmi/server/InactiveGroupException.java ../../../../src/share/classes/sun/rmi/server/UnicastServerRef.java ../../../../src/share/classes/sun/rmi/server/UnicastServerRef2.java ../../../../src/share/classes/sun/rmi/transport/LiveRef.java ../../../../src/share/classes/sun/rmi/transport/WeakRef.java ../../../../src/share/classes/sun/rmi/transport/TransportConstants.java ../../../../src/share/classes/sun/rmi/transport/Transport.java ../../../../src/share/classes/sun/rmi/transport/DGCClient.java ../../../../src/share/classes/sun/rmi/transport/proxy/RMIHttpToPortSocketFactory.java ../../../../src/share/classes/sun/rmi/transport/proxy/HttpOutputStream.java ../../../../src/share/classes/sun/rmi/transport/proxy/RMIHttpToCGISocketFactory.java ../../../../src/share/classes/sun/rmi/transport/proxy/HttpReceiveSocket.java ../../../../src/share/classes/sun/rmi/transport/proxy/RMIMasterSocketFactory.java ../../../../src/share/classes/sun/rmi/transport/proxy/HttpSendSocket.java ../../../../src/share/classes/sun/rmi/transport/proxy/HttpInputStream.java ../../../../src/share/classes/sun/rmi/transport/proxy/RMISocketInfo.java ../../../../src/share/classes/sun/rmi/transport/proxy/HttpSendInputStream.java ../../../../src/share/classes/sun/rmi/transport/proxy/HttpAwareServerSocket.java ../../../../src/share/classes/sun/rmi/transport/proxy/WrappedSocket.java ../../../../src/share/classes/sun/rmi/transport/proxy/RMIDirectSocketFactory.java ../../../../src/share/classes/sun/rmi/transport/proxy/HttpSendOutputStream.java ../../../../src/share/classes/sun/rmi/transport/proxy/CGIHandler.java ../../../../src/share/classes/sun/rmi/transport/ObjectEndpoint.java ../../../../src/share/classes/sun/rmi/transport/DGCAckHandler.java ../../../../src/share/classes/sun/rmi/transport/Target.java ../../../../src/share/classes/sun/rmi/transport/tcp/TCPTransport.java ../../../../src/share/classes/sun/rmi/transport/tcp/MultiplexInputStream.java ../../../../src/share/classes/sun/rmi/transport/tcp/MultiplexOutputStream.java ../../../../src/share/classes/sun/rmi/transport/tcp/TCPConnection.java ../../../../src/share/classes/sun/rmi/transport/tcp/TCPChannel.java ../../../../src/share/classes/sun/rmi/transport/tcp/TCPEndpoint.java ../../../../src/share/classes/sun/rmi/transport/tcp/MultiplexConnectionInfo.java ../../../../src/share/classes/sun/rmi/transport/tcp/ConnectionMultiplexer.java ../../../../src/share/classes/sun/rmi/transport/Connection.java ../../../../src/share/classes/sun/rmi/transport/ConnectionInputStream.java ../../../../src/share/classes/sun/rmi/transport/StreamRemoteCall.java ../../../../src/share/classes/sun/rmi/transport/ConnectionOutputStream.java ../../../../src/share/classes/sun/rmi/transport/Endpoint.java ../../../../src/share/classes/sun/rmi/transport/DGCImpl.java ../../../../src/share/classes/sun/rmi/transport/ObjectTable.java ../../../../src/share/classes/sun/rmi/transport/Channel.java ../../../../src/share/classes/com/sun/rmi/rmid/ExecOptionPermission.java ../../../../src/share/classes/com/sun/rmi/rmid/ExecPermission.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders/ \ sun.rmi.server.MarshalInputStream mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[6]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmi make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmi' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/rmi -I../../../../src/solaris/native/sun/rmi -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/MarshalInputStream.o ../../../../src/share/native/sun/rmi/server/MarshalInputStream.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmi' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmi STATS: LIBRARY=rmi, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/librmi.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/rmi -I../../../../src/solaris/native/sun/rmi -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=librmi.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/librmi.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/MarshalInputStream.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc if [ ! -s /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/RegistryImpl_Stub.class ] ; \ then /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.1 -classpath \ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes 'sun.rmi.registry.RegistryImpl' ; \ fi if [ ! -s /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/transport/DGCImpl_Stub.class ] ; \ then /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.1 -classpath \ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes 'sun.rmi.transport.DGCImpl' ; \ fi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/java-rmi.cgi /bin/cp ../../../../src/solaris/bin/java-rmi.cgi.sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/java-rmi.cgi /bin/chmod a+x /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/java-rmi.cgi make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmi' Timing: 00008 seconds or 8s for make-sun-rmi-rmi <<>>Recursively making registry all @ Sun Aug 2 14:08:04 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/registry' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/registry' Timing: 00002 seconds or 2s for make-sun-rmi-registry <<>>Recursively making rmid all @ Sun Aug 2 14:08:07 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmid' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.2 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes 'sun.rmi.server.Activation$ActivationSystemImpl' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.2 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes 'java.rmi.activation.ActivationGroup' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/rmi/rmid' Timing: 00002 seconds or 2s for make-sun-rmi-rmid <<>>Recursively making beans all @ Sun Aug 2 14:08:09 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/beans' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.beans/.classes.list) ../../../src/share/classes/sun/beans/infos/ComponentBeanInfo.java ../../../src/share/classes/sun/beans/editors/FontEditor.java ../../../src/share/classes/sun/beans/editors/StringEditor.java ../../../src/share/classes/sun/beans/editors/ColorEditor.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.beans/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/beans' Timing: 00004 seconds or 4s for make-sun-beans <<>>Recursively making jawt all @ Sun Aug 2 14:08:14 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jawt' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jawt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jawt' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jawt/obj/jawt.o ../../../src/solaris/native/sun/awt/jawt.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jawt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jawt STATS: LIBRARY=jawt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jawt/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjawt.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.awt/jawt/obj/jawt.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -lawt -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/xawt -lmawt -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/jawt.h /bin/cp ../../../src/share/javavm/export/jawt.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/jawt.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux/jawt_md.h /bin/cp ../../../src/solaris/javavm/export/jawt_md.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux/jawt_md.h make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jawt' Timing: 00002 seconds or 2s for make-sun-jawt <<>>Recursively making text all @ Sun Aug 2 14:08:16 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/text' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/.classes.list) ../../../src/share/classes/sun/text/resources/BreakIteratorInfo_th.java ../../../src/share/classes/sun/text/resources/CollationData_ar.java ../../../src/share/classes/sun/text/resources/CollationData_hi.java ../../../src/share/classes/sun/text/resources/CollationData_iw.java ../../../src/share/classes/sun/text/resources/CollationData_ja.java ../../../src/share/classes/sun/text/resources/CollationData_ko.java ../../../src/share/classes/sun/text/resources/CollationData_th.java ../../../src/share/classes/sun/text/resources/CollationData_vi.java ../../../src/share/classes/sun/text/resources/CollationData_zh.java ../../../src/share/classes/sun/text/resources/CollationData_zh_HK.java ../../../src/share/classes/sun/text/resources/CollationData_zh_TW.java ../../../src/share/classes/sun/text/resources/FormatData_ar.java ../../../src/share/classes/sun/text/resources/FormatData_ar_AE.java ../../../src/share/classes/sun/text/resources/FormatData_ar_BH.java ../../../src/share/classes/sun/text/resources/FormatData_ar_DZ.java ../../../src/share/classes/sun/text/resources/FormatData_ar_EG.java ../../../src/share/classes/sun/text/resources/FormatData_ar_IQ.java ../../../src/share/classes/sun/text/resources/FormatData_ar_JO.java ../../../src/share/classes/sun/text/resources/FormatData_ar_KW.java ../../../src/share/classes/sun/text/resources/FormatData_ar_LB.java ../../../src/share/classes/sun/text/resources/FormatData_ar_LY.java ../../../src/share/classes/sun/text/resources/FormatData_ar_MA.java ../../../src/share/classes/sun/text/resources/FormatData_ar_OM.java ../../../src/share/classes/sun/text/resources/FormatData_ar_QA.java ../../../src/share/classes/sun/text/resources/FormatData_ar_SA.java ../../../src/share/classes/sun/text/resources/FormatData_ar_SD.java ../../../src/share/classes/sun/text/resources/FormatData_ar_SY.java ../../../src/share/classes/sun/text/resources/FormatData_ar_TN.java ../../../src/share/classes/sun/text/resources/FormatData_ar_YE.java ../../../src/share/classes/sun/text/resources/FormatData_hi_IN.java ../../../src/share/classes/sun/text/resources/FormatData_iw.java ../../../src/share/classes/sun/text/resources/FormatData_iw_IL.java ../../../src/share/classes/sun/text/resources/FormatData_ja.java ../../../src/share/classes/sun/text/resources/FormatData_ja_JP.java ../../../src/share/classes/sun/text/resources/FormatData_ja_JP_JP.java ../../../src/share/classes/sun/text/resources/FormatData_ko.java ../../../src/share/classes/sun/text/resources/FormatData_ko_KR.java ../../../src/share/classes/sun/text/resources/FormatData_th.java ../../../src/share/classes/sun/text/resources/FormatData_th_TH.java ../../../src/share/classes/sun/text/resources/FormatData_th_TH_TH.java ../../../src/share/classes/sun/text/resources/FormatData_vi.java ../../../src/share/classes/sun/text/resources/FormatData_vi_VN.java ../../../src/share/classes/sun/text/resources/FormatData_zh.java ../../../src/share/classes/sun/text/resources/FormatData_zh_CN.java ../../../src/share/classes/sun/text/resources/FormatData_zh_HK.java ../../../src/share/classes/sun/text/resources/FormatData_zh_SG.java ../../../src/share/classes/sun/text/resources/FormatData_zh_TW.java ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_HK.java ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_SG.java ../../../src/share/classes/sun/util/resources/LocaleNames_zh_HK.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_hi.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_ja.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_ko.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_zh_CN.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_zh_TW.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_hi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_iw.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_th.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_vi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_zh.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_zh_SG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/LocaleNames_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_ar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_hi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_iw.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_th.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_vi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CalendarData_zh.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_AE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_BH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_DZ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_EG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_IQ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_JO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_KW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_LB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_LY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_MA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_OM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_QA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_SA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_SD.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_SY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_TN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ar_YE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_hi_IN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_iw_IL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ja_JP.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_ko_KR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_th_TH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_vi_VN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/util/resources/CurrencyNames_zh_TW.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources/WordBreakIteratorData_th /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/sun.text/classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/sun.text/classes \ -sourcepath ../../../src/share/classes/sun/text/resources \ ../../../src/share/classes/sun/text/resources/BreakIteratorRules.java ../../../src/share/classes/sun/text/resources/BreakIteratorRules_th.java ../../../src/share/classes/sun/text/resources/BreakIteratorInfo_th.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m \ -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btclasses/sun.text/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/generatebreakiteratordata.jar \ build.tools.generatebreakiteratordata.GenerateBreakIteratorData \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -language th /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources/thai_dict /bin/cp ../../../src/share/classes/sun/text/resources/thai_dict /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources/thai_dict /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext/localedata.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext/localedata.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.text/classes sun \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/text' Timing: 00010 seconds or 10s for make-sun-text <<>>Recursively making nio all @ Sun Aug 2 14:08:26 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/nio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/.classes.list) ../../../src/share/classes/sun/io/ByteToCharDoubleByte.java ../../../src/share/classes/sun/io/ByteToCharDBCS_ASCII.java ../../../src/share/classes/sun/io/ByteToCharDBCS_EBCDIC.java ../../../src/share/classes/sun/io/ByteToCharEUC.java ../../../src/share/classes/sun/io/CharToByteDoubleByte.java ../../../src/share/classes/sun/io/CharToByteDBCS_ASCII.java ../../../src/share/classes/sun/io/CharToByteDBCS_EBCDIC.java ../../../src/share/classes/sun/io/CharToByteEUC.java ../../../src/share/classes/sun/io/ByteToCharBig5.java ../../../src/share/classes/sun/io/ByteToCharBig5_Solaris.java ../../../src/share/classes/sun/io/ByteToCharBig5_HKSCS.java ../../../src/share/classes/sun/io/ByteToCharMS950_HKSCS.java ../../../src/share/classes/sun/io/ByteToCharHKSCS.java ../../../src/share/classes/sun/io/ByteToCharHKSCS_2001.java ../../../src/share/classes/sun/io/ByteToCharGB18030.java ../../../src/share/classes/sun/io/ByteToCharGB18030DB.java ../../../src/share/classes/sun/io/ByteToCharCp037.java ../../../src/share/classes/sun/io/ByteToCharCp1006.java ../../../src/share/classes/sun/io/ByteToCharCp1025.java ../../../src/share/classes/sun/io/ByteToCharCp1026.java ../../../src/share/classes/sun/io/ByteToCharCp1046.java ../../../src/share/classes/sun/io/ByteToCharCp1047.java ../../../src/share/classes/sun/io/ByteToCharCp1097.java ../../../src/share/classes/sun/io/ByteToCharCp1098.java ../../../src/share/classes/sun/io/ByteToCharCp1112.java ../../../src/share/classes/sun/io/ByteToCharCp1122.java ../../../src/share/classes/sun/io/ByteToCharCp1123.java ../../../src/share/classes/sun/io/ByteToCharCp1124.java ../../../src/share/classes/sun/io/ByteToCharCp1140.java ../../../src/share/classes/sun/io/ByteToCharCp1141.java ../../../src/share/classes/sun/io/ByteToCharCp1142.java ../../../src/share/classes/sun/io/ByteToCharCp1143.java ../../../src/share/classes/sun/io/ByteToCharCp1144.java ../../../src/share/classes/sun/io/ByteToCharCp1145.java ../../../src/share/classes/sun/io/ByteToCharCp1146.java ../../../src/share/classes/sun/io/ByteToCharCp1147.java ../../../src/share/classes/sun/io/ByteToCharCp1148.java ../../../src/share/classes/sun/io/ByteToCharCp1149.java ../../../src/share/classes/sun/io/ByteToCharCp1255.java ../../../src/share/classes/sun/io/ByteToCharCp1256.java ../../../src/share/classes/sun/io/ByteToCharCp1258.java ../../../src/share/classes/sun/io/ByteToCharCp1381.java ../../../src/share/classes/sun/io/ByteToCharCp1383.java ../../../src/share/classes/sun/io/ByteToCharCp273.java ../../../src/share/classes/sun/io/ByteToCharCp277.java ../../../src/share/classes/sun/io/ByteToCharCp278.java ../../../src/share/classes/sun/io/ByteToCharCp280.java ../../../src/share/classes/sun/io/ByteToCharCp284.java ../../../src/share/classes/sun/io/ByteToCharCp285.java ../../../src/share/classes/sun/io/ByteToCharCp297.java ../../../src/share/classes/sun/io/ByteToCharCp33722.java ../../../src/share/classes/sun/io/ByteToCharCp420.java ../../../src/share/classes/sun/io/ByteToCharCp424.java ../../../src/share/classes/sun/io/ByteToCharCp437.java ../../../src/share/classes/sun/io/ByteToCharCp500.java ../../../src/share/classes/sun/io/ByteToCharCp737.java ../../../src/share/classes/sun/io/ByteToCharCp775.java ../../../src/share/classes/sun/io/ByteToCharCp834.java ../../../src/share/classes/sun/io/ByteToCharCp838.java ../../../src/share/classes/sun/io/ByteToCharCp850.java ../../../src/share/classes/sun/io/ByteToCharCp852.java ../../../src/share/classes/sun/io/ByteToCharCp855.java ../../../src/share/classes/sun/io/ByteToCharCp856.java ../../../src/share/classes/sun/io/ByteToCharCp857.java ../../../src/share/classes/sun/io/ByteToCharCp858.java ../../../src/share/classes/sun/io/ByteToCharCp860.java ../../../src/share/classes/sun/io/ByteToCharCp861.java ../../../src/share/classes/sun/io/ByteToCharCp862.java ../../../src/share/classes/sun/io/ByteToCharCp863.java ../../../src/share/classes/sun/io/ByteToCharCp864.java ../../../src/share/classes/sun/io/ByteToCharCp865.java ../../../src/share/classes/sun/io/ByteToCharCp866.java ../../../src/share/classes/sun/io/ByteToCharCp868.java ../../../src/share/classes/sun/io/ByteToCharCp869.java ../../../src/share/classes/sun/io/ByteToCharCp870.java ../../../src/share/classes/sun/io/ByteToCharCp871.java ../../../src/share/classes/sun/io/ByteToCharCp874.java ../../../src/share/classes/sun/io/ByteToCharCp875.java ../../../src/share/classes/sun/io/ByteToCharCp918.java ../../../src/share/classes/sun/io/ByteToCharCp921.java ../../../src/share/classes/sun/io/ByteToCharCp922.java ../../../src/share/classes/sun/io/ByteToCharCp930.java ../../../src/share/classes/sun/io/ByteToCharCp933.java ../../../src/share/classes/sun/io/ByteToCharCp935.java ../../../src/share/classes/sun/io/ByteToCharCp937.java ../../../src/share/classes/sun/io/ByteToCharCp939.java ../../../src/share/classes/sun/io/ByteToCharCp942.java ../../../src/share/classes/sun/io/ByteToCharCp942C.java ../../../src/share/classes/sun/io/ByteToCharCp943.java ../../../src/share/classes/sun/io/ByteToCharCp943C.java ../../../src/share/classes/sun/io/ByteToCharCp948.java ../../../src/share/classes/sun/io/ByteToCharCp949.java ../../../src/share/classes/sun/io/ByteToCharCp949C.java ../../../src/share/classes/sun/io/ByteToCharCp950.java ../../../src/share/classes/sun/io/ByteToCharCp964.java ../../../src/share/classes/sun/io/ByteToCharCp970.java ../../../src/share/classes/sun/io/ByteToCharJIS0201.java ../../../src/share/classes/sun/io/ByteToCharJIS0208.java ../../../src/share/classes/sun/io/ByteToCharJIS0208_Solaris.java ../../../src/share/classes/sun/io/ByteToCharJIS0212.java ../../../src/share/classes/sun/io/ByteToCharJIS0212_Solaris.java ../../../src/share/classes/sun/io/ByteToCharEUC_CN.java ../../../src/share/classes/sun/io/ByteToCharEUC_JP.java ../../../src/share/classes/sun/io/ByteToCharEUC_JP_LINUX.java ../../../src/share/classes/sun/io/ByteToCharEUC_JP_Solaris.java ../../../src/share/classes/sun/io/ByteToCharEUC_KR.java ../../../src/share/classes/sun/io/ByteToCharEUC_TW.java ../../../src/share/classes/sun/io/ByteToCharSJIS.java ../../../src/share/classes/sun/io/ByteToCharPCK.java ../../../src/share/classes/sun/io/ByteToCharGBK.java ../../../src/share/classes/sun/io/ByteToCharISCII91.java ../../../src/share/classes/sun/io/ByteToCharISO2022.java ../../../src/share/classes/sun/io/ByteToCharISO2022CN.java ../../../src/share/classes/sun/io/ByteToCharISO2022JP.java ../../../src/share/classes/sun/io/ByteToCharISO2022KR.java ../../../src/share/classes/sun/io/ByteToCharISO8859_3.java ../../../src/share/classes/sun/io/ByteToCharISO8859_6.java ../../../src/share/classes/sun/io/ByteToCharISO8859_8.java ../../../src/share/classes/sun/io/ByteToCharJISAutoDetect.java ../../../src/share/classes/sun/io/ByteToCharJohab.java ../../../src/share/classes/sun/io/ByteToCharMS874.java ../../../src/share/classes/sun/io/ByteToCharMS932DB.java ../../../src/share/classes/sun/io/ByteToCharMS932.java ../../../src/share/classes/sun/io/ByteToCharMS936.java ../../../src/share/classes/sun/io/ByteToCharMS949.java ../../../src/share/classes/sun/io/ByteToCharMS950.java ../../../src/share/classes/sun/io/ByteToCharMacArabic.java ../../../src/share/classes/sun/io/ByteToCharMacCentralEurope.java ../../../src/share/classes/sun/io/ByteToCharMacCroatian.java ../../../src/share/classes/sun/io/ByteToCharMacCyrillic.java ../../../src/share/classes/sun/io/ByteToCharMacDingbat.java ../../../src/share/classes/sun/io/ByteToCharMacGreek.java ../../../src/share/classes/sun/io/ByteToCharMacHebrew.java ../../../src/share/classes/sun/io/ByteToCharMacIceland.java ../../../src/share/classes/sun/io/ByteToCharMacRoman.java ../../../src/share/classes/sun/io/ByteToCharMacRomania.java ../../../src/share/classes/sun/io/ByteToCharMacSymbol.java ../../../src/share/classes/sun/io/ByteToCharMacThai.java ../../../src/share/classes/sun/io/ByteToCharMacTurkish.java ../../../src/share/classes/sun/io/ByteToCharMacUkraine.java ../../../src/share/classes/sun/io/ByteToCharTIS620.java ../../../src/share/classes/sun/io/CharToByteBig5.java ../../../src/share/classes/sun/io/CharToByteBig5_Solaris.java ../../../src/share/classes/sun/io/CharToByteBig5_HKSCS.java ../../../src/share/classes/sun/io/CharToByteHKSCS.java ../../../src/share/classes/sun/io/CharToByteHKSCS_2001.java ../../../src/share/classes/sun/io/CharToByteMS950_HKSCS.java ../../../src/share/classes/sun/io/CharToByteGB18030.java ../../../src/share/classes/sun/io/CharToByteCp037.java ../../../src/share/classes/sun/io/CharToByteCp1006.java ../../../src/share/classes/sun/io/CharToByteCp1025.java ../../../src/share/classes/sun/io/CharToByteCp1026.java ../../../src/share/classes/sun/io/CharToByteCp1046.java ../../../src/share/classes/sun/io/CharToByteCp1047.java ../../../src/share/classes/sun/io/CharToByteCp1097.java ../../../src/share/classes/sun/io/CharToByteCp1098.java ../../../src/share/classes/sun/io/CharToByteCp1112.java ../../../src/share/classes/sun/io/CharToByteCp1122.java ../../../src/share/classes/sun/io/CharToByteCp1123.java ../../../src/share/classes/sun/io/CharToByteCp1124.java ../../../src/share/classes/sun/io/CharToByteCp1140.java ../../../src/share/classes/sun/io/CharToByteCp1141.java ../../../src/share/classes/sun/io/CharToByteCp1142.java ../../../src/share/classes/sun/io/CharToByteCp1143.java ../../../src/share/classes/sun/io/CharToByteCp1144.java ../../../src/share/classes/sun/io/CharToByteCp1145.java ../../../src/share/classes/sun/io/CharToByteCp1146.java ../../../src/share/classes/sun/io/CharToByteCp1147.java ../../../src/share/classes/sun/io/CharToByteCp1148.java ../../../src/share/classes/sun/io/CharToByteCp1149.java ../../../src/share/classes/sun/io/CharToByteCp1255.java ../../../src/share/classes/sun/io/CharToByteCp1256.java ../../../src/share/classes/sun/io/CharToByteCp1258.java ../../../src/share/classes/sun/io/CharToByteCp1381.java ../../../src/share/classes/sun/io/CharToByteCp1383.java ../../../src/share/classes/sun/io/CharToByteCp273.java ../../../src/share/classes/sun/io/CharToByteCp277.java ../../../src/share/classes/sun/io/CharToByteCp278.java ../../../src/share/classes/sun/io/CharToByteCp280.java ../../../src/share/classes/sun/io/CharToByteCp284.java ../../../src/share/classes/sun/io/CharToByteCp285.java ../../../src/share/classes/sun/io/CharToByteCp297.java ../../../src/share/classes/sun/io/CharToByteCp33722.java ../../../src/share/classes/sun/io/CharToByteCp420.java ../../../src/share/classes/sun/io/CharToByteCp424.java ../../../src/share/classes/sun/io/CharToByteCp437.java ../../../src/share/classes/sun/io/CharToByteCp500.java ../../../src/share/classes/sun/io/CharToByteCp737.java ../../../src/share/classes/sun/io/CharToByteCp775.java ../../../src/share/classes/sun/io/CharToByteCp834.java ../../../src/share/classes/sun/io/CharToByteCp838.java ../../../src/share/classes/sun/io/CharToByteCp850.java ../../../src/share/classes/sun/io/CharToByteCp852.java ../../../src/share/classes/sun/io/CharToByteCp855.java ../../../src/share/classes/sun/io/CharToByteCp856.java ../../../src/share/classes/sun/io/CharToByteCp857.java ../../../src/share/classes/sun/io/CharToByteCp858.java ../../../src/share/classes/sun/io/CharToByteCp860.java ../../../src/share/classes/sun/io/CharToByteCp861.java ../../../src/share/classes/sun/io/CharToByteCp862.java ../../../src/share/classes/sun/io/CharToByteCp863.java ../../../src/share/classes/sun/io/CharToByteCp864.java ../../../src/share/classes/sun/io/CharToByteCp865.java ../../../src/share/classes/sun/io/CharToByteCp866.java ../../../src/share/classes/sun/io/CharToByteCp868.java ../../../src/share/classes/sun/io/CharToByteCp869.java ../../../src/share/classes/sun/io/CharToByteCp870.java ../../../src/share/classes/sun/io/CharToByteCp871.java ../../../src/share/classes/sun/io/CharToByteCp874.java ../../../src/share/classes/sun/io/CharToByteCp875.java ../../../src/share/classes/sun/io/CharToByteCp918.java ../../../src/share/classes/sun/io/CharToByteCp921.java ../../../src/share/classes/sun/io/CharToByteCp922.java ../../../src/share/classes/sun/io/CharToByteCp930.java ../../../src/share/classes/sun/io/CharToByteCp933.java ../../../src/share/classes/sun/io/CharToByteCp935.java ../../../src/share/classes/sun/io/CharToByteCp937.java ../../../src/share/classes/sun/io/CharToByteCp939.java ../../../src/share/classes/sun/io/CharToByteCp942.java ../../../src/share/classes/sun/io/CharToByteCp942C.java ../../../src/share/classes/sun/io/CharToByteCp943.java ../../../src/share/classes/sun/io/CharToByteCp943C.java ../../../src/share/classes/sun/io/CharToByteCp948.java ../../../src/share/classes/sun/io/CharToByteCp949.java ../../../src/share/classes/sun/io/CharToByteCp949C.java ../../../src/share/classes/sun/io/CharToByteCp950.java ../../../src/share/classes/sun/io/CharToByteCp964.java ../../../src/share/classes/sun/io/CharToByteCp970.java ../../../src/share/classes/sun/io/CharToByteJIS0201.java ../../../src/share/classes/sun/io/CharToByteJIS0208.java ../../../src/share/classes/sun/io/CharToByteJIS0208_Solaris.java ../../../src/share/classes/sun/io/CharToByteJIS0212.java ../../../src/share/classes/sun/io/CharToByteJIS0212_Solaris.java ../../../src/share/classes/sun/io/CharToByteEUC_CN.java ../../../src/share/classes/sun/io/CharToByteEUC_JP.java ../../../src/share/classes/sun/io/CharToByteEUC_JP_LINUX.java ../../../src/share/classes/sun/io/CharToByteEUC_JP_Solaris.java ../../../src/share/classes/sun/io/CharToByteEUC_KR.java ../../../src/share/classes/sun/io/CharToByteEUC_TW.java ../../../src/share/classes/sun/io/CharToByteSJIS.java ../../../src/share/classes/sun/io/CharToBytePCK.java ../../../src/share/classes/sun/io/CharToByteGBK.java ../../../src/share/classes/sun/io/CharToByteISCII91.java ../../../src/share/classes/sun/io/CharToByteISO2022.java ../../../src/share/classes/sun/io/CharToByteISO2022CN_CNS.java ../../../src/share/classes/sun/io/CharToByteISO2022CN_GB.java ../../../src/share/classes/sun/io/CharToByteISO2022JP.java ../../../src/share/classes/sun/io/CharToByteISO2022KR.java ../../../src/share/classes/sun/io/CharToByteISO8859_3.java ../../../src/share/classes/sun/io/CharToByteISO8859_6.java ../../../src/share/classes/sun/io/CharToByteISO8859_8.java ../../../src/share/classes/sun/io/CharToByteJohab.java ../../../src/share/classes/sun/io/CharToByteMS874.java ../../../src/share/classes/sun/io/CharToByteMS932DB.java ../../../src/share/classes/sun/io/CharToByteMS932.java ../../../src/share/classes/sun/io/CharToByteMS936.java ../../../src/share/classes/sun/io/CharToByteMS949.java ../../../src/share/classes/sun/io/CharToByteMS950.java ../../../src/share/classes/sun/io/CharToByteMacArabic.java ../../../src/share/classes/sun/io/CharToByteMacCentralEurope.java ../../../src/share/classes/sun/io/CharToByteMacCroatian.java ../../../src/share/classes/sun/io/CharToByteMacCyrillic.java ../../../src/share/classes/sun/io/CharToByteMacDingbat.java ../../../src/share/classes/sun/io/CharToByteMacGreek.java ../../../src/share/classes/sun/io/CharToByteMacHebrew.java ../../../src/share/classes/sun/io/CharToByteMacIceland.java ../../../src/share/classes/sun/io/CharToByteMacRoman.java ../../../src/share/classes/sun/io/CharToByteMacRomania.java ../../../src/share/classes/sun/io/CharToByteMacSymbol.java ../../../src/share/classes/sun/io/CharToByteMacThai.java ../../../src/share/classes/sun/io/CharToByteMacTurkish.java ../../../src/share/classes/sun/io/CharToByteMacUkraine.java ../../../src/share/classes/sun/io/CharToByteTIS620.java ../../../src/share/classes/sun/nio/cs/ext/IBM918.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_CN_GB.java ../../../src/share/classes/sun/nio/cs/ext/MacRoman.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_KR.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_11.java ../../../src/share/classes/sun/nio/cs/ext/IBM948.java ../../../src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_MS5022X_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM834.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0201.java ../../../src/share/classes/sun/nio/cs/ext/PCK.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208.java ../../../src/share/classes/sun/nio/cs/ext/IBM863.java ../../../src/share/classes/sun/nio/cs/ext/IBM424.java ../../../src/share/classes/sun/nio/cs/ext/IBM921.java ../../../src/share/classes/sun/nio/cs/ext/IBM861.java ../../../src/share/classes/sun/nio/cs/ext/EUC_CN.java ../../../src/share/classes/sun/nio/cs/ext/MS50221.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_3.java ../../../src/share/classes/sun/nio/cs/ext/MacThai.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_MS5022X_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/DBCSDecoderMapping.java ../../../src/share/classes/sun/nio/cs/ext/IBM868.java ../../../src/share/classes/sun/nio/cs/ext/IBM1383.java ../../../src/share/classes/sun/nio/cs/ext/IBM33722.java ../../../src/share/classes/sun/nio/cs/ext/IBM1025.java ../../../src/share/classes/sun/nio/cs/ext/SJIS.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_8.java ../../../src/share/classes/sun/nio/cs/ext/MS950.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_CN_CNS.java ../../../src/share/classes/sun/nio/cs/ext/IBM838.java ../../../src/share/classes/sun/nio/cs/ext/IBM1143.java ../../../src/share/classes/sun/nio/cs/ext/IBM875.java ../../../src/share/classes/sun/nio/cs/ext/MacCentralEurope.java ../../../src/share/classes/sun/nio/cs/ext/DoubleByteDecoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1141.java ../../../src/share/classes/sun/nio/cs/ext/MS1255.java ../../../src/share/classes/sun/nio/cs/ext/IBM856.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM970.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_JP.java ../../../src/share/classes/sun/nio/cs/ext/EUC_JP_LINUX.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS932_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1381.java ../../../src/share/classes/sun/nio/cs/ext/MS932.java ../../../src/share/classes/sun/nio/cs/ext/MS50220.java ../../../src/share/classes/sun/nio/cs/ext/IBM1146.java ../../../src/share/classes/sun/nio/cs/ext/IBM1047.java ../../../src/share/classes/sun/nio/cs/ext/IBM1097.java ../../../src/share/classes/sun/nio/cs/ext/HKSCS.java ../../../src/share/classes/sun/nio/cs/ext/IBM950.java ../../../src/share/classes/sun/nio/cs/ext/MacCyrillic.java ../../../src/share/classes/sun/nio/cs/ext/MacUkraine.java ../../../src/share/classes/sun/nio/cs/ext/IBM1122.java ../../../src/share/classes/sun/nio/cs/ext/IBM922.java ../../../src/share/classes/sun/nio/cs/ext/EUC_TW.java ../../../src/share/classes/sun/nio/cs/ext/IBM860.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM864.java ../../../src/share/classes/sun/nio/cs/ext/IBM865.java ../../../src/share/classes/sun/nio/cs/ext/IBM278.java ../../../src/share/classes/sun/nio/cs/ext/ISCII91.java ../../../src/share/classes/sun/nio/cs/ext/MacGreek.java ../../../src/share/classes/sun/nio/cs/ext/IBM942C.java ../../../src/share/classes/sun/nio/cs/ext/TIS_620.java ../../../src/share/classes/sun/nio/cs/ext/MacSymbol.java ../../../src/share/classes/sun/nio/cs/ext/IBM1147.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS5022X_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM273.java ../../../src/share/classes/sun/nio/cs/ext/IBM420.java ../../../src/share/classes/sun/nio/cs/ext/IBM297.java ../../../src/share/classes/sun/nio/cs/ext/MSISO2022JP.java ../../../src/share/classes/sun/nio/cs/ext/IBM1124.java ../../../src/share/classes/sun/nio/cs/ext/IBM1144.java ../../../src/share/classes/sun/nio/cs/ext/MacRomania.java ../../../src/share/classes/sun/nio/cs/ext/Johab.java ../../../src/share/classes/sun/nio/cs/ext/MS932DB.java ../../../src/share/classes/sun/nio/cs/ext/GBK.java ../../../src/share/classes/sun/nio/cs/ext/IBM964.java ../../../src/share/classes/sun/nio/cs/ext/EUC_KR.java ../../../src/share/classes/sun/nio/cs/ext/MacCroatian.java ../../../src/share/classes/sun/nio/cs/ext/IBM943C.java ../../../src/share/classes/sun/nio/cs/ext/MacDingbat.java ../../../src/share/classes/sun/nio/cs/ext/IBM1026.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_EBCDIC_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM942.java ../../../src/share/classes/sun/nio/cs/ext/IBM1006.java ../../../src/share/classes/sun/nio/cs/ext/IBM1142.java ../../../src/share/classes/sun/nio/cs/ext/IBM037.java ../../../src/share/classes/sun/nio/cs/ext/DelegatableDecoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1149.java ../../../src/share/classes/sun/nio/cs/ext/HKSCS_2001.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Solaris_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM930.java ../../../src/share/classes/sun/nio/cs/ext/MacTurkish.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022.java ../../../src/share/classes/sun/nio/cs/ext/MS1258.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_JP_2.java ../../../src/share/classes/sun/nio/cs/ext/MacArabic.java ../../../src/share/classes/sun/nio/cs/ext/IBM1140.java ../../../src/share/classes/sun/nio/cs/ext/MS949.java ../../../src/share/classes/sun/nio/cs/ext/IBM1148.java ../../../src/share/classes/sun/nio/cs/ext/GB18030.java ../../../src/share/classes/sun/nio/cs/ext/MacHebrew.java ../../../src/share/classes/sun/nio/cs/ext/IBM500.java ../../../src/share/classes/sun/nio/cs/ext/IBM871.java ../../../src/share/classes/sun/nio/cs/ext/IBM937.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_ASCII_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM949C.java ../../../src/share/classes/sun/nio/cs/ext/MacIceland.java ../../../src/share/classes/sun/nio/cs/ext/IBM939.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Solaris_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/MS936.java ../../../src/share/classes/sun/nio/cs/ext/JISAutoDetect.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS5022X_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/DoubleByteEncoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1046.java ../../../src/share/classes/sun/nio/cs/ext/Big5.java ../../../src/share/classes/sun/nio/cs/ext/SimpleEUCDecoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM280.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_EBCDIC_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Solaris_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/Big5_Solaris.java ../../../src/share/classes/sun/nio/cs/ext/IBM935.java ../../../src/share/classes/sun/nio/cs/ext/IBM1145.java ../../../src/share/classes/sun/nio/cs/ext/IBM284.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_6.java ../../../src/share/classes/sun/nio/cs/ext/Big5_HKSCS.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_ONLY_IBM_EBCDIC_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1098.java ../../../src/share/classes/sun/nio/cs/ext/IBM1123.java ../../../src/share/classes/sun/nio/cs/ext/IBM943.java ../../../src/share/classes/sun/nio/cs/ext/IBM949.java ../../../src/share/classes/sun/nio/cs/ext/MS950_HKSCS.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/EUC_JP.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_CN.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_ASCII_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM869.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Solaris_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/MS1256.java ../../../src/share/classes/sun/nio/cs/ext/IBM285.java ../../../src/share/classes/sun/nio/cs/ext/IBM933.java ../../../src/share/classes/sun/nio/cs/ext/SimpleEUCEncoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM277.java ../../../src/share/classes/sun/nio/cs/ext/IBM1112.java ../../../src/share/classes/sun/nio/cs/ext/MS874.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS932_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/EUC_JP_Open.java ../../../src/share/classes/sun/nio/cs/ext/IBM870.java ../../../src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Decoder.java ../../../src/solaris/classes/sun/nio/cs/ext/CompoundTextSupport.java ../../../src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Encoder.java ../../../src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -Xlint:serial -Werror -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/classes/META-INF/services/java.nio.charset.spi.CharsetProvider /bin/cp ../../../src/share/classes/sun/nio/cs/ext/META-INF/services/java.nio.charset.spi.CharsetProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/classes/META-INF/services/java.nio.charset.spi.CharsetProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/charsets.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/classes sun \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.nio/classes META-INF/services/java.nio.charset.spi.CharsetProvider \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/nio' Timing: 00018 seconds or 18s for make-sun-nio <<>>Recursively making launcher all @ Sun Aug 2 14:08:44 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/launcher' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/launcher/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties /bin/cp ../../../src/share/classes/sun/launcher/resources/launcher.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.launcher/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.launcher/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.launcher/.classes.list) ../../../src/share/classes/sun/launcher/LauncherHelp.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.launcher/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/launcher' Timing: 00005 seconds or 5s for make-sun-launcher <<>>Recursively making management all @ Sun Aug 2 14:08:49 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/management' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/management.properties /bin/cp ../../../src/share/lib/management/management.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/management.properties /bin/chmod 644 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/management.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/snmp.acl.template /bin/cp ../../../src/share/lib/management/snmp.acl.template /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/snmp.acl.template /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/snmp.acl.template /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/jmxremote.password.template /bin/cp ../../../src/share/lib/management/jmxremote.password.template /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/jmxremote.password.template /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/jmxremote.password.template /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/jmxremote.access /bin/cp ../../../src/share/lib/management/jmxremote.access /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/jmxremote.access /bin/chmod 644 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/management/jmxremote.access Begin Processing SUBDIRS: snmp jmxremote >>>Recursively making snmp all @ Sun Aug 2 14:08:49 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/management/snmp' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.management.snmp/.classes.list) ../../../../src/share/classes/sun/management/snmp/jvminstr/JVM_MANAGEMENT_MIB_IMPL.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTBootClassPathTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemMgrPoolRelEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTLibraryPathTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTLibraryPathEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/NotificationTargetImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRuntimeImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadingMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/NotificationTarget.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadInstanceTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemGCEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTBootClassPathEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemMgrPoolRelTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemManagerTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmClassLoadingImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmCompilationImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemManagerEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadInstanceEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemoryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTClassPathTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemGCTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTInputArgsTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTInputArgsEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadingImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRuntimeMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmOSImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTClassPathEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemoryMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTBootClassPathTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTClassPathEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolThreshdSupport.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemManagerState.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemGCTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemPoolEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemPoolTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolType.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemoryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTBootClassPathEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTClassPathEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmThreadContentionMonitoring.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTInputArgsTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemMgrPoolRelEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JVM_MANAGEMENT_MIBOidTable.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemoryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemGCEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRuntimeMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolCollectThreshdSupport.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadInstanceTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmCompilationMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolState.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemMgrPoolRelTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRuntimeMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JVM_MANAGEMENT_MIB.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTLibraryPathEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmOSMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemPoolEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTClassPathTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemManagerTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadInstanceEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmJITCompilerTimeMonitoring.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTBootClassPathEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmClassLoadingMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemoryGCVerboseLevel.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmClassesVerboseLevel.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTInputArgsEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTLibraryPathEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmCompilationMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemGCEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmClassLoadingMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTLibraryPathTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemoryGCCall.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTInputArgsEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmRTBootClassPathSupport.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadingMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadingMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemManagerEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadInstanceEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemMgrPoolRelEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmOSMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemManagerEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmThreadCpuTimeMonitoring.java ../../../../src/share/classes/sun/management/snmp/AdaptorBootstrap.java ../../../../src/share/classes/sun/management/snmp/util/MibLogger.java ../../../../src/share/classes/sun/management/snmp/util/SnmpListTableCache.java ../../../../src/share/classes/sun/management/snmp/util/SnmpCachedData.java ../../../../src/share/classes/sun/management/snmp/util/SnmpTableHandler.java ../../../../src/share/classes/sun/management/snmp/util/SnmpNamedListTableCache.java ../../../../src/share/classes/sun/management/snmp/util/JvmContextFactory.java ../../../../src/share/classes/sun/management/snmp/util/SnmpLoadedClassData.java ../../../../src/share/classes/sun/management/snmp/util/SnmpTableCache.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.management.snmp/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/management/snmp' Timing: 00007 seconds or 7s for make-sun-management-snmp <<>>Recursively making jmxremote all @ Sun Aug 2 14:08:56 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/management/jmxremote' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/management/jmxremote' Timing: 00000 seconds or 0s for make-sun-management-jmxremote <<>>Recursively making plugin all @ Sun Aug 2 14:08:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/plugin' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DJAVA_ARGS="{ \"sun.applet.PluginMain\" }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pluginappletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../src/share/bin/java.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DJAVA_ARGS="{ \"sun.applet.PluginMain\" }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pluginappletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../src/solaris/bin/java_md.c ../../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DJAVA_ARGS="{ \"sun.applet.PluginMain\" }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pluginappletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/pluginappletviewer because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/pluginappletviewer -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/splashscreen_stubs.o -lpthread -L/usr/X11R6/lib -lX11 -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/plugin' Timing: 00002 seconds or 2s for make-sun-plugin <<>>Recursively making native2ascii all @ Sun Aug 2 14:08:59 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/native2ascii' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.native2ascii/.classes.list) ../../../src/share/classes/sun/tools/native2ascii/Main.java ../../../src/share/classes/sun/tools/native2ascii/A2NFilter.java ../../../src/share/classes/sun/tools/native2ascii/N2AFilter.java ../../../src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii.java ../../../src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii_ja.java ../../../src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii_zh_CN.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -Xlint:serial -Werror -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.native2ascii/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/native2ascii' Timing: 00004 seconds or 4s for make-sun-native2ascii <<>>Recursively making serialver all @ Sun Aug 2 14:09:04 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/serialver' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties /bin/cp ../../../src/share/classes/sun/tools/serialver/serialver.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties /bin/cp ../../../src/share/classes/sun/tools/serialver/serialver_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties /bin/cp ../../../src/share/classes/sun/tools/serialver/serialver_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.serialver/.classes.list) ../../../src/share/classes/sun/tools/serialver/SerialVer.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.serialver/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/serialver' Timing: 00004 seconds or 4s for make-sun-serialver <<>>Recursively making tools all @ Sun Aug 2 14:09:09 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/tools' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jstat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jstat/resources/jstat_options /bin/cp ../../../src/share/classes/sun/tools/jstat/resources/jstat_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jstat/resources/jstat_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources/hat.js /bin/cp ../../../src/share/classes/com/sun/tools/hat/resources/hat.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources/hat.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources/oqlhelp.html /bin/cp ../../../src/share/classes/com/sun/tools/hat/resources/oqlhelp.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources/oqlhelp.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources/platform_names.txt /bin/cp ../../../src/share/classes/com/sun/tools/hat/resources/platform_names.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/hat/resources/platform_names.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/script/shell rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/script/shell/init.js /bin/cp ../../../src/share/classes/com/sun/tools/script/shell/init.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/script/shell/init.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/script/shell rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/script/shell/messages.properties /bin/cp ../../../src/share/classes/com/sun/tools/script/shell/messages.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/tools/script/shell/messages.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/jvmstat/perfdata/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/jvmstat/perfdata/resources/aliasmap /bin/cp ../../../src/share/classes/sun/jvmstat/perfdata/resources/aliasmap /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/jvmstat/perfdata/resources/aliasmap # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools/.classes.list) ../../../src/share/classes/sun/tools/jinfo/JInfo.java ../../../src/share/classes/sun/tools/jmap/JMap.java ../../../src/share/classes/sun/tools/jps/Jps.java ../../../src/share/classes/sun/tools/jps/Arguments.java ../../../src/share/classes/sun/tools/jstack/JStack.java ../../../src/share/classes/sun/tools/jstat/Closure.java ../../../src/share/classes/sun/tools/jstat/HeaderClosure.java ../../../src/share/classes/sun/tools/jstat/ColumnFormat.java ../../../src/share/classes/sun/tools/jstat/ParserException.java ../../../src/share/classes/sun/tools/jstat/ExpressionExecuter.java ../../../src/share/classes/sun/tools/jstat/OptionFinder.java ../../../src/share/classes/sun/tools/jstat/Parser.java ../../../src/share/classes/sun/tools/jstat/SyntaxException.java ../../../src/share/classes/sun/tools/jstat/Arguments.java ../../../src/share/classes/sun/tools/jstat/OutputFormatter.java ../../../src/share/classes/sun/tools/jstat/OptionOutputFormatter.java ../../../src/share/classes/sun/tools/jstat/Token.java ../../../src/share/classes/sun/tools/jstat/Literal.java ../../../src/share/classes/sun/tools/jstat/ExpressionResolver.java ../../../src/share/classes/sun/tools/jstat/RawOutputFormatter.java ../../../src/share/classes/sun/tools/jstat/Expression.java ../../../src/share/classes/sun/tools/jstat/ExpressionEvaluator.java ../../../src/share/classes/sun/tools/jstat/DescendingMonitorComparator.java ../../../src/share/classes/sun/tools/jstat/OptionFormat.java ../../../src/share/classes/sun/tools/jstat/Alignment.java ../../../src/share/classes/sun/tools/jstat/Scale.java ../../../src/share/classes/sun/tools/jstat/RowClosure.java ../../../src/share/classes/sun/tools/jstat/OptionLister.java ../../../src/share/classes/sun/tools/jstat/Operator.java ../../../src/share/classes/sun/tools/jstat/Jstat.java ../../../src/share/classes/sun/tools/jstat/AscendingMonitorComparator.java ../../../src/share/classes/sun/tools/jstat/Identifier.java ../../../src/share/classes/sun/tools/jstat/JStatLogger.java ../../../src/share/classes/sun/tools/jstat/SymbolResolutionClosure.java ../../../src/share/classes/sun/tools/jstatd/RemoteVmImpl.java ../../../src/share/classes/sun/tools/jstatd/Jstatd.java ../../../src/share/classes/sun/tools/jstatd/RemoteHostImpl.java ../../../src/share/classes/com/sun/tools/hat/internal/server/InstancesQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/OQLHelp.java ../../../src/share/classes/com/sun/tools/hat/internal/server/AllRootsQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/FinalizerSummaryQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/HistogramQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/ClassQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/FinalizerObjectsQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/PlatformClasses.java ../../../src/share/classes/com/sun/tools/hat/internal/server/QueryListener.java ../../../src/share/classes/com/sun/tools/hat/internal/server/RootStackQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/AllClassesQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/ReachableQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/QueryHandler.java ../../../src/share/classes/com/sun/tools/hat/internal/server/ObjectQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/RootsQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/OQLQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/RefsByTypeQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/HttpReader.java ../../../src/share/classes/com/sun/tools/hat/internal/server/InstancesCountQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/PositionDataInputStream.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/FileReadBuffer.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/Reader.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/PositionInputStream.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/MappedReadBuffer.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/ReadBuffer.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/OQLEngine.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/ObjectVisitor.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/OQLQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/OQLException.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ArrayTypeCodes.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReferenceChain.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaThing.java ../../../src/share/classes/com/sun/tools/hat/internal/model/Root.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaFloat.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java ../../../src/share/classes/com/sun/tools/hat/internal/model/HackJavaValue.java ../../../src/share/classes/com/sun/tools/hat/internal/model/Snapshot.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaLong.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaValueArray.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReachableObjects.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaShort.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaField.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaObject.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaDouble.java ../../../src/share/classes/com/sun/tools/hat/internal/model/StackFrame.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaStatic.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludes.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaObjectRef.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaByte.java ../../../src/share/classes/com/sun/tools/hat/internal/model/AbstractJavaHeapObjectVisitor.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaObjectArray.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObjectVisitor.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaValue.java ../../../src/share/classes/com/sun/tools/hat/internal/model/StackTrace.java ../../../src/share/classes/com/sun/tools/hat/internal/util/CompositeEnumeration.java ../../../src/share/classes/com/sun/tools/hat/internal/util/ArraySorter.java ../../../src/share/classes/com/sun/tools/hat/internal/util/Misc.java ../../../src/share/classes/com/sun/tools/hat/internal/util/Comparer.java ../../../src/share/classes/com/sun/tools/hat/internal/util/VectorSorter.java ../../../src/share/classes/com/sun/tools/hat/Main.java ../../../src/share/classes/com/sun/tools/script/shell/Main.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/TypeCode.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/PerfDataBufferPrologue.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfStringVariableMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfStringMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfLongMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/CountedTimerTask.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorStructureException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AliasFileParser.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AbstractPerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfIntegerMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorVersionException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/SyntaxException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AbstractMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/MonitoredHostProvider.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/RemoteMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/RemoteVmManager.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/FileMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/MonitoredHostProvider.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/LocalEventTimer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/LocalVmManager.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/MonitoredHostProvider.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataFile.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/LocalMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/CountedTimerTaskUtils.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorTypeException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfDataBufferImpl.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfByteArrayMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AbstractPerfDataBufferPrologue.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorStatus.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorDataException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/BasicType.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBufferPrologue.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfStringConstantMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/HostIdentifier.java ../../../src/share/classes/sun/jvmstat/monitor/ByteArrayMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/AbstractMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/remote/RemoteHost.java ../../../src/share/classes/sun/jvmstat/monitor/remote/RemoteVm.java ../../../src/share/classes/sun/jvmstat/monitor/remote/BufferedMonitoredVm.java ../../../src/share/classes/sun/jvmstat/monitor/MonitoredHost.java ../../../src/share/classes/sun/jvmstat/monitor/MonitoredVm.java ../../../src/share/classes/sun/jvmstat/monitor/event/VmEvent.java ../../../src/share/classes/sun/jvmstat/monitor/event/HostListener.java ../../../src/share/classes/sun/jvmstat/monitor/event/VmStatusChangeEvent.java ../../../src/share/classes/sun/jvmstat/monitor/event/VmListener.java ../../../src/share/classes/sun/jvmstat/monitor/event/MonitorStatusChangeEvent.java ../../../src/share/classes/sun/jvmstat/monitor/event/HostEvent.java ../../../src/share/classes/sun/jvmstat/monitor/LongMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/StringMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/VmIdentifier.java ../../../src/share/classes/sun/jvmstat/monitor/Monitor.java ../../../src/share/classes/sun/jvmstat/monitor/MonitorException.java ../../../src/share/classes/sun/jvmstat/monitor/IntegerMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/MonitoredVmUtil.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/tools' Timing: 00007 seconds or 7s for make-sun-tools <<>>Recursively making jconsole all @ Sun Aug 2 14:09:17 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jconsole' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.jconsole/.classes.list) ../../../src/share/classes/sun/tools/jconsole/resources/JConsoleResources.java ../../../src/share/classes/sun/tools/jconsole/resources/JConsoleResources_ja.java ../../../src/share/classes/sun/tools/jconsole/resources/JConsoleResources_zh_CN.java ../../../src/share/classes/sun/tools/jconsole/Formatter.java ../../../src/share/classes/sun/tools/jconsole/Plotter.java ../../../src/share/classes/sun/tools/jconsole/LocalVirtualMachine.java ../../../src/share/classes/sun/tools/jconsole/InternalDialog.java ../../../src/share/classes/sun/tools/jconsole/MemoryPoolStat.java ../../../src/share/classes/sun/tools/jconsole/CreateMBeanDialog.java ../../../src/share/classes/sun/tools/jconsole/Tab.java ../../../src/share/classes/sun/tools/jconsole/MemoryTab.java ../../../src/share/classes/sun/tools/jconsole/inspector/XSheet.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanOperations.java ../../../src/share/classes/sun/tools/jconsole/inspector/XOpenTypeViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/ThreadDialog.java ../../../src/share/classes/sun/tools/jconsole/inspector/Utils.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTextFieldEditor.java ../../../src/share/classes/sun/tools/jconsole/inspector/XObject.java ../../../src/share/classes/sun/tools/jconsole/inspector/XPlottingViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTreeRenderer.java ../../../src/share/classes/sun/tools/jconsole/inspector/OperationEntry.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanInfo.java ../../../src/share/classes/sun/tools/jconsole/inspector/XPlotter.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTree.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTextField.java ../../../src/share/classes/sun/tools/jconsole/inspector/XNodeInfo.java ../../../src/share/classes/sun/tools/jconsole/inspector/TableSorter.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java ../../../src/share/classes/sun/tools/jconsole/inspector/XArrayDataViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBean.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTable.java ../../../src/share/classes/sun/tools/jconsole/inspector/XDataViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/IconManager.java ../../../src/share/classes/sun/tools/jconsole/inspector/XOperations.java ../../../src/share/classes/sun/tools/jconsole/OutputViewer.java ../../../src/share/classes/sun/tools/jconsole/BorderedComponent.java ../../../src/share/classes/sun/tools/jconsole/Utilities.java ../../../src/share/classes/sun/tools/jconsole/Worker.java ../../../src/share/classes/sun/tools/jconsole/VMPanel.java ../../../src/share/classes/sun/tools/jconsole/AboutDialog.java ../../../src/share/classes/sun/tools/jconsole/MBeansTab.java ../../../src/share/classes/sun/tools/jconsole/ConnectDialog.java ../../../src/share/classes/sun/tools/jconsole/SummaryTab.java ../../../src/share/classes/sun/tools/jconsole/MemoryPoolProxy.java ../../../src/share/classes/sun/tools/jconsole/OverviewPanel.java ../../../src/share/classes/sun/tools/jconsole/PlotterPanel.java ../../../src/share/classes/sun/tools/jconsole/ThreadTab.java ../../../src/share/classes/sun/tools/jconsole/Resources.java ../../../src/share/classes/sun/tools/jconsole/OverviewTab.java ../../../src/share/classes/sun/tools/jconsole/HTMLPane.java ../../../src/share/classes/sun/tools/jconsole/ProxyClient.java ../../../src/share/classes/sun/tools/jconsole/VariableGridLayout.java ../../../src/share/classes/sun/tools/jconsole/SheetDialog.java ../../../src/share/classes/sun/tools/jconsole/MaximizableInternalFrame.java ../../../src/share/classes/sun/tools/jconsole/VMInternalFrame.java ../../../src/share/classes/sun/tools/jconsole/ClassTab.java ../../../src/share/classes/sun/tools/jconsole/TimeComboBox.java ../../../src/share/classes/sun/tools/jconsole/JConsole.java ../../../src/share/classes/sun/tools/jconsole/LabeledComponent.java ../../../src/share/classes/com/sun/tools/jconsole/JConsoleContext.java ../../../src/share/classes/com/sun/tools/jconsole/JConsolePlugin.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/tools/jconsole/Version.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -encoding iso8859-1 -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.jconsole/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/brandlogo.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/brandlogo.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/brandlogo.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/collapse-winlf.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/collapse-winlf.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/collapse-winlf.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected16.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/connected16.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected16.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected24.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/connected24.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected24.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected16.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/disconnected16.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected16.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected24.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/disconnected24.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected24.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/expand-winlf.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/expand-winlf.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/expand-winlf.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-left.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/masthead-left.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-left.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-right.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/masthead-right.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-right.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbean.gif /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/mbean.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbean.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbeanserverdelegate.gif /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/mbeanserverdelegate.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbeanserverdelegate.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/xobject.gif /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/xobject.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/sun/tools/jconsole/resources/xobject.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.jconsole rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.jconsole/manifest /bin/cp ../../../src/share/classes/sun/tools/jconsole/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.jconsole/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jconsole.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sun.tools.jconsole/manifest \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jconsole \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/jconsole \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sun/jconsole' Timing: 00007 seconds or 7s for make-sun-jconsole <<>>Recursively making sunw all @ Sun Aug 2 14:09:25 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sunw' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sunw/.classes.list) ../../src/share/classes/sunw/util/EventObject.java ../../src/share/classes/sunw/util/EventListener.java ../../src/share/classes/sunw/io/Serializable.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../src/solaris/classes:../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/sunw/.classes.list make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/sunw' Timing: 00003 seconds or 3s for make-sunw <<>>Recursively making com all @ Sun Aug 2 14:09:29 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com' Begin Processing SUBDIRS: sun >>>Recursively making sun all @ Sun Aug 2 14:09:29 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun' Begin Processing SUBDIRS: script image security crypto/provider jndi jmx java inputmethods org rowset net/httpserver net/ssl demo tools jarsigner >>>Recursively making script all @ Sun Aug 2 14:09:30 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/script' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.script/.classes.list) ../../../../src/share/classes/com/sun/script/javascript/ExternalScriptable.java ../../../../src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java ../../../../src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java ../../../../src/share/classes/com/sun/script/javascript/JSAdapter.java ../../../../src/share/classes/com/sun/script/javascript/RhinoClassShutter.java ../../../../src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java ../../../../src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java ../../../../src/share/classes/com/sun/script/javascript/JavaAdapter.java ../../../../src/share/classes/com/sun/script/javascript/RhinoTopLevel.java ../../../../src/share/classes/com/sun/script/util/InterfaceImplementor.java ../../../../src/share/classes/com/sun/script/util/BindingsEntrySet.java ../../../../src/share/classes/com/sun/script/util/BindingsBase.java ../../../../src/share/classes/com/sun/script/util/ScriptEngineFactoryBase.java ../../../../src/share/classes/com/sun/script/util/BindingsImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -classpath /usr/share/java/js.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.script/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.script.ScriptEngineFactory /bin/cp ../../../../src/share/classes/com/sun/script/javascript/META-INF/services/javax.script.ScriptEngineFactory /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/javax.script.ScriptEngineFactory make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/script' Timing: 00005 seconds or 5s for make-com-sun-script <<>>Recursively making image all @ Sun Aug 2 14:09:35 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/image' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.image.codec.jpeg/.classes.list) ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGImageDecoder.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGEncodeParam.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGDecodeParam.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGImageEncoder.java ../../../../src/share/classes/com/sun/image/codec/jpeg/ImageFormatException.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGQTable.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGCodec.java ../../../../src/share/classes/com/sun/image/codec/jpeg/TruncatedFileException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.image.codec.jpeg/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/image' Timing: 00004 seconds or 4s for make-com-sun-image <<>>Recursively making security all @ Sun Aug 2 14:09:39 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security' Begin Processing SUBDIRS: jgss sasl auth auth/module >>>Recursively making jgss all @ Sun Aug 2 14:09:39 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/jgss' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.jgss/.classes.list) ../../../../../src/share/classes/com/sun/security/jgss/GSSUtil.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.jgss/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/jgss' Timing: 00004 seconds or 4s for make-com-sun-security-jgss <<>>Recursively making sasl all @ Sun Aug 2 14:09:43 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/sasl' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.sasl/.classes.list) ../../../../../src/share/classes/com/sun/security/sasl/digest/DigestMD5Client.java ../../../../../src/share/classes/com/sun/security/sasl/digest/FactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/digest/SecurityCtx.java ../../../../../src/share/classes/com/sun/security/sasl/digest/DigestMD5Base.java ../../../../../src/share/classes/com/sun/security/sasl/digest/DigestMD5Server.java ../../../../../src/share/classes/com/sun/security/sasl/PlainClient.java ../../../../../src/share/classes/com/sun/security/sasl/CramMD5Base.java ../../../../../src/share/classes/com/sun/security/sasl/ServerFactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Base.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Client.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/FactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/CramMD5Server.java ../../../../../src/share/classes/com/sun/security/sasl/ClientFactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/ExternalClient.java ../../../../../src/share/classes/com/sun/security/sasl/CramMD5Client.java ../../../../../src/share/classes/com/sun/security/sasl/Provider.java ../../../../../src/share/classes/com/sun/security/sasl/util/AbstractSaslImpl.java ../../../../../src/share/classes/com/sun/security/sasl/util/PolicyUtils.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.sasl/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/sasl' Timing: 00005 seconds or 5s for make-com-sun-security-sasl <<>>Recursively making auth all @ Sun Aug 2 14:09:48 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/AuthResources_zh_HK.java /bin/cat ../../../../../src/share/classes/sun/security/util/AuthResources_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/AuthResources_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth/.classes.list) ../../../../../src/share/classes/com/sun/security/auth/NTDomainPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTNumericCredential.java ../../../../../src/share/classes/com/sun/security/auth/NTSid.java ../../../../../src/share/classes/com/sun/security/auth/NTSidDomainPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTSidGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTSidPrimaryGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTSidUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/SolarisNumericUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/SolarisPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/SolarisNumericGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/UnixNumericUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/UnixPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/X500Principal.java ../../../../../src/share/classes/com/sun/security/auth/UserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/LdapPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/PolicyFile.java ../../../../../src/share/classes/com/sun/security/auth/SubjectCodeSource.java ../../../../../src/share/classes/com/sun/security/auth/PolicyParser.java ../../../../../src/share/classes/com/sun/security/auth/PrincipalComparator.java ../../../../../src/share/classes/com/sun/security/auth/callback/DialogCallbackHandler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/AuthResources_zh_HK.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth/.classes.list rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/sun/security/util/AuthResources_zh_HK.java make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth' Timing: 00005 seconds or 5s for make-com-sun-security-auth <<>>Recursively making auth/module all @ Sun Aug 2 14:09:54 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth/module' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/.classes.list) ../../../../../../src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/JndiLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/LdapLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/Crypt.java ../../../../../../src/share/classes/com/sun/security/auth/module/UnixLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/UnixSystem.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/solaris/classes:../../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders/ \ com.sun.security.auth.module.UnixLoginModule com.sun.security.auth.module.UnixSystem mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[7]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth/module make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth/module' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders -I../../../../../../src/solaris/javavm/export -I../../../../../../src/share/javavm/export -I../../../../../../src/share/javavm/include -I../../../../../../src/solaris/javavm/include -I../../../../../../src/share/native/common -I../../../../../../src/solaris/native/common -I../../../../../../src/share/native/com/sun/security/auth/module -I../../../../../../src/solaris/native/com/sun/security/auth/module -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/Unix.o ../../../../../../src/solaris/native/com/sun/security/auth/module/Unix.c make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth/module' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth/module STATS: LIBRARY=jaas_unix, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjaas_unix.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/.files_compiled /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders -I../../../../../../src/solaris/javavm/export -I../../../../../../src/share/javavm/export -I../../../../../../src/share/javavm/include -I../../../../../../src/solaris/javavm/include -I../../../../../../src/share/native/common -I../../../../../../src/solaris/native/common -I../../../../../../src/share/native/com/sun/security/auth/module -I../../../../../../src/solaris/native/com/sun/security/auth/module -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjaas_unix.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjaas_unix.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/Unix.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/security/auth/module' Timing: 00005 seconds or 5s for make-com-sun-security-module <<>>Recursively making crypto/provider all @ Sun Aug 2 14:10:00 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/crypto/provider' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/.classes.list) ../../../../../src/share/classes/com/sun/crypto/provider/CounterMode.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacPKCS12PBESHA1.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacMD5KeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsPrfGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/AESCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/DESKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/DESConstants.java ../../../../../src/share/classes/com/sun/crypto/provider/DESKey.java ../../../../../src/share/classes/com/sun/crypto/provider/DESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacMD5.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEWithMD5AndDESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/DHParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherBlockChaining.java ../../../../../src/share/classes/com/sun/crypto/provider/KeyGeneratorCore.java ../../../../../src/share/classes/com/sun/crypto/provider/DHKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacSHA1KeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/ISO10126Padding.java ../../../../../src/share/classes/com/sun/crypto/provider/FeedbackCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/PBKDF2HmacSHA1Factory.java ../../../../../src/share/classes/com/sun/crypto/provider/PBKDF2KeyImpl.java ../../../../../src/share/classes/com/sun/crypto/provider/RSACipher.java ../../../../../src/share/classes/com/sun/crypto/provider/SymmetricCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/DHPrivateKey.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeWrapCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/AESKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/AESWrapCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/OAEPParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/AESParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/RC2Crypt.java ../../../../../src/share/classes/com/sun/crypto/provider/SunJCE.java ../../../../../src/share/classes/com/sun/crypto/provider/DHKeyAgreement.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacSHA1.java ../../../../../src/share/classes/com/sun/crypto/provider/OutputFeedback.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherTextStealing.java ../../../../../src/share/classes/com/sun/crypto/provider/DESParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/AESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/PKCS12PBECipherCore.java ../../../../../src/share/classes/com/sun/crypto/provider/BlockCipherParamsCore.java ../../../../../src/share/classes/com/sun/crypto/provider/KeyProtector.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/SslMacCore.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishConstants.java ../../../../../src/share/classes/com/sun/crypto/provider/DHPublicKey.java ../../../../../src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsKeyMaterialGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsMasterSecretGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEWithMD5AndTripleDESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherWithWrappingSpi.java ../../../../../src/share/classes/com/sun/crypto/provider/EncryptedPrivateKeyInfo.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherCore.java ../../../../../src/share/classes/com/sun/crypto/provider/ConstructKeys.java ../../../../../src/share/classes/com/sun/crypto/provider/DESCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsRsaPremasterSecretGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/RC2Parameters.java ../../../../../src/share/classes/com/sun/crypto/provider/Padding.java ../../../../../src/share/classes/com/sun/crypto/provider/PCBC.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/PrivateKeyInfo.java ../../../../../src/share/classes/com/sun/crypto/provider/ai.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeKey.java ../../../../../src/share/classes/com/sun/crypto/provider/JceKeyStore.java ../../../../../src/share/classes/com/sun/crypto/provider/ElectronicCodeBook.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/AESConstants.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacCore.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEKey.java ../../../../../src/share/classes/com/sun/crypto/provider/ARCFOURCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/PBECipherCore.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/DESKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherFeedback.java ../../../../../src/share/classes/com/sun/crypto/provider/JarVerifier.java ../../../../../src/share/classes/com/sun/crypto/provider/RC2Cipher.java ../../../../../src/share/classes/com/sun/crypto/provider/PKCS5Padding.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/manifest.mf ( /bin/sed "s/@@RELEASE@@/1.6.0_0/" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/manifest.mf; \ /bin/echo -e "Extension-Name: javax.crypto"; \ /bin/echo -e "Implementation-Vendor-Id: com.sun"; ) > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned/sunjce_provider.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cmf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned/sunjce_provider.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/classes com/sun/crypto/provider \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext/sunjce_provider.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned/sunjce_provider.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ext/sunjce_provider.jar make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/crypto/provider' Timing: 00009 seconds or 9s for make-com-sun-provider <<>>Recursively making jndi all @ Sun Aug 2 14:10:09 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi' Begin Processing SUBDIRS: toolkit cosnaming ldap rmi dns >>>Recursively making toolkit all @ Sun Aug 2 14:10:09 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/toolkit' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.toolkit/.classes.list) ../../../../../src/share/classes/com/sun/jndi/toolkit/url/UrlUtil.java ../../../../../src/share/classes/com/sun/jndi/toolkit/ctx/AtomicDirContext.java ../../../../../src/share/classes/com/sun/jndi/toolkit/corba/CorbaUtils.java ../../../../../src/share/classes/com/sun/jndi/toolkit/dir/DirSearch.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.toolkit/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/toolkit' Timing: 00005 seconds or 5s for make-com-sun-jndi-toolkit <<>>Recursively making cosnaming all @ Sun Aug 2 14:10:14 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/cosnaming' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/cosnaming rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties /bin/cp ../../../../../src/share/classes/com/sun/jndi/cosnaming/jndiprovider.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/.classes.list) ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNCtx.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNBindingEnumeration.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNNameParser.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNCtxFactory.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/RemoteToCorba.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/ExceptionMapper.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/OrbReuseTracker.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CorbanameUrl.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/IiopUrl.java ../../../../../src/share/classes/com/sun/jndi/url/corbaname/corbanameURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/ldaps/ldapsURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/rmi/rmiURLContext.java ../../../../../src/share/classes/com/sun/jndi/url/rmi/rmiURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/dns/dnsURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/dns/dnsURLContext.java ../../../../../src/share/classes/com/sun/jndi/url/iiopname/iiopnameURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/iiop/iiopURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/iiop/iiopURLContext.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/cosnaming' Timing: 00005 seconds or 5s for make-com-sun-jndi-cosnaming <<>>Recursively making ldap all @ Sun Aug 2 14:10:19 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/ldap' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/ldap rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties /bin/cp ../../../../../src/share/classes/com/sun/jndi/ldap/jndiprovider.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/.classes.list) ../../../../../src/share/classes/com/sun/jndi/ldap/LdapName.java ../../../../../src/share/classes/com/sun/jndi/ldap/VersionHelper12.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/ldap' Timing: 00005 seconds or 5s for make-com-sun-jndi-ldap <<>>Recursively making rmi all @ Sun Aug 2 14:10:24 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/rmi' Begin Processing SUBDIRS: registry >>>Recursively making registry all @ Sun Aug 2 14:10:25 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/rmi/registry' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes \ com.sun.jndi.rmi.registry.ReferenceWrapper make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/rmi/registry' Timing: 00001 seconds or 1s for make-com-sun-jndi-rmi-registry <<>>Recursively making dns all @ Sun Aug 2 14:10:26 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/dns' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jndi/dns' Timing: 00001 seconds or 1s for make-com-sun-jndi-dns <<>>Recursively making jmx all @ Sun Aug 2 14:10:27 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jmx' Begin Processing SUBDIRS: snmp >>>Recursively making snmp build @ Sun Aug 2 14:10:28 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jmx/snmp' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jmx.snmp/.classes.list) ../../../../../src/share/classes/com/sun/jmx/snmp/ServiceName.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpSecurityParameters.java ../../../../../src/share/classes/com/sun/jmx/snmp/InetAddressAcl.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpTooBigException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUnknownModelException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUnknownModelLcdException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUnknownMsgProcModelException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpEngineParameters.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPduBulkType.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpInformHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/CommunicatorServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/CommunicatorServerMBean.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpAdaptorServerMBean.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpAdaptorServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubRequestHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpMibTree.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpRequestHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/CommunicationException.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/ClientHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubNextRequestHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/Enumerated.java ../../../../../src/share/classes/com/sun/jmx/snmp/ThreadContext.java ../../../../../src/share/classes/com/sun/jmx/snmp/defaults/SnmpProperties.java ../../../../../src/share/classes/com/sun/jmx/snmp/defaults/DefaultPaths.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUnknownAccContrModelException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPdu.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpParams.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUnknownSecModelException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUnsignedInt.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpGauge.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpOpaque.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpCounter.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpMessage.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpAccessControlModel.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpMsgProcessingModel.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpSecuritySubSystem.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpDecryptedPdu.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpSecurityModel.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpEngineImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpTools.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpSubSystem.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpModelLcd.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpSecurityCache.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpIncomingRequest.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpLcd.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpOutgoingRequest.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpAccessControlSubSystem.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpModel.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpMsgProcessingSubSystem.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpIncomingResponse.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpEngine.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpScopedPduBulk.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPduFactory.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpScopedPduPacket.java ../../../../../src/share/classes/com/sun/jmx/snmp/mpm/SnmpMsgTranslator.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpNull.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpEngineId.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpIpAddress.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpV3Message.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpValue.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPduTrap.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPduFactoryBER.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpAckPdu.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpScopedPduRequest.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpCounter64.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpInt.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMTrapItem.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/PermissionImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMNetMask.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JJTParserState.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMCommunity.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/GroupImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMSecurityDefs.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMHost.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMTrapInterestedHost.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/Parser.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMAccess.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMManagers.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/ParserTokenManager.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/Host.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMHostTrap.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/SimpleNode.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMTrapCommunity.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMTrapNum.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/ParserConstants.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMInformCommunity.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/SnmpAcl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/ParserTreeConstants.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/PrincipalImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMNetMaskV6.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/Token.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/OwnerImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/AclEntryImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/ParseError.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/AclImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/Node.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMInformInterestedHost.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/ASCII_CharStream.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMEnterprise.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMInformItem.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/TokenMgrError.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMAclItem.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/ParseException.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/NetMaskImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMIpV6Address.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMIpMask.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMCommunities.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMAclBlock.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMTrapBlock.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMInformBlock.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMHostName.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMIpAddress.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/JDMHostInform.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpEntryOid.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpStandardObjectServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibTable.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibGroup.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibEntry.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpErrorHandlerAgent.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpTableCallbackHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibRequest.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibSubRequest.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpGenericMetaServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibRequestImpl.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpRequestTree.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpIndex.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpTableEntryFactory.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpTableSupport.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpStandardMetaServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMib.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpGenericObjectServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibNode.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibAgentMBean.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpUserDataFactory.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibAgent.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpTableEntryNotification.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibOid.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpMibHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpEngineFactory.java ../../../../../src/share/classes/com/sun/jmx/snmp/BerException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPduRequest.java ../../../../../src/share/classes/com/sun/jmx/snmp/BerDecoder.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUnknownSubSystemException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpMsg.java ../../../../../src/share/classes/com/sun/jmx/snmp/tasks/ThreadService.java ../../../../../src/share/classes/com/sun/jmx/snmp/tasks/TaskServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/tasks/Task.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpString.java ../../../../../src/share/classes/com/sun/jmx/snmp/UserAcl.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpUsmKeyHandler.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpStatusException.java ../../../../../src/share/classes/com/sun/jmx/snmp/BerEncoder.java ../../../../../src/share/classes/com/sun/jmx/snmp/EnumRowStatus.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPduRequestType.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpPduBulk.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpSecurityException.java ../../../../../src/share/classes/com/sun/jmx/snmp/SnmpBadSecurityLevelException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.jmx.snmp/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jmx/snmp' Timing: 00007 seconds or 7s for make-com-sun-jmx-snmp <<>>Recursively making snmp all @ Sun Aug 2 14:10:35 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jmx/snmp' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jmx/snmp' Timing: 00001 seconds or 1s for make-com-sun-jmx-snmp <<>>Recursively making java all @ Sun Aug 2 14:10:36 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java' Begin Processing SUBDIRS: browser pack >>>Recursively making browser all @ Sun Aug 2 14:10:37 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/browser' Begin Processing SUBDIRS: dom net >>>Recursively making dom all @ Sun Aug 2 14:10:37 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/browser/dom' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/plugin/com.sun.java.browser.dom/.classes.list) ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMService.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMServiceProvider.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMAction.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMAccessor.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMAccessException.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMUnsupportedException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/solaris/classes:../../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/plugin/com.sun.java.browser.dom/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/browser/dom' Timing: 00004 seconds or 4s for make-com-sun-java-browser-dom <<>>Recursively making net all @ Sun Aug 2 14:10:42 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/browser/net' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/plugin/com.sun.java.browser.net/.classes.list) ../../../../../../src/share/classes/com/sun/java/browser/net/ProxyService.java ../../../../../../src/share/classes/com/sun/java/browser/net/ProxyServiceProvider.java ../../../../../../src/share/classes/com/sun/java/browser/net/ProxyInfo.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/solaris/classes:../../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/plugin/com.sun.java.browser.net/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/browser/net' Timing: 00003 seconds or 3s for make-com-sun-java-browser-net <<>>Recursively making pack all @ Sun Aug 2 14:10:46 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/.classes.list) ../../../../../src/share/classes/com/sun/java/util/jar/pack/Driver.java ../../../../../src/share/classes/com/sun/java/util/jar/pack/DriverResource.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders/ \ com.sun.java.util.jar.pack.NativeUnpack mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[7]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack' /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bands.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bytes.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bytes.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:44: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:438: warning: missing initializer for member 'band_init::index' /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/coding.o ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/jni.o ../../../../../src/share/native/com/sun/java/util/jar/pack/jni.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:41: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse(byte*&, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:190: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:198: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse_lgH(byte*&, int, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:213: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:221: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static void coding::parseMultiple(byte*&, int, byte*, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:240: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'int value_stream::getInt()': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'void coding_method::init(byte*&, byte*, byte*&, int, coding*, int, intlist*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:698: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHSD1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1full' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1sub' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_CHAR3' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_UNSIGNED5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_DELTA5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BCI5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BRANCH5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BHS0' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BYTE1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing braces around initializer for 'coding' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/jni.cpp:46: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/unpack.o ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:53: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_file_header()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:600: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:614: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:666: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:675: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:752: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:809: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::init(unpacker*, int*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:864: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_cp()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1259: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'unpacker::layout_definition* unpacker::attr_definitions::defineLayout(int, const char*, const char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1396: warning: comparison between signed and unsigned integer expressions /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/utils.o ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_attrs(int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2408: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_bcs()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2906: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'entry*& cpool::hashTabRef(byte, bytes&)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2963: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2980: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::expandSignatures()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3055: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3090: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::write_bc_ops()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3955: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'int unpacker::write_attrs(int, julong)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4061: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::redirect_stdio()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:47: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp: In function 'void mkdirs(int, char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:67: warning: comparison between signed and unsigned integer expressions /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/zip.o ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp:45: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack STATS: LIBRARY=unpack, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libunpack.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libunpack.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libunpack.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bands.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bytes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/coding.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/jni.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/unpack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/utils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/zip.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lz -lstdc++ -lc -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/unpack200 STANDALONE=true LDMAPFLAGS_OPT= LDMAPFLAGS_DBG= make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bands.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bands.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:44: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:438: warning: missing initializer for member 'band_init::index' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bytes.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bytes.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bytes.cpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/coding.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/coding.o ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:41: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse(byte*&, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:190: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:198: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse_lgH(byte*&, int, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:213: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:221: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static void coding::parseMultiple(byte*&, int, byte*, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:240: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'int value_stream::getInt()': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'void coding_method::init(byte*&, byte*, byte*&, int, coding*, int, intlist*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:698: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHSD1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1full' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1sub' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_CHAR3' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_UNSIGNED5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_DELTA5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BCI5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BRANCH5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BHS0' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BYTE1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing braces around initializer for 'coding' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/unpack.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/unpack.o ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:53: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_file_header()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:600: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:614: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:666: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:675: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:752: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:809: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::init(unpacker*, int*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:864: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_cp()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1259: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'unpacker::layout_definition* unpacker::attr_definitions::defineLayout(int, const char*, const char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1396: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_attrs(int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2408: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_bcs()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2906: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'entry*& cpool::hashTabRef(byte, bytes&)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2963: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2980: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::expandSignatures()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3055: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3090: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::write_bc_ops()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3955: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'int unpacker::write_attrs(int, julong)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4061: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::redirect_stdio()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/utils.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/utils.o ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:47: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp: In function 'void mkdirs(int, char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:67: warning: comparison between signed and unsigned integer expressions /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/zip.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/zip.o ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp:45: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp: In member function 'bool jar::deflate_bytes(bytes&, bytes&)': ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp:412: warning: comparison between signed and unsigned integer expressions /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/main.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/main.o ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp:51: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp: In static member function 'static int unpacker::run(int, char**)': ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp:401: warning: comparison between signed and unsigned integer expressions /bin/echo -e "Resource files not required for Unix" Resource files not required for Unix /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/unpack200 /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libunpack.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bands.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bytes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/coding.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/unpack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/utils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/zip.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/main.o -lz -lstdc++ -lc -lstdc++ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/unpack200 /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/unpack200 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/unpack200 make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack' /usr/bin/make -C prop make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack/prop' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/util/jar/pack rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties /bin/cp ../../../../../../src/share/classes/com/sun/java/util/jar/pack/intrinsic.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/strip_prop_options make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack/prop' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/java/pack' Timing: 00017 seconds or 17s for make-com-sun-java-pack <<>>Recursively making inputmethods all @ Sun Aug 2 14:11:04 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/inputmethods' Begin Processing SUBDIRS: indicim thaiim >>>Recursively making indicim all @ Sun Aug 2 14:11:04 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/inputmethods/indicim' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/.classes.list) ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/DevanagariTables.java ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/IndicInputMethod.java ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/DevanagariInputMethodDescriptor.java ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/IndicInputMethodImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/java.awt.im.spi.InputMethodDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/im rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/im/indicim.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/im/indicim.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes com \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes META-INF/services \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/inputmethods/indicim' Timing: 00005 seconds or 5s for make-com-sun-inputmethods-indicim <<>>Recursively making thaiim all @ Sun Aug 2 14:11:09 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/inputmethods/thaiim' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/.classes.list) ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiRules.java ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiInputMethod.java ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiInputMethodDescriptor.java ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiInputMethodImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/java.awt.im.spi.InputMethodDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/im rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/im/thaiim.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/im/thaiim.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes com \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes META-INF/services \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/inputmethods/thaiim' Timing: 00004 seconds or 4s for make-com-sun-inputmethods-thaiim <<>>Recursively making org all @ Sun Aug 2 14:11:14 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/org' Begin Processing SUBDIRS: apache >>>Recursively making apache all @ Sun Aug 2 14:11:14 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/org/apache' Begin Processing SUBDIRS: xml >>>Recursively making xml all @ Sun Aug 2 14:11:15 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/org/apache/xml' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.dtd /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/config.dtd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.dtd /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.xml /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/config.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/.classes.list) ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/encryption/XMLCipherParameters.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/EncryptionElementProxy.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/XPathFuncHereAPI.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/CachedXPathFuncHereAPI.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverXPointer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverFragment.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverAnonymous.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverLocalFilesystem.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/CachedXPathAPIHolder.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/InvalidSignatureValueException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperty.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperties.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/InvalidDigestValueException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPath2FilterContainer04.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPathFilterCHGPContainer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPathContainer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPath2FilterContainer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformEnvelopedSignature.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NExclusiveWithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformBase64Decode.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NWithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath2Filter.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NExclusive.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXSLT.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/FuncHereContext.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/FuncHere.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPointer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14N.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315ExclOmitComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315WithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315ExclWithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureDSA.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509SKIResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509CertificateResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/DSAKeyValueResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509SubjectNameResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509IssuerSerialResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/RetrievalMethodResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/InvalidKeyResolverException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/implementations/CertsInFilesystemDirectoryResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/ContentHandlerAlreadyRegisteredException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/KeyUtils.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/solaris/classes:../../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/org/apache/xml' Timing: 00006 seconds or 6s for make-com-sun-org-apache-xml <<>>Recursively making rowset all @ Sun Aug 2 14:11:21 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/rowset' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/.classes.list) ../../../../src/share/classes/com/sun/rowset/internal/WebRowSetXmlReader.java ../../../../src/share/classes/com/sun/rowset/internal/WebRowSetXmlWriter.java ../../../../src/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java ../../../../src/share/classes/com/sun/rowset/internal/XmlErrorHandler.java ../../../../src/share/classes/com/sun/rowset/internal/XmlResolver.java ../../../../src/share/classes/com/sun/rowset/JoinRowSetImpl.java ../../../../src/share/classes/com/sun/rowset/FilteredRowSetImpl.java ../../../../src/share/classes/com/sun/rowset/WebRowSetImpl.java ../../../../src/share/classes/com/sun/rowset/providers/RIXMLProvider.java ../../../../src/share/classes/com/sun/rowset/JdbcRowSetImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.rowset/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/rowset' Timing: 00007 seconds or 7s for make-com-sun-rowset <<>>Recursively making net/httpserver all @ Sun Aug 2 14:11:28 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/net/httpserver' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.net.httpserver/.classes.list) ../../../../../src/share/classes/com/sun/net/httpserver/HttpExchange.java ../../../../../src/share/classes/com/sun/net/httpserver/Filter.java ../../../../../src/share/classes/com/sun/net/httpserver/spi/package-info.java ../../../../../src/share/classes/com/sun/net/httpserver/spi/HttpServerProvider.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsParameters.java ../../../../../src/share/classes/com/sun/net/httpserver/package-info.java ../../../../../src/share/classes/com/sun/net/httpserver/Headers.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsExchange.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpHandler.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsServer.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpServer.java ../../../../../src/share/classes/com/sun/net/httpserver/BasicAuthenticator.java ../../../../../src/share/classes/com/sun/net/httpserver/Authenticator.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsConfigurator.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpPrincipal.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpContext.java ../../../../../src/share/classes/sun/net/httpserver/FixedLengthInputStream.java ../../../../../src/share/classes/sun/net/httpserver/HttpContextImpl.java ../../../../../src/share/classes/sun/net/httpserver/HttpServerImpl.java ../../../../../src/share/classes/sun/net/httpserver/TimeSource.java ../../../../../src/share/classes/sun/net/httpserver/ServerImpl.java ../../../../../src/share/classes/sun/net/httpserver/StreamClosedException.java ../../../../../src/share/classes/sun/net/httpserver/ServerConfig.java ../../../../../src/share/classes/sun/net/httpserver/Event.java ../../../../../src/share/classes/sun/net/httpserver/ChunkedInputStream.java ../../../../../src/share/classes/sun/net/httpserver/SSLStreams.java ../../../../../src/share/classes/sun/net/httpserver/ExchangeImpl.java ../../../../../src/share/classes/sun/net/httpserver/UnmodifiableHeaders.java ../../../../../src/share/classes/sun/net/httpserver/Request.java ../../../../../src/share/classes/sun/net/httpserver/HttpError.java ../../../../../src/share/classes/sun/net/httpserver/HttpExchangeImpl.java ../../../../../src/share/classes/sun/net/httpserver/AuthFilter.java ../../../../../src/share/classes/sun/net/httpserver/ContextList.java ../../../../../src/share/classes/sun/net/httpserver/LeftOverInputStream.java ../../../../../src/share/classes/sun/net/httpserver/SelectorCache.java ../../../../../src/share/classes/sun/net/httpserver/HttpsExchangeImpl.java ../../../../../src/share/classes/sun/net/httpserver/ChunkedOutputStream.java ../../../../../src/share/classes/sun/net/httpserver/Code.java ../../../../../src/share/classes/sun/net/httpserver/FixedLengthOutputStream.java ../../../../../src/share/classes/sun/net/httpserver/HttpsServerImpl.java ../../../../../src/share/classes/sun/net/httpserver/UndefLengthOutputStream.java ../../../../../src/share/classes/sun/net/httpserver/HttpConnection.java ../../../../../src/share/classes/sun/net/httpserver/DefaultHttpServerProvider.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.net.httpserver/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/net/httpserver' Timing: 00005 seconds or 5s for make-com-sun-httpserver <<>>Recursively making net/ssl all @ Sun Aug 2 14:11:34 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/net/ssl' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.net.ssl/.classes.list) ../../../../../src/share/classes/com/sun/security/cert/internal/x509/X509V1CertImpl.java ../../../../../src/share/classes/com/sun/net/ssl/TrustManagerFactorySpi.java ../../../../../src/share/classes/com/sun/net/ssl/SSLPermission.java ../../../../../src/share/classes/com/sun/net/ssl/HttpsURLConnection.java ../../../../../src/share/classes/com/sun/net/ssl/HostnameVerifier.java ../../../../../src/share/classes/com/sun/net/ssl/KeyManager.java ../../../../../src/share/classes/com/sun/net/ssl/TrustManager.java ../../../../../src/share/classes/com/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection.java ../../../../../src/share/classes/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl.java ../../../../../src/share/classes/com/sun/net/ssl/internal/www/protocol/https/Handler.java ../../../../../src/share/classes/com/sun/net/ssl/X509KeyManager.java ../../../../../src/share/classes/com/sun/net/ssl/SSLSecurity.java ../../../../../src/share/classes/com/sun/net/ssl/KeyManagerFactory.java ../../../../../src/share/classes/com/sun/net/ssl/SSLContext.java ../../../../../src/share/classes/com/sun/net/ssl/TrustManagerFactory.java ../../../../../src/share/classes/com/sun/net/ssl/SSLContextSpi.java ../../../../../src/share/classes/com/sun/net/ssl/KeyManagerFactorySpi.java ../../../../../src/share/classes/com/sun/net/ssl/X509TrustManager.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.net.ssl/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/net/ssl' Timing: 00004 seconds or 4s for make-com-sun-ssl <<>>Recursively making demo all @ Sun Aug 2 14:11:39 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/demo' Begin Processing SUBDIRS: jvmti >>>Recursively making jvmti all @ Sun Aug 2 14:11:39 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/demo/jvmti' Begin Processing SUBDIRS: hprof >>>Recursively making hprof all @ Sun Aug 2 14:11:40 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/demo/jvmti/hprof' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.demo.jvmti.hprof/.classes.list) ../../../../../../src/share/classes/com/sun/demo/jvmti/hprof/Tracker.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../../src/solaris/classes:../../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.demo.jvmti.hprof/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/demo/jvmti/hprof' Timing: 00003 seconds or 3s for make-com-sun-demo-jvmti-hprof <<>>Recursively making tools all @ Sun Aug 2 14:11:44 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools/.classes.list) ../../../../src/share/classes/com/sun/tools/extcheck/ExtCheck.java ../../../../src/share/classes/com/sun/tools/extcheck/Main.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools/.classes.list Begin Processing SUBDIRS: attach >>>Recursively making attach build @ Sun Aug 2 14:11:48 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/.classes.list) ../../../../../src/share/classes/com/sun/tools/attach/AgentLoadException.java ../../../../../src/share/classes/com/sun/tools/attach/AgentInitializationException.java ../../../../../src/share/classes/com/sun/tools/attach/AttachPermission.java ../../../../../src/share/classes/com/sun/tools/attach/AttachNotSupportedException.java ../../../../../src/share/classes/com/sun/tools/attach/VirtualMachine.java ../../../../../src/share/classes/com/sun/tools/attach/VirtualMachineDescriptor.java ../../../../../src/share/classes/com/sun/tools/attach/spi/AttachProvider.java ../../../../../src/share/classes/sun/tools/attach/HotSpotAttachProvider.java ../../../../../src/solaris/classes/sun/tools/attach/LinuxAttachProvider.java ../../../../../src/solaris/classes/sun/tools/attach/LinuxVirtualMachine.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../../../src/solaris/classes:../../../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders/ \ sun.tools.attach.LinuxVirtualMachine mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h mv: cannot stat `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory make[7]: [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/.class.headers.i586] Error 1 (ignored) Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/tools/attach -I../../../../../src/solaris/native/com/sun/tools/attach -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/LinuxVirtualMachine.o ../../../../../src/solaris/native/sun/tools/attach/LinuxVirtualMachine.c make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach STATS: LIBRARY=attach, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libattach.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/.files_compiled mapfile-linux /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/tools/attach -I../../../../../src/solaris/native/com/sun/tools/attach -Xlinker -O1 -Xlinker -version-script=mapfile-linux -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libattach.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libattach.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/LinuxVirtualMachine.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/server -ljvm -lc make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' Timing: 00007 seconds or 7s for make-com-sun-tools-attach <<>>Recursively making attach all @ Sun Aug 2 14:11:55 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' make[8]: `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/.files_compiled' is up to date. make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/tools/attach' Timing: 00001 seconds or 1s for make-com-sun-tools-attach <<>>Recursively making jarsigner all @ Sun Aug 2 14:11:57 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jarsigner' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/com/sun/jarsigner' Timing: 00000 seconds or 0s for make-com-sun-jarsigner <<>>Recursively making jpda all @ Sun Aug 2 14:11:58 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda' Begin Processing SUBDIRS: jdwp back front transport expr tty bdi gui >>>Recursively making jdwp all @ Sun Aug 2 14:11:59 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/jdwp' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/tools/jdi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jdwpgen.jar ../../jpda/jdwp/jdwp.spec \ -jdi /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/tools/jdi/JDWP.java \ -include /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp/JDWPCommands.h make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/jdwp' Timing: 00001 seconds or 1s for make-jpda-jdwp <<>>Recursively making back all @ Sun Aug 2 14:12:00 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/back' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/back make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/back' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayReferenceImpl.o ../../../src/share/back/ArrayReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayTypeImpl.o ../../../src/share/back/ArrayTypeImpl.c ../../../src/share/back/ArrayTypeImpl.c: In function 'newInstance': ../../../src/share/back/ArrayTypeImpl.c:115: warning: 'componentClass' may be used uninitialized in this function ../../../src/share/back/ArrayTypeImpl.c:115: note: 'componentClass' was declared here /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassTypeImpl.o ../../../src/share/back/ClassTypeImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassLoaderReferenceImpl.o ../../../src/share/back/ClassLoaderReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassObjectReferenceImpl.o ../../../src/share/back/ClassObjectReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/EventRequestImpl.o ../../../src/share/back/EventRequestImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/FieldImpl.o ../../../src/share/back/FieldImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/FrameID.o ../../../src/share/back/FrameID.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/MethodImpl.o ../../../src/share/back/MethodImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ObjectReferenceImpl.o ../../../src/share/back/ObjectReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ReferenceTypeImpl.o ../../../src/share/back/ReferenceTypeImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/SDE.o ../../../src/share/back/SDE.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/StackFrameImpl.o ../../../src/share/back/StackFrameImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/StringReferenceImpl.o ../../../src/share/back/StringReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadGroupReferenceImpl.o ../../../src/share/back/ThreadGroupReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadReferenceImpl.o ../../../src/share/back/ThreadReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/VirtualMachineImpl.o ../../../src/share/back/VirtualMachineImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/bag.o ../../../src/share/back/bag.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/commonRef.o ../../../src/share/back/commonRef.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/classTrack.o ../../../src/share/back/classTrack.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/debugDispatch.o ../../../src/share/back/debugDispatch.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/debugInit.o ../../../src/share/back/debugInit.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/debugLoop.o ../../../src/share/back/debugLoop.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/error_messages.o ../../../src/share/back/error_messages.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/eventFilter.o ../../../src/share/back/eventFilter.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHandler.o ../../../src/share/back/eventHandler.c ../../../src/share/back/eventHandler.c: In function 'eventHandler_createPermanentInternal': ../../../src/share/back/eventHandler.c:1685: warning: cast from pointer to integer of different size ../../../src/share/back/eventHandler.c: In function 'eventHandler_createInternalThreadOnly': ../../../src/share/back/eventHandler.c:1694: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHelper.o ../../../src/share/back/eventHelper.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/inStream.o ../../../src/share/back/inStream.c ../../../src/share/back/inStream.c: In function 'inStream_readLong': ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/invoker.o ../../../src/share/back/invoker.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/log_messages.o ../../../src/share/back/log_messages.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/outStream.o ../../../src/share/back/outStream.c ../../../src/share/back/outStream.c: In function 'outStream_writeLong': ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c: In function 'outStream_writeObjectRef': ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/standardHandlers.o ../../../src/share/back/standardHandlers.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/stepControl.o ../../../src/share/back/stepControl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/stream.o ../../../src/share/back/stream.c ../../../src/share/back/stream.c: In function 'stream_encodeDouble': ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/threadControl.o ../../../src/share/back/threadControl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/transport.o ../../../src/share/back/transport.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/util.o ../../../src/share/back/util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/linker_md.o ../../../src/solaris/back/linker_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/exec_md.o ../../../src/solaris/back/exec_md.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/back' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/back STATS: LIBRARY=jdwp, PRODUCT=jpda, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjdwp.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/gennativesrc/jdwp -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libjdwp.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libjdwp.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayTypeImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassTypeImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassLoaderReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassObjectReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/EventRequestImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/FieldImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/FrameID.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/MethodImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ObjectReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ReferenceTypeImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/SDE.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/StackFrameImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/StringReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadGroupReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/VirtualMachineImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/bag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/commonRef.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/classTrack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/debugDispatch.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/debugInit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/debugLoop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/error_messages.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/eventFilter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHelper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/inStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/invoker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/log_messages.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/outStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/standardHandlers.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/stepControl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/stream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/threadControl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/transport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/linker_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/jdwp/obj/exec_md.o -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/back' Timing: 00016 seconds or 16s for make-jpda-back <<>>Recursively making front all @ Sun Aug 2 14:12:17 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/front' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/tools/jdi/resources/jdi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/tools/jdi/resources/jdi_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/tools/jdi/resources/jdi_zh_CN.java ../../../src/share/classes/com/sun/jdi/CharValue.java ../../../src/share/classes/com/sun/jdi/ObjectCollectedException.java ../../../src/share/classes/com/sun/jdi/InterfaceType.java ../../../src/share/classes/com/sun/jdi/FloatType.java ../../../src/share/classes/com/sun/jdi/Accessible.java ../../../src/share/classes/com/sun/jdi/LocalVariable.java ../../../src/share/classes/com/sun/jdi/PathSearchingVirtualMachine.java ../../../src/share/classes/com/sun/jdi/VMDisconnectedException.java ../../../src/share/classes/com/sun/jdi/ClassNotLoadedException.java ../../../src/share/classes/com/sun/jdi/ByteValue.java ../../../src/share/classes/com/sun/jdi/ClassObjectReference.java ../../../src/share/classes/com/sun/jdi/connect/LaunchingConnector.java ../../../src/share/classes/com/sun/jdi/connect/spi/ClosedConnectionException.java ../../../src/share/classes/com/sun/jdi/connect/spi/TransportService.java ../../../src/share/classes/com/sun/jdi/connect/spi/Connection.java ../../../src/share/classes/com/sun/jdi/connect/Transport.java ../../../src/share/classes/com/sun/jdi/connect/ListeningConnector.java ../../../src/share/classes/com/sun/jdi/connect/VMStartException.java ../../../src/share/classes/com/sun/jdi/connect/AttachingConnector.java ../../../src/share/classes/com/sun/jdi/connect/Connector.java ../../../src/share/classes/com/sun/jdi/connect/TransportTimeoutException.java ../../../src/share/classes/com/sun/jdi/connect/IllegalConnectorArgumentsException.java ../../../src/share/classes/com/sun/jdi/Mirror.java ../../../src/share/classes/com/sun/jdi/FloatValue.java ../../../src/share/classes/com/sun/jdi/VoidValue.java ../../../src/share/classes/com/sun/jdi/BooleanValue.java ../../../src/share/classes/com/sun/jdi/ClassType.java ../../../src/share/classes/com/sun/jdi/BooleanType.java ../../../src/share/classes/com/sun/jdi/Bootstrap.java ../../../src/share/classes/com/sun/jdi/Type.java ../../../src/share/classes/com/sun/jdi/IntegerType.java ../../../src/share/classes/com/sun/jdi/Location.java ../../../src/share/classes/com/sun/jdi/Value.java ../../../src/share/classes/com/sun/jdi/event/ThreadDeathEvent.java ../../../src/share/classes/com/sun/jdi/event/EventIterator.java ../../../src/share/classes/com/sun/jdi/event/LocatableEvent.java ../../../src/share/classes/com/sun/jdi/event/ClassPrepareEvent.java ../../../src/share/classes/com/sun/jdi/event/BreakpointEvent.java ../../../src/share/classes/com/sun/jdi/event/Event.java ../../../src/share/classes/com/sun/jdi/event/MonitorWaitEvent.java ../../../src/share/classes/com/sun/jdi/event/ModificationWatchpointEvent.java ../../../src/share/classes/com/sun/jdi/event/WatchpointEvent.java ../../../src/share/classes/com/sun/jdi/event/ExceptionEvent.java ../../../src/share/classes/com/sun/jdi/event/EventSet.java ../../../src/share/classes/com/sun/jdi/event/EventQueue.java ../../../src/share/classes/com/sun/jdi/event/VMStartEvent.java ../../../src/share/classes/com/sun/jdi/event/StepEvent.java ../../../src/share/classes/com/sun/jdi/event/MonitorWaitedEvent.java ../../../src/share/classes/com/sun/jdi/event/VMDeathEvent.java ../../../src/share/classes/com/sun/jdi/event/MethodEntryEvent.java ../../../src/share/classes/com/sun/jdi/event/MonitorContendedEnterEvent.java ../../../src/share/classes/com/sun/jdi/event/MonitorContendedEnteredEvent.java ../../../src/share/classes/com/sun/jdi/event/MethodExitEvent.java ../../../src/share/classes/com/sun/jdi/event/AccessWatchpointEvent.java ../../../src/share/classes/com/sun/jdi/event/ClassUnloadEvent.java ../../../src/share/classes/com/sun/jdi/event/ThreadStartEvent.java ../../../src/share/classes/com/sun/jdi/event/VMDisconnectEvent.java ../../../src/share/classes/com/sun/jdi/TypeComponent.java ../../../src/share/classes/com/sun/jdi/ThreadGroupReference.java ../../../src/share/classes/com/sun/jdi/IncompatibleThreadStateException.java ../../../src/share/classes/com/sun/jdi/Locatable.java ../../../src/share/classes/com/sun/jdi/VirtualMachine.java ../../../src/share/classes/com/sun/jdi/LongType.java ../../../src/share/classes/com/sun/jdi/VMOutOfMemoryException.java ../../../src/share/classes/com/sun/jdi/ShortValue.java ../../../src/share/classes/com/sun/jdi/InvocationException.java ../../../src/share/classes/com/sun/jdi/PrimitiveType.java ../../../src/share/classes/com/sun/jdi/InternalException.java ../../../src/share/classes/com/sun/jdi/JDIPermission.java ../../../src/share/classes/com/sun/jdi/StackFrame.java ../../../src/share/classes/com/sun/jdi/request/VMDeathRequest.java ../../../src/share/classes/com/sun/jdi/request/ExceptionRequest.java ../../../src/share/classes/com/sun/jdi/request/MethodExitRequest.java ../../../src/share/classes/com/sun/jdi/request/ModificationWatchpointRequest.java ../../../src/share/classes/com/sun/jdi/request/MonitorWaitedRequest.java ../../../src/share/classes/com/sun/jdi/request/DuplicateRequestException.java ../../../src/share/classes/com/sun/jdi/request/ClassUnloadRequest.java ../../../src/share/classes/com/sun/jdi/request/StepRequest.java ../../../src/share/classes/com/sun/jdi/request/BreakpointRequest.java ../../../src/share/classes/com/sun/jdi/request/ClassPrepareRequest.java ../../../src/share/classes/com/sun/jdi/request/AccessWatchpointRequest.java ../../../src/share/classes/com/sun/jdi/request/ThreadStartRequest.java ../../../src/share/classes/com/sun/jdi/request/ThreadDeathRequest.java ../../../src/share/classes/com/sun/jdi/request/MethodEntryRequest.java ../../../src/share/classes/com/sun/jdi/request/EventRequest.java ../../../src/share/classes/com/sun/jdi/request/EventRequestManager.java ../../../src/share/classes/com/sun/jdi/request/InvalidRequestStateException.java ../../../src/share/classes/com/sun/jdi/request/MonitorContendedEnterRequest.java ../../../src/share/classes/com/sun/jdi/request/MonitorContendedEnteredRequest.java ../../../src/share/classes/com/sun/jdi/request/MonitorWaitRequest.java ../../../src/share/classes/com/sun/jdi/request/WatchpointRequest.java ../../../src/share/classes/com/sun/jdi/ReferenceType.java ../../../src/share/classes/com/sun/jdi/ArrayType.java ../../../src/share/classes/com/sun/jdi/MonitorInfo.java ../../../src/share/classes/com/sun/jdi/VMMismatchException.java ../../../src/share/classes/com/sun/jdi/InvalidTypeException.java ../../../src/share/classes/com/sun/jdi/LongValue.java ../../../src/share/classes/com/sun/jdi/ArrayReference.java ../../../src/share/classes/com/sun/jdi/ClassLoaderReference.java ../../../src/share/classes/com/sun/jdi/InvalidCodeIndexException.java ../../../src/share/classes/com/sun/jdi/VMCannotBeModifiedException.java ../../../src/share/classes/com/sun/jdi/ShortType.java ../../../src/share/classes/com/sun/jdi/ObjectReference.java ../../../src/share/classes/com/sun/jdi/Field.java ../../../src/share/classes/com/sun/jdi/NativeMethodException.java ../../../src/share/classes/com/sun/jdi/ClassNotPreparedException.java ../../../src/share/classes/com/sun/jdi/AbsentInformationException.java ../../../src/share/classes/com/sun/jdi/VirtualMachineManager.java ../../../src/share/classes/com/sun/jdi/InvalidStackFrameException.java ../../../src/share/classes/com/sun/jdi/InvalidLineNumberException.java ../../../src/share/classes/com/sun/jdi/DoubleType.java ../../../src/share/classes/com/sun/jdi/VoidType.java ../../../src/share/classes/com/sun/jdi/PrimitiveValue.java ../../../src/share/classes/com/sun/jdi/DoubleValue.java ../../../src/share/classes/com/sun/jdi/ThreadReference.java ../../../src/share/classes/com/sun/jdi/IntegerValue.java ../../../src/share/classes/com/sun/jdi/StringReference.java ../../../src/share/classes/com/sun/jdi/ByteType.java ../../../src/share/classes/com/sun/jdi/Method.java ../../../src/share/classes/com/sun/jdi/CharType.java ../../../src/share/classes/com/sun/jdi/InconsistentDebugInfoException.java ../../../src/share/classes/com/sun/tools/jdi/ThreadListener.java ../../../src/share/classes/com/sun/tools/jdi/ObsoleteMethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/TargetVM.java ../../../src/share/classes/com/sun/tools/jdi/MirrorImpl.java ../../../src/share/classes/com/sun/tools/jdi/IntegerTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/ConcreteMethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/MethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/ArrayReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/FloatValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java ../../../src/share/classes/com/sun/tools/jdi/PacketStream.java ../../../src/share/classes/com/sun/tools/jdi/LinkedHashMap.java ../../../src/share/classes/com/sun/tools/jdi/CharValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMAction.java ../../../src/share/classes/com/sun/tools/jdi/ClassTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/DoubleTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/NonConcreteMethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/ArrayTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/TypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/JDWPException.java ../../../src/share/classes/com/sun/tools/jdi/ThreadAction.java ../../../src/share/classes/com/sun/tools/jdi/EventQueueImpl.java ../../../src/share/classes/com/sun/tools/jdi/GenericListeningConnector.java ../../../src/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java ../../../src/share/classes/com/sun/tools/jdi/LongTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/LineInfo.java ../../../src/share/classes/com/sun/tools/jdi/ProcessAttachingConnector.java ../../../src/share/classes/com/sun/tools/jdi/ClassLoaderReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/ByteTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/PrimitiveTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/ReferenceTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java ../../../src/share/classes/com/sun/tools/jdi/SDE.java ../../../src/share/classes/com/sun/tools/jdi/ValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VirtualMachineImpl.java ../../../src/share/classes/com/sun/tools/jdi/VoidTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/BooleanTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/RawCommandLineLauncher.java ../../../src/share/classes/com/sun/tools/jdi/InterfaceTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/TypeComponentImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMModifiers.java ../../../src/share/classes/com/sun/tools/jdi/SocketAttachingConnector.java ../../../src/share/classes/com/sun/tools/jdi/BooleanValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/ObjectReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/ClassObjectReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/ShortValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/ConnectorImpl.java ../../../src/share/classes/com/sun/tools/jdi/PrimitiveValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/GenericAttachingConnector.java ../../../src/share/classes/com/sun/tools/jdi/ShortTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/LocalVariableImpl.java ../../../src/share/classes/com/sun/tools/jdi/DoubleValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/InternalEventHandler.java ../../../src/share/classes/com/sun/tools/jdi/AbstractLauncher.java ../../../src/share/classes/com/sun/tools/jdi/EventSetImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMListener.java ../../../src/share/classes/com/sun/tools/jdi/SocketTransportService.java ../../../src/share/classes/com/sun/tools/jdi/BaseLineInfo.java ../../../src/share/classes/com/sun/tools/jdi/FieldImpl.java ../../../src/share/classes/com/sun/tools/jdi/ValueContainer.java ../../../src/share/classes/com/sun/tools/jdi/CharTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/StratumLineInfo.java ../../../src/share/classes/com/sun/tools/jdi/LongValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/IntegerValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMState.java ../../../src/share/classes/com/sun/tools/jdi/ThreadGroupReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/VirtualMachineManagerService.java ../../../src/share/classes/com/sun/tools/jdi/ThreadReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/MonitorInfoImpl.java ../../../src/share/classes/com/sun/tools/jdi/StackFrameImpl.java ../../../src/share/classes/com/sun/tools/jdi/ByteValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/JNITypeParser.java ../../../src/share/classes/com/sun/tools/jdi/CommandSender.java ../../../src/share/classes/com/sun/tools/jdi/Packet.java ../../../src/share/classes/com/sun/tools/jdi/LockObject.java ../../../src/share/classes/com/sun/tools/jdi/VoidValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/StringReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/FloatTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/SocketListeningConnector.java ../../../src/share/classes/com/sun/tools/jdi/LocationImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated/com/sun/tools/jdi/JDWP.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/front' Timing: 00008 seconds or 8s for make-jpda-front <<>>Recursively making transport all @ Sun Aug 2 14:12:25 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/transport' Begin Processing SUBDIRS: socket >>>Recursively making socket all @ Sun Aug 2 14:12:26 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/transport/socket' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/transport/socket make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/transport/socket' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux -I../../../../src/share/transport/export -I../../../../src/share/transport/socket -I../../../../src/solaris/transport/socket -I../../../../src/share/back/export -I../../../../src/solaris/back -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/obj/socketTransport.o ../../../../src/share/transport/socket/socketTransport.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux -I../../../../src/share/transport/export -I../../../../src/share/transport/socket -I../../../../src/solaris/transport/socket -I../../../../src/share/back/export -I../../../../src/solaris/back -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/obj/socket_md.o ../../../../src/solaris/transport/socket/socket_md.c ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysAccept': ../../../../src/solaris/transport/socket/socket_md.c:78: warning: pointer targets in passing argument 3 of 'accept' differ in signedness ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysRecvFrom': ../../../../src/solaris/transport/socket/socket_md.c:91: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysGetHostByName': ../../../../src/solaris/transport/socket/socket_md.c:112: warning: 'gethostbyname' is deprecated (declared at /opt/lsb/include/netdb.h:144) ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysGetSocketName': ../../../../src/solaris/transport/socket/socket_md.c:151: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysPoll': ../../../../src/solaris/transport/socket/socket_md.c:235: warning: implicit declaration of function 'poll' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/transport/socket' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/transport/socket STATS: LIBRARY=dt_socket, PRODUCT=jbug, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libdt_socket.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/include/linux -I../../../../src/share/transport/export -I../../../../src/share/transport/socket -I../../../../src/solaris/transport/socket -I../../../../src/share/back/export -I../../../../src/solaris/back -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=libdt_socket.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/libdt_socket.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/obj/socketTransport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jbug/dt_socket/obj/socket_md.o -lnsl -lpthread -lc Warning: forcing nsl to be linked statically make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/transport/socket' Timing: 00002 seconds or 2s for make-jpda-transport-socket <<>>Recursively making expr all @ Sun Aug 2 14:12:28 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/expr' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.expr/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java ../../../src/share/classes/com/sun/tools/example/debug/expr/Token.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserConstants.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java ../../../src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ParseException.java ../../../src/share/classes/com/sun/tools/example/debug/expr/LValue.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.expr/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/expr' Timing: 00005 seconds or 5s for make-jpda-expr <<>>Recursively making tty all @ Sun Aug 2 14:12:33 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/tty' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.tty/jdb/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources.java ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java ../../../src/share/classes/com/sun/tools/example/debug/tty/Env.java ../../../src/share/classes/com/sun/tools/example/debug/tty/AmbiguousMethodException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventHandler.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpecList.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventNotifier.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadIterator.java ../../../src/share/classes/com/sun/tools/example/debug/tty/VMNotConnectedException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ModificationWatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/PatternReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/BreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/VMConnection.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadGroupIterator.java ../../../src/share/classes/com/sun/tools/example/debug/tty/MalformedMemberNameException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/SourceMapper.java ../../../src/share/classes/com/sun/tools/example/debug/tty/Commands.java ../../../src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java ../../../src/share/classes/com/sun/tools/example/debug/tty/TTY.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadInfo.java ../../../src/share/classes/com/sun/tools/example/debug/tty/LineNotFoundException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ExceptionSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/WatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/AccessWatchpointSpec.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.tty/jdb/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/tty' Timing: 00005 seconds or 5s for make-jpda-tty <<>>Recursively making bdi all @ Sun Aug 2 14:12:38 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/bdi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.bdi/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/bdi/ChildSession.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/AmbiguousMethodException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/Utils.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/JDIEventSource.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpecList.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SourceNameReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadIterator.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ModificationWatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/InputListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SessionListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/VMNotInterruptedException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/BreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadGroupIterator.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/VMLaunchFailureException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/MalformedMemberNameException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/EvaluationException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecErrorEvent.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecEvent.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/NoSessionException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadInfo.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/Session.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/FrameIndexOutOfBoundsException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/MethodBreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/LineNotFoundException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/NoThreadException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ExceptionSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/OutputListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/WatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ParseException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ExecutionManager.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/AccessWatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/MethodNotFoundException.java ../../../src/share/classes/com/sun/tools/example/debug/event/VMStartEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/AbstractEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/WatchpointEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/LocationTriggerEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/VMDeathEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ClassUnloadEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ThreadDeathEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/JDIAdapter.java ../../../src/share/classes/com/sun/tools/example/debug/event/VMDisconnectEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ExceptionEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ClassPrepareEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ThreadStartEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/LocatableEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ModificationWatchpointEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/AccessWatchpointEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/JDIListener.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.bdi/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/bdi' Timing: 00006 seconds or 6s for make-jpda-bdi <<>>Recursively making gui all @ Sun Aug 2 14:12:44 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/gui' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.gui/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/gui/SearchPath.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceListener.java ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScriptOutputListener.java ../../../src/share/classes/com/sun/tools/example/debug/gui/GUI.java ../../../src/share/classes/com/sun/tools/example/debug/gui/CommandTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/Environment.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ApplicationTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/MonitorTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/StackTraceTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceManager.java ../../../src/share/classes/com/sun/tools/example/debug/gui/CurrentFrameChangedEvent.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourcepathChangedEvent.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceModel.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScript.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ClassManager.java ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScriptWriter.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SingleLeafTreeSelectionModel.java ../../../src/share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ContextListener.java ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBMenuBar.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ClassTreeTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceTreeTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ThreadTreeTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ContextManager.java ../../../src/share/classes/com/sun/tools/example/debug/gui/Icons.java ../../../src/share/classes/com/sun/tools/example/debug/gui/MonitorListModel.java ../../../src/share/classes/com/sun/tools/example/debug/gui/LaunchTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBToolBar.java ../../../src/share/classes/com/sun/tools/example/debug/gui/OutputSink.java ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBFileFilter.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar::/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.gui/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/jpda/gui' Timing: 00005 seconds or 5s for make-jpda-gui <<>>Recursively making mksample all @ Sun Aug 2 14:12:49 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample' Begin Processing SUBDIRS: nio jmx scripting nbproject >>>Recursively making nio all @ Sun Aug 2 14:12:50 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/nio' Begin Processing SUBDIRS: server >>>Recursively making server all @ Sun Aug 2 14:12:50 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/nio/server' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/AcceptHandler.java /bin/cp ../../../../src/share/sample/nio/server/AcceptHandler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/AcceptHandler.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Acceptor.java /bin/cp ../../../../src/share/sample/nio/server/Acceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Acceptor.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/B1.java /bin/cp ../../../../src/share/sample/nio/server/B1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/B1.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/BN.java /bin/cp ../../../../src/share/sample/nio/server/BN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/BN.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/BP.java /bin/cp ../../../../src/share/sample/nio/server/BP.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/BP.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/ChannelIO.java /bin/cp ../../../../src/share/sample/nio/server/ChannelIO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/ChannelIO.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/ChannelIOSecure.java /bin/cp ../../../../src/share/sample/nio/server/ChannelIOSecure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/ChannelIOSecure.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Content.java /bin/cp ../../../../src/share/sample/nio/server/Content.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Content.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Dispatcher.java /bin/cp ../../../../src/share/sample/nio/server/Dispatcher.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Dispatcher.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Dispatcher1.java /bin/cp ../../../../src/share/sample/nio/server/Dispatcher1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Dispatcher1.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/DispatcherN.java /bin/cp ../../../../src/share/sample/nio/server/DispatcherN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/DispatcherN.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/FileContent.java /bin/cp ../../../../src/share/sample/nio/server/FileContent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/FileContent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Handler.java /bin/cp ../../../../src/share/sample/nio/server/Handler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Handler.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/MalformedRequestException.java /bin/cp ../../../../src/share/sample/nio/server/MalformedRequestException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/MalformedRequestException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/N1.java /bin/cp ../../../../src/share/sample/nio/server/N1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/N1.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/N2.java /bin/cp ../../../../src/share/sample/nio/server/N2.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/N2.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/README.txt /bin/cp ../../../../src/share/sample/nio/server/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Reply.java /bin/cp ../../../../src/share/sample/nio/server/Reply.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Reply.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Request.java /bin/cp ../../../../src/share/sample/nio/server/Request.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Request.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/RequestHandler.java /bin/cp ../../../../src/share/sample/nio/server/RequestHandler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/RequestHandler.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/RequestServicer.java /bin/cp ../../../../src/share/sample/nio/server/RequestServicer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/RequestServicer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Sendable.java /bin/cp ../../../../src/share/sample/nio/server/Sendable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Sendable.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Server.java /bin/cp ../../../../src/share/sample/nio/server/Server.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/Server.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/StringContent.java /bin/cp ../../../../src/share/sample/nio/server/StringContent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/StringContent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/URLDumper.java /bin/cp ../../../../src/share/sample/nio/server/URLDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nio/server/URLDumper.java make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/nio/server' Timing: 00002 seconds or 2s for make-mksample-nio-server <<>>Recursively making jmx all @ Sun Aug 2 14:12:53 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/jmx' Begin Processing SUBDIRS: jmx-scandir >>>Recursively making jmx-scandir all @ Sun Aug 2 14:12:53 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/jmx/jmx-scandir' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/build.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/build.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/build.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/build.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/build.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/build.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/index.html /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/index.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/index.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/keystore /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/keystore /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/keystore /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/logging.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/logging.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/logging.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/manifest.mf /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/truststore /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/truststore /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/truststore /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/connect-local.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/file-targets.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/file-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/file-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/jdk.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/jdk.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/jdk.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/project.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/project.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/project.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/access.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/access.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/access.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/management.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/management.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/management.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/password.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/password.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/password.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/testconfig.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/testconfig.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/testconfig.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/jmx/jmx-scandir' Timing: 00003 seconds or 3s for make-mksample-jmx-jmx-scandir <<>>Recursively making scripting all @ Sun Aug 2 14:12:56 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/scripting' Begin Processing SUBDIRS: scriptpad >>>Recursively making scriptpad all @ Sun Aug 2 14:12:57 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/scripting/scriptpad' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/build.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/build.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/build.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/build.properties /bin/cp ../../../../src/share/sample/scripting/scriptpad/build.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/build.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/README.txt /bin/cp ../../../../src/share/sample/scripting/scriptpad/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/file-targets.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/file-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/file-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/jdk.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/jdk.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/jdk.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/netbeans-targets.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/netbeans-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/netbeans-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/project.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/project.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/nbproject/project.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/com/sun/sample/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/META-INF rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/META-INF/manifest.mf /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/META-INF/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/META-INF/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/conc.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/conc.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/conc.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/gui.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/gui.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/gui.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/Main.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/Main.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/Main.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/mm.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/mm.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/mm.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/scriptpad.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/scriptpad.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/resources/scriptpad.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/browse.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/browse.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/browse.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/insertfile.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/insertfile.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/insertfile.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/linewrap.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/linewrap.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/linewrap.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/mail.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/mail.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/mail.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memmonitor.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memmonitor.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memmonitor.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.bat /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memory.bat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.bat /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.sh /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memory.sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.sh /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memory.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/README.txt /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/textcolor.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/textcolor.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/textcolor.js make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/scripting/scriptpad' Timing: 00001 seconds or 1s for make-mksample-scripting-scriptpad <<>>Recursively making nbproject all @ Sun Aug 2 14:12:59 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/nbproject' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nbproject/project.xml /bin/cp ../../../src/share/sample/nbproject/project.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/sample/nbproject/project.xml make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/mksample/nbproject' Timing: 00000 seconds or 0s for make-mksample-nbproject <<>>Recursively making launchers all @ Sun Aug 2 14:13:00 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=appletviewer MAIN_CLASS=sun.applet.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: appletviewer MAIN_CLASS: sun.applet.Main ALL_ARGS: -J-ms8m sun.applet.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.applet.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.applet.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"appletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.applet.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.applet.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"appletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.applet.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.applet.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"appletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/appletviewer because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/appletviewer -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/splashscreen_stubs.o -lpthread -L/usr/X11R6/lib -lX11 -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=apt MAIN_CLASS=com.sun.tools.apt.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: apt MAIN_CLASS: com.sun.tools.apt.Main ALL_ARGS: -J-ms8m com.sun.tools.apt.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.apt.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.apt.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"apt"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.apt.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.apt.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"apt"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.apt.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.apt.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"apt"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/apt because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/apt -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/apt/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=extcheck MAIN_CLASS=com.sun.tools.extcheck.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: extcheck MAIN_CLASS: com.sun.tools.extcheck.Main ALL_ARGS: -J-ms8m com.sun.tools.extcheck.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.extcheck.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.extcheck.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"extcheck"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.extcheck.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.extcheck.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"extcheck"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.extcheck.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.extcheck.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"extcheck"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/extcheck because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/extcheck -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=idlj MAIN_CLASS=com.sun.tools.corba.se.idl.toJavaPortable.Compile MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: idlj MAIN_CLASS: com.sun.tools.corba.se.idl.toJavaPortable.Compile ALL_ARGS: -J-ms8m com.sun.tools.corba.se.idl.toJavaPortable.Compile ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.corba.se.idl.toJavaPortable.Compile\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.corba.se.idl.toJavaPortable.Compile\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"idlj"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.corba.se.idl.toJavaPortable.Compile\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.corba.se.idl.toJavaPortable.Compile\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"idlj"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.corba.se.idl.toJavaPortable.Compile\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.corba.se.idl.toJavaPortable.Compile\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"idlj"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/idlj because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/idlj -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/idlj/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jar MAIN_CLASS=sun.tools.jar.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jar MAIN_CLASS: sun.tools.jar.Main ALL_ARGS: -J-ms8m sun.tools.jar.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jar.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jar.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jar"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jar.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jar.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jar"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jar.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jar.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jar"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jar because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jar -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jar/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jarsigner MAIN_CLASS=sun.security.tools.JarSigner MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jarsigner MAIN_CLASS: sun.security.tools.JarSigner ALL_ARGS: -J-ms8m sun.security.tools.JarSigner ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.JarSigner\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.JarSigner\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jarsigner"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.JarSigner\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.JarSigner\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jarsigner"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.JarSigner\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.JarSigner\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jarsigner"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jarsigner because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jarsigner -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javac MAIN_CLASS=com.sun.tools.javac.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: javac MAIN_CLASS: com.sun.tools.javac.Main ALL_ARGS: -J-ms8m com.sun.tools.javac.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javac.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javac.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javac"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javac.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javac.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javac"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javac.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javac.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javac"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javac because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javac -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javac/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javadoc MAIN_CLASS=com.sun.tools.javadoc.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: javadoc MAIN_CLASS: com.sun.tools.javadoc.Main ALL_ARGS: -J-ms8m com.sun.tools.javadoc.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javadoc.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javadoc.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javadoc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javadoc.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javadoc.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javadoc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javadoc.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javadoc.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javadoc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javadoc because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javadoc -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javah MAIN_CLASS=com.sun.tools.javah.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: javah MAIN_CLASS: com.sun.tools.javah.Main ALL_ARGS: -J-ms8m com.sun.tools.javah.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javah.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javah.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javah"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javah.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javah.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javah"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javah.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javah.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javah"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javah because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javah -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javah/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javap MAIN_CLASS=sun.tools.javap.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: javap MAIN_CLASS: sun.tools.javap.Main ALL_ARGS: -J-ms8m sun.tools.javap.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.javap.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.javap.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.javap.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.javap.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.javap.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.javap.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javap because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javap -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javap/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javaws MAIN_CLASS=net.sourceforge.jnlp.runtime.Boot MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: javaws MAIN_CLASS: net.sourceforge.jnlp.runtime.Boot ALL_ARGS: -J-ms8m net.sourceforge.jnlp.runtime.Boot ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DUSE_UMASK=\"077\" -DMAIN_CLASS=\"net.sourceforge.jnlp.runtime.Boot\" -DJAVA_ARGS="{ \"-J-ms8m\", \"net.sourceforge.jnlp.runtime.Boot\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javaws"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition ../../src/share/bin/java.c: In function 'main': ../../src/share/bin/java.c:321: warning: 'mask' may be used uninitialized in this function ../../src/share/bin/java.c:328: warning: 'converted' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DUSE_UMASK=\"077\" -DMAIN_CLASS=\"net.sourceforge.jnlp.runtime.Boot\" -DJAVA_ARGS="{ \"-J-ms8m\", \"net.sourceforge.jnlp.runtime.Boot\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javaws"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DUSE_UMASK=\"077\" -DMAIN_CLASS=\"net.sourceforge.jnlp.runtime.Boot\" -DJAVA_ARGS="{ \"-J-ms8m\", \"net.sourceforge.jnlp.runtime.Boot\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javaws"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javaws because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/javaws -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/javaws/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jconsole MAIN_CLASS=sun.tools.jconsole.JConsole MAIN_JAVA_ARGS="-J-Djconsole.showOutputViewer" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jconsole MAIN_CLASS: sun.tools.jconsole.JConsole MAIN_JAVA_ARGS: -J-Djconsole.showOutputViewer ALL_ARGS: -J-ms8m -J-Djconsole.showOutputViewer sun.tools.jconsole.JConsole ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/jconsole.jar\", \"/lib/tools.jar\", \"/classes\" }" -DMAIN_CLASS=\"sun.tools.jconsole.JConsole\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Djconsole.showOutputViewer\", \"sun.tools.jconsole.JConsole\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jconsole"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/jconsole.jar\", \"/lib/tools.jar\", \"/classes\" }" -DMAIN_CLASS=\"sun.tools.jconsole.JConsole\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Djconsole.showOutputViewer\", \"sun.tools.jconsole.JConsole\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jconsole"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/jconsole.jar\", \"/lib/tools.jar\", \"/classes\" }" -DMAIN_CLASS=\"sun.tools.jconsole.JConsole\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Djconsole.showOutputViewer\", \"sun.tools.jconsole.JConsole\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jconsole"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jconsole because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jconsole -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jdb MAIN_CLASS=com.sun.tools.example.debug.tty.TTY MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jdb MAIN_CLASS: com.sun.tools.example.debug.tty.TTY ALL_ARGS: -J-ms8m com.sun.tools.example.debug.tty.TTY ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\" }" -DMAIN_CLASS=\"com.sun.tools.example.debug.tty.TTY\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.example.debug.tty.TTY\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jdb"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\" }" -DMAIN_CLASS=\"com.sun.tools.example.debug.tty.TTY\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.example.debug.tty.TTY\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jdb"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\" }" -DMAIN_CLASS=\"com.sun.tools.example.debug.tty.TTY\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.example.debug.tty.TTY\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jdb"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jdb because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jdb -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jdb/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jhat MAIN_CLASS=com.sun.tools.hat.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jhat MAIN_CLASS: com.sun.tools.hat.Main ALL_ARGS: -J-ms8m com.sun.tools.hat.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.hat.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.hat.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jhat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.hat.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.hat.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jhat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.hat.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.hat.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jhat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jhat because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jhat -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jhat/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jinfo MAIN_CLASS=sun.tools.jinfo.JInfo MAIN_JAVA_ARGS="-J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jinfo MAIN_CLASS: sun.tools.jinfo.JInfo MAIN_JAVA_ARGS: -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger ALL_ARGS: -J-ms8m -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger sun.tools.jinfo.JInfo ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jinfo.JInfo\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jinfo.JInfo\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jinfo"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jinfo.JInfo\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jinfo.JInfo\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jinfo"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jinfo.JInfo\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jinfo.JInfo\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jinfo"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jinfo because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jinfo -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jmap MAIN_CLASS=sun.tools.jmap.JMap MAIN_JAVA_ARGS="-J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jmap MAIN_CLASS: sun.tools.jmap.JMap MAIN_JAVA_ARGS: -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger ALL_ARGS: -J-ms8m -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger sun.tools.jmap.JMap ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jmap.JMap\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jmap.JMap\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jmap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jmap.JMap\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jmap.JMap\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jmap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jmap.JMap\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jmap.JMap\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jmap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jmap because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jmap -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jmap/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jps MAIN_CLASS=sun.tools.jps.Jps MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jps MAIN_CLASS: sun.tools.jps.Jps ALL_ARGS: -J-ms8m sun.tools.jps.Jps ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jps.Jps\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jps.Jps\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jps"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jps.Jps\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jps.Jps\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jps"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jps.Jps\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jps.Jps\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jps"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jps because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jps -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jps/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jrunscript MAIN_CLASS=com.sun.tools.script.shell.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jrunscript MAIN_CLASS: com.sun.tools.script.shell.Main ALL_ARGS: -J-ms8m com.sun.tools.script.shell.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.script.shell.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.script.shell.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jrunscript"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.script.shell.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.script.shell.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jrunscript"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.script.shell.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.script.shell.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jrunscript"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jrunscript because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jrunscript -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jsadebugd MAIN_CLASS=sun.jvm.hotspot.jdi.SADebugServer MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jsadebugd MAIN_CLASS: sun.jvm.hotspot.jdi.SADebugServer ALL_ARGS: -J-ms8m sun.jvm.hotspot.jdi.SADebugServer ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.jvm.hotspot.jdi.SADebugServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.jvm.hotspot.jdi.SADebugServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jsadebugd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.jvm.hotspot.jdi.SADebugServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.jvm.hotspot.jdi.SADebugServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jsadebugd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.jvm.hotspot.jdi.SADebugServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.jvm.hotspot.jdi.SADebugServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jsadebugd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jsadebugd because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jsadebugd -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jstack MAIN_CLASS=sun.tools.jstack.JStack MAIN_JAVA_ARGS="-J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jstack MAIN_CLASS: sun.tools.jstack.JStack MAIN_JAVA_ARGS: -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger ALL_ARGS: -J-ms8m -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger sun.tools.jstack.JStack ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jstack.JStack\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jstack.JStack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstack"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jstack.JStack\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jstack.JStack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstack"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jstack.JStack\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jstack.JStack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstack"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jstack because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jstack -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstack/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jstat MAIN_CLASS=sun.tools.jstat.Jstat MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jstat MAIN_CLASS: sun.tools.jstat.Jstat ALL_ARGS: -J-ms8m sun.tools.jstat.Jstat ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstat.Jstat\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstat.Jstat\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstat.Jstat\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstat.Jstat\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstat.Jstat\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstat.Jstat\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jstat because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jstat -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstat/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jstatd MAIN_CLASS=sun.tools.jstatd.Jstatd MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: jstatd MAIN_CLASS: sun.tools.jstatd.Jstatd ALL_ARGS: -J-ms8m sun.tools.jstatd.Jstatd ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstatd.Jstatd\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstatd.Jstatd\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstatd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstatd.Jstatd\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstatd.Jstatd\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstatd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstatd.Jstatd\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstatd.Jstatd\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstatd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jstatd because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/jstatd -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=keytool MAIN_CLASS=sun.security.tools.KeyTool MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: keytool MAIN_CLASS: sun.security.tools.KeyTool ALL_ARGS: -J-ms8m sun.security.tools.KeyTool ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.KeyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.KeyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"keytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.KeyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.KeyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"keytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.KeyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.KeyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"keytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/keytool because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/keytool -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/keytool/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=native2ascii MAIN_CLASS=sun.tools.native2ascii.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: native2ascii MAIN_CLASS: sun.tools.native2ascii.Main ALL_ARGS: -J-ms8m sun.tools.native2ascii.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.native2ascii.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.native2ascii.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"native2ascii"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.native2ascii.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.native2ascii.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"native2ascii"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.native2ascii.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.native2ascii.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"native2ascii"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/native2ascii because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/native2ascii -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=orbd MAIN_CLASS=com.sun.corba.se.impl.activation.ORBD MAIN_JAVA_ARGS="-J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Dcom.sun.CORBA.activation.Port=1049 -J-Dcom.sun.CORBA.POA.ORBServerId=1" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: orbd MAIN_CLASS: com.sun.corba.se.impl.activation.ORBD MAIN_JAVA_ARGS: -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Dcom.sun.CORBA.activation.Port=1049 -J-Dcom.sun.CORBA.POA.ORBServerId=1 ALL_ARGS: -J-ms8m -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Dcom.sun.CORBA.activation.Port=1049 -J-Dcom.sun.CORBA.POA.ORBServerId=1 com.sun.corba.se.impl.activation.ORBD ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ORBD\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Dcom.sun.CORBA.activation.Port=1049\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.activation.ORBD\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"orbd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ORBD\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Dcom.sun.CORBA.activation.Port=1049\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.activation.ORBD\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"orbd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ORBD\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Dcom.sun.CORBA.activation.Port=1049\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.activation.ORBD\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"orbd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/orbd because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/orbd -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/orbd/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=pack200 MAIN_CLASS=com.sun.java.util.jar.pack.Driver MAIN_JAVA_ARGS="" MAIN_ARGS="--pack" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: pack200 MAIN_CLASS: com.sun.java.util.jar.pack.Driver MAIN_ARGS: --pack ALL_ARGS: -J-ms8m com.sun.java.util.jar.pack.Driver --pack ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.java.util.jar.pack.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.java.util.jar.pack.Driver\", \"--pack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pack200"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.java.util.jar.pack.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.java.util.jar.pack.Driver\", \"--pack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pack200"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.java.util.jar.pack.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.java.util.jar.pack.Driver\", \"--pack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pack200"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/pack200 because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/pack200 -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/pack200/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=policytool MAIN_CLASS=sun.security.tools.PolicyTool MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: policytool MAIN_CLASS: sun.security.tools.PolicyTool ALL_ARGS: -J-ms8m sun.security.tools.PolicyTool ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.PolicyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.PolicyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"policytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.PolicyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.PolicyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"policytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.PolicyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.PolicyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"policytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/policytool because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/policytool -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/policytool/obj/splashscreen_stubs.o -lpthread -L/usr/X11R6/lib -lX11 -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=rmic MAIN_CLASS=sun.rmi.rmic.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: rmic MAIN_CLASS: sun.rmi.rmic.Main ALL_ARGS: -J-ms8m sun.rmi.rmic.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.rmi.rmic.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.rmic.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmic"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.rmi.rmic.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.rmic.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmic"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.rmi.rmic.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.rmic.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmic"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/rmic because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/rmic -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmic/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=rmid MAIN_CLASS=sun.rmi.server.Activation MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: rmid MAIN_CLASS: sun.rmi.server.Activation ALL_ARGS: -J-ms8m sun.rmi.server.Activation ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.server.Activation\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.server.Activation\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmid"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.server.Activation\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.server.Activation\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmid"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.server.Activation\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.server.Activation\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmid"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/rmid because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/rmid -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmid/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=rmiregistry MAIN_CLASS=sun.rmi.registry.RegistryImpl MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: rmiregistry MAIN_CLASS: sun.rmi.registry.RegistryImpl ALL_ARGS: -J-ms8m sun.rmi.registry.RegistryImpl ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.registry.RegistryImpl\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.registry.RegistryImpl\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmiregistry"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.registry.RegistryImpl\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.registry.RegistryImpl\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmiregistry"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.registry.RegistryImpl\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.registry.RegistryImpl\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmiregistry"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/rmiregistry because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/rmiregistry -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=schemagen MAIN_CLASS=com.sun.tools.internal.jxc.SchemaGenerator MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: schemagen MAIN_CLASS: com.sun.tools.internal.jxc.SchemaGenerator ALL_ARGS: -J-ms8m com.sun.tools.internal.jxc.SchemaGenerator ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.jxc.SchemaGenerator\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.jxc.SchemaGenerator\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"schemagen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.jxc.SchemaGenerator\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.jxc.SchemaGenerator\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"schemagen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.jxc.SchemaGenerator\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.jxc.SchemaGenerator\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"schemagen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/schemagen because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/schemagen -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=serialver MAIN_CLASS=sun.tools.serialver.SerialVer MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: serialver MAIN_CLASS: sun.tools.serialver.SerialVer ALL_ARGS: -J-ms8m sun.tools.serialver.SerialVer ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.serialver.SerialVer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.serialver.SerialVer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"serialver"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.serialver.SerialVer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.serialver.SerialVer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"serialver"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.serialver.SerialVer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.serialver.SerialVer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"serialver"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/serialver because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/serialver -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/serialver/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=servertool MAIN_CLASS=com.sun.corba.se.impl.activation.ServerTool MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: servertool MAIN_CLASS: com.sun.corba.se.impl.activation.ServerTool ALL_ARGS: -J-ms8m com.sun.corba.se.impl.activation.ServerTool ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ServerTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.corba.se.impl.activation.ServerTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"servertool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ServerTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.corba.se.impl.activation.ServerTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"servertool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ServerTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.corba.se.impl.activation.ServerTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"servertool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/servertool because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/servertool -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/servertool/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=tnameserv MAIN_CLASS=com.sun.corba.se.impl.naming.cosnaming.TransientNameServer MAIN_JAVA_ARGS="-J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Djava.util.logging.LoggingPermission=contol -J-Dcom.sun.CORBA.POA.ORBServerId=1" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: tnameserv MAIN_CLASS: com.sun.corba.se.impl.naming.cosnaming.TransientNameServer MAIN_JAVA_ARGS: -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Djava.util.logging.LoggingPermission=contol -J-Dcom.sun.CORBA.POA.ORBServerId=1 ALL_ARGS: -J-ms8m -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Djava.util.logging.LoggingPermission=contol -J-Dcom.sun.CORBA.POA.ORBServerId=1 com.sun.corba.se.impl.naming.cosnaming.TransientNameServer ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Djava.util.logging.LoggingPermission=contol\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"tnameserv"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Djava.util.logging.LoggingPermission=contol\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"tnameserv"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Djava.util.logging.LoggingPermission=contol\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"tnameserv"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/tnameserv because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/tnameserv -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=wsgen MAIN_CLASS=com.sun.tools.internal.ws.WsGen MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: wsgen MAIN_CLASS: com.sun.tools.internal.ws.WsGen ALL_ARGS: -J-ms8m com.sun.tools.internal.ws.WsGen ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsGen\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsGen\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsgen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsGen\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsGen\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsgen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsGen\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsGen\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsgen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/wsgen because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/wsgen -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=wsimport MAIN_CLASS=com.sun.tools.internal.ws.WsImport MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: wsimport MAIN_CLASS: com.sun.tools.internal.ws.WsImport ALL_ARGS: -J-ms8m com.sun.tools.internal.ws.WsImport ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsImport\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsImport\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsimport"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsImport\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsImport\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsimport"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsImport\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsImport\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsimport"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/wsimport because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/wsimport -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=xjc MAIN_CLASS=com.sun.tools.internal.xjc.Driver MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' ========================================================= LAUNCHER: xjc MAIN_CLASS: com.sun.tools.internal.xjc.Driver ALL_ARGS: -J-ms8m com.sun.tools.internal.xjc.Driver ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.xjc.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.xjc.Driver\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"xjc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.xjc.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.xjc.Driver\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"xjc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.xjc.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.xjc.Driver\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"xjc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/xjc because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/xjc -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun/launcher/xjc/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/launchers' Timing: 00082 seconds or 1m22s for make-launchers << Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved. > DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. > > This code is free software; you can redistribute it and/or modify it > under the terms of the GNU General Public License version 2 only, as > published by the Free Software Foundation. > > This code is distributed in the hope that it will be useful, but WITHOUT > ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License > version 2 for more details (a copy is included in the LICENSE file that > accompanied this code). > > You should have received a copy of the GNU General Public License version > 2 along with this work; if not, write to the Free Software Foundation, > Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. > > Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, > CA 95054 USA or visit www.sun.com if you need additional information or > have any questions. > 28d26 < 2506a2505 > linux i586 1.6.0_0 build finished: 09-08-02 14:14 >>>Making images @ Sun Aug 2 14:14:22 MSD 2009 ... >>>Making initial-image-jre @ Sun Aug 2 14:14:22 MSD 2009 ... rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/LICENSE /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/LICENSE > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/LICENSE /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/LICENSE /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/ASSEMBLY_EXCEPTION /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/ASSEMBLY_EXCEPTION > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/ASSEMBLY_EXCEPTION /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/ASSEMBLY_EXCEPTION /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/README.html /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/README.html > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/README.html /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/README.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/THIRD_PARTY_README /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/THIRD_PARTY_README > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/THIRD_PARTY_README /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/THIRD_PARTY_README /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "#\n" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "# List of subdirectories not in include in rt.jar" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "# Directories must contain trailing '/'." >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/javadoc/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/jdi/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/jarsigner/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/mirror/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/source/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/istack/internal/tools/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/istack/internal/ws/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/jvmstat/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/rmi/rmic/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/asm/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/java/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/javac/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/javap/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jconsole/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jps/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstat/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstatd/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/native2ascii/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/serialver/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/tree/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/util/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarBASE64Encoder.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSigner.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerParameters.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources_ja.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources_zh_CN.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/SignatureFile\$Block.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/SignatureFile.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/TimestampedSigner.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/provider/Sun.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/rsa/SunRsaSign.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/ssl/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/net/ssl/internal/ssl/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "javax/crypto/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/internal/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/crypto/provider/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/attach/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "org/relaxng/datatype/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/codemodel/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/dtdparser/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/rngom/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/xsom/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/script/shell/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/attach/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstack/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jinfo/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jmap/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder/file_list rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder/file_list.temp (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarreorder.jar \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder/file_list.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/classlist /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/not_rt_jar.list . ) Included file sun/awt/X11/XMenuBarPeer$1.class missing, skipping. Included file sun/security/provider/SelfPermission.class missing, skipping. Included file sun/security/provider/PolicyInfo.class missing, skipping. Included file java/util/logging/LogManager$6.class missing, skipping. Included file sun/dc/pr/PathDasher.class missing, skipping. Included file sun/dc/pr/PathStroker.class missing, skipping. Included file sun/dc/path/PathConsumer.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKDefaultStyle.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKNativeEngine$WidgetType.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKNativeEngine.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKDefaultEngine.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities$RunnableCanvasGraphics.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities$RunnableCanvas.class missing, skipping. Included file sun/nio/cs/ext/DoubleByteDecoder.class missing, skipping. Included file sun/nio/cs/ext/DelegatableDecoder.class missing, skipping. Included file sun/nio/cs/ext/SJIS$Decoder.class missing, skipping. Included file sun/nio/cs/ext/SJIS.class missing, skipping. Included file sun/nio/cs/ext/ExtendedCharsets.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities$ComponentWorkRequest.class missing, skipping. Included file sun/awt/color/CMM.class missing, skipping. Included file javax/swing/ToolTipManager$Actions.class missing, skipping. Included file sun/java2d/x11/X11CachingSurfaceManager.class missing, skipping. Included file sun/awt/image/RasterListener.class missing, skipping. Included file sun/awt/image/CachingSurfaceManager.class missing, skipping. Included file sun/awt/image/OffScreenSurfaceManager.class missing, skipping. Included file sun/java2d/x11/X11RemoteOffScreenImage$X11RemoteSurfaceManager.class missing, skipping. Included file sun/awt/image/RemoteOffScreenImage.class missing, skipping. Included file sun/java2d/x11/X11RemoteOffScreenImage.class missing, skipping. Included file sun/awt/X11/ComponentAccessor$1.class missing, skipping. Included file sun/awt/X11/ComponentAccessor.class missing, skipping. Included file sun/font/FileFont$FileFontDisposer.class missing, skipping. Included file javax/swing/text/SimpleAttributeSet$1.class missing, skipping. Included file sun/security/provider/Sun$1.class missing, skipping. Included file sun/security/provider/Sun.class is also excluded, skipping. Included file javax/swing/SystemEventQueueUtilities$SystemEventQueue.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities.class missing, skipping. Included file sun/swing/SwingUtilities2$LSBCacheEntry.class missing, skipping. Included file sun/awt/X11/XBaseWindow$1.class missing, skipping. Included file sun/awt/X11/IXAnyEvent.class missing, skipping. Included file sun/awt/X11/XToolkit$7.class missing, skipping. Included file sun/java2d/pipe/DuctusRenderer.class missing, skipping. Included file sun/java2d/pipe/DuctusShapeRenderer.class missing, skipping. Included file sun/awt/color/ProfileActivator.class missing, skipping. Included file sun/awt/color/ProfileDeferralMgr.class missing, skipping. Included file sun/awt/color/ProfileDeferralInfo.class missing, skipping. Included file java/util/regex/Pattern$9.class missing, skipping. Included file java/util/CurrencyData.class missing, skipping. Included file java/net/URLClassLoader$3$1.class missing, skipping. Included file java/util/regex/Pattern$10.class missing, skipping. Included file sun/awt/AWTAutoShutdown$PeerMap.class missing, skipping. Included file java/util/Hashtable$EmptyIterator.class missing, skipping. Included file java/util/Hashtable$EmptyEnumerator.class missing, skipping. /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder/file_list.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder/file_list /bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder/file_list | /bin/grep "^sun" | /bin/grep "class" | /bin/grep -v '\$' \ > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun_classes_list sed 's/\.class/\.java/' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun_classes_list \ > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun_sources_list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jarfilelists /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/jarsplit.jar \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/reorder/file_list \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jarfilelists/rt_jar_list /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jarfilelists/resources_jar_list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp /bin/sed -e "s/@@RELEASE@@/1.6.0_0/" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/tools/manifest.mf >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp /bin/echo -e >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp /bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/javax/swing/beaninfo/manifest >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/rt-orig.jar (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/rt-orig.jar \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jarfilelists/rt_jar_list) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/resources-orig.jar (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/resources-orig.jar \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jarfilelists/resources_jar_list) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jsse-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jsse-orig.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/provider/Sun.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/rsa/SunRsaSign.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/ssl -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/net/ssl/internal/ssl \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 && /usr/bin/find bin -depth | /bin/cpio -pdum /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image 9749 blocks /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/applet cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 && /usr/bin/find lib -depth | /bin/cpio -pdum /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image 535989 blocks /bin/chmod a+rx `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image -type d` for t in appletviewer extcheck idlj jar jarsigner java-rmi.cgi javac javadoc apt javah javap jdb jps jrunscript jstat jstatd jstack packagebean rmic serialver unregbean jconsole jinfo jmap native2ascii xjc wsgen wsimport schemagen jsadebugd jhat ; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/bin/$t ; \ done for l in tools.jar jconsole.jar sa-jdi.jar ; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/$l ; \ done /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib -name 'orb.idl' -exec rm -f \{} \; /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib -name 'ir.idl' -exec rm -f \{} \; /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/rt-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/rt.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/resources-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/resources.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jsse-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/jsse.jar /bin/ln -sf /usr/share/java/js.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/rhino.jar cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/buildmetaindex.jar \ -o meta-index *.jar cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/ext && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/btjars/buildmetaindex.jar \ -o meta-index *.jar /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/man/man1 for manbase in /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/src/linux/doc/man /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/impdoc/man ; do for manpage in java.1 keytool.1 orbd.1 pack200.1 policytool.1 rmid.1 rmiregistry.1 servertool.1 tnameserv.1 unpack200.1 javaws.1; do if [ -f ${manbase}/${manpage} ] ; then /bin/cp ${manbase}/${manpage} /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/man/man1 ; for ja_encoding in eucJP; do ja_dir="ja"; if [ "${ja_encoding}" != "eucJP" ]; then ja_dir="ja_JP.${ja_encoding}"; fi; /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/man/${ja_dir}/man1; /bin/cat ${manbase}/ja/${manpage} | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding eucJP | /bin/sed 's/@@VERSION@@/1.6.0/g' | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -reverse -encoding ${ja_encoding} > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/man/${ja_dir}/man1/${manpage}; done; fi; done; done /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found if [ -w hotspot.log ] ; then rm -f hotspot.log; fi if [ "ja_JP.eucJP" != "" ] ; then /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/man/ja /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/man/ja_JP.eucJP; cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/man && /bin/ln -s ja_JP.eucJP ja; fi >>>Making initial-image-jdk @ Sun Aug 2 14:15:05 MSD 2009 ... rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image && /usr/bin/find . -depth -print \ | /bin/cpio -pdum /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre ) 655848 blocks rm -f -rf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/man /bin/chmod a+rx `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image -type d` /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/LICENSE /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/LICENSE > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/LICENSE /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/LICENSE /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/ASSEMBLY_EXCEPTION /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/ASSEMBLY_EXCEPTION > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/ASSEMBLY_EXCEPTION /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/ASSEMBLY_EXCEPTION /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/README.html /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/README.html > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/README.html /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/README.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/THIRD_PARTY_README /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make/THIRD_PARTY_README > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/THIRD_PARTY_README /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/THIRD_PARTY_README /bin/mkdir /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/lib for l in tools.jar jconsole.jar sa-jdi.jar; do \ if [ -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/$l ]; then \ /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/$l /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/lib; \ fi; \ done (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/bin/.. && /bin/tar cf - \ `/usr/bin/find bin \( -type f -o -type l \) -print `) | \ (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image && /bin/tar xf -) /bin/touch /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes/META-INF/services/com.sun.tools.internal.xjc.Plugin /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/tools.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/asm -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/java -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/javac -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/javap -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jps -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jstat -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jstatd -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/native2ascii -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/serialver -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/tree -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/util -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/JarBASE64Encoder.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/JarSigner.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/JarSignerParameters.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/JarSignerResources.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/JarSignerResources_ja.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/JarSignerResources_zh_CN.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/SignatureFile\$Block.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/SignatureFile.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/security/tools/TimestampedSigner.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/rmi/rmic -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/applet -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/jvmstat -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/javadoc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/jdi -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/jarsigner -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/mirror -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/source -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/doclets -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/example/debug/expr -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/example/debug/tty -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/extcheck -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/hat -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/javac -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/javadoc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/apt -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/javah -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/corba -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/internal/xjc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/internal/ws -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/istack/internal/tools -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/istack/internal/ws -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/codemodel -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/internal/jxc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/xml/internal/rngom -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/xml/internal/xsom -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes org/relaxng/datatype -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/xml/internal/dtdparser -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/jdi -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/script/shell -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes com/sun/tools/attach -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/attach -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jstack -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jinfo -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/classes sun/tools/jmap \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/tools.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/lib/tools.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/orb.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/lib/orb.idl /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/ir.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/lib/ir.idl /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/lib/jexec /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/lib/jexec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src for d in ./../src/share/classes ./../src/solaris/classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/generated /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/impsrc; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/src-files.list; \ (cd $d && \ for sd in java/applet java/awt java/beans java/io java/lang java/math java/net java/nio java/rmi java/security java/sql java/text java/util com/sun/corba com/sun/image/codec/jpeg com/sun/imageio com/sun/java/swing com/sun/javadoc com/sun/jmx com/sun/mirror com/sun/source com/sun/naming com/sun/security/auth com/sun/security/jgss javax/accessibility javax/annotation javax/script javax/imageio javax/lang javax/management javax/naming javax/print javax/rmi javax/security javax/sound javax/sql javax/swing javax/tools javax/xml com/sun/org/apache com/sun/java_cup com/sun/jlex org/ietf org/omg org/w3c/dom org/xml/sax sunw ; do \ if [ -d $sd ] ; then \ /usr/bin/find $sd -name .hg -prune -o -name .svn -prune -o -name CVS -prune -o -name RCS -prune -o -name SCCS -prune -o -name Codemgr_wsdata -prune -o -name deleted_files -prune -o -name .hgignore -prune -o -name .hgtags -prune -o -name 'X-*' -prune -o -name '*-X-*' -prune -o -name '*-template.java' -prune -o -name ',*' -prune -o \ -name '*.java' -print \ >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/src-files.list ; \ fi; \ done ; \ ) ; \ if [ -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/src-files.list ] ; then \ (cd $d && /bin/tar cf - -T /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/src-files.list ) \ | (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src && /bin/tar xf -); \ fi; \ ((cd $d && /bin/tar cf - -T /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sun_sources_list ) \ | (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src && /bin/tar xf -)) > /dev/null 2>&1 ; \ done rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/src-files.list /bin/chmod -R +w /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/java.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/java.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/manifest_info.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/parse_manifest.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/version_comp.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/version_comp.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/wildcard.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/wildcard.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/jli_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/jli_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/splashscreen_stubs.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/splashscreen.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/solaris/bin/java_md.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/solaris/bin/java_md.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src/launcher cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src && /usr/bin/zip -qr ../src.zip * rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/man/man1 for manbase in /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/src/linux/doc/man /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/impdoc/man ; do for manpage in java.1 keytool.1 orbd.1 pack200.1 policytool.1 rmid.1 rmiregistry.1 servertool.1 tnameserv.1 unpack200.1 javaws.1 appletviewer.1 apt.1 extcheck.1 idlj.1 jar.1 jarsigner.1 javac.1 javadoc.1 javah.1 javap.1 jconsole.1 jdb.1 jhat.1 jinfo.1 jmap.1 jps.1 jrunscript.1 jsadebugd.1 jstack.1 jstat.1 jstatd.1 native2ascii.1 rmic.1 schemagen.1 serialver.1 wsgen.1 wsimport.1 xjc.1; do if [ -f ${manbase}/${manpage} ] ; then /bin/cp ${manbase}/${manpage} /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/man/man1 ; for ja_encoding in eucJP; do ja_dir="ja"; if [ "${ja_encoding}" != "eucJP" ]; then ja_dir="ja_JP.${ja_encoding}"; fi; /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/man/${ja_dir}/man1; /bin/cat ${manbase}/ja/${manpage} | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding eucJP | /bin/sed 's/@@VERSION@@/1.6.0/g' | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -reverse -encoding ${ja_encoding} > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/man/${ja_dir}/man1/${manpage}; done; fi; done; done /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found /bin/sh: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii: not found if [ -w hotspot.log ] ; then rm -f hotspot.log; fi if [ "ja_JP.eucJP" != "" ] ; then /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/man/ja /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/man/ja_JP.eucJP; cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/man && /bin/ln -s ja_JP.eucJP ja; fi >>>Making trim-image-jre @ Sun Aug 2 14:16:51 MSD 2009 ... for l in libsaproc.so libattach.so ; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib/i386/$l ; \ done ; >>>Making trim-image-jdk @ Sun Aug 2 14:16:51 MSD 2009 ... for t in java_vm; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/bin/${t} \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/bin/*/native_threads/${t}; \ done >>>Making process-image-jre @ Sun Aug 2 14:16:51 MSD 2009 ... rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jre-elf-files.list /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/lib -type f -name \*.so >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jre-elf-files.list /usr/bin/file `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2re-image/bin -type f -name \*` \ | /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jre-elf-files.list rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jre-elf-files.list >>>Making process-image-jdk @ Sun Aug 2 14:16:52 MSD 2009 ... rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jdk-elf-files.list /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib -type f -name \*.so >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jdk-elf-files.list /usr/bin/file `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/bin -type f -name \*` \ | /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jdk-elf-files.list file `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/bin -type f -name \*` \ | /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jdk-elf-files.list rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/jdk-elf-files.list >>>Making sec-files @ Sun Aug 2 14:16:53 MSD 2009 ... /bin/mkdir -p . rm -f sec-files rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sec-bin.zip cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586 && \ /usr/bin/zip -rq9 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class >>>Making sec-files-win @ Sun Aug 2 14:16:57 MSD 2009 ... >>>Making jgss-files @ Sun Aug 2 14:16:57 MSD 2009 ... >>>Finished making images @ Sun Aug 2 14:16:57 MSD 2009 ... make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/jdk/make' Control build finished: 09-08-02 14:16 make[2]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/make' ecj-poured IcedTea is served: openjdk-ecj/control/build/linux-i586 mkdir -p stamps touch stamps/icedtea-ecj.stamp mkdir -p stamps touch stamps/icedtea-against-ecj.stamp rm -rf bootstrap/icedtea ln -s \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/ \ bootstrap/icedtea if ! test -d bootstrap/icedtea/include; then \ ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586//include bootstrap/icedtea/include; \ fi mkdir -p stamps touch stamps/bootstrap-directory.stamp mkdir -p bootstrap rm -f bootstrap/jdk1.6.0 ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/icedtea bootstrap/jdk1.6.0; \ if ! bootstrap/jdk1.6.0/bin/java -version ; \ then \ echo "bootstrap/jdk1.6.0/bin/java" \ "cannot be found or is corrupted." ; \ exit 1; \ fi java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu7) OpenJDK Client VM (build 14.0-b08, mixed mode) mkdir -p stamps touch stamps/bootstrap-directory-symlink.stamp for target in /home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/build/*/makefiles/* \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/*cpu/* \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/share/vm/*; do \ link=$(dirname $target | sed 's/^.*ports/openjdk/'|sed "s#hotspot/build#hotspot/make#"); \ ln -sfv $target $link; \ done `openjdk/hotspot/make/linux/makefiles/shark.make' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/build/linux/makefiles/shark.make' `openjdk/hotspot/make/linux/makefiles/zero.make' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/build/linux/makefiles/zero.make' `openjdk/hotspot/src/cpu/zero' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/cpu/zero' `openjdk/hotspot/src/os_cpu/linux_zero' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/os_cpu/linux_zero' `openjdk/hotspot/src/share/vm/includeDB_shark' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/share/vm/includeDB_shark' `openjdk/hotspot/src/share/vm/shark' -> `/home/pavel/src/openjdk-6-6b14-1.4.1/build/../ports/hotspot/src/share/vm/shark' ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/platform_zero openjdk/hotspot/make/linux if ! test "xno" \ = "xno" ; then \ mkdir -p openjdk/jdk/src/solaris/bin/i586 ; \ ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/jvm.cfg \ openjdk/jdk/src/solaris/bin/i586/jvm.cfg ; \ fi if ! test "xno" = "xno"; then \ ln -sf /home/pavel/src/openjdk-6-6b14-1.4.1/build/ergo.c \ openjdk/jdk/src/solaris/bin/ergo_i586.c; \ fi mkdir -p stamps touch stamps/ports.stamp if [ -e /home/pavel/src/openjdk-6-6b14-1.4.1/build/../.hg ] && which /usr/bin/hg >/dev/null; then \ revision="-r`(cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/..; /usr/bin/hg tip --template '{rev}')`" ; \ fi ; \ if [ -n "6b14-1.4.1-0ubuntu7" ]; then plugin_version=" (6b14-1.4.1-0ubuntu7)"; fi; \ plugin_version=" 1.4.1$revision$plugin_version"; \ i486-linux-gnu-g++ -g -O2 \ -DPACKAGE_VERSION="\"1.4.1\"" \ -DPLUGIN_VERSION="\"$plugin_version\"" \ -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include \ -DXP_UNIX -DJS_THREADSAFE -fshort-wchar -I/usr/include/nspr -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/xulrunner-1.9.0.10/unstable \ -fPIC -c -o IcedTeaPlugin.o ../IcedTeaPlugin.cc ../IcedTeaPlugin.cc: In function 'void js_id_to_string(char**, jint)': ../IcedTeaPlugin.cc:913: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:916: warning: format '%lld' expects type 'long long int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::HandleMessage(const nsCString_external&)': ../IcedTeaPlugin.cc:3101: warning: format '%d' expects type 'int', but argument 3 has type 'IcedTeaPluginInstance*' ../IcedTeaPlugin.cc:3335: warning: format '%d' expects type 'int', but argument 4 has type 'ResultContainer*' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginInstance::GetWindow()': ../IcedTeaPlugin.cc:4126: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:4136: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::GetMember()': ../IcedTeaPlugin.cc:4188: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:4188: warning: format '%d' expects type 'int', but argument 4 has type 'jsize' ../IcedTeaPlugin.cc:4197: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::GetSlot()': ../IcedTeaPlugin.cc:4229: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::SetMember()': ../IcedTeaPlugin.cc:4262: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:4262: warning: format '%d' expects type 'int', but argument 4 has type 'jsize' ../IcedTeaPlugin.cc:4271: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::SetSlot()': ../IcedTeaPlugin.cc:4301: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::Eval()': ../IcedTeaPlugin.cc:4336: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:4345: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::RemoveMember()': ../IcedTeaPlugin.cc:4376: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:4376: warning: format '%d' expects type 'int', but argument 4 has type 'jsize' ../IcedTeaPlugin.cc:4384: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::Call()': ../IcedTeaPlugin.cc:4418: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:4418: warning: format '%d' expects type 'int', but argument 4 has type 'jsize' ../IcedTeaPlugin.cc:4428: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::Finalize()': ../IcedTeaPlugin.cc:4449: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc:4462: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'void IcedTeaPluginFactory::ToString()': ../IcedTeaPlugin.cc:4481: warning: format '%d' expects type 'int', but argument 3 has type 'jint' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::NewObject(_jclass*, _jmethodID*, jvalue*, _jobject**, nsISecurityContext*)': ../IcedTeaPlugin.cc:4760: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jobject*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::FindClass(const char*, _jclass**)': ../IcedTeaPlugin.cc:5236: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jclass*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::GetSuperclass(_jclass*, _jclass**)': ../IcedTeaPlugin.cc:5252: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jclass*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::ExceptionOccurred(_jthrowable**)': ../IcedTeaPlugin.cc:5304: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jthrowable*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::NewGlobalRef(_jobject*, _jobject**)': ../IcedTeaPlugin.cc:5347: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jobject*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::GetObjectClass(_jobject*, _jclass**)': ../IcedTeaPlugin.cc:5410: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jclass*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::GetMethodID(_jclass*, const char*, const char*, _jmethodID**)': ../IcedTeaPlugin.cc:5448: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jmethodID*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::GetFieldID(_jclass*, const char*, const char*, _jfieldID**)': ../IcedTeaPlugin.cc:5468: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jfieldID*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::GetStaticMethodID(_jclass*, const char*, const char*, _jmethodID**)': ../IcedTeaPlugin.cc:5488: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jmethodID*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::GetStaticFieldID(_jclass*, const char*, const char*, _jfieldID**)': ../IcedTeaPlugin.cc:5508: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jfieldID*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::NewString(const jchar*, jsize, _jstring**)': ../IcedTeaPlugin.cc:5526: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jstring*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::NewStringUTF(const char*, _jstring**)': ../IcedTeaPlugin.cc:5587: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jstring*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::NewObjectArray(jsize, _jclass*, _jobject*, _jobjectArray**)': ../IcedTeaPlugin.cc:5668: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jobjectArray*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::GetObjectArrayElement(_jobjectArray*, jsize, _jobject**)': ../IcedTeaPlugin.cc:5686: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jobject*' ../IcedTeaPlugin.cc: In member function 'virtual nsresult IcedTeaJNIEnv::NewArray(jni_type, jsize, _jarray**)': ../IcedTeaPlugin.cc:5721: warning: format '%x' expects type 'unsigned int', but argument 4 has type '_jarray*' i486-linux-gnu-g++ -g -O2 \ IcedTeaPlugin.o \ -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 \ -L/usr/lib/xulrunner-devel-1.9.0.10/lib -lmozjs -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl \ -shared -o IcedTeaPlugin.so find /home/pavel/src/openjdk-6-6b14-1.4.1/build/../extra -name '*.java' | sort > extra-source-files.txt mkdir -p extra-lib if ! test -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ; \ then \ /usr/bin/ecj -nowarn -g -d extra-lib \ -source 1.5 \ -sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ -bootclasspath \'\' @extra-source-files.txt ; \ else \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d extra-lib \ -source 1.5 \ -sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \ -bootclasspath \'\' @extra-source-files.txt ; \ fi cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/../extra/net/sourceforge/jnlp/about/resources \ extra-lib/net/sourceforge/jnlp/about mkdir -p stamps touch stamps/extra-class-files.stamp if ! test -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ; \ then \ /usr/bin/fastjar cf extra-lib/about.jar -C extra-lib net ; \ else \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf extra-lib/about.jar -C extra-lib net ; \ fi mkdir -p stamps touch stamps/nbplatform.stamp mkdir -p stamps touch stamps/visualvm.stamp mkdir -p stamps touch stamps/pulse-java-class.stamp mkdir -p stamps touch stamps/pulse-java-jar.stamp mkdir -p stamps touch stamps/pulse-java-headers.stamp mkdir -p stamps touch stamps/pulse-java.stamp /usr/bin/linux32 /usr/bin/make \ "ALT_JDK_IMPORT_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" "ANT_HOME=/usr/share/ant" "BUILD_NUMBER=b14" "JDK_UPDATE_VERSION=0" "JRE_RELEASE_VERSION=1.6.0_0-b14" "MILESTONE=fcs" "LANG=C" "PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin::$PATH" "ALT_BOOTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" "ALT_BINARY_PLUGS_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0" "BUILD_ARCH_DIR=i586" "ICEDTEA_RT=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar" "ICEDTEA_BUILD_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586" "ICEDTEA_CLS_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" "ICEDTEA_ENDORSED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed" "ENDORSED=-Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed" "CLASSPATH=" "LD_LIBRARY_PATH=" "ICEDTEA_CORE_BUILD=" "ICEDTEA_ZERO_BUILD=" "ICEDTEA_SHARK_BUILD=" "ZERO_LIBARCH=" "ZERO_BITSPERWORD=" "ZERO_ENDIANNESS=" "ZERO_ARCHDEF=" "ZERO_ARCHFLAG=" "LIBFFI_CFLAGS=" "LIBFFI_LIBS=" "LLVM_CFLAGS=" "LLVM_LDFLAGS=" "LLVM_LIBS=" "FREETYPE2_HEADERS=-I/usr/include/freetype2 " "FT2_LIB=-lfreetype " "ALT_PARALLEL_COMPILE_JOBS=2" "HOTSPOT_BUILD_JOBS=2" "JAVAC=" "RHINO_JAR=/usr/share/java/js.jar" "DISTRIBUTION_ID=Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7" \ -C openjdk/control/make/ \ make[2]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/make' linux i586 1.6.0_0 build started: 09-08-02 14:17 /bin/mkdir -p ../../control/build/linux-i586/j2sdk-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image /bin/mkdir -p ../../control/build/linux-i586-fastdebug/j2sdk-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586-fastdebug/j2sdk-image /bin/sh: /NOT-SET/devtools/share/findbugs/latest/bin/findbugs: not found make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/common/shared/Sanity-Settings.gmk:125: WARNING: FINDBUGS_VER should not be empty [Sanity-Settings.gmk] make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/freetypecheck' warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 freetypecheck.c:35: warning: first argument of 'main' should be 'int' freetypecheck.c:35: warning: second argument of 'main' should be 'char **' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/freetypecheck' make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make' Build Machine Information: build machine = ojdksite Build Directory Structure: CWD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/make TOPDIR = ../.. CONTROL_TOPDIR = ../../control LANGTOOLS_TOPDIR = ../../langtools JAXP_TOPDIR = ../../jaxp JAXWS_TOPDIR = ../../jaxws CORBA_TOPDIR = ../../corba HOTSPOT_TOPDIR = ../../hotspot JDK_TOPDIR = ../../jdk Build Directives: BUILD_LANGTOOLS = true BUILD_JAXP = true BUILD_JAXWS = true BUILD_CORBA = true BUILD_HOTSPOT = true BUILD_JDK = true Hotspot Settings: HOTSPOT_BUILD_JOBS = 2 HOTSPOT_OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir HOTSPOT_EXPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import Bootstrap Settings: BOOTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_BOOTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 BOOT_VER = 1.6 [requires at least 1.5] OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 ALT_OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 ABS_OUTPUTDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 Build Tool Settings: SLASH_JAVA = /NOT-SET ALT_SLASH_JAVA = VARIANT = OPT JDK_DEVTOOLS_DIR = /NOT-SET/devtools ALT_JDK_DEVTOOLS_DIR = ANT_HOME = /usr/share/ant FINDBUGS_HOME = /NOT-SET/devtools/share/findbugs/latest UNIXCOMMAND_PATH = /bin/ ALT_UNIXCOMMAND_PATH = COMPILER_PATH = /usr/bin/ ALT_COMPILER_PATH = DEVTOOLS_PATH = /usr/bin/ ALT_DEVTOOLS_PATH = UNIXCCS_PATH = /usr/ccs/bin/ ALT_UNIXCCS_PATH = USRBIN_PATH = /usr/bin/ ALT_USRBIN_PATH = MOTIF_DIR = /usr ALT_MOTIF_DIR = MOTIF_REQUIRED = false COMPILER_NAME = GCC COMPILER_VERSION = CC_VER = 4.3 [requires at least 3.2] ZIP_VER = 2.32 [requires at least 2.2] UNZIP_VER = 5.52 [requires at least 5.12] ANT_VER = 1.7 [requires at least 1.6.3] TEMPDIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp Build Directives: OPENJDK = true USE_HOTSPOT_INTERPRETER_MODE = PEDANTIC = DEV_ONLY = NO_DOCS = NO_IMAGES = TOOLS_ONLY = INSANE = COMPILE_APPROACH = parallel PARALLEL_COMPILE_JOBS = 2 ALT_PARALLEL_COMPILE_JOBS = 2 FASTDEBUG = COMPILER_WARNINGS_FATAL = false COMPILER_WARNING_LEVEL = INCREMENTAL_BUILD = false CC_HIGHEST_OPT = -O3 -fno-stack-protector -U_FORTIFY_SOURCE CC_HIGHER_OPT = -O3 -fno-stack-protector -U_FORTIFY_SOURCE CC_LOWER_OPT = -O2 -fno-stack-protector -U_FORTIFY_SOURCE CXXFLAGS = -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g CFLAGS = -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g BOOT_JAVA_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m BOOT_JAVAC_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii BOOT_JAR_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar BOOT_JARSIGNER_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jarsigner JAVAC_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes JAVAH_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes JAVADOC_CMD = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javadoc -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m Build Platform Settings: USER = pavel PLATFORM = linux ARCH = i586 LIBARCH = i386 ARCH_FAMILY = i586 ARCH_DATA_MODEL = 32 ARCHPROP = i386 LINUX_VERSION = Unknown linux ALSA_VERSION = 1.0.18 OS_VERSION = 2.6.28-11-generic [requires at least 2.4.9-e.3] OS_NAME = linux TEMP_FREE_SPACE = 35336976 FREE_SPACE = 35336976 MB_OF_MEMORY = 497 GNU Make Settings: MAKE = /usr/bin/make MAKE_VER = 3.81 [requires at least 3.78] MAKECMDGOALS = sanity MAKEFLAGS = w SHELL = /bin/sh Target Build Versions: JDK_VERSION = 1.6.0_0 MILESTONE = fcs RELEASE = 1.6.0_0 FULL_VERSION = 1.6.0_0-b14 BUILD_NUMBER = b14 External File/Binary Locations: USRJDKINSTANCES_PATH = /opt/java BUILD_JDK_IMPORT_PATH = /NOT-SET/re/openjdk/6/promoted/latest/binaries ALT_BUILD_JDK_IMPORT_PATH = JDK_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 LANGTOOLS_DIST = ALT_LANGTOOLS_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist CORBA_DIST = ALT_CORBA_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist JAXP_DIST = ALT_JAXP_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxp/dist JAXWS_DIST = ALT_JAXWS_DIST = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxws/dist HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR ALT_HOTSPOT_DOCS_IMPORT_PATH = HOTSPOT_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import ALT_HOTSPOT_IMPORT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import HOTSPOT_CLIENT_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client ALT_HOTSPOT_CLIENT_PATH = HOTSPOT_SERVER_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server ALT_HOTSPOT_SERVER_PATH = CACERTS_FILE = ./../src/share/lib/security/cacerts ALT_CACERTS_FILE = CUPS_HEADERS_PATH = /usr/include ALT_CUPS_HEADERS_PATH = OpenJDK-specific settings: FREETYPE_HEADERS_PATH = /usr/include ALT_FREETYPE_HEADERS_PATH = FREETYPE_LIB_PATH = /usr/lib ALT_FREETYPE_LIB_PATH = OPENJDK Import Binary Plug Settings: BINARY_PLUGS_JARFILE = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar ALT_BINARY_PLUGS_JARFILE = BINARY_PLUGS_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0 ALT_BINARY_PLUGS_PATH = /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0 BUILD_BINARY_PLUGS_PATH = /NOT-SET/re/openjdk/6/promoted/latest/openjdk/binaryplugs ALT_BUILD_BINARY_PLUGS_PATH = PLUG_LIBRARY_NAMES = Previous JDK Settings: PREVIOUS_RELEASE_PATH = /NOT-SET/re/jdk/1.6.0/archive/fcs/bundles/linux-i586 ALT_PREVIOUS_RELEASE_PATH = PREVIOUS_JDK_VERSION = 1.6.0 ALT_PREVIOUS_JDK_VERSION = PREVIOUS_JDK_FILE = jdk-6-linux-i586.tar.gz ALT_PREVIOUS_JDK_FILE = PREVIOUS_JRE_FILE = jre-6-linux-i586.tar.gz ALT_PREVIOUS_JRE_FILE = PREVIOUS_RELEASE_IMAGE = ALT_PREVIOUS_RELEASE_IMAGE = WARNING: This machine appears to only have 497Mb of physical memory, builds on this machine could be slow. WARNING: The version of findbugs being used is older than the required version of '1.1'. The version of findbugs found was ''. Sanity check passed. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools (cd ../../langtools/make && \ /usr/bin/make JDK_TOPDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b14 JDK_BUILD_NUMBER=b14 FULL_VERSION=1.6.0_0-b14 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_0 JDK_MKTG_VERSION=6u JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=0 COOKED_BUILD_NUMBER=14 ANT_HOME="/usr/share/ant" FINDBUGS_HOME="/NOT-SET/devtools/share/findbugs/latest" ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools ALT_BOOTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 all) make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/langtools/make' JAVA_HOME=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/ant-tmp' ant -diagnostics > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/ant-diagnostics.log JAVA_HOME=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/ant-tmp' ant -Djdk.version=1.6.0_0 -Dfull.version='1.6.0_0-b14' -Drelease=1.6.0_0 -Dbuild.number=b14 -Djavac.debug=true -Djavac.target=5 -Dboot.java.home=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 -Dbuild.dir=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build -Ddist.dir=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist -Dfindbugs.home=/NOT-SET/devtools/share/findbugs/latest build Buildfile: build.xml -def-check: -check-boot.java.home: -def-pcompile: [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/toolclasses [javac] Compiling 2 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/toolclasses -def-build-classes: -def-build-jar: -def-build-tool: -def-build-bootstrap-tool: build-bootstrap-javac: [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [pcompile] Generating 7 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc [pcompile] Generating 1 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 243 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/lib [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/lib/javac.jar [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/bin [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/bin build-bootstrap-javadoc: [pcompile] Generating 3 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 3 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 69 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/langtools/src/share/classes/com/sun/tools/javadoc/DocletInvoker.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/lib/javadoc.jar [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/bin -def-build-bootstrap-jar: build-bootstrap-doclets: [pcompile] Generating 6 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 6 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 125 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [copy] Copying 2 files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/lib/doclets.jar build-bootstrap-javah: [pcompile] Generating 8 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/lib/javah.jar [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/bootstrap/bin build-bootstrap-tools: build-classes-javac: [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [pcompile] Generating 7 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [copy] Copying 1 file to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [pcompile] Generating 1 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Compiling 243 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes build-classes-javadoc: [pcompile] Generating 3 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 3 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Compiling 69 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/langtools/src/share/classes/com/sun/tools/javadoc/DocletInvoker.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. build-classes-doclets: [pcompile] Generating 6 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 6 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Compiling 125 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [copy] Copying 2 files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes build-classes-javah: [pcompile] Generating 8 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Compiling 8 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. build-classes-javap: [javac] Compiling 19 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. build-classes-apt: [pcompile] Generating 3 resource files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/gensrc [javac] Compiling 3 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Compiling 106 source files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/build/classes [javac] Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. build-all-classes: build: [copy] Copying 7 files to /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap [mkdir] Created dir: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/lib [jar] Building jar: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/lib/classes.jar [zip] Building zip: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/lib/src.zip BUILD SUCCESSFUL Total time: 33 seconds make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/langtools/make' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba (cd ../../corba/make && \ /usr/bin/make JDK_TOPDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b14 JDK_BUILD_NUMBER=b14 FULL_VERSION=1.6.0_0-b14 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_0 JDK_MKTG_VERSION=6u JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=0 COOKED_BUILD_NUMBER=14 ANT_HOME="/usr/share/ant" FINDBUGS_HOME="/NOT-SET/devtools/share/findbugs/latest" ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba ALT_BOOTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist all) make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make' Begin Processing SUBDIRS: tools javax org sun com >>>Recursively making tools build @ Sun Aug 2 14:18:00 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/tools' Begin Processing SUBDIRS: strip_properties idlj logutil >>>Recursively making strip_properties build @ Sun Aug 2 14:18:00 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/tools/strip_properties' /bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses/stripproperties_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/stripproperties.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses/stripproperties_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses build/tools/stripproperties \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/stripproperties.jar ========================================================= BUILDTOOL: stripproperties PACKAGE: build.tools.stripproperties BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.stripproperties.StripProperties BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/stripproperties.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/tools/strip_properties' Timing: 00002 seconds or 2s for make-tools-strip_properties <<>>Recursively making idlj build @ Sun Aug 2 14:18:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/tools/idlj' /bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses/idlj_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses \ -sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/idlj.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses/idlj_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/idlj.jar ========================================================= BUILDTOOL: idlj PACKAGE: com.sun.tools.corba.se.idl.toJavaPortable BUILDTOOL_SOURCE_ROOT: ../../../src/share/classes BUILTTOOL_MAINCLASS: com.sun.tools.corba.se.idl.toJavaPortable.Compile BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/idlj.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/tools/idlj' Timing: 00003 seconds or 3s for make-tools-idlj <<>>Recursively making logutil build @ Sun Aug 2 14:18:05 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/tools/logutil' /bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses/MC_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses \ -sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses/MC_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btclasses com/sun/tools/corba/se/logutil \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar ========================================================= BUILDTOOL: MC PACKAGE: com.sun.tools.corba.se.logutil BUILDTOOL_SOURCE_ROOT: ../../../src/share/classes BUILTTOOL_MAINCLASS: com.sun.tools.corba.se.logutil.MC BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/tools/logutil' Timing: 00002 seconds or 2s for make-tools-logutil <<>>Recursively making javax build @ Sun Aug 2 14:18:07 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/javax' Begin Processing SUBDIRS: xa >>>Recursively making xa build @ Sun Aug 2 14:18:07 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/javax/xa' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/javax.transaction.xa/.classes.list) ../../../src/share/classes/javax/transaction/TransactionRolledbackException.java ../../../src/share/classes/javax/transaction/TransactionRequiredException.java ../../../src/share/classes/javax/transaction/InvalidTransactionException.java ../../../src/share/classes/javax/transaction/xa/XAResource.java ../../../src/share/classes/javax/transaction/xa/XAException.java ../../../src/share/classes/javax/transaction/xa/Xid.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/javax.transaction.xa/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/javax/xa' Timing: 00001 seconds or 1s for make-javax-xa <<>>Recursively making org build @ Sun Aug 2 14:18:09 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org' Begin Processing SUBDIRS: omg >>>Recursively making omg build @ Sun Aug 2 14:18:09 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg' Begin Processing SUBDIRS: idl sources PortableServer CORBA CosNaming DynamicAny PortableInterceptor >>>Recursively making idl build @ Sun Aug 2 14:18:09 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/idl' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/idl.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_ja.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/idl_ja.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_ja.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.tools.corba.se.idl/.classes.list) ../../../../src/share/classes/com/sun/tools/corba/se/idl/Arguments.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/AttributeEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/AttributeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Comment.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Compile.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ConstEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ConstGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/DefaultSymtabFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/EnumEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/EnumGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ExceptionEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ExceptionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Factories.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardValueEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ForwardValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/GenFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/GenFileStream.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Generator.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/IDLID.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/IncludeEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/IncludeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceState.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InterfaceType.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InvalidArgument.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/InvalidCharacter.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/MethodEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/MethodGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ModuleEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ModuleGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/NativeEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/NativeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/NoPragma.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Noop.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ParameterEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ParameterGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ParseException.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Parser.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PragmaEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PragmaGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PragmaHandler.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Preprocessor.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PrimitiveEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/PrimitiveGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/RepositoryID.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Scanner.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SequenceEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SequenceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StringEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StringGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StructEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/StructGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SymtabEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Token.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/TokenBuffer.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/TypedefEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/TypedefGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/UnionBranch.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/UnionEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/UnionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/Util.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueBoxEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueBoxGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueEntry.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/ValueRepositoryId.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/And.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BinaryExpr.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BooleanAnd.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BooleanNot.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/BooleanOr.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/DefaultExprFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Divide.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Equal.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/EvaluationException.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/ExprFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Expression.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/GreaterEqual.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/GreaterThan.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/LessEqual.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/LessThan.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Minus.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Modulo.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Negative.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Not.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/NotEqual.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Or.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Plus.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Positive.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/ShiftLeft.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/ShiftRight.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Terminal.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Times.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/UnaryExpr.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/constExpr/Xor.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Arguments.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/AuxGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ConstGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/EnumGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ExceptionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Factories.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ForwardValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/GenFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Helper.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Holder.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/JavaGenerator.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ModuleGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/NativeGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/NameModifier.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/NameModifierImpl.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/PrimitiveGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/SequenceGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Skeleton.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/StringGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/StructGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Stub.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/TCOffsets.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/TypedefGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/UnionGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Util.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueGen.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Helper24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGenClone24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen24.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/DefaultFactory.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/som/cff/FileLocator.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/som/cff/Messages.java ../../../../src/share/classes/com/sun/tools/corba/se/idl/som/idlemit/MetaPragma.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.tools.corba.se.idl/.classes.list Note: ../../../../src/share/classes/com/sun/tools/corba/se/idl/som/idlemit/MetaPragma.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/orb.idl /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/orb.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/orb.idl /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/ir.idl /bin/cp ../../../../src/share/classes/com/sun/tools/corba/se/idl/ir.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/ir.idl make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/idl' Timing: 00005 seconds or 5s for make-org-omg-idl <<>>Recursively making sources build @ Sun Aug 2 14:18:14 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/sources' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableServer" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -corba 3.0 -fall -pkgPrefix PortableServer org.omg ../../../../src/share/classes/org/omg/PortableServer/poa.idl rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContextHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ForwardRequestHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ObjectIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ObjectIdHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/NoServantHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapterHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantActivatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantLocatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableServer" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -corba 3.0 -fall -pkgPrefix PortableServer org.omg ../../../../src/share/classes/org/omg/PortableServer/poa.idl rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContextHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ForwardRequestHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ObjectIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ObjectIdHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/NoServantHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapterHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantActivatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantLocatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableServer" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -corba 3.0 -fall -pkgPrefix PortableServer org.omg ../../../../src/share/classes/org/omg/PortableServer/poa.idl rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContextHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ForwardRequestHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ObjectIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ObjectIdHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/NoServantHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapterHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantActivatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantLocatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -i ../../../../src/share/classes/org/omg/PortableServer -fall -corba 3.0 -D CORBA3 -pkgPrefix IOP org.omg ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/BI_DIR_IIOP.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ChainBypassCheck.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ChainBypassInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/FORWARDED_IDENTITY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/INVOCATION_POLICIES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/LogicalThreadId.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/SendingContextRunTime.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/UnknownExceptionInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedComponentSeqHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -i ../../../../src/share/classes/org/omg/PortableServer -fall -corba 3.0 ../../../../src/share/classes/org/omg/PortableInterceptor/CORBAX.idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/OctetSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/OctetSeqHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/PolicyError.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/RepositoryIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -i ../../../../src/share/classes/org/omg/PortableServer -fall -corba 3.0 -pkgPrefix Messaging org.omg ../../../../src/share/classes/org/omg/PortableInterceptor/Messaging.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -i ../../../../src/share/classes/org/omg/PortableServer -fall -pkgPrefix PortableInterceptor org.omg -pkgPrefix Dynamic org.omg -pkgPrefix IOP org.omg -corba 3.0 -D CORBA3 ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInfoHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInterceptorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInfoHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/InterceptorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitializerHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/PolicyFactoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ReplyStatusHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/RequestInfoHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInfoHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInterceptorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/SlotIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInterceptorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/CurrentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ForwardRequestHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/InterceptorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/InvalidSlotHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitializerHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/PolicyFactoryHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/RequestInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInterceptorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/TaggedComponentSeqHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/FormatMismatchHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/TypeMismatchHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/EncodingFormatHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/EncodingHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecFactoryHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/EncodingHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedComponentSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/ContextListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/ExceptionListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/ParameterHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/ParameterListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/ExceptionListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/ParameterHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/ParameterListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/RequestContextHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming -fall -pkgPrefix CosNaming org.omg ../../../../src/share/classes/org/omg/CosNaming/nameservice.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc" -i "../../../../src/share/classes/org/omg/CORBA" -corba 3.0 -fall -pkgPrefix DynamicAny org.omg ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/*POA* rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/*Holder* rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueBoxHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueCommonHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynValueCommonStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynValueBoxStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyPackage/InvalidValueHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHolder.java make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/sources' Timing: 00004 seconds or 4s for make-org-omg-sources <<>>Recursively making PortableServer build @ Sun Aug 2 14:18:19 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/PortableServer' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.PortableServer/.classes.list) ../../../../src/share/classes/org/omg/PortableServer/Servant.java ../../../../src/share/classes/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java ../../../../src/share/classes/org/omg/PortableServer/DynamicImplementation.java ../../../../src/share/classes/org/omg/PortableServer/portable/Delegate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/AdapterActivator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/AdapterActivatorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/Current.java ../../../../src/share/classes/org/omg/PortableServer/CurrentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/CurrentOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContextHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ForwardRequest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ForwardRequestHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LIFESPAN_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/LifespanPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POA.java ../../../../src/share/classes/org/omg/PortableServer/POAHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAManagerPackage/State.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/NoServant.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/NoServantHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActive.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantActivator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantActivatorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantActivatorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantActivatorPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/_ServantActivatorStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantLocator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantLocatorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantLocatorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantLocatorPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/_ServantLocatorStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantManagerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/THREAD_POLICY_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableServer/ThreadPolicyValue.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.PortableServer/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/PortableServer' Timing: 00002 seconds or 2s for make-org-omg-PortableServer <<>>Recursively making CORBA build @ Sun Aug 2 14:18:21 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/CORBA' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.CORBA/.classes.list) ../../../../src/share/classes/org/omg/SendingContext/RunTime.java ../../../../src/share/classes/org/omg/SendingContext/RunTimeOperations.java ../../../../src/share/classes/org/omg/CORBA_2_3/ORB.java ../../../../src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java ../../../../src/share/classes/org/omg/CORBA_2_3/portable/OutputStream.java ../../../../src/share/classes/org/omg/CORBA_2_3/portable/Delegate.java ../../../../src/share/classes/org/omg/CORBA_2_3/portable/ObjectImpl.java ../../../../src/share/classes/org/omg/CORBA/ARG_IN.java ../../../../src/share/classes/org/omg/CORBA/ARG_INOUT.java ../../../../src/share/classes/org/omg/CORBA/ARG_OUT.java ../../../../src/share/classes/org/omg/CORBA/Any.java ../../../../src/share/classes/org/omg/CORBA/AnyHolder.java ../../../../src/share/classes/org/omg/CORBA/BAD_CONTEXT.java ../../../../src/share/classes/org/omg/CORBA/BAD_INV_ORDER.java ../../../../src/share/classes/org/omg/CORBA/BAD_OPERATION.java ../../../../src/share/classes/org/omg/CORBA/BAD_PARAM.java ../../../../src/share/classes/org/omg/CORBA/BAD_POLICY.java ../../../../src/share/classes/org/omg/CORBA/BAD_POLICY_TYPE.java ../../../../src/share/classes/org/omg/CORBA/BAD_POLICY_VALUE.java ../../../../src/share/classes/org/omg/CORBA/BAD_TYPECODE.java ../../../../src/share/classes/org/omg/CORBA/BooleanHolder.java ../../../../src/share/classes/org/omg/CORBA/Bounds.java ../../../../src/share/classes/org/omg/CORBA/ByteHolder.java ../../../../src/share/classes/org/omg/CORBA/COMM_FAILURE.java ../../../../src/share/classes/org/omg/CORBA/CTX_RESTRICT_SCOPE.java ../../../../src/share/classes/org/omg/CORBA/CharHolder.java ../../../../src/share/classes/org/omg/CORBA/CompletionStatus.java ../../../../src/share/classes/org/omg/CORBA/Context.java ../../../../src/share/classes/org/omg/CORBA/ContextList.java ../../../../src/share/classes/org/omg/CORBA/Current.java ../../../../src/share/classes/org/omg/CORBA/DATA_CONVERSION.java ../../../../src/share/classes/org/omg/CORBA/DefinitionKind.java ../../../../src/share/classes/org/omg/CORBA/DomainManager.java ../../../../src/share/classes/org/omg/CORBA/DomainManagerOperations.java ../../../../src/share/classes/org/omg/CORBA/DoubleHolder.java ../../../../src/share/classes/org/omg/CORBA/DynAny.java ../../../../src/share/classes/org/omg/CORBA/DynAnyPackage/Invalid.java ../../../../src/share/classes/org/omg/CORBA/DynAnyPackage/InvalidSeq.java ../../../../src/share/classes/org/omg/CORBA/DynAnyPackage/InvalidValue.java ../../../../src/share/classes/org/omg/CORBA/DynAnyPackage/TypeMismatch.java ../../../../src/share/classes/org/omg/CORBA/DynArray.java ../../../../src/share/classes/org/omg/CORBA/DynEnum.java ../../../../src/share/classes/org/omg/CORBA/DynFixed.java ../../../../src/share/classes/org/omg/CORBA/DynSequence.java ../../../../src/share/classes/org/omg/CORBA/DynStruct.java ../../../../src/share/classes/org/omg/CORBA/DynUnion.java ../../../../src/share/classes/org/omg/CORBA/DynValue.java ../../../../src/share/classes/org/omg/CORBA/DynamicImplementation.java ../../../../src/share/classes/org/omg/CORBA/Environment.java ../../../../src/share/classes/org/omg/CORBA/ExceptionList.java ../../../../src/share/classes/org/omg/CORBA/FREE_MEM.java ../../../../src/share/classes/org/omg/CORBA/FixedHolder.java ../../../../src/share/classes/org/omg/CORBA/FloatHolder.java ../../../../src/share/classes/org/omg/CORBA/IDLType.java ../../../../src/share/classes/org/omg/CORBA/IMP_LIMIT.java ../../../../src/share/classes/org/omg/CORBA/INITIALIZE.java ../../../../src/share/classes/org/omg/CORBA/INTERNAL.java ../../../../src/share/classes/org/omg/CORBA/INTF_REPOS.java ../../../../src/share/classes/org/omg/CORBA/INVALID_TRANSACTION.java ../../../../src/share/classes/org/omg/CORBA/INV_FLAG.java ../../../../src/share/classes/org/omg/CORBA/INV_IDENT.java ../../../../src/share/classes/org/omg/CORBA/INV_OBJREF.java ../../../../src/share/classes/org/omg/CORBA/INV_POLICY.java ../../../../src/share/classes/org/omg/CORBA/IRObject.java ../../../../src/share/classes/org/omg/CORBA/IntHolder.java ../../../../src/share/classes/org/omg/CORBA/LongHolder.java ../../../../src/share/classes/org/omg/CORBA/MARSHAL.java ../../../../src/share/classes/org/omg/CORBA/NO_IMPLEMENT.java ../../../../src/share/classes/org/omg/CORBA/NO_MEMORY.java ../../../../src/share/classes/org/omg/CORBA/NO_PERMISSION.java ../../../../src/share/classes/org/omg/CORBA/NO_RESOURCES.java ../../../../src/share/classes/org/omg/CORBA/NO_RESPONSE.java ../../../../src/share/classes/org/omg/CORBA/NVList.java ../../../../src/share/classes/org/omg/CORBA/NameValuePair.java ../../../../src/share/classes/org/omg/CORBA/NamedValue.java ../../../../src/share/classes/org/omg/CORBA/OBJECT_NOT_EXIST.java ../../../../src/share/classes/org/omg/CORBA/OBJ_ADAPTER.java ../../../../src/share/classes/org/omg/CORBA/ORB.java ../../../../src/share/classes/org/omg/CORBA/ORBPackage/InconsistentTypeCode.java ../../../../src/share/classes/org/omg/CORBA/ORBPackage/InvalidName.java ../../../../src/share/classes/org/omg/CORBA/Object.java ../../../../src/share/classes/org/omg/CORBA/ObjectHolder.java ../../../../src/share/classes/org/omg/CORBA/OMGVMCID.java ../../../../src/share/classes/org/omg/CORBA/PERSIST_STORE.java ../../../../src/share/classes/org/omg/CORBA/PRIVATE_MEMBER.java ../../../../src/share/classes/org/omg/CORBA/PUBLIC_MEMBER.java ../../../../src/share/classes/org/omg/CORBA/Policy.java ../../../../src/share/classes/org/omg/CORBA/PolicyError.java ../../../../src/share/classes/org/omg/CORBA/Principal.java ../../../../src/share/classes/org/omg/CORBA/PrincipalHolder.java ../../../../src/share/classes/org/omg/CORBA/Request.java ../../../../src/share/classes/org/omg/CORBA/ServerRequest.java ../../../../src/share/classes/org/omg/CORBA/ServiceDetail.java ../../../../src/share/classes/org/omg/CORBA/ServiceDetailHelper.java ../../../../src/share/classes/org/omg/CORBA/ServiceInformation.java ../../../../src/share/classes/org/omg/CORBA/ServiceInformationHelper.java ../../../../src/share/classes/org/omg/CORBA/ServiceInformationHolder.java ../../../../src/share/classes/org/omg/CORBA/SetOverrideType.java ../../../../src/share/classes/org/omg/CORBA/ShortHolder.java ../../../../src/share/classes/org/omg/CORBA/StringHolder.java ../../../../src/share/classes/org/omg/CORBA/StructMember.java ../../../../src/share/classes/org/omg/CORBA/SystemException.java ../../../../src/share/classes/org/omg/CORBA/TCKind.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_REQUIRED.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java ../../../../src/share/classes/org/omg/CORBA/TRANSIENT.java ../../../../src/share/classes/org/omg/CORBA/TypeCode.java ../../../../src/share/classes/org/omg/CORBA/TypeCodeHolder.java ../../../../src/share/classes/org/omg/CORBA/TypeCodePackage/BadKind.java ../../../../src/share/classes/org/omg/CORBA/TypeCodePackage/Bounds.java ../../../../src/share/classes/org/omg/CORBA/UNKNOWN.java ../../../../src/share/classes/org/omg/CORBA/UNSUPPORTED_POLICY.java ../../../../src/share/classes/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java ../../../../src/share/classes/org/omg/CORBA/UnionMember.java ../../../../src/share/classes/org/omg/CORBA/UnknownUserException.java ../../../../src/share/classes/org/omg/CORBA/UserException.java ../../../../src/share/classes/org/omg/CORBA/VM_ABSTRACT.java ../../../../src/share/classes/org/omg/CORBA/VM_CUSTOM.java ../../../../src/share/classes/org/omg/CORBA/VM_NONE.java ../../../../src/share/classes/org/omg/CORBA/VM_TRUNCATABLE.java ../../../../src/share/classes/org/omg/CORBA/ValueMember.java ../../../../src/share/classes/org/omg/CORBA/WrongTransaction.java ../../../../src/share/classes/org/omg/CORBA/portable/ApplicationException.java ../../../../src/share/classes/org/omg/CORBA/portable/Delegate.java ../../../../src/share/classes/org/omg/CORBA/portable/IDLEntity.java ../../../../src/share/classes/org/omg/CORBA/portable/InputStream.java ../../../../src/share/classes/org/omg/CORBA/portable/InvokeHandler.java ../../../../src/share/classes/org/omg/CORBA/portable/ObjectImpl.java ../../../../src/share/classes/org/omg/CORBA/portable/OutputStream.java ../../../../src/share/classes/org/omg/CORBA/portable/RemarshalException.java ../../../../src/share/classes/org/omg/CORBA/portable/ResponseHandler.java ../../../../src/share/classes/org/omg/CORBA/portable/ServantObject.java ../../../../src/share/classes/org/omg/CORBA/portable/Streamable.java ../../../../src/share/classes/org/omg/CORBA/portable/ValueOutputStream.java ../../../../src/share/classes/org/omg/CORBA/portable/ValueInputStream.java ../../../../src/share/classes/org/omg/CORBA/AnySeqHelper.java ../../../../src/share/classes/org/omg/CORBA/AnySeqHolder.java ../../../../src/share/classes/org/omg/CORBA/BooleanSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/BooleanSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/CharSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/CharSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/CompletionStatusHelper.java ../../../../src/share/classes/org/omg/CORBA/CurrentOperations.java ../../../../src/share/classes/org/omg/CORBA/CurrentHelper.java ../../../../src/share/classes/org/omg/CORBA/CurrentHolder.java ../../../../src/share/classes/org/omg/CORBA/CustomMarshal.java ../../../../src/share/classes/org/omg/CORBA/DataInputStream.java ../../../../src/share/classes/org/omg/CORBA/DataOutputStream.java ../../../../src/share/classes/org/omg/CORBA/DefinitionKindHelper.java ../../../../src/share/classes/org/omg/CORBA/DoubleSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/DoubleSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/FieldNameHelper.java ../../../../src/share/classes/org/omg/CORBA/FloatSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/FloatSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/IDLTypeHelper.java ../../../../src/share/classes/org/omg/CORBA/IDLTypeOperations.java ../../../../src/share/classes/org/omg/CORBA/IRObjectOperations.java ../../../../src/share/classes/org/omg/CORBA/IdentifierHelper.java ../../../../src/share/classes/org/omg/CORBA/LongLongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/LongLongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/LongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/LongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/NameValuePairHelper.java ../../../../src/share/classes/org/omg/CORBA/ObjectHelper.java ../../../../src/share/classes/org/omg/CORBA/OctetSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/OctetSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/PolicyOperations.java ../../../../src/share/classes/org/omg/CORBA/PolicyHelper.java ../../../../src/share/classes/org/omg/CORBA/PolicyHolder.java ../../../../src/share/classes/org/omg/CORBA/PolicyTypeHelper.java ../../../../src/share/classes/org/omg/CORBA/PolicyListHelper.java ../../../../src/share/classes/org/omg/CORBA/PolicyListHolder.java ../../../../src/share/classes/org/omg/CORBA/RepositoryIdHelper.java ../../../../src/share/classes/org/omg/CORBA/SetOverrideTypeHelper.java ../../../../src/share/classes/org/omg/CORBA/ShortSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/ShortSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/StringValueHelper.java ../../../../src/share/classes/org/omg/CORBA/StructMemberHelper.java ../../../../src/share/classes/org/omg/CORBA/ULongLongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/ULongLongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/ULongSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/ULongSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/UShortSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/UShortSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/UnionMemberHelper.java ../../../../src/share/classes/org/omg/CORBA/ValueBaseHelper.java ../../../../src/share/classes/org/omg/CORBA/ValueBaseHolder.java ../../../../src/share/classes/org/omg/CORBA/ValueMemberHelper.java ../../../../src/share/classes/org/omg/CORBA/VersionSpecHelper.java ../../../../src/share/classes/org/omg/CORBA/VisibilityHelper.java ../../../../src/share/classes/org/omg/CORBA/WCharSeqHelper.java ../../../../src/share/classes/org/omg/CORBA/WCharSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/WStringValueHelper.java ../../../../src/share/classes/org/omg/CORBA/_IDLTypeStub.java ../../../../src/share/classes/org/omg/CORBA/_PolicyStub.java ../../../../src/share/classes/org/omg/CORBA/portable/BoxedValueHelper.java ../../../../src/share/classes/org/omg/CORBA/portable/CustomValue.java ../../../../src/share/classes/org/omg/CORBA/portable/IndirectionException.java ../../../../src/share/classes/org/omg/CORBA/portable/StreamableValue.java ../../../../src/share/classes/org/omg/CORBA/portable/UnknownException.java ../../../../src/share/classes/org/omg/CORBA/portable/ValueBase.java ../../../../src/share/classes/org/omg/CORBA/portable/ValueFactory.java ../../../../src/share/classes/org/omg/CORBA/LocalObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/ParameterMode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/ParameterModeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/ParameterModeHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/PolicyErrorCodeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/PolicyErrorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/PolicyErrorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/StringSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/StringSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/UnknownUserExceptionHelper.java ../../../../src/share/classes/org/omg/CORBA/UnknownUserExceptionHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/WStringSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CORBA/WStringSeqHolder.java ../../../../src/share/classes/org/omg/CORBA/WrongTransactionHelper.java ../../../../src/share/classes/org/omg/CORBA/WrongTransactionHolder.java ../../../../src/share/classes/org/omg/CORBA/ACTIVITY_COMPLETED.java ../../../../src/share/classes/org/omg/CORBA/ACTIVITY_REQUIRED.java ../../../../src/share/classes/org/omg/CORBA/BAD_QOS.java ../../../../src/share/classes/org/omg/CORBA/CODESET_INCOMPATIBLE.java ../../../../src/share/classes/org/omg/CORBA/INVALID_ACTIVITY.java ../../../../src/share/classes/org/omg/CORBA/REBIND.java ../../../../src/share/classes/org/omg/CORBA/TIMEOUT.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_MODE.java ../../../../src/share/classes/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.CORBA/.classes.list ../../../../src/share/classes/org/omg/CORBA/ORB.java:593: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning return (org.omg.CORBA.NVList)meth.invoke(this, argx); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: ../../../../src/share/classes/org/omg/CORBA/ORB.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/CORBA' Timing: 00005 seconds or 5s for make-org-omg-CORBA <<>>Recursively making CosNaming build @ Sun Aug 2 14:18:26 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/CosNaming' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.CosNaming/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/IstringHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/Binding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingIteratorPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingIteratorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingIteratorHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingIteratorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/_BindingIteratorStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingTypeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/BindingTypeHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NameComponent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NameComponentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NameComponentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/_NamingContextStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/CannotProceed.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/InvalidName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotEmpty.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotFound.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotFoundHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtPOA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/_NamingContextExtStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java ../../../../src/share/classes/org/omg/CosNaming/_NamingContextImplBase.java ../../../../src/share/classes/org/omg/CosNaming/_BindingIteratorImplBase.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.CosNaming/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/CosNaming' Timing: 00002 seconds or 2s for make-org-omg-CosNaming <<>>Recursively making DynamicAny build @ Sun Aug 2 14:18:29 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/DynamicAny' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAny.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyFactoryOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynArrayOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynEnum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynEnumOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynFixed.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynFixedOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynSequence.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynSequenceOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynStruct.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynStructOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynUnion.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynUnionOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueBox.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueBoxOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueCommon.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueCommonOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/NameDynAnyPair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/NameValuePair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/AnySeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynStructHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyFactoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynUnionHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnyHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynValueHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynArrayHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynAnySeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynEnumHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynFixedHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/FieldNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/NameDynAnyPairHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/DynSequenceHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/NameValuePairHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/NameValuePairSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynAnyFactoryStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynAnyStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynArrayStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynEnumStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynFixedStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynSequenceStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynStructStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynUnionStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/DynamicAny/_DynValueStub.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/DynamicAny' Timing: 00002 seconds or 2s for make-org-omg-DynamicAny <<>>Recursively making PortableInterceptor build @ Sun Aug 2 14:18:31 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/PortableInterceptor' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.PortableInterceptor/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ACTIVE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/AdapterManagerIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/AdapterNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/AdapterStateHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInterceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/Current.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/CurrentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/CurrentOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/DISCARDING.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ForwardRequest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ForwardRequestHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/HOLDING.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptor_3_0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/INACTIVE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/Interceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/InvalidSlotHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/InterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/InvalidSlot.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/NON_EXISTENT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceTemplate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitializer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ORBInitializerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/PolicyFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/PolicyFactoryOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/RequestInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/RequestInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/SUCCESSFUL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/USER_EXCEPTION.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/LOCATION_FORWARD.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/TRANSPORT_RETRY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInfoOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInterceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/Codec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecFactoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecFactoryOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/FormatMismatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/FormatMismatchHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/TypeMismatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodecPackage/TypeMismatchHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ENCODING_CDR_ENCAPS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/Encoding.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ExceptionDetailMessage.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Dynamic/Parameter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Messaging/SYNC_WITH_TRANSPORT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/Messaging/SyncScopeHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/CodeSets.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ComponentIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/IOR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/IORHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/IORHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/MultipleComponentProfileHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/MultipleComponentProfileHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ProfileIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/RMICustomMaxStreamFormat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ServiceContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ServiceContextHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ServiceContextHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ServiceContextListHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ServiceContextListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/ServiceIdHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_INTERNET_IOP.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_CODE_SETS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_JAVA_CODEBASE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_ORB_TYPE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TAG_POLICIES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedComponent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedComponentHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedComponentHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedProfile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedProfileHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TaggedProfileHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/org/omg/IOP/TransactionService.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/org.omg.PortableInterceptor/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/org/omg/PortableInterceptor' Timing: 00003 seconds or 3s for make-org-omg-PortableInterceptor <<>>Recursively making sun build @ Sun Aug 2 14:18:35 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun' Begin Processing SUBDIRS: corba rmi >>>Recursively making corba build @ Sun Aug 2 14:18:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba' Begin Processing SUBDIRS: org core >>>Recursively making org build @ Sun Aug 2 14:18:35 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/org' Begin Processing SUBDIRS: omg >>>Recursively making omg build @ Sun Aug 2 14:18:35 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/org/omg' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.org.omg/.classes.list) ../../../../../src/share/classes/com/sun/org/omg/SendingContext/_CodeBaseStub.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBase.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBaseHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBaseOperations.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/SendingContext/_CodeBaseImplBase.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/_IDLTypeStub.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttrDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeMode.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/AttributeModeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ContextIdentifierHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ContextIdSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/DefinitionKindHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ExcDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ExceptionDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ExceptionDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/IdentifierHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/IDLTypeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/Initializer.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/InitializerHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/InitializerSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OpDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationMode.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/OperationModeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterMode.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParameterModeHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ParDescriptionSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/Repository.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/RepositoryHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/RepositoryIdHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/RepositoryIdSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/StructMemberHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/StructMemberSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueMemberHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueMemberSeqHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/VersionSpecHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/VisibilityHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescriptionHelper.java ../../../../../src/share/classes/com/sun/org/omg/CORBA/portable/ValueHelper.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.org.omg/.classes.list Note: ../../../../../src/share/classes/com/sun/org/omg/SendingContext/_CodeBaseImplBase.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/org/omg' Timing: 00002 seconds or 2s for make-sun-corba-org-omg <<>>Recursively making core build @ Sun Aug 2 14:18:38 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/core' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties /bin/cp ../../../../src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/.classes.list) ../../../../src/share/classes/javax/rmi/PortableRemoteObject.java ../../../../src/share/classes/javax/rmi/CORBA/Stub.java ../../../../src/share/classes/javax/rmi/CORBA/StubDelegate.java ../../../../src/share/classes/javax/rmi/CORBA/Tie.java ../../../../src/share/classes/javax/rmi/CORBA/Util.java ../../../../src/share/classes/javax/rmi/CORBA/UtilDelegate.java ../../../../src/share/classes/javax/rmi/CORBA/ValueHandler.java ../../../../src/share/classes/javax/rmi/CORBA/ValueHandlerMultiFormat.java ../../../../src/share/classes/javax/rmi/CORBA/ClassDesc.java ../../../../src/share/classes/javax/rmi/CORBA/PortableRemoteObjectDelegate.java ../../../../src/share/classes/javax/rmi/CORBA/GetORBPropertiesFileAction.java ../../../../src/share/classes/javax/activity/InvalidActivityException.java ../../../../src/share/classes/javax/activity/ActivityRequiredException.java ../../../../src/share/classes/javax/activity/ActivityCompletedException.java ../../../../src/share/classes/com/sun/corba/se/internal/io/ObjectStreamClass.java ../../../../src/share/classes/com/sun/corba/se/internal/io/IIOPInputStream.java ../../../../src/share/classes/com/sun/corba/se/internal/io/IIOPOutputStream.java ../../../../src/share/classes/com/sun/corba/se/internal/io/LibraryManager.java ../../../../src/share/classes/sun/corba/BridgePermission.java ../../../../src/share/classes/sun/corba/Bridge.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/.classes.list ../../../../src/share/classes/sun/corba/Bridge.java:190: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning NO_ARGS); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/CClassHeaders/ \ com.sun.corba.se.internal.io.IIOPInputStream com.sun.corba.se.internal.io.IIOPOutputStream com.sun.corba.se.internal.io.ObjectStreamClass com.sun.corba.se.internal.io.LibraryManager /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/bin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/ext Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/core make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/core' gcc-4.3 -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -ICClassHeaders -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/com/sun/corba/se/internal/io -I../../../../src/solaris/native/com/sun/corba/se/internal/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/ioser.o ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getObjectFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:646: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getBooleanFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:657: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getByteFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:668: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getCharFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:680: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getShortFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:692: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getIntFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:703: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getLongFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:716: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getFloatFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:728: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPOutputStream_getDoubleFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:740: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setObjectFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:754: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setBooleanFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:765: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setByteFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:776: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setCharFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:787: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setShortFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:798: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setIntFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:809: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setLongFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:820: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setFloatFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:831: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_IIOPInputStream_setDoubleFieldOpt': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:842: warning: cast to pointer from integer of different size ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c: In function 'Java_com_sun_corba_se_internal_io_ObjectStreamField_getFieldIDNative': ../../../../src/share/native/com/sun/corba/se/internal/io/ioser.c:861: warning: cast from pointer to integer of different size make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/core' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/core STATS: LIBRARY=ioser12, PRODUCT=sun, _OPT=-O2 Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/i386/libioser12.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/.files_compiled mapfile-vers gcc-4.3 -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -ICClassHeaders -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/com/sun/corba/se/internal/io -I../../../../src/solaris/native/com/sun/corba/se/internal/io -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/i386 -Wl,-soname=libioser12.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/lib/i386/libioser12.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj/ioser.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/i386/server -ljvm -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/i386 -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/corba/core' Timing: 00003 seconds or 3s for make-sun-corba-core <<>>Recursively making rmi build @ Sun Aug 2 14:18:42 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/rmi' Begin Processing OTHERSUBDIRS: corbalogsources corbalogcompile rmic >>>Recursively making corbalogsources build @ Sun Aug 2 14:18:42 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/rmi/corbalogsources' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Activation.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/IOR.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Interceptors.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Naming.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/OMG.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/POA.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-class ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Util.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Activation.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/IOR.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Interceptors.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Naming.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/OMG.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/POA.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/btjars/MC.jar" com.sun.tools.corba.se.logutil.MC make-resource ../../../../src/share/classes/com/sun/corba/se/spi/logging/data/Util.mc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging /bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/*.resource > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/LogStrings.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc -i /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation -fall -oldImplBase -pkgPrefix activation com.sun.corba.se.spi ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/idlj -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc -i ../../../../src/share/classes/org/omg/PortableServer -i ../../../../src/share/classes/org/omg/PortableInterceptor -pkgPrefix PortableInterceptor org.omg -pkgPrefix PortableActivationIDL com.sun.corba.se -pkgPrefix Dynamic org.omg -pkgPrefix IOP org.omg -fall -oldImplBase -corba 3.0 -D CORBA3 ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/rmi/corbalogsources' Timing: 00006 seconds or 6s for make-sun-rmi-corbalogsources <<>>Recursively making corbalogcompile build @ Sun Aug 2 14:18:48 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/rmi/corbalogcompile' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/ActivationSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/IORSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/InterceptorsSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/NamingSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/OMGSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/ORBUtilSystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/POASystemException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/impl/logging/UtilSystemException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/rmi/corbalogcompile' Timing: 00002 seconds or 2s for make-sun-rmi-corbalogcompile <<>>Recursively making rmic build @ Sun Aug 2 14:18:50 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/rmi/rmic' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/sun.rmi.rmic/.classes.list) ../../../../src/share/classes/sun/rmi/rmic/iiop/AbstractType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ArrayType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/BatchEnvironment.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ClassType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/CompoundType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Constants.java ../../../../src/share/classes/sun/rmi/rmic/iiop/DirectoryLoader.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ClassPathLoader.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Generator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Util.java ../../../../src/share/classes/sun/rmi/rmic/iiop/IDLGenerator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/IDLNames.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ImplementationType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/InterfaceType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/NCClassType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/NCInterfaceType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/NameContext.java ../../../../src/share/classes/sun/rmi/rmic/iiop/PrimitiveType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/PrintGenerator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/RemoteType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/SpecialClassType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/SpecialInterfaceType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/StubGenerator.java ../../../../src/share/classes/sun/rmi/rmic/iiop/Type.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ValueType.java ../../../../src/share/classes/sun/rmi/rmic/iiop/StaticStringsHash.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ContextStack.java ../../../../src/share/classes/sun/rmi/rmic/iiop/ContextElement.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/sun.rmi.rmic/.classes.list Note: ../../../../src/share/classes/sun/rmi/rmic/iiop/DirectoryLoader.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/sun/rmi/rmic' Timing: 00002 seconds or 2s for make-sun-rmi-rmic <<>>Recursively making com build @ Sun Aug 2 14:18:53 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com' Begin Processing SUBDIRS: sun >>>Recursively making sun build @ Sun Aug 2 14:18:53 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun' Begin Processing SUBDIRS: corba >>>Recursively making corba build @ Sun Aug 2 14:18:54 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba' Begin Processing SUBDIRS: se >>>Recursively making se build @ Sun Aug 2 14:18:54 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se' Begin Processing SUBDIRS: sources pept corespi core spi impl rmi >>>Recursively making sources build @ Sun Aug 2 14:18:54 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/sources' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/com.sun.corba.se/.classes.list) ../../../../../../src/share/classes/com/sun/corba/se/org/omg/CORBA/ORB.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/com.sun.corba.se/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/sources' Timing: 00001 seconds or 1s for make-com-sun-corba-se-sources <<>>Recursively making pept build @ Sun Aug 2 14:18:55 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/pept' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.pept/.classes.list) ../../../../../../src/share/classes/com/sun/corba/se/pept/broker/Broker.java ../../../../../../src/share/classes/com/sun/corba/se/pept/encoding/InputObject.java ../../../../../../src/share/classes/com/sun/corba/se/pept/encoding/OutputObject.java ../../../../../../src/share/classes/com/sun/corba/se/pept/protocol/ClientDelegate.java ../../../../../../src/share/classes/com/sun/corba/se/pept/protocol/ClientInvocationInfo.java ../../../../../../src/share/classes/com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/pept/protocol/MessageMediator.java ../../../../../../src/share/classes/com/sun/corba/se/pept/protocol/ProtocolHandler.java ../../../../../../src/share/classes/com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/Acceptor.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ByteBufferPool.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/Connection.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ConnectionCache.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ContactInfo.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ContactInfoList.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ContactInfoListIterator.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/EventHandler.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/InboundConnectionCache.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ListenerThread.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/OutboundConnectionCache.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ReaderThread.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/ResponseWaitingRoom.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/Selector.java ../../../../../../src/share/classes/com/sun/corba/se/pept/transport/TransportManager.java ../../../../../../src/share/classes/com/sun/corba/se/spi/logging/LogWrapperFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/logging/LogWrapperBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/logging/CORBALogDomains.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.pept/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/pept' Timing: 00002 seconds or 2s for make-com-sun-corba-se-pept <<>>Recursively making corespi build @ Sun Aug 2 14:18:57 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/corespi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.corespi/.classes.list) ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/EncapsulationFactoryBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IOR.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IORFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IORFactories.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IORTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IORTemplateList.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/Identifiable.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IdentifiableBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IdentifiableContainerBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IdentifiableFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/IdentifiableFactoryFinder.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/MakeImmutable.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/ObjectAdapterId.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/ObjectId.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/ObjectKey.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/ObjectKeyFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/ObjectKeyTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/TaggedComponent.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/TaggedComponentBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/TaggedComponentFactoryFinder.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/TaggedProfile.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/TaggedProfileTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/TaggedProfileTemplateBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/WriteContents.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/Writeable.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/AlternateIIOPAddressComponent.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/CodeSetsComponent.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/JavaCodebaseComponent.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/MaxStreamFormatVersionComponent.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/RequestPartitioningComponent.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/GIOPVersion.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/IIOPAddress.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/IIOPFactories.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/IIOPProfile.java ../../../../../../src/share/classes/com/sun/corba/se/spi/ior/iiop/IIOPProfileTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/NullServant.java ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/OADefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/OADestroyed.java ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/OAInvocationInfo.java ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/ObjectAdapter.java ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/ObjectAdapterFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/oa/ObjectAdapterBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/DataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ORBConfigurator.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ORBData.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/Operation.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ORB.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ORBVersion.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ORBVersionFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/OperationFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserData.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserDataFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserImplBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/ParserImplTableBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/PropertyParser.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orb/StringPair.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/ClientDelegateFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/CorbaClientDelegate.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/CorbaMessageMediator.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/CorbaProtocolHandler.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/CorbaServerRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/ForwardException.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/LocalClientRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/LocalClientRequestDispatcherFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/PIHandler.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/RequestDispatcherDefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.java ../../../../../../src/share/classes/com/sun/corba/se/spi/resolver/Resolver.java ../../../../../../src/share/classes/com/sun/corba/se/spi/resolver/LocalResolver.java ../../../../../../src/share/classes/com/sun/corba/se/spi/resolver/ResolverDefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaAcceptor.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaConnection.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaConnectionCache.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaContactInfo.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaContactInfoList.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaContactInfoListFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/CorbaTransportManager.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/IIOPPrimaryToContactInfo.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/IORToSocketInfo.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/IORTransformer.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/ORBSocketFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/ReadTimeouts.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/ReadTimeoutsFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/SocketInfo.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/SocketOrChannelAcceptor.java ../../../../../../src/share/classes/com/sun/corba/se/spi/transport/TransportDefault.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/Action.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/ActionBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/Guard.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/GuardBase.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/Input.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/InputImpl.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/State.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/StateEngine.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/StateEngineFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/StateImpl.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/FSM.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/FSMImpl.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/fsm/FSMTest.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/closure/Closure.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/closure/ClosureFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/NoSuchThreadPoolException.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/NoSuchWorkQueueException.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/Work.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/WorkQueue.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolChooser.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/proxy/LinkedInvocationHandler.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/proxy/InvocationHandlerFactory.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandler.java ../../../../../../src/share/classes/com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/spi/presentation/rmi/DynamicMethodMarshaller.java ../../../../../../src/share/classes/com/sun/corba/se/spi/presentation/rmi/DynamicStub.java ../../../../../../src/share/classes/com/sun/corba/se/spi/presentation/rmi/IDLNameTranslator.java ../../../../../../src/share/classes/com/sun/corba/se/spi/presentation/rmi/PresentationDefaults.java ../../../../../../src/share/classes/com/sun/corba/se/spi/presentation/rmi/PresentationManager.java ../../../../../../src/share/classes/com/sun/corba/se/spi/presentation/rmi/StubAdapter.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.corespi/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/corespi' Timing: 00004 seconds or 4s for make-com-sun-corba-se-corespi <<>>Recursively making core build @ Sun Aug 2 14:19:01 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/core' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list) ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/AnyImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/AnyImplHelper.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/AsynchInvoke.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/CORBAObjectImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/ContextImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/ContextListImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/EnvironmentImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/ExceptionListImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/NVListImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/NamedValueImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/PrincipalImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/RequestImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/ServerRequestImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/TCUtility.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/TypeCodeFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/TypeCodeImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/corba/TypeCodeImplHelper.java ../../../../../../src/share/classes/org/omg/stub/java/rmi/_Remote_Stub.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyBasicImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyCollectionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyComplexImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyConstructedImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyUtil.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynArrayImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynEnumImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynFixedImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynSequenceImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynStructImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynUnionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynValueImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynValueBoxImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/dynamicany/DynValueCommonImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferQueue.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerReadStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerWrite.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerRead.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerReadGrow.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerWriteGrow.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerWriteCollect.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerWriteStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/ByteBufferWithInfo.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDRInputObject.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDRInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDRInputStreamBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDRInputStream_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDRInputStream_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDRInputStream_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDROutputObject.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDROutputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDROutputStreamBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDROutputStream_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDROutputStream_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CDROutputStream_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CachedCodeBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CodeSetCache.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CodeSetConversion.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/CodeSetComponentInfo.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/EncapsInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/EncapsOutputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/MarkAndResetHandler.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/MarshalInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/MarshalOutputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/OSFCodeSetRegistry.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/RestorableInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/TypeCodeInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/TypeCodeOutputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/TypeCodeReader.java ../../../../../../src/share/classes/com/sun/corba/se/impl/encoding/WrapperInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/legacy/connection/USLPort.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/CodeSetServiceContext.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/MaxStreamFormatVersionServiceContext.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/ORBVersionServiceContext.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/SendingContextServiceContext.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/ServiceContext.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/ServiceContextData.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/ServiceContextRegistry.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/ServiceContexts.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/UEInfoServiceContext.java ../../../../../../src/share/classes/com/sun/corba/se/spi/servicecontext/UnknownServiceContext.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ByteBuffer.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/EncapsulationUtility.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/FreezableList.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/GenericIdentifiable.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/GenericTaggedComponent.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/GenericTaggedProfile.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/IORImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/IORTemplateImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/IORTemplateListImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/IdentifiableFactoryFinderBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/JIDLObjectKeyTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/NewObjectKeyTemplateBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectAdapterIdArray.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectAdapterIdBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectAdapterIdNumber.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectIdImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectKeyImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectKeyTemplateBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectReferenceProducerBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectReferenceTemplateImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/ObjectReferenceFactoryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/OldJIDLObjectKeyTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/OldObjectKeyTemplateBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/OldPOAObjectKeyTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/POAObjectKeyTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/StubIORImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/TaggedComponentFactoryFinderImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/TaggedProfileFactoryFinderImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/TaggedProfileTemplateFactoryFinderImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/WireObjectKeyTemplate.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/AlternateIIOPAddressComponentImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/CodeSetsComponentImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPAddressBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPAddressClosureImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPAddressImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPProfileTemplateImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/JavaCodebaseComponentImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/JavaSerializationComponent.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/MaxStreamFormatVersionComponentImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/RequestPartitioningComponentImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/ior/iiop/ORBTypeComponentImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/AppletDataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/DataCollectorBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/DataCollectorFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/NormalDataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/NormalParserAction.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/NormalParserData.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBConfiguratorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBDataParserImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBSingleton.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBVersionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ParserAction.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ParserActionBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ParserActionFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ParserDataBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ParserTable.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/PrefixParserAction.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/PrefixParserData.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/PropertyOnlyDataCollector.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/CacheTable.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/CorbaResourceUtil.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/DenseIntMapImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/GetPropertyAction.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/HexOutputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/LegacyHookGetFields.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/LegacyHookPutFields.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/LogKeywords.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ObjectStreamField.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ObjectWriter.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ObjectUtility.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ORBConstants.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ORBUtility.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ORBClassLoader.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepIdDelegator.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryId_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryIdFactory.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryIdStrings.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryIdUtility.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryIdInterface.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/RepositoryId_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/StackImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/closure/Future.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/closure/Constant.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/Sync.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/SyncUtil.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/ReentrantMutex.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/DebugMutex.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/Mutex.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/CondVar.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/fsm/GuardedAction.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/fsm/NameBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/TimeoutException.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/CopierManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/FallbackObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/ORBStreamObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/ReferenceObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/copyobject/JavaStreamObjectCopierImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/graph/Node.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/graph/NodeData.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/graph/Graph.java ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/graph/GraphImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/AddressingDispositionException.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/BootstrapServerRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/CorbaClientDelegateImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/CorbaInvocationInfo.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/CorbaMessageMediatorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/CorbaServerRequestDispatcherImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/FullServantCacheLocalCRDImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/INSServerRequestDispatcher.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/InfoOnlyServantCacheLocalCRDImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/JIDLLocalCRDImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/MinimalServantCacheLocalCRDImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/NotLocalLocalCRDImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/POALocalCRDImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/RequestCanceledException.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/RequestDispatcherRegistryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/ServantCacheLocalCRDBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/SpecialMethod.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/SharedCDRClientRequestDispatcherImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/AddressingDispositionHelper.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfoHelper.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/KeyAddr.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyOrReplyMessage.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/Message.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/MessageBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/MessageHandler.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/ProfileAddr.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/ReferenceAddr.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_0.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_1.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_2.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddress.java ../../../../../../src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddressHelper.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/BootstrapResolverImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/CompositeResolverImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/INSURLOperationImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/LocalResolverImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/ORBDefaultInitRefResolverImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/ORBInitRefResolverImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/SplitLocalResolverImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/resolver/FileResolverImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/ByteBufferPoolImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaContactInfoBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaContactInfoListImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaContactInfoListIteratorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/EventHandlerBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/ListenerThreadImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/ReaderThreadImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/ReadTCPTimeoutsImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/SelectorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/SharedCDRContactInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/transport/SocketOrChannelContactInfoImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/IdentityHashtable.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/IdentityHashtableEnumerator.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/RepositoryId.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/RepositoryIdCache.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/SUNVMCID.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/Utility.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/Version.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/ORBProperties.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/JDKBridge.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/PackagePrefixChecker.java ../../../../../../src/share/classes/com/sun/corba/se/impl/util/JDKClassLoader.java ../../../../../../src/share/classes/com/sun/corba/se/impl/javax/rmi/PortableRemoteObject.java ../../../../../../src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/Util.java ../../../../../../src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/StubDelegateImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/FVDCodeBaseImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/ValueUtility.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/ObjectStreamClass.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/ObjectStreamField.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/OptionalDataException.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/ValueHandlerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/IIOPInputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/IIOPOutputStream.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/TypeMismatchException.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/InputStreamHook.java ../../../../../../src/share/classes/com/sun/corba/se/impl/io/OutputStreamHook.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/DynamicAccessPermission.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/DynamicStubImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/ExceptionHandler.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLType.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLTypeException.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/ReflectiveTie.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubConnectImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryDynamicBase.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryProxyImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryStaticImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryProxyImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryStaticImpl.java ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl.java ../../../../../../src/share/classes/com/sun/corba/se/internal/CosNaming/BootstrapServer.java ../../../../../../src/share/classes/com/sun/corba/se/internal/Interceptors/PIORB.java ../../../../../../src/share/classes/com/sun/corba/se/internal/POA/POAORB.java ../../../../../../src/share/classes/com/sun/corba/se/internal/corba/ORBSingleton.java ../../../../../../src/share/classes/com/sun/corba/se/internal/iiop/ORB.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/CorbaResourceUtil.java:78: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning return java.text.MessageFormat.format(format, args); ^ ../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/ObjectUtility.java:353: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Class for a varargs call cast to java.lang.Class[] for a non-varargs call and to suppress this warning cls.getDeclaredMethod( "toString", null ) ; ^ ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.java:111: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Class for a varargs call cast to java.lang.Class[] for a non-varargs call and to suppress this warning Method idMethod = helperClass.getDeclaredMethod( "id", null ) ; ^ ../../../../../../src/share/classes/com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.java:112: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning setId( (String)idMethod.invoke( null, null ) ) ; ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 4 warnings make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/core' Timing: 00009 seconds or 9s for make-com-sun-corba-se-core <<>>Recursively making spi build @ Sun Aug 2 14:19:10 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi' Begin Processing SUBDIRS: activation encoding extension legacy logging monitoring copyobject >>>Recursively making activation build @ Sun Aug 2 14:19:10 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/activation' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/com.sun.corba.se.spi.activation/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/IIOP_CLEAR_TEXT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/POANameHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/NoSuchEndPointHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InvalidORBidHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerNotRegisteredHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerNotActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerHeldDownHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerAlreadyActiveHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerAlreadyRegistered.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerAlreadyInstalledHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/BadServerDefinitionHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/BadServerDefinitionHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/BadServerDefinition.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerIdsHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/EndPointInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/EndpointInfoListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ORBPortInfoHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ORBPortInfoListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ORBidListHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_ServerImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_ActivatorImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ActivatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_LocatorImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/LocatorHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_ServerManagerImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_ServerManagerStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerManagerHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerManagerHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/ServerManagerOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_InitialNameServiceImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_InitialNameServiceStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InitialNameServiceHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InitialNameServiceHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InitialNameService.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBound.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/InitialNameServiceOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_RepositoryImplBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/_RepositoryStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/Repository.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc/com/sun/corba/se/spi/activation/RepositoryOperations.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/org/com.sun.corba.se.spi.activation/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/activation' Timing: 00002 seconds or 2s for make-com-sun-corba-se-spi-activation <<>>Recursively making encoding build @ Sun Aug 2 14:19:13 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/encoding' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.encoding/.classes.list) ../../../../../../../src/share/classes/com/sun/corba/se/spi/encoding/CorbaInputObject.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/encoding/CorbaOutputObject.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.encoding/.classes.list make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/encoding' Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-encoding <<>>Recursively making extension build @ Sun Aug 2 14:19:14 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/extension' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.extension/.classes.list) ../../../../../../../src/share/classes/com/sun/corba/se/spi/extension/ServantCachingPolicy.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/extension/ZeroPortPolicy.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/extension/RequestPartitioningPolicy.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/extension/CopyObjectPolicy.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.extension/.classes.list make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/extension' Timing: 00002 seconds or 2s for make-com-sun-corba-se-spi-extension <<>>Recursively making legacy build @ Sun Aug 2 14:19:16 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/legacy' Begin Processing SUBDIRS: connection interceptor >>>Recursively making connection build @ Sun Aug 2 14:19:17 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/connection' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.legacy.connection/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/connection/Connection.java ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.java ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.java ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.legacy.connection/.classes.list make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/connection' Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-legacy-connection <<>>Recursively making interceptor build @ Sun Aug 2 14:19:18 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/interceptor' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.legacy.interceptor/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.java ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/interceptor/ORBInitInfoExt.java ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.java ../../../../../../../../src/share/classes/com/sun/corba/se/spi/legacy/interceptor/UnknownType.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.spi.legacy.interceptor/.classes.list make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/interceptor' Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-legacy-interceptor <<>>Recursively making logging build @ Sun Aug 2 14:19:19 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/logging' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/logging' Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-logging <<>>Recursively making monitoring build @ Sun Aug 2 14:19:20 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/monitoring' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/monitoring/com.sun.corba.se.spi.monitoring/.classes.list) ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/StatisticsAccumulator.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/StatisticMonitoredAttribute.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringFactories.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringConstants.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttributeInfo.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoredObject.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoredObjectFactory.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttribute.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttributeInfoFactory.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManager.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/monitoring/com.sun.corba.se.spi.monitoring/.classes.list make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/monitoring' Timing: 00001 seconds or 1s for make-com-sun-corba-se-spi-monitoring <<>>Recursively making copyobject build @ Sun Aug 2 14:19:21 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/copyobject' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/copyobject/com.sun.corba.se.spi.copyobject/.classes.list) ../../../../../../../src/share/classes/com/sun/corba/se/spi/copyobject/CopierManager.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/copyobject/CopyobjectDefaults.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/copyobject/ObjectCopier.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/copyobject/ObjectCopierFactory.java ../../../../../../../src/share/classes/com/sun/corba/se/spi/copyobject/ReflectiveCopyException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/copyobject/com.sun.corba.se.spi.copyobject/.classes.list make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/spi/copyobject' Timing: 00002 seconds or 2s for make-com-sun-corba-se-spi-copyobject <<>>Recursively making impl build @ Sun Aug 2 14:19:23 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl' Begin Processing SUBDIRS: oa naming activation interceptors logging monitoring >>>Recursively making oa build @ Sun Aug 2 14:19:23 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/oa' Begin Processing SUBDIRS: poa toa >>>Recursively making poa build @ Sun Aug 2 14:19:24 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/oa/poa' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.oa.poa/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/NullServantImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/AOMEntry.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/ActiveObjectMap.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/BadServerIdHandler.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/DelegateImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/IdAssignmentPolicyImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/IdUniquenessPolicyImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/ImplicitActivationPolicyImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/LifespanPolicyImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POACurrent.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAFactory.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAManagerImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediator.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase_R.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorFactory.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_UDS.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_USM.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_AOM.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_UDS.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/Policies.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/RequestProcessingPolicyImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/ServantRetentionPolicyImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/poa/ThreadPolicyImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.oa.poa/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/oa/poa' Timing: 00002 seconds or 2s for make-com-sun-corba-se-impl-oa-poa <<>>Recursively making toa build @ Sun Aug 2 14:19:26 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/oa/toa' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.oa.toa/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/toa/TOA.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/toa/TOAImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/toa/TOAFactory.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/toa/TransientObjectManager.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.oa.toa/.classes.list Note: ../../../../../../../../src/share/classes/com/sun/corba/se/impl/oa/toa/TOAFactory.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/oa/toa' Timing: 00002 seconds or 2s for make-com-sun-corba-se-impl-oa-toa <<>>Recursively making naming build @ Sun Aug 2 14:19:28 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/naming' Begin Processing SUBDIRS: namingutil cosnaming pcosnaming >>>Recursively making namingutil build @ Sun Aug 2 14:19:29 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/naming/namingutil' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.namingutil/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/INSURL.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/INSURLBase.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/CorbalocURL.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/CorbanameURL.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/INSURLHandler.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/IIOPEndpointInfo.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/NamingConstants.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/Utility.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.namingutil/.classes.list Note: ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/namingutil/CorbalocURL.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/naming/namingutil' Timing: 00001 seconds or 1s for make-com-sun-corba-se-impl-naming-namingutil <<>>Recursively making cosnaming build @ Sun Aug 2 14:19:30 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/naming/cosnaming' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.naming.cosnaming/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/BindingIteratorImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/InterOperableNamingImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/InternalBindingKey.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/InternalBindingValue.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingContextDataStore.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingContextImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingUtils.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientBindingIterator.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientNameServer.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientNameService.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientNamingContext.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.naming.cosnaming/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/naming/cosnaming' Timing: 00002 seconds or 2s for make-com-sun-corba-se-impl-naming-cosnaming <<>>Recursively making pcosnaming build @ Sun Aug 2 14:19:33 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/naming/pcosnaming' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/PCosNaming/com.sun.corba.se.impl.naming.pcosnaming/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NameServer.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NameService.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/ServantManagerImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/InternalBindingKey.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/InternalBindingValue.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/PCosNaming/com.sun.corba.se.impl.naming.pcosnaming/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/naming/pcosnaming' Timing: 00001 seconds or 1s for make-com-sun-corba-se-impl-naming-pcosnaming <<>>Recursively making activation build @ Sun Aug 2 14:19:35 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/activation' Begin Processing SUBDIRS: orbd servertool >>>Recursively making orbd build @ Sun Aug 2 14:19:35 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/activation/orbd' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list) ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ProcessMonitorThread.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/RepositoryImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerTool.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ORBD.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/CommandHandler.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerManagerImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerTableEntry.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/NameServiceStartThread.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerMain.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/activation/orbd' Timing: 00002 seconds or 2s for make-com-sun-corba-se-impl-activation-orbd <<>>Recursively making servertool build @ Sun Aug 2 14:19:37 MSD 2009 ... make[10]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/activation/servertool' make[10]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/activation/servertool' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-activation-servertool <<>>Recursively making interceptors build @ Sun Aug 2 14:19:38 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/interceptors' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list) ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/CDREncapsCodec.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/CodecFactoryImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/ORBInitInfoImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/InterceptorInvoker.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/InterceptorList.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/IORInfoImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/PICurrent.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/RequestInfoImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/SlotTable.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/SlotTableStack.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/PIHandlerImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list Note: ../../../../../../../src/share/classes/com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/interceptors' Timing: 00003 seconds or 3s for make-com-sun-corba-se-impl-interceptors <<>>Recursively making logging build @ Sun Aug 2 14:19:41 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/logging' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/logging' Timing: 00000 seconds or 0s for make-com-sun-corba-se-impl-logging <<>>Recursively making monitoring build @ Sun Aug 2 14:19:41 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/monitoring' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list) ../../../../../../../src/share/classes/com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoFactoryImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/monitoring/MonitoredObjectFactoryImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/monitoring/MonitoredObjectImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/monitoring/MonitoringManagerImpl.java ../../../../../../../src/share/classes/com/sun/corba/se/impl/monitoring/MonitoringManagerFactoryImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/impl/monitoring' Timing: 00001 seconds or 1s for make-com-sun-corba-se-impl-monitoring <<>>Recursively making rmi build @ Sun Aug 2 14:19:43 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/rmi' Begin Processing SUBDIRS: rmic >>>Recursively making rmic build @ Sun Aug 2 14:19:43 MSD 2009 ... make[9]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/rmi/rmic' make[9]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/corba/make/com/sun/corba/se/rmi/rmic' Timing: 00001 seconds or 1s for make-com-sun-corba-se-rmi-rmic << /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 VARIANT=tiered FORCE_TIERED=1 make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' mkdir -p linux_i486_compiler2/generated/incls mkdir -p linux_i486_compiler2/generated/adfiles mkdir -p linux_i486_compiler2/generated/jvmtifiles [ -d linux_i486_compiler2/debug ] || { mkdir -p linux_i486_compiler2/debug; } cd linux_i486_compiler2/debug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=debug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/debug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating directory list ../shared_dirs.lst find -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/* -prune \ -type d \! \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files -o -name adlc -o -name agent \) -exec find -L {} \ \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files \) -prune -o -type d -print \; > ../shared_dirs.lst Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = debug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "debug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/debug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/debug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/debug' touch linux_i486_compiler2/debug [ -d linux_i486_compiler2/fastdebug ] || { mkdir -p linux_i486_compiler2/fastdebug; } cd linux_i486_compiler2/fastdebug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=fastdebug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/fastdebug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = fastdebug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "fastdebug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/fastdebug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/fastdebug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/fastdebug' touch linux_i486_compiler2/fastdebug [ -d linux_i486_compiler2/jvmg ] || { mkdir -p linux_i486_compiler2/jvmg; } cd linux_i486_compiler2/jvmg && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=jvmg make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/jvmg' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = jvmg"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "jvmg" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmg.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/jvmg/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/jvmg' touch linux_i486_compiler2/jvmg [ -d linux_i486_compiler2/optimized ] || { mkdir -p linux_i486_compiler2/optimized; } cd linux_i486_compiler2/optimized && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=optimized make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/optimized' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = optimized"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "optimized" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/optimized/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/optimized' touch linux_i486_compiler2/optimized [ -d linux_i486_compiler2/product ] || { mkdir -p linux_i486_compiler2/product; } cd linux_i486_compiler2/product && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=product make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = product"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "product" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/product.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/product/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' touch linux_i486_compiler2/product [ -d linux_i486_compiler2/profiled ] || { mkdir -p linux_i486_compiler2/profiled; } cd linux_i486_compiler2/profiled && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=tiered HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=profiled make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/profiled' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = profiled"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/tiered.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "profiled" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/profiled.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler2/profiled/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/profiled' touch linux_i486_compiler2/profiled make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' cd linux_i486_compiler2/product && /usr/bin/make -w make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Removing /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB.current to force regeneration. cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_core /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_gc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_gc_parallel /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_parallelScavenge /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_parNew /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_g1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_serial /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_shared /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_jvmti /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_features /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_compiler1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_compiler2 > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; if [ ! -r incls ] ; then \ mkdir incls ; \ fi cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; (echo cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; echo /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -DUSE_PRECOMPILED_HEADER -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated MakeDeps diffs UnixPlatform /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/platform.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB ) > makeDeps.sh cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/makeDeps.sh Old database: computing closures New database: reading database: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB computing closures Deltas: updating output files The order of .c or .s has changed, or the grand include file has changed. writing individual include files creating abstractCompiler.cpp creating accessFlags.cpp creating allocation.cpp creating aprofiler.cpp creating arguments.cpp creating array.cpp creating arrayKlass.cpp creating arrayKlassKlass.cpp creating arrayOop.cpp creating assembler.cpp creating assembler_x86.cpp creating assembler_linux_x86.cpp creating atomic.cpp creating barrierSet.cpp creating bcEscapeAnalyzer.cpp creating biasedLocking.cpp creating bitMap.cpp creating blockOffsetTable.cpp creating bytecode.cpp creating bytecodeHistogram.cpp creating bytecodeInterpreter.cpp creating bytecodeInterpreter_x86.cpp creating bytecodeInterpreterWithChecks.cpp creating bytecodeStream.cpp creating bytecodeTracer.cpp creating bytecodes.cpp creating bytecodes_x86.cpp creating cardTableModRefBS.cpp creating cardTableRS.cpp creating ciArray.cpp creating ciArrayKlass.cpp creating ciConstant.cpp creating ciConstantPoolCache.cpp creating ciEnv.cpp creating ciExceptionHandler.cpp creating ciField.cpp creating ciFlags.cpp creating ciInstance.cpp creating ciInstanceKlass.cpp creating ciInstanceKlassKlass.cpp creating ciKlass.cpp creating ciKlassKlass.cpp creating ciMethod.cpp creating ciMethodBlocks.cpp creating ciMethodData.cpp creating ciMethodKlass.cpp creating ciNullObject.cpp creating ciObjArray.cpp creating ciObjArrayKlass.cpp creating ciObjArrayKlassKlass.cpp creating ciObject.cpp creating ciObjectFactory.cpp creating ciSignature.cpp creating ciStreams.cpp creating ciSymbol.cpp creating ciSymbolKlass.cpp creating ciType.cpp creating ciTypeArray.cpp creating ciTypeArrayKlass.cpp creating ciTypeArrayKlassKlass.cpp creating ciUtilities.cpp creating classFileError.cpp creating classFileParser.cpp creating classFileStream.cpp creating classLoader.cpp creating classLoadingService.cpp creating classify.cpp creating codeBlob.cpp creating codeBuffer.cpp creating codeCache.cpp creating collectorPolicy.cpp creating compactingPermGenGen.cpp creating compilationPolicy.cpp creating compileBroker.cpp creating compileLog.cpp creating compiledIC.cpp creating compiledICHolderKlass.cpp creating compiledICHolderOop.cpp creating compilerOracle.cpp creating compressedStream.cpp creating constMethodKlass.cpp creating constMethodOop.cpp creating constantPoolKlass.cpp creating constantPoolOop.cpp creating constantTag.cpp creating copy.cpp creating cpCacheKlass.cpp creating cpCacheOop.cpp creating cppInterpreter.cpp creating cppInterpreter_x86.cpp creating debug.cpp creating debugInfo.cpp creating debugInfoRec.cpp creating debug_x86.cpp creating defNewGeneration.cpp creating deoptimization.cpp creating depChecker_x86.cpp creating dependencies.cpp creating dictionary.cpp creating disassembler.cpp creating dtraceAttacher.cpp creating dtraceJSDT.cpp creating dtraceJSDT_linux.cpp creating events.cpp creating evmCompat.cpp creating exceptionHandlerTable.cpp creating exceptions.cpp creating fieldDescriptor.cpp creating fieldType.cpp creating filemap.cpp creating frame.cpp creating frame_x86.cpp creating gcLocker.cpp creating genCollectedHeap.cpp creating genMarkSweep.cpp creating genRemSet.cpp creating generateOopMap.cpp creating generation.cpp creating generationSpec.cpp creating globalDefinitions.cpp creating globals.cpp creating growableArray.cpp creating handles.cpp creating hashtable.cpp creating heap.cpp creating histogram.cpp creating hpi.cpp creating hpi_linux.cpp creating icBuffer.cpp creating icBuffer_x86.cpp creating icache.cpp creating icache_x86.cpp creating init.cpp creating instanceKlass.cpp creating instanceKlassKlass.cpp creating instanceOop.cpp creating instanceRefKlass.cpp creating interfaceSupport.cpp creating interp_masm_x86_32.cpp creating interpreter.cpp creating interpreterRT_x86_32.cpp creating interpreterRuntime.cpp creating interpreter_x86_32.cpp creating invocationCounter.cpp creating intHisto.cpp creating iterator.cpp creating java.cpp creating javaAssertions.cpp creating javaCalls.cpp creating javaClasses.cpp creating jni.cpp creating jniFastGetField.cpp creating jniFastGetField_x86_32.cpp creating jniHandles.cpp creating jniPeriodicChecker.cpp creating jvm.cpp creating jvm_linux.cpp creating klass.cpp creating klassKlass.cpp creating klassOop.cpp creating klassVtable.cpp creating linkResolver.cpp creating loaderConstraints.cpp creating location.cpp creating lowMemoryDetector.cpp creating management.cpp creating markOop.cpp creating markSweep.cpp creating memRegion.cpp creating memoryManager.cpp creating memoryPool.cpp creating memoryService.cpp creating memprofiler.cpp creating methodComparator.cpp creating methodDataKlass.cpp creating methodDataOop.cpp creating methodKlass.cpp creating methodLiveness.cpp creating methodOop.cpp creating monitorChunk.cpp creating mutex.cpp creating mutexLocker.cpp creating mutex_linux.cpp creating nativeInst_x86.cpp creating nativeLookup.cpp creating nmethod.cpp creating numberSeq.cpp creating objArrayKlass.cpp creating objArrayKlassKlass.cpp creating objArrayOop.cpp creating objectMonitor_linux.cpp creating oop.cpp creating oopFactory.cpp creating oopMap.cpp creating oopMapCache.cpp creating oopRecorder.cpp creating oopsHierarchy.cpp creating orderAccess.cpp creating os.cpp creating os_linux_x86.cpp creating os_linux.cpp creating osThread.cpp creating osThread_linux.cpp creating ostream.cpp creating pcDesc.cpp creating perf.cpp creating perfData.cpp creating perfMemory.cpp creating perfMemory_linux.cpp creating permGen.cpp creating placeholders.cpp creating preserveException.cpp creating privilegedStack.cpp creating referencePolicy.cpp creating referenceProcessor.cpp creating reflection.cpp creating reflectionUtils.cpp creating register.cpp creating register_x86.cpp creating register_definitions_x86.cpp creating relocInfo.cpp creating relocInfo_x86.cpp creating relocator.cpp creating resolutionErrors.cpp creating resourceArea.cpp creating rewriter.cpp creating rframe.cpp creating runtimeService.cpp creating safepoint.cpp creating scopeDesc.cpp creating sharedHeap.cpp creating sharedRuntime.cpp creating sharedRuntime_x86_32.cpp creating sharedRuntimeTrans.cpp creating sharedRuntimeTrig.cpp creating signature.cpp creating sizes.cpp creating space.cpp creating spaceDecorator.cpp creating specialized_oop_closures.cpp creating stackMapFrame.cpp creating stackMapTable.cpp creating stackValue.cpp creating stackValueCollection.cpp creating statSampler.cpp creating stubCodeGenerator.cpp creating stubGenerator_x86_32.cpp creating stubRoutines.cpp creating stubRoutines_x86_32.cpp creating stubRoutines_linux.cpp creating stubs.cpp creating sweeper.cpp creating symbolKlass.cpp creating symbolOop.cpp creating symbolTable.cpp creating synchronizer.cpp creating systemDictionary.cpp creating task.cpp creating taskqueue.cpp creating templateInterpreter.cpp creating templateInterpreter_x86_32.cpp creating templateTable.cpp creating templateTable_x86_32.cpp creating tenuredGeneration.cpp creating thread.cpp creating thread_linux_x86.cpp creating threadCritical_linux.cpp creating threadLS_linux_x86.cpp creating threadLocalAllocBuffer.cpp creating threadLocalStorage.cpp creating threadService.cpp creating timer.cpp creating typeArrayKlass.cpp creating typeArrayKlassKlass.cpp creating typeArrayOop.cpp creating unhandledOops.cpp creating universe.cpp creating unsafe.cpp creating utf8.cpp creating verificationType.cpp creating verifier.cpp creating vframe.cpp creating vframeArray.cpp creating vframe_hp.cpp creating virtualspace.cpp creating vmError.cpp creating vmError_linux.cpp creating vmSymbols.cpp creating vmThread.cpp creating vm_operations.cpp creating vm_version.cpp creating vm_version_x86_32.cpp creating vm_version_linux_x86.cpp creating vmreg.cpp creating vmreg_x86.cpp creating vtableStubs.cpp creating vtableStubs_x86_32.cpp creating vtune_linux.cpp creating workgroup.cpp creating xmlstream.cpp creating collectedHeap.cpp creating gcCause.cpp creating heapDumper.cpp creating heapInspection.cpp creating jvmtiExport.cpp creating jvmtiTagMap.cpp creating psMemoryPool.cpp creating vmStructs.cpp creating adjoiningGenerations.cpp creating adjoiningVirtualSpaces.cpp creating asPSOldGen.cpp creating asPSYoungGen.cpp creating cardTableExtension.cpp creating gcTaskManager.cpp creating gcTaskThread.cpp creating objectStartArray.cpp creating parallelScavengeHeap.cpp creating parMarkBitMap.cpp creating psAdaptiveSizePolicy.cpp creating psCompactionManager.cpp creating psGCAdaptivePolicyCounters.cpp creating psGenerationCounters.cpp creating psMarkSweep.cpp creating psMarkSweepDecorator.cpp creating psParallelCompact.cpp creating psOldGen.cpp creating psPermGen.cpp creating psPromotionManager.cpp creating psPromotionLAB.cpp creating psScavenge.cpp creating pcTasks.cpp creating psTasks.cpp creating psVirtualspace.cpp creating psYoungGen.cpp creating vmPSOperations.cpp creating binaryTreeDictionary.cpp creating cmsAdaptiveSizePolicy.cpp creating cmsCollectorPolicy.cpp creating cmsGCAdaptivePolicyCounters.cpp creating cmsLockVerifier.cpp creating cmsPermGen.cpp creating compactibleFreeListSpace.cpp creating concurrentMarkSweepGeneration.cpp creating concurrentMarkSweepThread.cpp creating freeBlockDictionary.cpp creating freeChunk.cpp creating freeList.cpp creating vmCMSOperations.cpp creating yieldingWorkgroup.cpp creating asParNewGeneration.cpp creating parCardTableModRefBS.cpp creating parGCAllocBuffer.cpp creating parNewGeneration.cpp creating collectionSetChooser.cpp creating concurrentG1Refine.cpp creating concurrentG1RefineThread.cpp creating concurrentMark.cpp creating concurrentMarkThread.cpp creating concurrentZFThread.cpp creating dirtyCardQueue.cpp creating g1BlockOffsetTable.cpp creating g1CollectedHeap.cpp creating g1CollectorPolicy.cpp creating g1_globals.cpp creating g1MarkSweep.cpp creating g1MMUTracker.cpp creating g1RemSet.cpp creating g1SATBCardTableModRefBS.cpp creating heapRegion.cpp creating heapRegionRemSet.cpp creating heapRegionSeq.cpp creating ptrQueue.cpp creating satbQueue.cpp creating sparsePRT.cpp creating survRateGroup.cpp creating vm_operations_g1.cpp creating adaptiveSizePolicy.cpp creating ageTable.cpp creating collectorCounters.cpp creating cSpaceCounters.cpp creating gcPolicyCounters.cpp creating gcStats.cpp creating gcUtil.cpp creating generationCounters.cpp creating vmGCOperations.cpp creating concurrentGCThread.cpp creating coTracker.cpp creating allocationStats.cpp creating gcAdaptivePolicyCounters.cpp creating gcOverheadReporter.cpp creating gSpaceCounters.cpp creating immutableSpace.cpp creating mutableNUMASpace.cpp creating mutableSpace.cpp creating spaceCounters.cpp creating jvmtiClassFileReconstituter.cpp creating jvmtiEnter.cpp creating jvmtiEnterTrace.cpp creating jvmtiEnv.cpp creating jvmtiEnvBase.cpp creating jvmtiEnvThreadState.cpp creating jvmtiEventController.cpp creating jvmtiGetLoadedClasses.cpp creating jvmtiManageCapabilities.cpp creating jvmtiRedefineClasses.cpp creating jvmtiThreadState.cpp creating jvmtiUtil.cpp creating attachListener.cpp creating attachListener_linux.cpp creating dump.cpp creating dump_x86_32.cpp creating forte.cpp creating fprofiler.cpp creating jniCheck.cpp creating jvmtiCodeBlobEvents.cpp creating jvmtiExtensions.cpp creating jvmtiImpl.cpp creating jvmtiTrace.cpp creating restore.cpp creating serialize.cpp creating c1_CFGPrinter.cpp creating c1_Canonicalizer.cpp creating c1_CodeStubs_x86.cpp creating c1_Compilation.cpp creating c1_Compiler.cpp creating c1_Defs.cpp creating c1_FpuStackSim_x86.cpp creating c1_FrameMap.cpp creating c1_FrameMap_x86.cpp creating c1_globals.cpp creating c1_GraphBuilder.cpp creating c1_IR.cpp creating c1_Instruction.cpp creating c1_InstructionPrinter.cpp creating c1_LIR.cpp creating c1_LIRAssembler.cpp creating c1_LIRAssembler_x86.cpp creating c1_LIRGenerator.cpp creating c1_LIRGenerator_x86.cpp creating c1_LinearScan.cpp creating c1_LinearScan_x86.cpp creating c1_MacroAssembler_x86.cpp creating c1_Optimizer.cpp creating c1_Runtime1.cpp creating c1_Runtime1_x86.cpp creating c1_ValueMap.cpp creating c1_ValueSet.cpp creating c1_ValueStack.cpp creating c1_ValueType.cpp creating ad_x86_32.cpp creating ad_x86_32_clone.cpp creating ad_x86_32_expand.cpp creating ad_x86_32_format.cpp creating ad_x86_32_gen.cpp creating ad_x86_32_misc.cpp creating ad_x86_32_peephole.cpp creating ad_x86_32_pipeline.cpp creating addnode.cpp creating block.cpp creating buildOopMap.cpp creating bytecodeInfo.cpp creating c2_globals.cpp creating c2_init_x86.cpp creating c2compiler.cpp creating callGenerator.cpp creating callnode.cpp creating cfgnode.cpp creating chaitin.cpp creating chaitin_linux.cpp creating ciTypeFlow.cpp creating classes.cpp creating coalesce.cpp creating compile.cpp creating connode.cpp creating dfa_x86_32.cpp creating dict.cpp creating divnode.cpp creating doCall.cpp creating domgraph.cpp creating escape.cpp creating gcm.cpp creating generateOptoStub.cpp creating graphKit.cpp creating idealKit.cpp creating ifg.cpp creating ifnode.cpp creating indexSet.cpp creating lcm.cpp creating library_call.cpp creating live.cpp creating locknode.cpp creating loopTransform.cpp creating loopUnswitch.cpp creating loopnode.cpp creating loopopts.cpp creating machnode.cpp creating macro.cpp creating matcher.cpp creating memnode.cpp creating mulnode.cpp creating multnode.cpp creating node.cpp creating opcodes.cpp creating output.cpp creating parse1.cpp creating parse2.cpp creating parse3.cpp creating parseHelper.cpp creating phase.cpp creating phaseX.cpp creating port.cpp creating postaloc.cpp creating reg_split.cpp creating regalloc.cpp creating regmask.cpp creating rootnode.cpp creating runtime.cpp creating runtime_x86_32.cpp creating set.cpp creating split_if.cpp creating subnode.cpp creating superword.cpp creating type.cpp creating vectornode.cpp creating vectset.cpp creating idealGraphPrinter.cpp writing grand include file writing dependencies file cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; cp includeDB /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/includeDB.current cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated; cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/platform.current make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/x86_32.ad /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.ad > ../generated/adfiles/linux_x86_32.ad Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/adlparse.cpp rm -f ../generated/adfiles/adlparse.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/adlparse.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/adlparse.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/archDesc.cpp rm -f ../generated/adfiles/archDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/archDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/archDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/arena.cpp rm -f ../generated/adfiles/arena.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/arena.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/arena.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/dfa.cpp rm -f ../generated/adfiles/dfa.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/dfa.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/dfa.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/dict2.cpp rm -f ../generated/adfiles/dict2.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/dict2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/dict2.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/filebuff.cpp rm -f ../generated/adfiles/filebuff.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/filebuff.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/filebuff.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/forms.cpp rm -f ../generated/adfiles/forms.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/forms.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/forms.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/formsopt.cpp rm -f ../generated/adfiles/formsopt.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/formsopt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/formsopt.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/formssel.cpp rm -f ../generated/adfiles/formssel.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/formssel.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/formssel.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/main.cpp rm -f ../generated/adfiles/main.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/main.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/main.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/opcodes.cpp rm -f ../generated/adfiles/adlc-opcodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/adlc-opcodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/opcodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/output_c.cpp rm -f ../generated/adfiles/output_c.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/output_c.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/output_c.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/output_h.cpp rm -f ../generated/adfiles/output_h.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc -I../generated -DCOMPILER2 -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -w -c -o ../generated/adfiles/output_h.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/adlc/output_h.cpp Making adlc /opt/lsb/bin/lsbc++ -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -m32 -march=i586 -export-dynamic -o ../generated/adfiles/adlc ../generated/adfiles/adlparse.o ../generated/adfiles/archDesc.o ../generated/adfiles/arena.o ../generated/adfiles/dfa.o ../generated/adfiles/dict2.o ../generated/adfiles/filebuff.o ../generated/adfiles/forms.o ../generated/adfiles/formsopt.o ../generated/adfiles/formssel.o ../generated/adfiles/main.o ../generated/adfiles/adlc-opcodes.o ../generated/adfiles/output_c.o ../generated/adfiles/output_h.o [ -f adlc_updater ] || ( cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/adlc_updater . ; chmod +x adlc_updater ) ../generated/adfiles/adlc -q -T -U_LP64 ../generated/adfiles/linux_x86_32.ad \ -c../generated/adfiles/mktmp6541/ad_x86_32.cpp -h../generated/adfiles/mktmp6541/ad_x86_32.hpp -a../generated/adfiles/mktmp6541/dfa_x86_32.cpp -v../generated/adfiles/mktmp6541/adGlobals_x86_32.hpp \ || { rm -rf ../generated/adfiles/mktmp6541; exit 1; } ./adlc_updater ad_x86_32.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32.cpp ./adlc_updater ad_x86_32.hpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32.hpp ./adlc_updater ad_x86_32_clone.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_clone.cpp ./adlc_updater ad_x86_32_expand.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_expand.cpp ./adlc_updater ad_x86_32_format.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_format.cpp ./adlc_updater ad_x86_32_gen.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_gen.cpp ./adlc_updater ad_x86_32_misc.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_misc.cpp ./adlc_updater ad_x86_32_peephole.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_peephole.cpp ./adlc_updater ad_x86_32_pipeline.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/ad_x86_32_pipeline.cpp ./adlc_updater adGlobals_x86_32.hpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/adGlobals_x86_32.hpp ./adlc_updater dfa_x86_32.cpp ../generated/adfiles/mktmp6541 ../generated/adfiles Updating ../generated/adfiles/dfa_x86_32.cpp [ -f ../generated/adfiles/mktmp6541/made-change ] \ || echo "Rescanned ../generated/adfiles/linux_x86_32.ad but encountered no changes." rm -rf ../generated/adfiles/mktmp6541 make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvFill.java Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnv.hpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiHpp.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnv.hpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnter.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnter.cpp -PARAM interface jvmti Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp -PARAM interface jvmti -PARAM trace Trace Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvStub.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiEnvFill /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvStub.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiH.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmti.h make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f sa.make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar; \ fi make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' echo "Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar" Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi if [ ! -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar ] ; then \ echo "Missing /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar file. Use 1.6.0 or later version of JDK";\ echo ""; \ exit 1; \ fi if [ ! -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses ] ; then \ mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses; \ fi /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/CLHSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/DebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotSolarisVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/LinuxVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/RMIHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/Win32VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/AbstractInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Arithmetic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BaseIndexScaleDispAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CPUHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DummySymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Immediate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ImmediateOrRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/IndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/InstructionVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Operand.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLDataTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/StoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/SymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FP2RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPopDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FlushDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/Format3ADecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IllegalInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/JmplDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LogicDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/MemoryInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RestoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RettDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArgument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCAtomicLoadStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFP2RegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFlushInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFormat3AInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIndirectCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCJmplInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLdstubInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCNoopInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCOpcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRestoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRettInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSaveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSethiInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStbarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSwapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCTrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCUnimpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV8Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9CasInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ConditionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9DoneInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FlushwInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9IlltrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ImpdepInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MembarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PopcInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrefetchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RdprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RestoredInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RetryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SavedInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SirInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WrprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCWriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SaveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SethiDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/StoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/TrapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/UnimpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpacePrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CCBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CasDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9DoneRetryDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FlushwDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntRegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PopcDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrivilegedReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RdprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SavedRestoredDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WrprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ConditionalJmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatGRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/GRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/JmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/LogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/MoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/RotateDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSELogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CondJmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86GeneralInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86IllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86JmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterDirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterPart.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RotateInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisterAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpot.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/JavaLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PCFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PackageScanner.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/RegisterPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTraceEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/ThreadListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/VariablePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/AddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/EnumTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/ObjectTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/Runtime1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/BufferBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCacheVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedWriteStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantDoubleValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantIntValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantLongValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantOopReadValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInformationRecorder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DeoptimizationBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ExceptionBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Location.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/LocationValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/MonitorValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/NMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/RuntimeStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SafepointBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SingletonBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Stub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/StubQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/UncommonTrapBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/VMRegImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/AddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/InputLexer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/LongHashMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescription.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIA64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIntelX86.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC64Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionTwosComplement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MappedByteBufferDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NoSuchSymbolException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NotInHeapException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Page.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageFetcher.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ProcessInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/RandomAccessFileDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ReadResult.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/SymbolLookup.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadProxy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnalignedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnmappedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/AccessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CVAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ClosestSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/EnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/GlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObjectComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/MemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ProcessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/RefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Sym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TemplateType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TypeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/VoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicMemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicNamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicRefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicVoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/ResolveListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/AMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/X86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThreadContextFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/ia64/LinuxIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/DSO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHashTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFProgramHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFStringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestHelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntryConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxBfEfRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFileRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFunctionDefinitionRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSectionDefinitionsRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSymbolRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxWeakExternalRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFLineNumber.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFRelocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbolConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COMDATSelectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/Characteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DLLCharacteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DataDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectoryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50MemberAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50ReservedTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSAlignSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSFileIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalPub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSLibraries.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSMPC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap16.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap32.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPreComp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcLnSeg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSStaticSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbolBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbols.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDescEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModFileDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModLineNumberMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeLeafIndices.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50WrongNumericTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50X86RegisterEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DumpExports.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/MachineTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderStandardFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderWindowsSpecificFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestDebugInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TypeIndicators.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/WindowsNTSubsystem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSOldGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSYoungGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/ParallelScavengeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/ImmutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/MutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeapName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeBipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeCheckCast.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastAAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastIAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetPut.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGoto.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGotoW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIinc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInstanceOf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInvoke.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJmp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsrW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoad.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadConstant.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLookupswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeMultiANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNew.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeRet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeSipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeTableswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWideable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithCPIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Interpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/InterpreterCodelet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/LookupswitchPair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/MaskFillerForNative.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OffsetClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapForCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BaseLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassLoaderReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/InterfaceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JNITypeParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JVMTIThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocalVariableImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocationImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MirrorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MonitorInfoImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/NonConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ReferenceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SACoreAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServerAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAPIDAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SDE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StackFrameImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StratumLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StringReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadGroupReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeComponentImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VMModifiers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueContainer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/BreakpointEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CIntegerAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CStringAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/Event.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ExceptionEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/JNIHandleAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ServiceabilityAgentJVMDIModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSBitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSCollector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CodeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ConcurrentMarkSweepGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContigPermSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContiguousSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Dictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DictionaryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/EdenSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenCollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Generation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationIsInClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/HeapBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/MemRegion.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OffsetTableContigSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OneContigSpaceCardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ParNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ProtectionDomainEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SharedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Space.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SpaceClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/StringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SymbolTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/AccessFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Array.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BreakpointInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeStateList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CheckedExceptionElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolderKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompressedLineNumberReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultOopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/GenerateOopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Instance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/JVMDIClassStatus.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/KlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LineNumberTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LocalVariableTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Mark.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Method.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodDataKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MutationException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogramElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/RawHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Symbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/SymbolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/UnknownOopException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AboutAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignCenterAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignLeftAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignRightAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ApplyAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/BackAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/CancelAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/DelegateAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ExitAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/FileMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/FinishAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/NewAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/NextAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/OkAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/OpenAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAsAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/StateChangeAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ViewMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonMenuBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonToolBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonUI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelButtonPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelDialog.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/SplashScreen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/StatusBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/TabsDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/ToggleActionPropertyChangeListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/WizardDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/AddressVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ArgumentSizeComputer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Arguments.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicObjectLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicTypeSize.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Bytes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompilerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConcurrentLocksPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConstructionException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/DeadlockDetector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ExternalVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/InterpretedVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandleBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandles.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIid.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JvmtiAgentThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/LowMemoryDetectorThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/MonitorInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/NativeSignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/OSThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectSynchronizer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataPrologue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfMemory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ResultTypeFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureConverter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackFrameStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValueCollection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StubRoutines.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ThreadLocalAllocBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObjectFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMReg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMVersionMismatchException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualConstructor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/WatcherThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/cInterpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_amd64/LinuxAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_ia64/LinuxIA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/posix/POSIXSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_amd64/SolarisAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_sparc/SolarisSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_x86/SolarisX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCRegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/Win32AMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_ia64/Win32IA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/Win32X86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FinalizerInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FlagDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JSnap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PermStat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/SysPropsDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/Tool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/NameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/PackageNameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/JSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/SOQL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/AddressField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/TypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/WrongTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicAddressFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicNarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Annotation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/CommandProcessorPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DeadlockDetectionPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DebuggerConsolePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditableAtEndDocument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Editor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorCommands.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindByQueryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInCodeCachePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInHeapPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/GraphicsUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HeapParametersPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HighPrecisionJScrollBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HistoryComboBox.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Inspector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JInternalFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaStackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaThreadsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryViewer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MonitorCacheDumpPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectHistogramPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProcessListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProgressBarPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAEditorPane.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SourceCodePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/StringTransferable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SysPropsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ThreadInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMFlagsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMVersionInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindClassesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindCrashesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/HSDBActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/InspectAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/JavaStackTraceAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/MemoryAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ShowAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ThreadInfoAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/ClassBrowserPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/CodeViewerPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/LongCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderMouseAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortableTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/TableModelComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadAddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadOopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BooleanTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CStringTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CTypeTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CharTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/OopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RootTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeGroupNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/AbstractTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/JTreeTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/SimpleTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModelAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AddressOps.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Assert.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AssertionFailure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMapClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Bits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CPPExpressions.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CStringUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstantTag.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/FindObjectByType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Hashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableBucket.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGXLWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapProgressThunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntegerEnum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Interval.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPath.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MarkBits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueueBackend.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ObjectReader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerLocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProcImageClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProgressiveHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBColor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrsAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RobustOopDeterminator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/StreamMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/SystemDictionaryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/TwoOopHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/UnsupportedPlatformException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/WorkerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedBoolean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedByte.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedChar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedDouble.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedFloat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedInt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedLong.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedShort.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/Callable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/DefaultScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/InvocableCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaScriptEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaString.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaVM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MapScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MethodCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLQuery.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer echo ""sun.jvm.hotspot.runtime.VM.saBuildVersion=14.0-b08"" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sa.properties rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/* cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/ cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/images/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses/ . /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar uf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes META-INF/services/com.sun.jdi.connect.Connector /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated -jni sun.jvm.hotspot.debugger.sparc.SPARCThreadContext make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' echo Generating precompiled header incls/_precompiled.incl.gch Generating precompiled header incls/_precompiled.incl.gch mkdir -p ./incls /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -x c++-header -c ../generated/incls/_precompiled.incl -o incls/_precompiled.incl.gch make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/abstractCompiler.cpp rm -f abstractCompiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o abstractCompiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/abstractCompiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/accessFlags.cpp rm -f accessFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o accessFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/accessFlags.cpp Compiling ../generated/adfiles/ad_x86_32.cpp rm -f ad_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32.o ../generated/adfiles/ad_x86_32.cpp Compiling ../generated/adfiles/ad_x86_32_clone.cpp rm -f ad_x86_32_clone.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_clone.o ../generated/adfiles/ad_x86_32_clone.cpp Compiling ../generated/adfiles/ad_x86_32_expand.cpp rm -f ad_x86_32_expand.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_expand.o ../generated/adfiles/ad_x86_32_expand.cpp Compiling ../generated/adfiles/ad_x86_32_format.cpp rm -f ad_x86_32_format.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_format.o ../generated/adfiles/ad_x86_32_format.cpp Compiling ../generated/adfiles/ad_x86_32_gen.cpp rm -f ad_x86_32_gen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_gen.o ../generated/adfiles/ad_x86_32_gen.cpp Compiling ../generated/adfiles/ad_x86_32_misc.cpp rm -f ad_x86_32_misc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_misc.o ../generated/adfiles/ad_x86_32_misc.cpp Compiling ../generated/adfiles/ad_x86_32_peephole.cpp rm -f ad_x86_32_peephole.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_peephole.o ../generated/adfiles/ad_x86_32_peephole.cpp Compiling ../generated/adfiles/ad_x86_32_pipeline.cpp rm -f ad_x86_32_pipeline.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ad_x86_32_pipeline.o ../generated/adfiles/ad_x86_32_pipeline.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp rm -f adaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/addnode.cpp rm -f addnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o addnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/addnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp rm -f adjoiningGenerations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningGenerations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp rm -f adjoiningVirtualSpaces.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningVirtualSpaces.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp rm -f ageTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ageTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/allocation.cpp rm -f allocation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/allocation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp rm -f allocationStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocationStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/aprofiler.cpp rm -f aprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o aprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/aprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/arguments.cpp rm -f arguments.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arguments.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/arguments.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/array.cpp rm -f array.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o array.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/array.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlass.cpp rm -f arrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlassKlass.cpp rm -f arrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayOop.cpp rm -f arrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp rm -f asPSOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp rm -f asPSYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp rm -f asParNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asParNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/assembler.cpp rm -f assembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/assembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp rm -f assembler_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/assembler_x86.cpp rm -f assembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/assembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/atomic.cpp rm -f atomic.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o atomic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/atomic.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/attachListener.cpp rm -f attachListener.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/attachListener.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/attachListener_linux.cpp rm -f attachListener_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/attachListener_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/barrierSet.cpp rm -f barrierSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o barrierSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/barrierSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp rm -f bcEscapeAnalyzer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bcEscapeAnalyzer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/biasedLocking.cpp rm -f biasedLocking.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o biasedLocking.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/biasedLocking.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp rm -f binaryTreeDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o binaryTreeDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/bitMap.cpp rm -f bitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/bitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/block.cpp rm -f block.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o block.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/block.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/blockOffsetTable.cpp rm -f blockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o blockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/blockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/buildOopMap.cpp rm -f buildOopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o buildOopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/buildOopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecode.cpp rm -f bytecode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp rm -f bytecodeHistogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeHistogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/bytecodeInfo.cpp rm -f bytecodeInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/bytecodeInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp rm -f bytecodeInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Compiling ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp rm -f bytecodeInterpreterWithChecks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreterWithChecks.o ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp rm -f bytecodeInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeStream.cpp rm -f bytecodeStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp rm -f bytecodeTracer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeTracer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodes.cpp rm -f bytecodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp rm -f bytecodes_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp rm -f c1_CFGPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CFGPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp rm -f c1_Canonicalizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Canonicalizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp rm -f c1_CodeStubs_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CodeStubs_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compilation.cpp rm -f c1_Compilation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compilation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compilation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compiler.cpp rm -f c1_Compiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Defs.cpp rm -f c1_Defs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Defs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Defs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp rm -f c1_FpuStackSim_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FpuStackSim_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_FrameMap.cpp rm -f c1_FrameMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_FrameMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp rm -f c1_FrameMap_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp rm -f c1_GraphBuilder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_GraphBuilder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_IR.cpp rm -f c1_IR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_IR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_IR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Instruction.cpp rm -f c1_Instruction.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Instruction.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Instruction.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp rm -f c1_InstructionPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_InstructionPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIR.cpp rm -f c1_LIR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp rm -f c1_LIRAssembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp rm -f c1_LIRAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp rm -f c1_LIRGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp rm -f c1_LIRGenerator_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LinearScan.cpp rm -f c1_LinearScan.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LinearScan.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp rm -f c1_LinearScan_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp rm -f c1_MacroAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_MacroAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Optimizer.cpp rm -f c1_Optimizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Optimizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Optimizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Runtime1.cpp rm -f c1_Runtime1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Runtime1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp rm -f c1_Runtime1_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueMap.cpp rm -f c1_ValueMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueSet.cpp rm -f c1_ValueSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueStack.cpp rm -f c1_ValueStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueType.cpp rm -f c1_ValueType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_globals.cpp rm -f c1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/c2_globals.cpp rm -f c2_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c2_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/c2_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c2_init_x86.cpp rm -f c2_init_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c2_init_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c2_init_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/c2compiler.cpp rm -f c2compiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c2compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/c2compiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp rm -f cSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/callGenerator.cpp rm -f callGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o callGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/callGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/callnode.cpp rm -f callnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o callnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/callnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp rm -f cardTableExtension.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableExtension.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.cpp rm -f cardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableRS.cpp rm -f cardTableRS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableRS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableRS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/cfgnode.cpp rm -f cfgnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cfgnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/cfgnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/chaitin.cpp rm -f chaitin.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o chaitin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/chaitin.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/chaitin_linux.cpp rm -f chaitin_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o chaitin_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/chaitin_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArray.cpp rm -f ciArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArrayKlass.cpp rm -f ciArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstant.cpp rm -f ciConstant.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstant.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstant.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp rm -f ciConstantPoolCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstantPoolCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciEnv.cpp rm -f ciEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciExceptionHandler.cpp rm -f ciExceptionHandler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciExceptionHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciExceptionHandler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciField.cpp rm -f ciField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciFlags.cpp rm -f ciFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciFlags.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstance.cpp rm -f ciInstance.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstance.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstance.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlass.cpp rm -f ciInstanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp rm -f ciInstanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlass.cpp rm -f ciKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlassKlass.cpp rm -f ciKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethod.cpp rm -f ciMethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodBlocks.cpp rm -f ciMethodBlocks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodBlocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodBlocks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodData.cpp rm -f ciMethodData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodKlass.cpp rm -f ciMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciNullObject.cpp rm -f ciNullObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciNullObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciNullObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArray.cpp rm -f ciObjArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp rm -f ciObjArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp rm -f ciObjArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObject.cpp rm -f ciObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjectFactory.cpp rm -f ciObjectFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjectFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjectFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSignature.cpp rm -f ciSignature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSignature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSignature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciStreams.cpp rm -f ciStreams.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciStreams.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciStreams.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbol.cpp rm -f ciSymbol.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbol.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbol.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbolKlass.cpp rm -f ciSymbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciType.cpp rm -f ciType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArray.cpp rm -f ciTypeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp rm -f ciTypeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp rm -f ciTypeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeFlow.cpp rm -f ciTypeFlow.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeFlow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeFlow.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciUtilities.cpp rm -f ciUtilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciUtilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciUtilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileError.cpp rm -f classFileError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileParser.cpp rm -f classFileParser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileParser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileParser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileStream.cpp rm -f classFileStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classLoader.cpp rm -f classLoader.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classLoader.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/classLoadingService.cpp rm -f classLoadingService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoadingService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/classLoadingService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/classes.cpp rm -f classes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/classes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/classify.cpp rm -f classify.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classify.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/classify.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp rm -f cmsAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp rm -f cmsCollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsCollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp rm -f cmsGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp rm -f cmsLockVerifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsLockVerifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp rm -f cmsPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp rm -f coTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o coTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/coalesce.cpp rm -f coalesce.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o coalesce.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/coalesce.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeBlob.cpp rm -f codeBlob.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBlob.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeBlob.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/codeBuffer.cpp rm -f codeBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/codeBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeCache.cpp rm -f codeCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/collectedHeap.cpp rm -f collectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/collectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp rm -f collectionSetChooser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectionSetChooser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp rm -f collectorCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/collectorPolicy.cpp rm -f collectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/collectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp rm -f compactibleFreeListSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactibleFreeListSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/compactingPermGenGen.cpp rm -f compactingPermGenGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O1 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactingPermGenGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/compactingPermGenGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/compilationPolicy.cpp rm -f compilationPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilationPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/compilationPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/compile.cpp rm -f compile.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compile.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/compile.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp rm -f compileBroker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileBroker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileLog.cpp rm -f compileLog.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileLog.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileLog.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compiledIC.cpp rm -f compiledIC.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledIC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compiledIC.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp rm -f compiledICHolderKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderOop.cpp rm -f compiledICHolderOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compilerOracle.cpp rm -f compilerOracle.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilerOracle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compilerOracle.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compressedStream.cpp rm -f compressedStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compressedStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compressedStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp rm -f concurrentG1Refine.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1Refine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp rm -f concurrentG1RefineThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1RefineThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp rm -f concurrentGCThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentGCThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp rm -f concurrentMark.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMark.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp rm -f concurrentMarkSweepGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp rm -f concurrentMarkSweepThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp rm -f concurrentMarkThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp rm -f concurrentZFThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentZFThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/connode.cpp rm -f connode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o connode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/connode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodKlass.cpp rm -f constMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodOop.cpp rm -f constMethodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolKlass.cpp rm -f constantPoolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolOop.cpp rm -f constantPoolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/constantTag.cpp rm -f constantTag.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantTag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/constantTag.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/copy.cpp rm -f copy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o copy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/copy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheKlass.cpp rm -f cpCacheKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheOop.cpp rm -f cpCacheOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/cppInterpreter.cpp rm -f cppInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/cppInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp rm -f cppInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/debug.cpp rm -f debug.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/debug.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfo.cpp rm -f debugInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfoRec.cpp rm -f debugInfoRec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfoRec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfoRec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/debug_x86.cpp rm -f debug_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/debug_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/defNewGeneration.cpp rm -f defNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o defNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/defNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/deoptimization.cpp rm -f deoptimization.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o deoptimization.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/deoptimization.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/depChecker_x86.cpp rm -f depChecker_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o depChecker_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/depChecker_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/dependencies.cpp rm -f dependencies.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dependencies.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/dependencies.cpp Compiling ../generated/adfiles/dfa_x86_32.cpp rm -f dfa_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dfa_x86_32.o ../generated/adfiles/dfa_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/dict.cpp rm -f dict.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dict.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/dict.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/dictionary.cpp rm -f dictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/dictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp rm -f dirtyCardQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dirtyCardQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/disassembler.cpp rm -f disassembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o disassembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/disassembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/divnode.cpp rm -f divnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o divnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/divnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/doCall.cpp rm -f doCall.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o doCall.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/doCall.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/domgraph.cpp rm -f domgraph.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o domgraph.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/domgraph.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/dtraceAttacher.cpp rm -f dtraceAttacher.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceAttacher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/dtraceAttacher.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/dtraceJSDT.cpp rm -f dtraceJSDT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/dtraceJSDT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp rm -f dtraceJSDT_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/dump.cpp rm -f dump.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/dump.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/dump_x86_32.cpp rm -f dump_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/dump_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/escape.cpp rm -f escape.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o escape.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/escape.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/events.cpp rm -f events.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o events.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/events.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/evmCompat.cpp rm -f evmCompat.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o evmCompat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/evmCompat.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp rm -f exceptionHandlerTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptionHandlerTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/exceptions.cpp rm -f exceptions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/exceptions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldDescriptor.cpp rm -f fieldDescriptor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldDescriptor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldDescriptor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldType.cpp rm -f fieldType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/filemap.cpp rm -f filemap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o filemap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/filemap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/forte.cpp rm -f forte.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o forte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/forte.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fprofiler.cpp rm -f fprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/frame.cpp rm -f frame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/frame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/frame_x86.cpp rm -f frame_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/frame_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp rm -f freeBlockDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeBlockDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp rm -f freeChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp rm -f freeList.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp rm -f g1BlockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1BlockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp rm -f g1CollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp rm -f g1CollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp rm -f g1MMUTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MMUTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp rm -f g1MarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp rm -f g1RemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1RemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp rm -f g1SATBCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1SATBCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp rm -f g1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp rm -f gSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp rm -f gcAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/gcCause.cpp rm -f gcCause.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcCause.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/gcCause.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/gcLocker.cpp rm -f gcLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/gcLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp rm -f gcOverheadReporter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcOverheadReporter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp rm -f gcPolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcPolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp rm -f gcStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp rm -f gcTaskManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp rm -f gcTaskThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp rm -f gcUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/gcm.cpp rm -f gcm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/gcm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp rm -f genCollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genCollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genMarkSweep.cpp rm -f genMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genRemSet.cpp rm -f genRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/generateOopMap.cpp rm -f generateOopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generateOopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/generateOopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/generateOptoStub.cpp rm -f generateOptoStub.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generateOptoStub.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/generateOptoStub.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generation.cpp rm -f generation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp rm -f generationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generationSpec.cpp rm -f generationSpec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationSpec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generationSpec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/globalDefinitions.cpp rm -f globalDefinitions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globalDefinitions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/globalDefinitions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/globals.cpp rm -f globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/graphKit.cpp rm -f graphKit.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o graphKit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/graphKit.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/growableArray.cpp rm -f growableArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o growableArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/growableArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/handles.cpp rm -f handles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o handles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/handles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/hashtable.cpp rm -f hashtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hashtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/hashtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heap.cpp rm -f heap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/heapDumper.cpp rm -f heapDumper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapDumper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/heapDumper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heapInspection.cpp rm -f heapInspection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapInspection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heapInspection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp rm -f heapRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp rm -f heapRegionRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp rm -f heapRegionSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/histogram.cpp rm -f histogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o histogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/histogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/hpi.cpp rm -f hpi.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/hpi.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/hpi_linux.cpp rm -f hpi_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/hpi_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/icBuffer.cpp rm -f icBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/icBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp rm -f icBuffer_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/icache.cpp rm -f icache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/icache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icache_x86.cpp rm -f icache_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icache_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/idealKit.cpp rm -f idealKit.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o idealKit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/idealKit.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/ifg.cpp rm -f ifg.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ifg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/ifg.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/ifnode.cpp rm -f ifnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ifnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/ifnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp rm -f immutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o immutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/indexSet.cpp rm -f indexSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o indexSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/indexSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/init.cpp rm -f init.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/init.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlass.cpp rm -f instanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlassKlass.cpp rm -f instanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceOop.cpp rm -f instanceOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceRefKlass.cpp rm -f instanceRefKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceRefKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceRefKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/intHisto.cpp rm -f intHisto.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o intHisto.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/intHisto.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/interfaceSupport.cpp rm -f interfaceSupport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interfaceSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/interfaceSupport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp rm -f interp_masm_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interp_masm_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreter.cpp rm -f interpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp rm -f interpreterRT_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRT_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp rm -f interpreterRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp rm -f interpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/invocationCounter.cpp rm -f invocationCounter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o invocationCounter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/invocationCounter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/iterator.cpp rm -f iterator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o iterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/iterator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/java.cpp rm -f java.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/java.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaAssertions.cpp rm -f javaAssertions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaAssertions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaAssertions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/javaCalls.cpp rm -f javaCalls.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaCalls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/javaCalls.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaClasses.cpp rm -f javaClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jni.cpp rm -f jni.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jni.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jni.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniCheck.cpp rm -f jniCheck.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniCheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniCheck.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniFastGetField.cpp rm -f jniFastGetField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniFastGetField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp rm -f jniFastGetField_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniHandles.cpp rm -f jniHandles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniHandles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniHandles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp rm -f jniPeriodicChecker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniPeriodicChecker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp rm -f jvm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/jvm_linux.cpp rm -f jvm_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/jvm_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp rm -f jvmtiClassFileReconstituter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiClassFileReconstituter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp rm -f jvmtiCodeBlobEvents.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiCodeBlobEvents.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp Compiling ../generated/jvmtifiles/jvmtiEnter.cpp rm -f jvmtiEnter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnter.o ../generated/jvmtifiles/jvmtiEnter.cpp Compiling ../generated/jvmtifiles/jvmtiEnterTrace.cpp rm -f jvmtiEnterTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnterTrace.o ../generated/jvmtifiles/jvmtiEnterTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp rm -f jvmtiEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp rm -f jvmtiEnvBase.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvBase.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp rm -f jvmtiEnvThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEventController.cpp rm -f jvmtiEventController.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEventController.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEventController.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExport.cpp rm -f jvmtiExport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExtensions.cpp rm -f jvmtiExtensions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExtensions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExtensions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp rm -f jvmtiGetLoadedClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiGetLoadedClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.cpp rm -f jvmtiImpl.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp rm -f jvmtiManageCapabilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiManageCapabilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp rm -f jvmtiRedefineClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiRedefineClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTagMap.cpp rm -f jvmtiTagMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTagMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTagMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiThreadState.cpp rm -f jvmtiThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTrace.cpp rm -f jvmtiTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTrace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiUtil.cpp rm -f jvmtiUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klass.cpp rm -f klass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassKlass.cpp rm -f klassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassOop.cpp rm -f klassOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassVtable.cpp rm -f klassVtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassVtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassVtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/lcm.cpp rm -f lcm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o lcm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/lcm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/library_call.cpp rm -f library_call.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o library_call.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/library_call.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/linkResolver.cpp rm -f linkResolver.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o linkResolver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/linkResolver.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/live.cpp rm -f live.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o live.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/live.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/loaderConstraints.cpp rm -f loaderConstraints.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loaderConstraints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/loaderConstraints.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/location.cpp rm -f location.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o location.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/location.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/locknode.cpp rm -f locknode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o locknode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/locknode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopTransform.cpp rm -f loopTransform.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopTransform.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopTransform.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopUnswitch.cpp rm -f loopUnswitch.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopUnswitch.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopUnswitch.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopnode.cpp rm -f loopnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopopts.cpp rm -f loopopts.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loopopts.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/loopopts.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/lowMemoryDetector.cpp rm -f lowMemoryDetector.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o lowMemoryDetector.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/lowMemoryDetector.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/machnode.cpp rm -f machnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o machnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/machnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/macro.cpp rm -f macro.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o macro.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/macro.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/management.cpp rm -f management.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o management.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/management.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/markOop.cpp rm -f markOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/markOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp rm -f markSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/matcher.cpp rm -f matcher.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o matcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/matcher.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/memRegion.cpp rm -f memRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/memRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/memnode.cpp rm -f memnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/memnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryManager.cpp rm -f memoryManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryPool.cpp rm -f memoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryService.cpp rm -f memoryService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/memprofiler.cpp rm -f memprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/memprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/methodComparator.cpp rm -f methodComparator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodComparator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/methodComparator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataKlass.cpp rm -f methodDataKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataOop.cpp rm -f methodDataOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodKlass.cpp rm -f methodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/methodLiveness.cpp rm -f methodLiveness.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodLiveness.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/methodLiveness.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodOop.cpp rm -f methodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/monitorChunk.cpp rm -f monitorChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o monitorChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/monitorChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/mulnode.cpp rm -f mulnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mulnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/mulnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/multnode.cpp rm -f multnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o multnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/multnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp rm -f mutableNUMASpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableNUMASpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp rm -f mutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutex.cpp rm -f mutex.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutex.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutexLocker.cpp rm -f mutexLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutexLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutexLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/mutex_linux.cpp rm -f mutex_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/mutex_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp rm -f nativeInst_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeInst_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/nativeLookup.cpp rm -f nativeLookup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeLookup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/nativeLookup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/nmethod.cpp rm -f nmethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nmethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/nmethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/node.cpp rm -f node.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o node.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/node.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/numberSeq.cpp rm -f numberSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o numberSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/numberSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp rm -f objArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp rm -f objArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayOop.cpp rm -f objArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/objectMonitor_linux.cpp rm -f objectMonitor_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectMonitor_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/objectMonitor_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp rm -f objectStartArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectStartArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oop.cpp rm -f oop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/oopFactory.cpp rm -f oopFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/oopFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/oopMap.cpp rm -f oopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/oopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/oopMapCache.cpp rm -f oopMapCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMapCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/oopMapCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/oopRecorder.cpp rm -f oopRecorder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopRecorder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/oopRecorder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oopsHierarchy.cpp rm -f oopsHierarchy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopsHierarchy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oopsHierarchy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/opcodes.cpp rm -f opcodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o opcodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/opcodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/orderAccess.cpp rm -f orderAccess.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o orderAccess.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/orderAccess.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/os.cpp rm -f os.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/os.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/osThread.cpp rm -f osThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/osThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/osThread_linux.cpp rm -f osThread_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/osThread_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp rm -f os_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp rm -f os_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::init_system_properties_values()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:412: warning: deprecated conversion from string constant to 'char*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::Linux::capture_initial_stack(size_t)': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 22 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 23 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%ld' expects type 'long int*', but argument 24 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 26 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 27 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 28 has type 'uintptr_t*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/ostream.cpp rm -f ostream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ostream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/ostream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/output.cpp rm -f output.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o output.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/output.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp rm -f parCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp rm -f parGCAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parGCAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp rm -f parMarkBitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parMarkBitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp rm -f parNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp rm -f parallelScavengeHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parallelScavengeHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parse1.cpp rm -f parse1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parse1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parse1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parse2.cpp rm -f parse2.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parse2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parse2.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parse3.cpp rm -f parse3.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parse3.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parse3.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parseHelper.cpp rm -f parseHelper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parseHelper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/parseHelper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/pcDesc.cpp rm -f pcDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/pcDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp rm -f pcTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/perf.cpp rm -f perf.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/perf.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfData.cpp rm -f perfData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfMemory.cpp rm -f perfMemory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfMemory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/perfMemory_linux.cpp rm -f perfMemory_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/perfMemory_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/permGen.cpp rm -f permGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o permGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/permGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/phase.cpp rm -f phase.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o phase.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/phase.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/phaseX.cpp rm -f phaseX.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o phaseX.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/phaseX.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/placeholders.cpp rm -f placeholders.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o placeholders.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/placeholders.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/port.cpp rm -f port.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o port.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/port.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/postaloc.cpp rm -f postaloc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o postaloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/postaloc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/preserveException.cpp rm -f preserveException.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o preserveException.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/preserveException.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/privilegedStack.cpp rm -f privilegedStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o privilegedStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/privilegedStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp rm -f psAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp rm -f psCompactionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psCompactionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp rm -f psGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp rm -f psGenerationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGenerationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp rm -f psMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp rm -f psMarkSweepDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweepDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/psMemoryPool.cpp rm -f psMemoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMemoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/psMemoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp rm -f psOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp rm -f psParallelCompact.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psParallelCompact.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp rm -f psPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp rm -f psPromotionLAB.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionLAB.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp rm -f psPromotionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp rm -f psScavenge.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psScavenge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp rm -f psTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp rm -f psVirtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psVirtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp rm -f psYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp rm -f ptrQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ptrQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referencePolicy.cpp rm -f referencePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referencePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referencePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp rm -f referenceProcessor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referenceProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflection.cpp rm -f reflection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflectionUtils.cpp rm -f reflectionUtils.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflectionUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflectionUtils.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/reg_split.cpp rm -f reg_split.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reg_split.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/reg_split.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/regalloc.cpp rm -f regalloc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o regalloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/regalloc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/register.cpp rm -f register.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/register.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp rm -f register_definitions_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_definitions_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_x86.cpp rm -f register_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/regmask.cpp rm -f regmask.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o regmask.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/regmask.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/relocInfo.cpp rm -f relocInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/relocInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp rm -f relocInfo_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/relocator.cpp rm -f relocator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/relocator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/resolutionErrors.cpp rm -f resolutionErrors.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resolutionErrors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/resolutionErrors.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/resourceArea.cpp rm -f resourceArea.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resourceArea.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/resourceArea.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/restore.cpp rm -f restore.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o restore.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/restore.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/rewriter.cpp rm -f rewriter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rewriter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/rewriter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/rframe.cpp rm -f rframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/rframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/rootnode.cpp rm -f rootnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rootnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/rootnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/runtime.cpp rm -f runtime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/runtime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/runtimeService.cpp rm -f runtimeService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtimeService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/runtimeService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp rm -f runtime_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtime_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/safepoint.cpp rm -f safepoint.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o safepoint.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/safepoint.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp rm -f satbQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o satbQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/scopeDesc.cpp rm -f scopeDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o scopeDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/scopeDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/serialize.cpp rm -f serialize.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o serialize.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/serialize.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/set.cpp rm -f set.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o set.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/set.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/sharedHeap.cpp rm -f sharedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/sharedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp rm -f sharedRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp rm -f sharedRuntimeTrans.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrans.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp rm -f sharedRuntimeTrig.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp rm -f sharedRuntime_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/signature.cpp rm -f signature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o signature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/signature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/sizes.cpp rm -f sizes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sizes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/sizes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/space.cpp rm -f space.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o space.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/space.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp rm -f spaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp rm -f spaceDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp rm -f sparsePRT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sparsePRT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/specialized_oop_closures.cpp rm -f specialized_oop_closures.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o specialized_oop_closures.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/specialized_oop_closures.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/split_if.cpp rm -f split_if.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o split_if.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/split_if.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapFrame.cpp rm -f stackMapFrame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapFrame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapFrame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapTable.cpp rm -f stackMapTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValue.cpp rm -f stackValue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValueCollection.cpp rm -f stackValueCollection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValueCollection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValueCollection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/statSampler.cpp rm -f statSampler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o statSampler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/statSampler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp rm -f stubCodeGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubCodeGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp rm -f stubGenerator_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubGenerator_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubRoutines.cpp rm -f stubRoutines.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubRoutines.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/stubRoutines_linux.cpp rm -f stubRoutines_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/stubRoutines_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp rm -f stubRoutines_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/stubs.cpp rm -f stubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/stubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/subnode.cpp rm -f subnode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o subnode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/subnode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/superword.cpp rm -f superword.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o superword.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/superword.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp rm -f survRateGroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o survRateGroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sweeper.cpp rm -f sweeper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sweeper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sweeper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolKlass.cpp rm -f symbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolOop.cpp rm -f symbolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/symbolTable.cpp rm -f symbolTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/symbolTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp rm -f synchronizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o synchronizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp: In member function 'void ObjectMonitor::ctAsserts()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp:430: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'int*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp rm -f systemDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o systemDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/task.cpp rm -f task.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o task.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/task.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/taskqueue.cpp rm -f taskqueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o taskqueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/taskqueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateInterpreter.cpp rm -f templateInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp rm -f templateInterpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateTable.cpp rm -f templateTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp rm -f templateTable_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp rm -f tenuredGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o tenuredGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/thread.cpp rm -f thread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/thread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/threadCritical_linux.cpp rm -f threadCritical_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadCritical_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/threadCritical_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp rm -f threadLS_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLS_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp rm -f threadLocalAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/threadLocalStorage.cpp rm -f threadLocalStorage.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalStorage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/threadLocalStorage.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/threadService.cpp rm -f threadService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/threadService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp rm -f thread_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/timer.cpp rm -f timer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o timer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/timer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/type.cpp rm -f type.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o type.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/type.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlass.cpp rm -f typeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp rm -f typeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayOop.cpp rm -f typeArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/unhandledOops.cpp rm -f unhandledOops.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unhandledOops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/unhandledOops.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/universe.cpp rm -f universe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o universe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/universe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/unsafe.cpp rm -f unsafe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unsafe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/unsafe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/utf8.cpp rm -f utf8.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o utf8.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/utf8.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/vectornode.cpp rm -f vectornode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vectornode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/vectornode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/vectset.cpp rm -f vectset.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vectset.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt/vectset.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verificationType.cpp rm -f verificationType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verificationType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verificationType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verifier.cpp rm -f verifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe.cpp rm -f vframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframeArray.cpp rm -f vframeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe_hp.cpp rm -f vframe_hp.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe_hp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe_hp.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/virtualspace.cpp rm -f virtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o virtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/virtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp rm -f vmCMSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmCMSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/vmError.cpp rm -f vmError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/vmError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vmError_linux.cpp rm -f vmError_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vmError_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp rm -f vmGCOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmGCOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp rm -f vmPSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmPSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp rm -f vmStructs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmStructs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/vmSymbols.cpp rm -f vmSymbols.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmSymbols.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/vmSymbols.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp rm -f vmThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp rm -f vm_operations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp rm -f vm_operations_g1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations_g1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp rm -f vm_version_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp rm -f vm_version_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vmreg.cpp rm -f vmreg.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vmreg.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vmreg_x86.cpp rm -f vmreg_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vmreg_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vtableStubs.cpp rm -f vtableStubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vtableStubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp rm -f vtableStubs_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vtune_linux.cpp rm -f vtune_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtune_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vtune_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/workgroup.cpp rm -f workgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o workgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/workgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/xmlstream.cpp rm -f xmlstream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o xmlstream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/xmlstream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp rm -f yieldingWorkgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o yieldingWorkgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/idealGraphPrinter.cpp rm -f idealGraphPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o idealGraphPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto/idealGraphPrinter.cpp Assembling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f linux_x86_32.o /opt/lsb/bin/lsbcc -c -m32 -march=i586 -o linux_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f mapfile cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/mapfile-vers-product > mapfile Generating launcher.c { \ echo '#define debug launcher_debug'; \ echo '#include "java.c"'; \ echo '#include "java_md.c"'; \ } > launcher.c Making signal interposition lib... /opt/lsb/bin/lsbcc -m32 -march=i586 -shared -fpic \ -D_GNU_SOURCE -D_REENTRANT -o libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/jsig.c -ldl if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f vm.make libsaproc.so; \ fi Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_version.cpp rm -f vm_version.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER2 -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_version.cpp make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi Making SA debugger back-end... /opt/lsb/bin/lsbcc -Di486 -D_GNU_SOURCE \ -m32 -march=i586 -shared -fpic \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux \ -I../generated \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/salibelf.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/symtab.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/libproc_impl.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_proc.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_core.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/LinuxDebuggerLocal.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/lsb/lsb_thread_db.c \ -Xlinker --version-script=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/mapfile \ -o libsaproc.so \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/lsb/ -ldl rm -f mapfile_reorder cat mapfile > mapfile_reorder /opt/lsb/bin/lsbcc -g -c -o launcher.o launcher.c -m32 -march=i586 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/launcher -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -DFULL_VERSION=\"14.0-b08\" -DARCH=\"i386\" -DGAMMA -DLAUNCHER_TYPE=\"gamma\" -DLINK_INTO_LIBJVM -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/libadt -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/opto -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_proc.c: In function 'read_lib_info': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_proc.c:260: warning: format '%lx' expects type 'long unsigned int *', but argument 3 has type 'intptr_t *' { \ echo Linking vm...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -shared \ -Xlinker --version-script=mapfile_reorder -Xlinker -soname=libjvm.so -o libjvm.so abstractCompiler.o accessFlags.o ad_x86_32.o ad_x86_32_clone.o ad_x86_32_expand.o ad_x86_32_format.o ad_x86_32_gen.o ad_x86_32_misc.o ad_x86_32_peephole.o ad_x86_32_pipeline.o adaptiveSizePolicy.o addnode.o adjoiningGenerations.o adjoiningVirtualSpaces.o ageTable.o allocation.o allocationStats.o aprofiler.o arguments.o array.o arrayKlass.o arrayKlassKlass.o arrayOop.o asPSOldGen.o asPSYoungGen.o asParNewGeneration.o assembler.o assembler_linux_x86.o assembler_x86.o atomic.o attachListener.o attachListener_linux.o barrierSet.o bcEscapeAnalyzer.o biasedLocking.o binaryTreeDictionary.o bitMap.o block.o blockOffsetTable.o buildOopMap.o bytecode.o bytecodeHistogram.o bytecodeInfo.o bytecodeInterpreter.o bytecodeInterpreterWithChecks.o bytecodeInterpreter_x86.o bytecodeStream.o bytecodeTracer.o bytecodes.o bytecodes_x86.o c1_CFGPrinter.o c1_Canonicalizer.o c1_CodeStubs_x86.o c1_Compilation.o c1_Compiler.o c1_Defs.o c1_FpuStackSim_x86.o c1_FrameMap.o c1_FrameMap_x86.o c1_GraphBuilder.o c1_IR.o c1_Instruction.o c1_InstructionPrinter.o c1_LIR.o c1_LIRAssembler.o c1_LIRAssembler_x86.o c1_LIRGenerator.o c1_LIRGenerator_x86.o c1_LinearScan.o c1_LinearScan_x86.o c1_MacroAssembler_x86.o c1_Optimizer.o c1_Runtime1.o c1_Runtime1_x86.o c1_ValueMap.o c1_ValueSet.o c1_ValueStack.o c1_ValueType.o c1_globals.o c2_globals.o c2_init_x86.o c2compiler.o cSpaceCounters.o callGenerator.o callnode.o cardTableExtension.o cardTableModRefBS.o cardTableRS.o cfgnode.o chaitin.o chaitin_linux.o ciArray.o ciArrayKlass.o ciConstant.o ciConstantPoolCache.o ciEnv.o ciExceptionHandler.o ciField.o ciFlags.o ciInstance.o ciInstanceKlass.o ciInstanceKlassKlass.o ciKlass.o ciKlassKlass.o ciMethod.o ciMethodBlocks.o ciMethodData.o ciMethodKlass.o ciNullObject.o ciObjArray.o ciObjArrayKlass.o ciObjArrayKlassKlass.o ciObject.o ciObjectFactory.o ciSignature.o ciStreams.o ciSymbol.o ciSymbolKlass.o ciType.o ciTypeArray.o ciTypeArrayKlass.o ciTypeArrayKlassKlass.o ciTypeFlow.o ciUtilities.o classFileError.o classFileParser.o classFileStream.o classLoader.o classLoadingService.o classes.o classify.o cmsAdaptiveSizePolicy.o cmsCollectorPolicy.o cmsGCAdaptivePolicyCounters.o cmsLockVerifier.o cmsPermGen.o coTracker.o coalesce.o codeBlob.o codeBuffer.o codeCache.o collectedHeap.o collectionSetChooser.o collectorCounters.o collectorPolicy.o compactibleFreeListSpace.o compactingPermGenGen.o compilationPolicy.o compile.o compileBroker.o compileLog.o compiledIC.o compiledICHolderKlass.o compiledICHolderOop.o compilerOracle.o compressedStream.o concurrentG1Refine.o concurrentG1RefineThread.o concurrentGCThread.o concurrentMark.o concurrentMarkSweepGeneration.o concurrentMarkSweepThread.o concurrentMarkThread.o concurrentZFThread.o connode.o constMethodKlass.o constMethodOop.o constantPoolKlass.o constantPoolOop.o constantTag.o copy.o cpCacheKlass.o cpCacheOop.o cppInterpreter.o cppInterpreter_x86.o debug.o debugInfo.o debugInfoRec.o debug_x86.o defNewGeneration.o deoptimization.o depChecker_x86.o dependencies.o dfa_x86_32.o dict.o dictionary.o dirtyCardQueue.o disassembler.o divnode.o doCall.o domgraph.o dtraceAttacher.o dtraceJSDT.o dtraceJSDT_linux.o dump.o dump_x86_32.o escape.o events.o evmCompat.o exceptionHandlerTable.o exceptions.o fieldDescriptor.o fieldType.o filemap.o forte.o fprofiler.o frame.o frame_x86.o freeBlockDictionary.o freeChunk.o freeList.o g1BlockOffsetTable.o g1CollectedHeap.o g1CollectorPolicy.o g1MMUTracker.o g1MarkSweep.o g1RemSet.o g1SATBCardTableModRefBS.o g1_globals.o gSpaceCounters.o gcAdaptivePolicyCounters.o gcCause.o gcLocker.o gcOverheadReporter.o gcPolicyCounters.o gcStats.o gcTaskManager.o gcTaskThread.o gcUtil.o gcm.o genCollectedHeap.o genMarkSweep.o genRemSet.o generateOopMap.o generateOptoStub.o generation.o generationCounters.o generationSpec.o globalDefinitions.o globals.o graphKit.o growableArray.o handles.o hashtable.o heap.o heapDumper.o heapInspection.o heapRegion.o heapRegionRemSet.o heapRegionSeq.o histogram.o hpi.o hpi_linux.o icBuffer.o icBuffer_x86.o icache.o icache_x86.o idealKit.o ifg.o ifnode.o immutableSpace.o indexSet.o init.o instanceKlass.o instanceKlassKlass.o instanceOop.o instanceRefKlass.o intHisto.o interfaceSupport.o interp_masm_x86_32.o interpreter.o interpreterRT_x86_32.o interpreterRuntime.o interpreter_x86_32.o invocationCounter.o iterator.o java.o javaAssertions.o javaCalls.o javaClasses.o jni.o jniCheck.o jniFastGetField.o jniFastGetField_x86_32.o jniHandles.o jniPeriodicChecker.o jvm.o jvm_linux.o jvmtiClassFileReconstituter.o jvmtiCodeBlobEvents.o jvmtiEnter.o jvmtiEnterTrace.o jvmtiEnv.o jvmtiEnvBase.o jvmtiEnvThreadState.o jvmtiEventController.o jvmtiExport.o jvmtiExtensions.o jvmtiGetLoadedClasses.o jvmtiImpl.o jvmtiManageCapabilities.o jvmtiRedefineClasses.o jvmtiTagMap.o jvmtiThreadState.o jvmtiTrace.o jvmtiUtil.o klass.o klassKlass.o klassOop.o klassVtable.o lcm.o library_call.o linkResolver.o live.o loaderConstraints.o location.o locknode.o loopTransform.o loopUnswitch.o loopnode.o loopopts.o lowMemoryDetector.o machnode.o macro.o management.o markOop.o markSweep.o matcher.o memRegion.o memnode.o memoryManager.o memoryPool.o memoryService.o memprofiler.o methodComparator.o methodDataKlass.o methodDataOop.o methodKlass.o methodLiveness.o methodOop.o monitorChunk.o mulnode.o multnode.o mutableNUMASpace.o mutableSpace.o mutex.o mutexLocker.o mutex_linux.o nativeInst_x86.o nativeLookup.o nmethod.o node.o numberSeq.o objArrayKlass.o objArrayKlassKlass.o objArrayOop.o objectMonitor_linux.o objectStartArray.o oop.o oopFactory.o oopMap.o oopMapCache.o oopRecorder.o oopsHierarchy.o opcodes.o orderAccess.o os.o osThread.o osThread_linux.o os_linux.o os_linux_x86.o ostream.o output.o parCardTableModRefBS.o parGCAllocBuffer.o parMarkBitMap.o parNewGeneration.o parallelScavengeHeap.o parse1.o parse2.o parse3.o parseHelper.o pcDesc.o pcTasks.o perf.o perfData.o perfMemory.o perfMemory_linux.o permGen.o phase.o phaseX.o placeholders.o port.o postaloc.o preserveException.o privilegedStack.o psAdaptiveSizePolicy.o psCompactionManager.o psGCAdaptivePolicyCounters.o psGenerationCounters.o psMarkSweep.o psMarkSweepDecorator.o psMemoryPool.o psOldGen.o psParallelCompact.o psPermGen.o psPromotionLAB.o psPromotionManager.o psScavenge.o psTasks.o psVirtualspace.o psYoungGen.o ptrQueue.o referencePolicy.o referenceProcessor.o reflection.o reflectionUtils.o reg_split.o regalloc.o register.o register_definitions_x86.o register_x86.o regmask.o relocInfo.o relocInfo_x86.o relocator.o resolutionErrors.o resourceArea.o restore.o rewriter.o rframe.o rootnode.o runtime.o runtimeService.o runtime_x86_32.o safepoint.o satbQueue.o scopeDesc.o serialize.o set.o sharedHeap.o sharedRuntime.o sharedRuntimeTrans.o sharedRuntimeTrig.o sharedRuntime_x86_32.o signature.o sizes.o space.o spaceCounters.o spaceDecorator.o sparsePRT.o specialized_oop_closures.o split_if.o stackMapFrame.o stackMapTable.o stackValue.o stackValueCollection.o statSampler.o stubCodeGenerator.o stubGenerator_x86_32.o stubRoutines.o stubRoutines_linux.o stubRoutines_x86_32.o stubs.o subnode.o superword.o survRateGroup.o sweeper.o symbolKlass.o symbolOop.o symbolTable.o synchronizer.o systemDictionary.o task.o taskqueue.o templateInterpreter.o templateInterpreter_x86_32.o templateTable.o templateTable_x86_32.o tenuredGeneration.o thread.o threadCritical_linux.o threadLS_linux_x86.o threadLocalAllocBuffer.o threadLocalStorage.o threadService.o thread_linux_x86.o timer.o type.o typeArrayKlass.o typeArrayKlassKlass.o typeArrayOop.o unhandledOops.o universe.o unsafe.o utf8.o vectornode.o vectset.o verificationType.o verifier.o vframe.o vframeArray.o vframe_hp.o virtualspace.o vmCMSOperations.o vmError.o vmError_linux.o vmGCOperations.o vmPSOperations.o vmStructs.o vmSymbols.o vmThread.o vm_operations.o vm_operations_g1.o vm_version.o vm_version_linux_x86.o vm_version_x86_32.o vmreg.o vmreg_x86.o vtableStubs.o vtableStubs_x86_32.o vtune_linux.o workgroup.o xmlstream.o yieldingWorkgroup.o idealGraphPrinter.o linux_x86_32.o -lgcc_s -lstdc++ -lrt -lm -ldl -lpthread; \ \ rm -f libjvm.so.1; ln -s libjvm.so libjvm.so.1; \ if [ -x /usr/sbin/selinuxenabled ] ; then \ /usr/sbin/selinuxenabled; \ if [ $? = 0 ] ; then \ /usr/bin/chcon -t textrel_shlib_t libjvm.so; \ if [ $? != 0 ]; then \ echo "ERROR: Cannot chcon libjvm.so"; \ fi \ fi \ fi \ } Linking vm... make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' { \ echo Linking launcher...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -m32 -march=i586 -export-dynamic -L `pwd` -o gamma launcher.o -ljvm -lm -ldl -lpthread -lstdc++ -lrt -lgcc_s; \ \ } Linking launcher... make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' All done. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product' cd linux_i486_compiler2/product && ./test_gamma java full version "1.6.0_0-b14" java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu7) OpenJDK Server VM (build 14.0-b08, mixed mode) 1. A1 B5 C8 D6 E3 F7 G2 H4 2. A1 B6 C8 D3 E7 F4 G2 H5 3. A1 B7 C4 D6 E8 F2 G5 H3 4. A1 B7 C5 D8 E2 F4 G6 H3 5. A2 B4 C6 D8 E3 F1 G7 H5 6. A2 B5 C7 D1 E3 F8 G6 H4 7. A2 B5 C7 D4 E1 F8 G6 H3 8. A2 B6 C1 D7 E4 F8 G3 H5 9. A2 B6 C8 D3 E1 F4 G7 H5 10. A2 B7 C3 D6 E8 F5 G1 H4 11. A2 B7 C5 D8 E1 F4 G6 H3 12. A2 B8 C6 D1 E3 F5 G7 H4 13. A3 B1 C7 D5 E8 F2 G4 H6 14. A3 B5 C2 D8 E1 F7 G4 H6 15. A3 B5 C2 D8 E6 F4 G7 H1 16. A3 B5 C7 D1 E4 F2 G8 H6 17. A3 B5 C8 D4 E1 F7 G2 H6 18. A3 B6 C2 D5 E8 F1 G7 H4 19. A3 B6 C2 D7 E1 F4 G8 H5 20. A3 B6 C2 D7 E5 F1 G8 H4 21. A3 B6 C4 D1 E8 F5 G7 H2 22. A3 B6 C4 D2 E8 F5 G7 H1 23. A3 B6 C8 D1 E4 F7 G5 H2 24. A3 B6 C8 D1 E5 F7 G2 H4 25. A3 B6 C8 D2 E4 F1 G7 H5 26. A3 B7 C2 D8 E5 F1 G4 H6 27. A3 B7 C2 D8 E6 F4 G1 H5 28. A3 B8 C4 D7 E1 F6 G2 H5 29. A4 B1 C5 D8 E2 F7 G3 H6 30. A4 B1 C5 D8 E6 F3 G7 H2 31. A4 B2 C5 D8 E6 F1 G3 H7 32. A4 B2 C7 D3 E6 F8 G1 H5 33. A4 B2 C7 D3 E6 F8 G5 H1 34. A4 B2 C7 D5 E1 F8 G6 H3 35. A4 B2 C8 D5 E7 F1 G3 H6 36. A4 B2 C8 D6 E1 F3 G5 H7 37. A4 B6 C1 D5 E2 F8 G3 H7 38. A4 B6 C8 D2 E7 F1 G3 H5 39. A4 B6 C8 D3 E1 F7 G5 H2 40. A4 B7 C1 D8 E5 F2 G6 H3 41. A4 B7 C3 D8 E2 F5 G1 H6 42. A4 B7 C5 D2 E6 F1 G3 H8 43. A4 B7 C5 D3 E1 F6 G8 H2 44. A4 B8 C1 D3 E6 F2 G7 H5 45. A4 B8 C1 D5 E7 F2 G6 H3 46. A4 B8 C5 D3 E1 F7 G2 H6 47. A5 B1 C4 D6 E8 F2 G7 H3 48. A5 B1 C8 D4 E2 F7 G3 H6 49. A5 B1 C8 D6 E3 F7 G2 H4 50. A5 B2 C4 D6 E8 F3 G1 H7 51. A5 B2 C4 D7 E3 F8 G6 H1 52. A5 B2 C6 D1 E7 F4 G8 H3 53. A5 B2 C8 D1 E4 F7 G3 H6 54. A5 B3 C1 D6 E8 F2 G4 H7 55. A5 B3 C1 D7 E2 F8 G6 H4 56. A5 B3 C8 D4 E7 F1 G6 H2 57. A5 B7 C1 D3 E8 F6 G4 H2 58. A5 B7 C1 D4 E2 F8 G6 H3 59. A5 B7 C2 D4 E8 F1 G3 H6 60. A5 B7 C2 D6 E3 F1 G4 H8 61. A5 B7 C2 D6 E3 F1 G8 H4 62. A5 B7 C4 D1 E3 F8 G6 H2 63. A5 B8 C4 D1 E3 F6 G2 H7 64. A5 B8 C4 D1 E7 F2 G6 H3 65. A6 B1 C5 D2 E8 F3 G7 H4 66. A6 B2 C7 D1 E3 F5 G8 H4 67. A6 B2 C7 D1 E4 F8 G5 H3 68. A6 B3 C1 D7 E5 F8 G2 H4 69. A6 B3 C1 D8 E4 F2 G7 H5 70. A6 B3 C1 D8 E5 F2 G4 H7 71. A6 B3 C5 D7 E1 F4 G2 H8 72. A6 B3 C5 D8 E1 F4 G2 H7 73. A6 B3 C7 D2 E4 F8 G1 H5 74. A6 B3 C7 D2 E8 F5 G1 H4 75. A6 B3 C7 D4 E1 F8 G2 H5 76. A6 B4 C1 D5 E8 F2 G7 H3 77. A6 B4 C2 D8 E5 F7 G1 H3 78. A6 B4 C7 D1 E3 F5 G2 H8 79. A6 B4 C7 D1 E8 F2 G5 H3 80. A6 B8 C2 D4 E1 F7 G5 H3 81. A7 B1 C3 D8 E6 F4 G2 H5 82. A7 B2 C4 D1 E8 F5 G3 H6 83. A7 B2 C6 D3 E1 F4 G8 H5 84. A7 B3 C1 D6 E8 F5 G2 H4 85. A7 B3 C8 D2 E5 F1 G6 H4 86. A7 B4 C2 D5 E8 F1 G3 H6 87. A7 B4 C2 D8 E6 F1 G3 H5 88. A7 B5 C3 D1 E6 F8 G2 H4 89. A8 B2 C4 D1 E7 F5 G3 H6 90. A8 B2 C5 D3 E1 F7 G4 H6 91. A8 B3 C1 D6 E2 F5 G7 H4 92. A8 B4 C1 D3 E6 F2 G7 H5 make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make; \ /usr/bin/make VM_TARGET=product1 generic_build1 ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir; \ /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/Makefile \ JAVA_HOME=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b08 JRE_RELEASE_VERSION=1.6.0_0-b14 HOTSPOT_BUILD_VERSION= product1 make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/Makefile checks make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 VARIANT=compiler1 make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' mkdir -p linux_i486_compiler1/generated/incls mkdir -p linux_i486_compiler1/generated/adfiles mkdir -p linux_i486_compiler1/generated/jvmtifiles [ -d linux_i486_compiler1/debug ] || { mkdir -p linux_i486_compiler1/debug; } cd linux_i486_compiler1/debug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=debug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/debug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating directory list ../shared_dirs.lst find -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/* -prune \ -type d \! \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files -o -name adlc -o -name opto -o -name libadt -o -name agent \) -exec find -L {} \ \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files \) -prune -o -type d -print \; > ../shared_dirs.lst Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = debug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "debug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/debug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/debug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/debug' touch linux_i486_compiler1/debug [ -d linux_i486_compiler1/fastdebug ] || { mkdir -p linux_i486_compiler1/fastdebug; } cd linux_i486_compiler1/fastdebug && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=fastdebug make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/fastdebug' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = fastdebug"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "fastdebug" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/fastdebug.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/fastdebug/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/fastdebug' touch linux_i486_compiler1/fastdebug [ -d linux_i486_compiler1/jvmg ] || { mkdir -p linux_i486_compiler1/jvmg; } cd linux_i486_compiler1/jvmg && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=jvmg make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/jvmg' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = jvmg"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "jvmg" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmg.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/jvmg/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/jvmg' touch linux_i486_compiler1/jvmg [ -d linux_i486_compiler1/optimized ] || { mkdir -p linux_i486_compiler1/optimized; } cd linux_i486_compiler1/optimized && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=optimized make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/optimized' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = optimized"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "optimized" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/optimized/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/optimized' touch linux_i486_compiler1/optimized [ -d linux_i486_compiler1/product ] || { mkdir -p linux_i486_compiler1/product; } cd linux_i486_compiler1/product && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=product make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = product"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "product" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/product.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/product/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' touch linux_i486_compiler1/product [ -d linux_i486_compiler1/profiled ] || { mkdir -p linux_i486_compiler1/profiled; } cd linux_i486_compiler1/profiled && /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make env.sh env.csh .dbxrc test_gamma GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 VARIANT=compiler1 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 TARGET=profiled make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/profiled' Creating Makefile ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/top.make"; \ ) > Makefile Creating flags.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo "Platform_file = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486" | sed 's|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|'; \ sed -n '/=/s/^ */Platform_/p' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486; \ echo; \ echo "GAMMADIR = /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot"; \ echo "SYSDEFS = \$(Platform_sysdefs)"; \ echo "SRCARCH = x86"; \ echo "BUILDARCH = i486"; \ echo "LIBARCH = i386"; \ echo "TARGET = profiled"; \ echo "HS_BUILD_VER = 14.0-b08"; \ echo "JRE_RELEASE_VER = 1.6.0_0-b14"; \ echo "SA_BUILD_VERSION = 14.0-b08"; \ echo "HOTSPOT_BUILD_USER = pavel"; \ echo "HOTSPOT_VM_DISTRO = OpenJDK"; \ echo; \ echo "Src_Dirs = \\"; \ sed 's/$/ \\/;s|/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot|$(GAMMADIR)|' ../shared_dirs.lst; \ echo "\$(GAMMADIR)/src/cpu/x86/vm \\"; \ echo "\$(GAMMADIR)/src/os/linux/vm \\"; \ echo "\$(GAMMADIR)/src/os_cpu/linux_x86/vm"; \ [ -n "" ] && \ echo && echo "CFLAGS_BROWSE = "; \ [ -n "" ] && \ echo && \ echo "HOTSPOT_EXTRA_SYSDEFS\$(HOTSPOT_EXTRA_SYSDEFS) = " && \ echo "SYSDEFS += \$(HOTSPOT_EXTRA_SYSDEFS)"; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/compiler1.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/gcc.make"; \ ) > flags.make Creating flags_vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ [ "profiled" = profiled ] && \ echo "include \$(GAMMADIR)/make/linux/makefiles/optimized.make"; \ echo "include \$(GAMMADIR)/make/linux/makefiles/profiled.make"; \ ) > flags_vm.make Creating vm.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo include flags_vm.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/vm.make"; \ ) > vm.make Creating adlc.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/adlc.make"; \ ) > adlc.make Creating jvmti.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/jvmti.make"; \ ) > jvmti.make Creating sa.make ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo; \ echo include flags.make; \ echo; \ echo "include \$(GAMMADIR)/make/linux/makefiles/sa.make"; \ ) > sa.make Creating env.sh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && { echo ": \${JAVA_HOME:=${JAVA_HOME}}"; }; \ { \ echo "LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}\${JAVA_HOME}/jre/lib/i386/native_threads:\${JAVA_HOME}/jre/lib/i386:"; \ echo "CLASSPATH=${CLASSPATH:+$CLASSPATH:}.:\${JAVA_HOME}/jre/lib/rt.jar:\${JAVA_HOME}/jre/lib/i18n.jar"; \ } | sed s:${JAVA_HOME:--------}:\${JAVA_HOME}:g; \ echo "HOTSPOT_BUILD_USER=\"${LOGNAME:-$USER} in `basename /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot`\""; \ echo "export JAVA_HOME LD_LIBRARY_PATH CLASSPATH HOTSPOT_BUILD_USER"; \ ) > env.sh Creating env.csh ... ( \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ [ -n "$JAVA_HOME" ] && \ { echo "if (! \$?JAVA_HOME) setenv JAVA_HOME \"$JAVA_HOME\""; }; \ sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' env.sh; \ ) > env.csh Creating .dbxrc ... ( \ echo "echo '# Loading linux_i486_compiler1/profiled/.dbxrc'"; \ echo "if [ -f \"\${HOTSPOT_DBXWARE}\" ]"; \ echo "then"; \ echo " source \"\${HOTSPOT_DBXWARE}\""; \ echo "elif [ -f \"\$HOME/.dbxrc\" ]"; \ echo "then"; \ echo " source \"\$HOME/.dbxrc\""; \ echo "fi"; \ ) > .dbxrc Creating test_gamma ... ( \ echo '#!/bin/sh'; \ echo "# Generated by /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/buildtree.make"; \ echo '. ./env.sh'; \ echo "if [ -z \$JAVA_HOME ]; then { echo "JAVA_HOME must be set to run this test."; exit 0; }; fi"; \ echo "if ! \${JAVA_HOME}/bin/java -d32 -fullversion 2>&1 > /dev/null"; \ echo "then"; \ echo " echo "JAVA_HOME must point to 32bit JDK."; exit 0;"; \ echo "fi"; \ echo "rm -f Queens.class"; \ echo "\${JAVA_HOME}/bin/javac -d . /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/test/Queens.java"; \ echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \ echo './${gamma:-gamma} -Xbatch -showversion Queens < /dev/null'; \ ) > test_gamma chmod +x test_gamma make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/profiled' touch linux_i486_compiler1/profiled make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' cd linux_i486_compiler1/product && /usr/bin/make -w make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Removing /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB.current to force regeneration. cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_core /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_gc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_gc_parallel /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_parallelScavenge /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_parNew /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_g1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_serial /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/includeDB_gc_shared /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_jvmti /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_features /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/includeDB_compiler1 > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; if [ ! -r incls ] ; then \ mkdir incls ; \ fi cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; (echo cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; echo /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -DUSE_PRECOMPILED_HEADER -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated MakeDeps diffs UnixPlatform /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/platform.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB.current /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB ) > makeDeps.sh cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/makeDeps.sh Old database: computing closures New database: reading database: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB computing closures Deltas: updating output files The order of .c or .s has changed, or the grand include file has changed. writing individual include files creating abstractCompiler.cpp creating accessFlags.cpp creating allocation.cpp creating aprofiler.cpp creating arguments.cpp creating array.cpp creating arrayKlass.cpp creating arrayKlassKlass.cpp creating arrayOop.cpp creating assembler.cpp creating assembler_x86.cpp creating assembler_linux_x86.cpp creating atomic.cpp creating barrierSet.cpp creating bcEscapeAnalyzer.cpp creating biasedLocking.cpp creating bitMap.cpp creating blockOffsetTable.cpp creating bytecode.cpp creating bytecodeHistogram.cpp creating bytecodeInterpreter.cpp creating bytecodeInterpreter_x86.cpp creating bytecodeInterpreterWithChecks.cpp creating bytecodeStream.cpp creating bytecodeTracer.cpp creating bytecodes.cpp creating bytecodes_x86.cpp creating cardTableModRefBS.cpp creating cardTableRS.cpp creating ciArray.cpp creating ciArrayKlass.cpp creating ciConstant.cpp creating ciConstantPoolCache.cpp creating ciEnv.cpp creating ciExceptionHandler.cpp creating ciField.cpp creating ciFlags.cpp creating ciInstance.cpp creating ciInstanceKlass.cpp creating ciInstanceKlassKlass.cpp creating ciKlass.cpp creating ciKlassKlass.cpp creating ciMethod.cpp creating ciMethodBlocks.cpp creating ciMethodData.cpp creating ciMethodKlass.cpp creating ciNullObject.cpp creating ciObjArray.cpp creating ciObjArrayKlass.cpp creating ciObjArrayKlassKlass.cpp creating ciObject.cpp creating ciObjectFactory.cpp creating ciSignature.cpp creating ciStreams.cpp creating ciSymbol.cpp creating ciSymbolKlass.cpp creating ciType.cpp creating ciTypeArray.cpp creating ciTypeArrayKlass.cpp creating ciTypeArrayKlassKlass.cpp creating ciUtilities.cpp creating classFileError.cpp creating classFileParser.cpp creating classFileStream.cpp creating classLoader.cpp creating classLoadingService.cpp creating classify.cpp creating codeBlob.cpp creating codeBuffer.cpp creating codeCache.cpp creating collectorPolicy.cpp creating compactingPermGenGen.cpp creating compilationPolicy.cpp creating compileBroker.cpp creating compileLog.cpp creating compiledIC.cpp creating compiledICHolderKlass.cpp creating compiledICHolderOop.cpp creating compilerOracle.cpp creating compressedStream.cpp creating constMethodKlass.cpp creating constMethodOop.cpp creating constantPoolKlass.cpp creating constantPoolOop.cpp creating constantTag.cpp creating copy.cpp creating cpCacheKlass.cpp creating cpCacheOop.cpp creating cppInterpreter.cpp creating cppInterpreter_x86.cpp creating debug.cpp creating debugInfo.cpp creating debugInfoRec.cpp creating debug_x86.cpp creating defNewGeneration.cpp creating deoptimization.cpp creating depChecker_x86.cpp creating dependencies.cpp creating dictionary.cpp creating disassembler.cpp creating dtraceAttacher.cpp creating dtraceJSDT.cpp creating dtraceJSDT_linux.cpp creating events.cpp creating evmCompat.cpp creating exceptionHandlerTable.cpp creating exceptions.cpp creating fieldDescriptor.cpp creating fieldType.cpp creating filemap.cpp creating frame.cpp creating frame_x86.cpp creating gcLocker.cpp creating genCollectedHeap.cpp creating genMarkSweep.cpp creating genRemSet.cpp creating generateOopMap.cpp creating generation.cpp creating generationSpec.cpp creating globalDefinitions.cpp creating globals.cpp creating growableArray.cpp creating handles.cpp creating hashtable.cpp creating heap.cpp creating histogram.cpp creating hpi.cpp creating hpi_linux.cpp creating icBuffer.cpp creating icBuffer_x86.cpp creating icache.cpp creating icache_x86.cpp creating init.cpp creating instanceKlass.cpp creating instanceKlassKlass.cpp creating instanceOop.cpp creating instanceRefKlass.cpp creating interfaceSupport.cpp creating interp_masm_x86_32.cpp creating interpreter.cpp creating interpreterRT_x86_32.cpp creating interpreterRuntime.cpp creating interpreter_x86_32.cpp creating invocationCounter.cpp creating intHisto.cpp creating iterator.cpp creating java.cpp creating javaAssertions.cpp creating javaCalls.cpp creating javaClasses.cpp creating jni.cpp creating jniFastGetField.cpp creating jniFastGetField_x86_32.cpp creating jniHandles.cpp creating jniPeriodicChecker.cpp creating jvm.cpp creating jvm_linux.cpp creating klass.cpp creating klassKlass.cpp creating klassOop.cpp creating klassVtable.cpp creating linkResolver.cpp creating loaderConstraints.cpp creating location.cpp creating lowMemoryDetector.cpp creating management.cpp creating markOop.cpp creating markSweep.cpp creating memRegion.cpp creating memoryManager.cpp creating memoryPool.cpp creating memoryService.cpp creating memprofiler.cpp creating methodComparator.cpp creating methodDataKlass.cpp creating methodDataOop.cpp creating methodKlass.cpp creating methodLiveness.cpp creating methodOop.cpp creating monitorChunk.cpp creating mutex.cpp creating mutexLocker.cpp creating mutex_linux.cpp creating nativeInst_x86.cpp creating nativeLookup.cpp creating nmethod.cpp creating numberSeq.cpp creating objArrayKlass.cpp creating objArrayKlassKlass.cpp creating objArrayOop.cpp creating objectMonitor_linux.cpp creating oop.cpp creating oopFactory.cpp creating oopMap.cpp creating oopMapCache.cpp creating oopRecorder.cpp creating oopsHierarchy.cpp creating orderAccess.cpp creating os.cpp creating os_linux_x86.cpp creating os_linux.cpp creating osThread.cpp creating osThread_linux.cpp creating ostream.cpp creating pcDesc.cpp creating perf.cpp creating perfData.cpp creating perfMemory.cpp creating perfMemory_linux.cpp creating permGen.cpp creating placeholders.cpp creating preserveException.cpp creating privilegedStack.cpp creating referencePolicy.cpp creating referenceProcessor.cpp creating reflection.cpp creating reflectionUtils.cpp creating register.cpp creating register_x86.cpp creating register_definitions_x86.cpp creating relocInfo.cpp creating relocInfo_x86.cpp creating relocator.cpp creating resolutionErrors.cpp creating resourceArea.cpp creating rewriter.cpp creating rframe.cpp creating runtimeService.cpp creating safepoint.cpp creating scopeDesc.cpp creating sharedHeap.cpp creating sharedRuntime.cpp creating sharedRuntime_x86_32.cpp creating sharedRuntimeTrans.cpp creating sharedRuntimeTrig.cpp creating signature.cpp creating sizes.cpp creating space.cpp creating spaceDecorator.cpp creating specialized_oop_closures.cpp creating stackMapFrame.cpp creating stackMapTable.cpp creating stackValue.cpp creating stackValueCollection.cpp creating statSampler.cpp creating stubCodeGenerator.cpp creating stubGenerator_x86_32.cpp creating stubRoutines.cpp creating stubRoutines_x86_32.cpp creating stubRoutines_linux.cpp creating stubs.cpp creating sweeper.cpp creating symbolKlass.cpp creating symbolOop.cpp creating symbolTable.cpp creating synchronizer.cpp creating systemDictionary.cpp creating task.cpp creating taskqueue.cpp creating templateInterpreter.cpp creating templateInterpreter_x86_32.cpp creating templateTable.cpp creating templateTable_x86_32.cpp creating tenuredGeneration.cpp creating thread.cpp creating thread_linux_x86.cpp creating threadCritical_linux.cpp creating threadLS_linux_x86.cpp creating threadLocalAllocBuffer.cpp creating threadLocalStorage.cpp creating threadService.cpp creating timer.cpp creating typeArrayKlass.cpp creating typeArrayKlassKlass.cpp creating typeArrayOop.cpp creating unhandledOops.cpp creating universe.cpp creating unsafe.cpp creating utf8.cpp creating verificationType.cpp creating verifier.cpp creating vframe.cpp creating vframeArray.cpp creating vframe_hp.cpp creating virtualspace.cpp creating vmError.cpp creating vmError_linux.cpp creating vmSymbols.cpp creating vmThread.cpp creating vm_operations.cpp creating vm_version.cpp creating vm_version_x86_32.cpp creating vm_version_linux_x86.cpp creating vmreg.cpp creating vmreg_x86.cpp creating vtableStubs.cpp creating vtableStubs_x86_32.cpp creating vtune_linux.cpp creating workgroup.cpp creating xmlstream.cpp creating collectedHeap.cpp creating gcCause.cpp creating heapDumper.cpp creating heapInspection.cpp creating jvmtiExport.cpp creating jvmtiTagMap.cpp creating psMemoryPool.cpp creating vmStructs.cpp creating adjoiningGenerations.cpp creating adjoiningVirtualSpaces.cpp creating asPSOldGen.cpp creating asPSYoungGen.cpp creating cardTableExtension.cpp creating gcTaskManager.cpp creating gcTaskThread.cpp creating objectStartArray.cpp creating parallelScavengeHeap.cpp creating parMarkBitMap.cpp creating psAdaptiveSizePolicy.cpp creating psCompactionManager.cpp creating psGCAdaptivePolicyCounters.cpp creating psGenerationCounters.cpp creating psMarkSweep.cpp creating psMarkSweepDecorator.cpp creating psParallelCompact.cpp creating psOldGen.cpp creating psPermGen.cpp creating psPromotionManager.cpp creating psPromotionLAB.cpp creating psScavenge.cpp creating pcTasks.cpp creating psTasks.cpp creating psVirtualspace.cpp creating psYoungGen.cpp creating vmPSOperations.cpp creating binaryTreeDictionary.cpp creating cmsAdaptiveSizePolicy.cpp creating cmsCollectorPolicy.cpp creating cmsGCAdaptivePolicyCounters.cpp creating cmsLockVerifier.cpp creating cmsPermGen.cpp creating compactibleFreeListSpace.cpp creating concurrentMarkSweepGeneration.cpp creating concurrentMarkSweepThread.cpp creating freeBlockDictionary.cpp creating freeChunk.cpp creating freeList.cpp creating vmCMSOperations.cpp creating yieldingWorkgroup.cpp creating asParNewGeneration.cpp creating parCardTableModRefBS.cpp creating parGCAllocBuffer.cpp creating parNewGeneration.cpp creating collectionSetChooser.cpp creating concurrentG1Refine.cpp creating concurrentG1RefineThread.cpp creating concurrentMark.cpp creating concurrentMarkThread.cpp creating concurrentZFThread.cpp creating dirtyCardQueue.cpp creating g1BlockOffsetTable.cpp creating g1CollectedHeap.cpp creating g1CollectorPolicy.cpp creating g1_globals.cpp creating g1MarkSweep.cpp creating g1MMUTracker.cpp creating g1RemSet.cpp creating g1SATBCardTableModRefBS.cpp creating heapRegion.cpp creating heapRegionRemSet.cpp creating heapRegionSeq.cpp creating ptrQueue.cpp creating satbQueue.cpp creating sparsePRT.cpp creating survRateGroup.cpp creating vm_operations_g1.cpp creating adaptiveSizePolicy.cpp creating ageTable.cpp creating collectorCounters.cpp creating cSpaceCounters.cpp creating gcPolicyCounters.cpp creating gcStats.cpp creating gcUtil.cpp creating generationCounters.cpp creating vmGCOperations.cpp creating concurrentGCThread.cpp creating coTracker.cpp creating allocationStats.cpp creating gcAdaptivePolicyCounters.cpp creating gcOverheadReporter.cpp creating gSpaceCounters.cpp creating immutableSpace.cpp creating mutableNUMASpace.cpp creating mutableSpace.cpp creating spaceCounters.cpp creating jvmtiClassFileReconstituter.cpp creating jvmtiEnter.cpp creating jvmtiEnterTrace.cpp creating jvmtiEnv.cpp creating jvmtiEnvBase.cpp creating jvmtiEnvThreadState.cpp creating jvmtiEventController.cpp creating jvmtiGetLoadedClasses.cpp creating jvmtiManageCapabilities.cpp creating jvmtiRedefineClasses.cpp creating jvmtiThreadState.cpp creating jvmtiUtil.cpp creating attachListener.cpp creating attachListener_linux.cpp creating dump.cpp creating dump_x86_32.cpp creating forte.cpp creating fprofiler.cpp creating jniCheck.cpp creating jvmtiCodeBlobEvents.cpp creating jvmtiExtensions.cpp creating jvmtiImpl.cpp creating jvmtiTrace.cpp creating restore.cpp creating serialize.cpp creating c1_CFGPrinter.cpp creating c1_Canonicalizer.cpp creating c1_CodeStubs_x86.cpp creating c1_Compilation.cpp creating c1_Compiler.cpp creating c1_Defs.cpp creating c1_FpuStackSim_x86.cpp creating c1_FrameMap.cpp creating c1_FrameMap_x86.cpp creating c1_globals.cpp creating c1_GraphBuilder.cpp creating c1_IR.cpp creating c1_Instruction.cpp creating c1_InstructionPrinter.cpp creating c1_LIR.cpp creating c1_LIRAssembler.cpp creating c1_LIRAssembler_x86.cpp creating c1_LIRGenerator.cpp creating c1_LIRGenerator_x86.cpp creating c1_LinearScan.cpp creating c1_LinearScan_x86.cpp creating c1_MacroAssembler_x86.cpp creating c1_Optimizer.cpp creating c1_Runtime1.cpp creating c1_Runtime1_x86.cpp creating c1_ValueMap.cpp creating c1_ValueSet.cpp creating c1_ValueStack.cpp creating c1_ValueType.cpp writing grand include file writing dependencies file cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; cp includeDB /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/includeDB.current cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated; cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/platform_i486 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/platform.current make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvFill.java Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnv.hpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiHpp.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnv.hpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnter.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnter.cpp -PARAM interface jvmti Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnter.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnterTrace.cpp -PARAM interface jvmti -PARAM trace Trace Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvStub.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiEnvFill /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvStub.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmtiEnvRecommended.cpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Generating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiH.xsl -OUT /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/jvmtifiles/jvmti.h make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f sa.make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar; \ fi make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' echo "Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar" Making /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi if [ ! -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar ] ; then \ echo "Missing /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar file. Use 1.6.0 or later version of JDK";\ echo ""; \ exit 1; \ fi if [ ! -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses ] ; then \ mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses; \ fi /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/CLHSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/DebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotSolarisVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/LinuxVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/RMIHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/Win32VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/AbstractInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Arithmetic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BaseIndexScaleDispAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CPUHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/DummySymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Immediate.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ImmediateOrRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/IndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/InstructionVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Operand.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLDataTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/RTLOperations.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/StoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/SymbolFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/AMD64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/IA64Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/CoprocessorDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FP2RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FPopDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/FlushDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/Format3ADecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IllegalInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/JmplDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/LogicDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/MemoryInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RegisterDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RestoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/RettDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArgument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCAtomicLoadStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFP2RegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFPMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFlushInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCFormat3AInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCIndirectCallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCInstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCJmplInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLdstubInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCLogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCMoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCNoopInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCOpcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisterType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRestoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCRettInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSaveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSethiInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSpecialStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStbarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCSwapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCTrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCUnimpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV8Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9CasInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ConditionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9DoneInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FMOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9FlushwInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9IlltrapInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ImpdepInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVccInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MOVrInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9MembarInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PopcInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrefetchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9PrivilegedRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RdprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterBranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RestoredInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9RetryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9ReturnInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SavedInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SirInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisterInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9SpecialRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCV9WrprInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCWriteInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SaveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SethiDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialLoadStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/StoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/TrapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/UnimpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V8FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLdstubDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpacePrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9AlternateSpaceSwapDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CCBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9CasDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9DoneRetryDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FMOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop1Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FPop2Decoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FloatBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9FlushwDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntRegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9IntegerBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVccDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9MOVrDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PopcDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrefetchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9PrivilegedReadWriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RdprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ReadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9RegisterBranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SavedRestoredDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9SpecialStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/V9WrprDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/WriteDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/BranchDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/CallDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ConditionalJmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPLoadDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FPStoreDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/FloatGRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/GRPDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/InstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/JmpDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/LogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/MoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/RotateDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEArithmeticDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEInstructionDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSELogicalDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEMoveDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/SSEShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ShiftDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86BranchInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CallInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86CondJmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86DirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Disassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPArithmeticInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FPStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86FloatRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86GeneralInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86IllegalInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Instruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86InstructionFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86JmpInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86LogicInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MMXRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MemoryInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveLoadInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86MoveStoreInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Opcodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86PCRelativeAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Register.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterDirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterIndirectAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RegisterPart.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Registers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86RotateInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisterAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86SegmentRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86ShiftInstruction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegister.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86XMMRegisters.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpot.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/JavaLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PCFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/PackageScanner.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/RegisterPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTraceEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/StackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/ThreadListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/VariablePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/AddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/EnumTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/ObjectTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/Runtime1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/BufferBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CodeCacheVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/CompressedWriteStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantDoubleValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantIntValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantLongValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ConstantOopReadValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DebugInformationRecorder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/DeoptimizationBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ExceptionBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Location.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/LocationValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/MonitorValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/NMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/RuntimeStub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SafepointBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ScopeValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/SingletonBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/Stub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/StubQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/UncommonTrapBlob.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/VMRegImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/AddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/InputLexer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/LongHashMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescription.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIA64.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIntelX86.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC64Bit.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionTwosComplement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MappedByteBufferDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NoSuchSymbolException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/NotInHeapException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Page.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/PageFetcher.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ProcessInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/RandomAccessFileDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ReadResult.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/SymbolLookup.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadProxy.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnalignedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/UnmappedAddressException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/AccessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/BlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CVAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ClosestSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/CompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/DoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/EnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/FunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/GlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/IntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LineNumberVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LoadObjectComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/LocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/MemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ProcessControl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/RefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Sym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TemplateType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/TypeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/VoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicArrayType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBitType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCompoundType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDebugEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicDoubleType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFloatType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicIntType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicMemberFunctionType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicNamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicRefType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicVoidType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyBlockSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/LazyType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/ResolveListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/amd64/AMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/x86/X86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThreadContextFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/ia64/LinuxIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/LinuxSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86CFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/DSO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHashTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFProgramHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFStringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ELFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/SharedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/ProcSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/ProcX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/RemoteAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/RemoteSPARCThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/RemoteX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestHelloWorld.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntryConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32OopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxBfEfRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFileRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxFunctionDefinitionRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSectionDefinitionsRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxSymbolRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/AuxWeakExternalRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFile.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFFileParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFLineNumber.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFRelocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COFFSymbolConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/COMDATSelectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/Characteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DLLCharacteristics.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DataDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugDirectoryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50MemberAttributes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50ReservedTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSAlignSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSFileIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalPub.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSLibraries.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSMPC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap16.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSOffsetMap32.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPreComp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSPublicSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcLnSeg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSStaticSym.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbolBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbols.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SSTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegDescEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SegInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModFileDesc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModLineNumberMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeLeafIndices.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50WrongNumericTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DebugVC50X86RegisterEnums.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/DumpExports.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/MachineTypes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderStandardFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/OptionalHeaderWindowsSpecificFields.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/SectionHeader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestDebugInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TestParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/TypeIndicators.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/WindowsNTSubsystem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/AddressDataSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/DLL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgOopHandle.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/WindbgIA64ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSOldGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/PSYoungGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/ParallelScavengeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/ImmutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/MutableSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeapName.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeBipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeCheckCast.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeDisassembler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastAAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastIAccess0.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetPut.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGetStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGoto.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeGotoW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeIinc.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInstanceOf.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInvoke.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJmp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeJsrW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoad.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadConstant.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLoadStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeLookupswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeMultiANewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNew.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeNewArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodePutStatic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeRet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeSipush.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStore.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeTableswitch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWideable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithCPIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/Interpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/InterpreterCodelet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/LookupswitchPair.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/MaskFillerForNative.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OffsetClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/OopMapForCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ArrayTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BaseLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/BooleanValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ByteValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/CharValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassLoaderReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ClassTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/DoubleValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/FloatValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/IntegerValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/InterfaceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JNITypeParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/JVMTIThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocalVariableImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LocationImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/LongValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MirrorImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/MonitorInfoImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/NonConcreteMethodImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/PrimitiveValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ReferenceTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SACoreAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SADebugServerAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SAPIDAttachingConnector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/SDE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ShortValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StackFrameImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StratumLineInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StringReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadGroupReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeComponentImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/TypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VMModifiers.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueContainer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidTypeImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/VoidValueImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/BreakpointEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CIntegerAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/CStringAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/Event.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ExceptionEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/JNIHandleAccessor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ServiceabilityAgentJVMDIModule.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSBitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSCollector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CMSPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CodeHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/CompactingPermGenGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ConcurrentMarkSweepGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContigPermSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ContiguousSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Dictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/DictionaryEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/EdenSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenCollectedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Generation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationIsInClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/GenerationSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/HeapBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/MemRegion.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OffsetTableContigSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/OneContigSpaceCardGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ParNewGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PermGen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/PlaceholderTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ProtectionDomainEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SharedHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Space.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SpaceClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/StringTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SymbolTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredGeneration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/TenuredSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/AccessFlags.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Array.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/BreakpointInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CellTypeStateList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CheckedExceptionElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompiledICHolderKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/CompressedLineNumberReadStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultOopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/DoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FieldType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/FloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/GenerateOopMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/HeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IndexableFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Instance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/IntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/JVMDIClassStatus.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/KlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LineNumberTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LocalVariableTableElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/LongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Mark.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Method.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodDataKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MethodKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/MutationException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NamedFieldIdentifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogramElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/OopVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/RawHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Symbol.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/SymbolKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/TypeArrayKlassKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/UnknownOopException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -source 1.4 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes -g -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AboutAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ActionUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignCenterAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignLeftAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/AlignRightAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ApplyAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/BackAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/CancelAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/DelegateAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ExitAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/FileMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/FinishAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/HelpMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/NewAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/NextAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/OkAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/OpenAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/SaveAsAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/StateChangeAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/action/ViewMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonMenuBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonToolBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/CommonUI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelButtonPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/OkCancelDialog.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/SplashScreen.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/StatusBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/TabsDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/ToggleActionPropertyChangeListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/com/sun/java/swing/ui/WizardDlg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/AddressVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ArgumentSizeComputer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Arguments.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicObjectLock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/BasicTypeSize.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Bytes.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/CompilerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConcurrentLocksPrinter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ConstructionException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/DeadlockDetector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ExternalVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/InterpretedVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandleBlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIHandles.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JNIid.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThreadState.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaVFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/JvmtiAgentThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/LowMemoryDetectorThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/MonitorInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/NativeSignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/OSThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ObjectSynchronizer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfDataPrologue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/PerfMemory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ResultTypeFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureConverter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/SignatureIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackFrameStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValueCollection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/StubRoutines.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ThreadLocalAllocBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMObjectFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMReg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VMVersionMismatchException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualConstructor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VirtualSpace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/WatcherThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/IA64RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/cInterpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_amd64/LinuxAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_ia64/LinuxIA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/LinuxX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/posix/POSIXSignals.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_amd64/SolarisAMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_sparc/SolarisSPARCJavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_x86/SolarisX86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCRegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/Win32AMD64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_ia64/Win32IA64JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/Win32X86JavaThreadPDAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86CurrentFrameGuess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86Frame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86JavaCallWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/X86RegisterMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FinalizerInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/FlagDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JSnap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/ObjectHistogram.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PStack.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/PermStat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/SysPropsDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/Tool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/NameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/PackageNameFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/JSDB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/SOQL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/AddressField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/CIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Field.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/JShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/NarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/OopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/PointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Type.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/TypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/WrongTypeException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicAddressFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicCIntegerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicFieldWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJBooleanField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJByteField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJCharField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJDoubleField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJFloatField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJIntField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJLongField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicJShortField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicNarrowOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicOopField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicPointerType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicVtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/VtblAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Annotation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/CommandProcessorPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DeadlockDetectionPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/DebuggerConsolePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditableAtEndDocument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Editor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorCommands.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/EditorFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindByQueryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInCodeCachePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindInHeapPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FindPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/FrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/GraphicsUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HeapParametersPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HighPrecisionJScrollBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/HistoryComboBox.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/Inspector.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JInternalFrameWrapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaStackTracePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/JavaThreadsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MemoryViewer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/MonitorCacheDumpPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectHistogramPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ObjectListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProcessListPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ProgressBarPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAEditorPane.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SAPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SourceCodePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/StringTransferable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/SysPropsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/ThreadInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMFlagsPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/VMVersionInfoPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindClassesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/FindCrashesAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/HSDBActionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/InspectAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/JavaStackTraceAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/MemoryAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ShowAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/action/ThreadInfoAction.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/ClassBrowserPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/CodeViewerPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/LongCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortHeaderMouseAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/SortableTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/TableModelComparator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadAddressTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BadOopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/BooleanTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CStringTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CTypeTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/CharTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/DoubleTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FieldTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/FloatTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/LongTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/OopTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/RootTreeNodeAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeGroupNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/AbstractTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/JTreeTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/SimpleTreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/TreeTableModelAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AddressOps.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Assert.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/AssertionFailure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BasicHashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/BitMapClosure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Bits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CPPExpressions.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/CStringUtilities.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ConstantTag.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/FindObjectByType.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Hashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableBucket.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HashtableEntry.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGXLWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapGraphWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/HeapProgressThunk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntegerEnum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/Interval.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/IntervalTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPath.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathElement.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/LivenessPathList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MarkBits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/MessageQueueBackend.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ObjectReader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerFinder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerLocation.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProcImageClassLoader.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ProgressiveHeapVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBColor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RBTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrsAnalysis.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/RobustOopDeterminator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/StreamMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/SystemDictionaryHelper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/TwoOopHashtable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/UnsupportedPlatformException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/WorkerThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedBoolean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedByte.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedChar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedDouble.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedFloat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedInt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedLong.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/memo/MemoizedShort.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/Callable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/DefaultScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/InvocableCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaClass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactory.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactoryImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaField.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaHeap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstance.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaInstanceKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObjArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaScriptEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaString.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArray.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaTypeArrayKlass.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaVM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MapScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/MethodCallable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ObjectVisitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLEngine.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/SOQLQuery.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ScriptObject.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer echo ""sun.jvm.hotspot.runtime.VM.saBuildVersion=14.0-b08"" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sa.properties rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql/sa.js cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/utilities/soql mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/ui/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/* cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/resources/*.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/sun/jvm/hotspot/ui/resources/ cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes/images/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses/ . /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar uf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/sa-jdi.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/share/classes META-INF/services/com.sun.jdi.connect.Connector /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javah -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated/saclasses -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/../generated -jni sun.jvm.hotspot.debugger.sparc.SPARCThreadContext make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' echo Generating precompiled header incls/_precompiled.incl.gch Generating precompiled header incls/_precompiled.incl.gch mkdir -p ./incls /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -x c++-header -c ../generated/incls/_precompiled.incl -o incls/_precompiled.incl.gch make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/abstractCompiler.cpp rm -f abstractCompiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o abstractCompiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/abstractCompiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/accessFlags.cpp rm -f accessFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o accessFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/accessFlags.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp rm -f adaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp rm -f adjoiningGenerations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningGenerations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp rm -f adjoiningVirtualSpaces.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o adjoiningVirtualSpaces.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp rm -f ageTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ageTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/allocation.cpp rm -f allocation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/allocation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp rm -f allocationStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o allocationStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/aprofiler.cpp rm -f aprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o aprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/aprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/arguments.cpp rm -f arguments.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arguments.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/arguments.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/array.cpp rm -f array.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o array.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/array.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlass.cpp rm -f arrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlassKlass.cpp rm -f arrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayOop.cpp rm -f arrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o arrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/arrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp rm -f asPSOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp rm -f asPSYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asPSYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp rm -f asParNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o asParNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/assembler.cpp rm -f assembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/assembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp rm -f assembler_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/assembler_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/assembler_x86.cpp rm -f assembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o assembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/assembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/atomic.cpp rm -f atomic.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o atomic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/atomic.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/attachListener.cpp rm -f attachListener.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/attachListener.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/attachListener_linux.cpp rm -f attachListener_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o attachListener_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/attachListener_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/barrierSet.cpp rm -f barrierSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o barrierSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/barrierSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp rm -f bcEscapeAnalyzer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bcEscapeAnalyzer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/bcEscapeAnalyzer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/biasedLocking.cpp rm -f biasedLocking.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o biasedLocking.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/biasedLocking.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp rm -f binaryTreeDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o binaryTreeDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/bitMap.cpp rm -f bitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/bitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/blockOffsetTable.cpp rm -f blockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o blockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/blockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecode.cpp rm -f bytecode.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecode.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecode.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp rm -f bytecodeHistogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeHistogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeHistogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp rm -f bytecodeInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Compiling ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp rm -f bytecodeInterpreterWithChecks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreterWithChecks.o ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp rm -f bytecodeInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeStream.cpp rm -f bytecodeStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp rm -f bytecodeTracer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodeTracer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodes.cpp rm -f bytecodes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/bytecodes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp rm -f bytecodes_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o bytecodes_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/bytecodes_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp rm -f c1_CFGPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CFGPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp rm -f c1_Canonicalizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Canonicalizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp rm -f c1_CodeStubs_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_CodeStubs_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_CodeStubs_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compilation.cpp rm -f c1_Compilation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compilation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compilation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compiler.cpp rm -f c1_Compiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Compiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Defs.cpp rm -f c1_Defs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Defs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Defs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp rm -f c1_FpuStackSim_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FpuStackSim_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FpuStackSim_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_FrameMap.cpp rm -f c1_FrameMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_FrameMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp rm -f c1_FrameMap_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_FrameMap_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_FrameMap_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp rm -f c1_GraphBuilder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_GraphBuilder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_IR.cpp rm -f c1_IR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_IR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_IR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Instruction.cpp rm -f c1_Instruction.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Instruction.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Instruction.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp rm -f c1_InstructionPrinter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_InstructionPrinter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIR.cpp rm -f c1_LIR.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIR.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIR.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp rm -f c1_LIRAssembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp rm -f c1_LIRAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp rm -f c1_LIRGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp rm -f c1_LIRGenerator_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LIRGenerator_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LinearScan.cpp rm -f c1_LinearScan.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_LinearScan.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp rm -f c1_LinearScan_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_LinearScan_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp rm -f c1_MacroAssembler_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_MacroAssembler_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Optimizer.cpp rm -f c1_Optimizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Optimizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Optimizer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Runtime1.cpp rm -f c1_Runtime1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_Runtime1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp rm -f c1_Runtime1_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_Runtime1_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueMap.cpp rm -f c1_ValueMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueSet.cpp rm -f c1_ValueSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueStack.cpp rm -f c1_ValueStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_globals.cpp rm -f c1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp rm -f cSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp rm -f cardTableExtension.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableExtension.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.cpp rm -f cardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableRS.cpp rm -f cardTableRS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cardTableRS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/cardTableRS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArray.cpp rm -f ciArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArrayKlass.cpp rm -f ciArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstant.cpp rm -f ciConstant.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstant.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstant.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp rm -f ciConstantPoolCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciConstantPoolCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciConstantPoolCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciEnv.cpp rm -f ciEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciExceptionHandler.cpp rm -f ciExceptionHandler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciExceptionHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciExceptionHandler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciField.cpp rm -f ciField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciFlags.cpp rm -f ciFlags.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciFlags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciFlags.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstance.cpp rm -f ciInstance.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstance.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstance.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlass.cpp rm -f ciInstanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp rm -f ciInstanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciInstanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciInstanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlass.cpp rm -f ciKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlassKlass.cpp rm -f ciKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethod.cpp rm -f ciMethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodBlocks.cpp rm -f ciMethodBlocks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodBlocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodBlocks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodData.cpp rm -f ciMethodData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodKlass.cpp rm -f ciMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciNullObject.cpp rm -f ciNullObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciNullObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciNullObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArray.cpp rm -f ciObjArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp rm -f ciObjArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp rm -f ciObjArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObject.cpp rm -f ciObject.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObject.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObject.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjectFactory.cpp rm -f ciObjectFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciObjectFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciObjectFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSignature.cpp rm -f ciSignature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSignature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSignature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciStreams.cpp rm -f ciStreams.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciStreams.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciStreams.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbol.cpp rm -f ciSymbol.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbol.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbol.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbolKlass.cpp rm -f ciSymbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciSymbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciSymbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciType.cpp rm -f ciType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArray.cpp rm -f ciTypeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp rm -f ciTypeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp rm -f ciTypeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciTypeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciTypeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciUtilities.cpp rm -f ciUtilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ciUtilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci/ciUtilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileError.cpp rm -f classFileError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileParser.cpp rm -f classFileParser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileParser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileParser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileStream.cpp rm -f classFileStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classFileStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classFileStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classLoader.cpp rm -f classLoader.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/classLoader.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/classLoadingService.cpp rm -f classLoadingService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classLoadingService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/classLoadingService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/classify.cpp rm -f classify.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o classify.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/classify.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp rm -f cmsAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp rm -f cmsCollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsCollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp rm -f cmsGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp rm -f cmsLockVerifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsLockVerifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp rm -f cmsPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cmsPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp rm -f coTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o coTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/coTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeBlob.cpp rm -f codeBlob.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBlob.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeBlob.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/codeBuffer.cpp rm -f codeBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/codeBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeCache.cpp rm -f codeCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o codeCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/codeCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/collectedHeap.cpp rm -f collectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/collectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp rm -f collectionSetChooser.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectionSetChooser.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp rm -f collectorCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/collectorPolicy.cpp rm -f collectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o collectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/collectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp rm -f compactibleFreeListSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactibleFreeListSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/compactingPermGenGen.cpp rm -f compactingPermGenGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O1 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compactingPermGenGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/compactingPermGenGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/compilationPolicy.cpp rm -f compilationPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilationPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/compilationPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp rm -f compileBroker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileBroker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileLog.cpp rm -f compileLog.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compileLog.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compileLog.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compiledIC.cpp rm -f compiledIC.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledIC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compiledIC.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp rm -f compiledICHolderKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderOop.cpp rm -f compiledICHolderOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compiledICHolderOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/compiledICHolderOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compilerOracle.cpp rm -f compilerOracle.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compilerOracle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/compilerOracle.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compressedStream.cpp rm -f compressedStream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o compressedStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/compressedStream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp rm -f concurrentG1Refine.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1Refine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp rm -f concurrentG1RefineThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentG1RefineThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp rm -f concurrentGCThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentGCThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp rm -f concurrentMark.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMark.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp rm -f concurrentMarkSweepGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp rm -f concurrentMarkSweepThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkSweepThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp rm -f concurrentMarkThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentMarkThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp rm -f concurrentZFThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o concurrentZFThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodKlass.cpp rm -f constMethodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodOop.cpp rm -f constMethodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constMethodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constMethodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolKlass.cpp rm -f constantPoolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolOop.cpp rm -f constantPoolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantPoolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/constantPoolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/constantTag.cpp rm -f constantTag.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o constantTag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/constantTag.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/copy.cpp rm -f copy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o copy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/copy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheKlass.cpp rm -f cpCacheKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheOop.cpp rm -f cpCacheOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cpCacheOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/cpCacheOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/cppInterpreter.cpp rm -f cppInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/cppInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp rm -f cppInterpreter_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o cppInterpreter_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/debug.cpp rm -f debug.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/debug.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfo.cpp rm -f debugInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfoRec.cpp rm -f debugInfoRec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debugInfoRec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/debugInfoRec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/debug_x86.cpp rm -f debug_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o debug_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/debug_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/defNewGeneration.cpp rm -f defNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o defNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/defNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/deoptimization.cpp rm -f deoptimization.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o deoptimization.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/deoptimization.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/depChecker_x86.cpp rm -f depChecker_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o depChecker_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/depChecker_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/dependencies.cpp rm -f dependencies.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dependencies.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/dependencies.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/dictionary.cpp rm -f dictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/dictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp rm -f dirtyCardQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dirtyCardQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/disassembler.cpp rm -f disassembler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o disassembler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/disassembler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/dtraceAttacher.cpp rm -f dtraceAttacher.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceAttacher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/dtraceAttacher.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/dtraceJSDT.cpp rm -f dtraceJSDT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/dtraceJSDT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp rm -f dtraceJSDT_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dtraceJSDT_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/dtraceJSDT_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/dump.cpp rm -f dump.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/dump.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/dump_x86_32.cpp rm -f dump_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o dump_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/dump_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/events.cpp rm -f events.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o events.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/events.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/evmCompat.cpp rm -f evmCompat.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o evmCompat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/evmCompat.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp rm -f exceptionHandlerTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptionHandlerTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/exceptionHandlerTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/exceptions.cpp rm -f exceptions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o exceptions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/exceptions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldDescriptor.cpp rm -f fieldDescriptor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldDescriptor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldDescriptor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldType.cpp rm -f fieldType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fieldType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fieldType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/filemap.cpp rm -f filemap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o filemap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/filemap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/forte.cpp rm -f forte.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o forte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/forte.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fprofiler.cpp rm -f fprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o fprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/fprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/frame.cpp rm -f frame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/frame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/frame_x86.cpp rm -f frame_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o frame_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/frame_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp rm -f freeBlockDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeBlockDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp rm -f freeChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp rm -f freeList.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o freeList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp rm -f g1BlockOffsetTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1BlockOffsetTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp rm -f g1CollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp rm -f g1CollectorPolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1CollectorPolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp rm -f g1MMUTracker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MMUTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp rm -f g1MarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1MarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp rm -f g1RemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1RemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1RemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp rm -f g1SATBCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1SATBCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp rm -f g1_globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o g1_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/g1_globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp rm -f gSpaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gSpaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp rm -f gcAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/gcCause.cpp rm -f gcCause.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcCause.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface/gcCause.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/gcLocker.cpp rm -f gcLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/gcLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp rm -f gcOverheadReporter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcOverheadReporter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcOverheadReporter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp rm -f gcPolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcPolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp rm -f gcStats.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcStats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp rm -f gcTaskManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp rm -f gcTaskThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcTaskThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp rm -f gcUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o gcUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp rm -f genCollectedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genCollectedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genCollectedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genMarkSweep.cpp rm -f genMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genRemSet.cpp rm -f genRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o genRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/genRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/generateOopMap.cpp rm -f generateOopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generateOopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/generateOopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generation.cpp rm -f generation.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generation.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generation.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp rm -f generationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generationSpec.cpp rm -f generationSpec.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o generationSpec.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/generationSpec.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/globalDefinitions.cpp rm -f globalDefinitions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globalDefinitions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/globalDefinitions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/globals.cpp rm -f globals.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/globals.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/growableArray.cpp rm -f growableArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o growableArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/growableArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/handles.cpp rm -f handles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o handles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/handles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/hashtable.cpp rm -f hashtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hashtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/hashtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heap.cpp rm -f heap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/heapDumper.cpp rm -f heapDumper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapDumper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/heapDumper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heapInspection.cpp rm -f heapInspection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapInspection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/heapInspection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp rm -f heapRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp rm -f heapRegionRemSet.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionRemSet.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp rm -f heapRegionSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o heapRegionSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/histogram.cpp rm -f histogram.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o histogram.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/histogram.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/hpi.cpp rm -f hpi.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/hpi.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/hpi_linux.cpp rm -f hpi_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o hpi_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/hpi_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/icBuffer.cpp rm -f icBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/icBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp rm -f icBuffer_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icBuffer_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icBuffer_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/icache.cpp rm -f icache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/icache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icache_x86.cpp rm -f icache_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o icache_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/icache_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp rm -f immutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o immutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/init.cpp rm -f init.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/init.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlass.cpp rm -f instanceKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlassKlass.cpp rm -f instanceKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceOop.cpp rm -f instanceOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceRefKlass.cpp rm -f instanceRefKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o instanceRefKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/instanceRefKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/intHisto.cpp rm -f intHisto.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o intHisto.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/intHisto.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/interfaceSupport.cpp rm -f interfaceSupport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interfaceSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/interfaceSupport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp rm -f interp_masm_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interp_masm_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreter.cpp rm -f interpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp rm -f interpreterRT_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRT_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreterRT_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp rm -f interpreterRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreterRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp rm -f interpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o interpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/interpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/invocationCounter.cpp rm -f invocationCounter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o invocationCounter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/invocationCounter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/iterator.cpp rm -f iterator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o iterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/iterator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/java.cpp rm -f java.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/java.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaAssertions.cpp rm -f javaAssertions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaAssertions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaAssertions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/javaCalls.cpp rm -f javaCalls.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaCalls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/javaCalls.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaClasses.cpp rm -f javaClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o javaClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/javaClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jni.cpp rm -f jni.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jni.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jni.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniCheck.cpp rm -f jniCheck.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniCheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniCheck.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniFastGetField.cpp rm -f jniFastGetField.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jniFastGetField.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp rm -f jniFastGetField_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniFastGetField_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniHandles.cpp rm -f jniHandles.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniHandles.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniHandles.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp rm -f jniPeriodicChecker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jniPeriodicChecker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/jniPeriodicChecker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp rm -f jvm.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/jvm_linux.cpp rm -f jvm_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvm_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/jvm_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp rm -f jvmtiClassFileReconstituter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiClassFileReconstituter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp rm -f jvmtiCodeBlobEvents.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiCodeBlobEvents.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiCodeBlobEvents.cpp Compiling ../generated/jvmtifiles/jvmtiEnter.cpp rm -f jvmtiEnter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnter.o ../generated/jvmtifiles/jvmtiEnter.cpp Compiling ../generated/jvmtifiles/jvmtiEnterTrace.cpp rm -f jvmtiEnterTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnterTrace.o ../generated/jvmtifiles/jvmtiEnterTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp rm -f jvmtiEnv.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp rm -f jvmtiEnvBase.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvBase.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp rm -f jvmtiEnvThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEnvThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEnvThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEventController.cpp rm -f jvmtiEventController.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiEventController.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiEventController.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExport.cpp rm -f jvmtiExport.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExport.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExtensions.cpp rm -f jvmtiExtensions.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiExtensions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiExtensions.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp rm -f jvmtiGetLoadedClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiGetLoadedClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiGetLoadedClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.cpp rm -f jvmtiImpl.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp rm -f jvmtiManageCapabilities.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiManageCapabilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp rm -f jvmtiRedefineClasses.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiRedefineClasses.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTagMap.cpp rm -f jvmtiTagMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTagMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTagMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiThreadState.cpp rm -f jvmtiThreadState.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiThreadState.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiThreadState.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTrace.cpp rm -f jvmtiTrace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiTrace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiTrace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiUtil.cpp rm -f jvmtiUtil.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o jvmtiUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiUtil.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klass.cpp rm -f klass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassKlass.cpp rm -f klassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassOop.cpp rm -f klassOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassVtable.cpp rm -f klassVtable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o klassVtable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/klassVtable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/linkResolver.cpp rm -f linkResolver.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o linkResolver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/linkResolver.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/loaderConstraints.cpp rm -f loaderConstraints.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o loaderConstraints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/loaderConstraints.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/location.cpp rm -f location.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o location.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/location.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/lowMemoryDetector.cpp rm -f lowMemoryDetector.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o lowMemoryDetector.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/lowMemoryDetector.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/management.cpp rm -f management.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o management.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/management.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/markOop.cpp rm -f markOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/markOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp rm -f markSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o markSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/memRegion.cpp rm -f memRegion.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memRegion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/memRegion.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryManager.cpp rm -f memoryManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryPool.cpp rm -f memoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryService.cpp rm -f memoryService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memoryService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/memoryService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/memprofiler.cpp rm -f memprofiler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o memprofiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/memprofiler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/methodComparator.cpp rm -f methodComparator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodComparator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/methodComparator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataKlass.cpp rm -f methodDataKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataOop.cpp rm -f methodDataOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodDataOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodDataOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodKlass.cpp rm -f methodKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/methodLiveness.cpp rm -f methodLiveness.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodLiveness.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/methodLiveness.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodOop.cpp rm -f methodOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o methodOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/methodOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/monitorChunk.cpp rm -f monitorChunk.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o monitorChunk.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/monitorChunk.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp rm -f mutableNUMASpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableNUMASpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp rm -f mutableSpace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutableSpace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutex.cpp rm -f mutex.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutex.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutexLocker.cpp rm -f mutexLocker.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutexLocker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/mutexLocker.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/mutex_linux.cpp rm -f mutex_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o mutex_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/mutex_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp rm -f nativeInst_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeInst_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/nativeLookup.cpp rm -f nativeLookup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nativeLookup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/nativeLookup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/nmethod.cpp rm -f nmethod.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o nmethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/nmethod.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/numberSeq.cpp rm -f numberSeq.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o numberSeq.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/numberSeq.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp rm -f objArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp rm -f objArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayOop.cpp rm -f objArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/objArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/objectMonitor_linux.cpp rm -f objectMonitor_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectMonitor_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/objectMonitor_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp rm -f objectStartArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o objectStartArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oop.cpp rm -f oop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/oopFactory.cpp rm -f oopFactory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/oopFactory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/oopMap.cpp rm -f oopMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler/oopMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/oopMapCache.cpp rm -f oopMapCache.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopMapCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/oopMapCache.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/oopRecorder.cpp rm -f oopRecorder.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopRecorder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/oopRecorder.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oopsHierarchy.cpp rm -f oopsHierarchy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o oopsHierarchy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/oopsHierarchy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/orderAccess.cpp rm -f orderAccess.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o orderAccess.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/orderAccess.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/os.cpp rm -f os.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/os.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/osThread.cpp rm -f osThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/osThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/osThread_linux.cpp rm -f osThread_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o osThread_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/osThread_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp rm -f os_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp rm -f os_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o os_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::init_system_properties_values()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:412: warning: deprecated conversion from string constant to 'char*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp: In static member function 'static void os::Linux::capture_initial_stack(size_t)': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 22 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 23 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%ld' expects type 'long int*', but argument 24 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 26 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 27 has type 'uintptr_t*' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1215: warning: format '%lu' expects type 'long unsigned int*', but argument 28 has type 'uintptr_t*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/ostream.cpp rm -f ostream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ostream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/ostream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp rm -f parCardTableModRefBS.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parCardTableModRefBS.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp rm -f parGCAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parGCAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp rm -f parMarkBitMap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parMarkBitMap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp rm -f parNewGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parNewGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp rm -f parallelScavengeHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o parallelScavengeHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/pcDesc.cpp rm -f pcDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/pcDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp rm -f pcTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o pcTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/perf.cpp rm -f perf.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/perf.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfData.cpp rm -f perfData.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfData.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfMemory.cpp rm -f perfMemory.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/perfMemory.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/perfMemory_linux.cpp rm -f perfMemory_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o perfMemory_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/perfMemory_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/permGen.cpp rm -f permGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o permGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/permGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/placeholders.cpp rm -f placeholders.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o placeholders.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/placeholders.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/preserveException.cpp rm -f preserveException.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o preserveException.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/preserveException.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/privilegedStack.cpp rm -f privilegedStack.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o privilegedStack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/privilegedStack.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp rm -f psAdaptiveSizePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psAdaptiveSizePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp rm -f psCompactionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psCompactionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp rm -f psGCAdaptivePolicyCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGCAdaptivePolicyCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp rm -f psGenerationCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psGenerationCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp rm -f psMarkSweep.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp rm -f psMarkSweepDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMarkSweepDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/psMemoryPool.cpp rm -f psMemoryPool.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psMemoryPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/psMemoryPool.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp rm -f psOldGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psOldGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp rm -f psParallelCompact.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psParallelCompact.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp rm -f psPermGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPermGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp rm -f psPromotionLAB.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionLAB.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp rm -f psPromotionManager.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psPromotionManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp rm -f psScavenge.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psScavenge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp rm -f psTasks.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psTasks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp rm -f psVirtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psVirtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp rm -f psYoungGen.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o psYoungGen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp rm -f ptrQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o ptrQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/ptrQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referencePolicy.cpp rm -f referencePolicy.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referencePolicy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referencePolicy.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp rm -f referenceProcessor.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o referenceProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/referenceProcessor.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflection.cpp rm -f reflection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflectionUtils.cpp rm -f reflectionUtils.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o reflectionUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/reflectionUtils.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/register.cpp rm -f register.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm/register.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp rm -f register_definitions_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_definitions_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_definitions_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_x86.cpp rm -f register_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o register_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/register_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/relocInfo.cpp rm -f relocInfo.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/relocInfo.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp rm -f relocInfo_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocInfo_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/relocInfo_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/relocator.cpp rm -f relocator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o relocator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/relocator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/resolutionErrors.cpp rm -f resolutionErrors.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resolutionErrors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/resolutionErrors.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/resourceArea.cpp rm -f resourceArea.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o resourceArea.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/resourceArea.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/restore.cpp rm -f restore.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o restore.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/restore.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/rewriter.cpp rm -f rewriter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rewriter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/rewriter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/rframe.cpp rm -f rframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o rframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/rframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/runtimeService.cpp rm -f runtimeService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o runtimeService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/runtimeService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/safepoint.cpp rm -f safepoint.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o safepoint.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/safepoint.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp rm -f satbQueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o satbQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/scopeDesc.cpp rm -f scopeDesc.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o scopeDesc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/scopeDesc.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/serialize.cpp rm -f serialize.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o serialize.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/serialize.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/sharedHeap.cpp rm -f sharedHeap.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedHeap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/sharedHeap.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp rm -f sharedRuntime.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp rm -f sharedRuntimeTrans.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrans.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrans.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp rm -f sharedRuntimeTrig.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O0 -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntimeTrig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sharedRuntimeTrig.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp rm -f sharedRuntime_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sharedRuntime_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/signature.cpp rm -f signature.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o signature.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/signature.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/sizes.cpp rm -f sizes.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sizes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/sizes.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/space.cpp rm -f space.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o space.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/space.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp rm -f spaceCounters.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceCounters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp rm -f spaceDecorator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o spaceDecorator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp rm -f sparsePRT.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sparsePRT.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/specialized_oop_closures.cpp rm -f specialized_oop_closures.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o specialized_oop_closures.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/specialized_oop_closures.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapFrame.cpp rm -f stackMapFrame.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapFrame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapFrame.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapTable.cpp rm -f stackMapTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackMapTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/stackMapTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValue.cpp rm -f stackValue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValueCollection.cpp rm -f stackValueCollection.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stackValueCollection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stackValueCollection.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/statSampler.cpp rm -f statSampler.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o statSampler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/statSampler.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp rm -f stubCodeGenerator.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubCodeGenerator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubCodeGenerator.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp rm -f stubGenerator_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubGenerator_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubGenerator_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubRoutines.cpp rm -f stubRoutines.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/stubRoutines.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/stubRoutines_linux.cpp rm -f stubRoutines_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/stubRoutines_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp rm -f stubRoutines_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubRoutines_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/stubs.cpp rm -f stubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o stubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/stubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp rm -f survRateGroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o survRateGroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/survRateGroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sweeper.cpp rm -f sweeper.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o sweeper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/sweeper.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolKlass.cpp rm -f symbolKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolOop.cpp rm -f symbolOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/symbolOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/symbolTable.cpp rm -f symbolTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o symbolTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/symbolTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp rm -f synchronizer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o synchronizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp: In member function 'void ObjectMonitor::ctAsserts()': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/synchronizer.cpp:430: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'int*' Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp rm -f systemDictionary.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o systemDictionary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/task.cpp rm -f task.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o task.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/task.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/taskqueue.cpp rm -f taskqueue.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o taskqueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/taskqueue.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateInterpreter.cpp rm -f templateInterpreter.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateInterpreter.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp rm -f templateInterpreter_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateInterpreter_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateTable.cpp rm -f templateTable.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter/templateTable.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp rm -f templateTable_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o templateTable_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp rm -f tenuredGeneration.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o tenuredGeneration.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/thread.cpp rm -f thread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/thread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/threadCritical_linux.cpp rm -f threadCritical_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadCritical_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/threadCritical_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp rm -f threadLS_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLS_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/threadLS_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp rm -f threadLocalAllocBuffer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalAllocBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/threadLocalStorage.cpp rm -f threadLocalStorage.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadLocalStorage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/threadLocalStorage.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/threadService.cpp rm -f threadService.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o threadService.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/threadService.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp rm -f thread_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o thread_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/thread_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/timer.cpp rm -f timer.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o timer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/timer.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlass.cpp rm -f typeArrayKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp rm -f typeArrayKlassKlass.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayKlassKlass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayKlassKlass.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayOop.cpp rm -f typeArrayOop.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o typeArrayOop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops/typeArrayOop.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/unhandledOops.cpp rm -f unhandledOops.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unhandledOops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/unhandledOops.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/universe.cpp rm -f universe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o universe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory/universe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/unsafe.cpp rm -f unsafe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o unsafe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/unsafe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/utf8.cpp rm -f utf8.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o utf8.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/utf8.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verificationType.cpp rm -f verificationType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verificationType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verificationType.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verifier.cpp rm -f verifier.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o verifier.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/verifier.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe.cpp rm -f vframe.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframeArray.cpp rm -f vframeArray.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframeArray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframeArray.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe_hp.cpp rm -f vframe_hp.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vframe_hp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vframe_hp.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/virtualspace.cpp rm -f virtualspace.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o virtualspace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/virtualspace.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp rm -f vmCMSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmCMSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/vmError.cpp rm -f vmError.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/vmError.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vmError_linux.cpp rm -f vmError_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmError_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vmError_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp rm -f vmGCOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmGCOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp rm -f vmPSOperations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmPSOperations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp rm -f vmStructs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmStructs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/vmSymbols.cpp rm -f vmSymbols.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmSymbols.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile/vmSymbols.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp rm -f vmThread.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp rm -f vm_operations.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp rm -f vm_operations_g1.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_operations_g1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp rm -f vm_version_linux_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_linux_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/vm_version_linux_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp rm -f vm_version_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vm_version_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vmreg.cpp rm -f vmreg.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vmreg.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vmreg_x86.cpp rm -f vmreg_x86.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vmreg_x86.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vmreg_x86.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vtableStubs.cpp rm -f vtableStubs.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code/vtableStubs.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp rm -f vtableStubs_x86_32.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtableStubs_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/vtableStubs_x86_32.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vtune_linux.cpp rm -f vtune_linux.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vtune_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/vtune_linux.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/workgroup.cpp rm -f workgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o workgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/workgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/xmlstream.cpp rm -f xmlstream.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o xmlstream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/xmlstream.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp rm -f yieldingWorkgroup.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o yieldingWorkgroup.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueType.cpp rm -f c1_ValueType.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o c1_ValueType.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1/c1_ValueType.cpp Assembling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f linux_x86_32.o /opt/lsb/bin/lsbcc -c -m32 -march=i586 -o linux_x86_32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s rm -f mapfile cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/mapfile-vers-product > mapfile Generating launcher.c { \ echo '#define debug launcher_debug'; \ echo '#include "java.c"'; \ echo '#include "java_md.c"'; \ } > launcher.c Making signal interposition lib... /opt/lsb/bin/lsbcc -m32 -march=i586 -shared -fpic \ -D_GNU_SOURCE -D_REENTRANT -o libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm/jsig.c -ldl if [ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent -a "x86" != "ia64" -a "x86" != "zero" ] ; then \ /usr/bin/make -f vm.make libsaproc.so; \ fi Compiling /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_version.cpp rm -f vm_version.o /opt/lsb/bin/lsbc++ -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" -DCOMPILER1 -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fno-stack-protector -U_FORTIFY_SOURCE -g -m32 -march=i586 -pipe -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wsign-compare -c -o vm_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime/vm_version.cpp make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi Making SA debugger back-end... /opt/lsb/bin/lsbcc -Di486 -D_GNU_SOURCE \ -m32 -march=i586 -shared -fpic \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux \ -I../generated \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/include/linux \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/salibelf.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/symtab.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/libproc_impl.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_proc.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_core.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/LinuxDebuggerLocal.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/lsb/lsb_thread_db.c \ -Xlinker --version-script=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/mapfile \ -o libsaproc.so \ -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/lsb/ -ldl rm -f mapfile_reorder cat mapfile > mapfile_reorder /opt/lsb/bin/lsbcc -g -c -o launcher.o launcher.c -m32 -march=i586 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/launcher -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -DFULL_VERSION=\"14.0-b08\" -DARCH=\"i386\" -DGAMMA -DLAUNCHER_TYPE=\"gamma\" -DLINK_INTO_LIBJVM -DLINUX -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/asm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/c1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/ci -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/classfile -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/code -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/compiler -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/shared -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/g1 -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parNew -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/gc_interface -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/interpreter -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/memory -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/oops -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/runtime -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/shark -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/utilities -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os/linux/vm -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/os_cpu/linux_x86/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b08\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"pavel\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.6.0_0-b14\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DDISTRIBUTION_ID="\"Ubuntu 9.04, package 6b14-1.4.1-0ubuntu7\"" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_proc.c: In function 'read_lib_info': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/agent/src/os/linux/ps_proc.c:260: warning: format '%lx' expects type 'long unsigned int *', but argument 3 has type 'intptr_t *' { \ echo Linking vm...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -shared \ -Xlinker --version-script=mapfile_reorder -Xlinker -soname=libjvm.so -o libjvm.so abstractCompiler.o accessFlags.o adaptiveSizePolicy.o adjoiningGenerations.o adjoiningVirtualSpaces.o ageTable.o allocation.o allocationStats.o aprofiler.o arguments.o array.o arrayKlass.o arrayKlassKlass.o arrayOop.o asPSOldGen.o asPSYoungGen.o asParNewGeneration.o assembler.o assembler_linux_x86.o assembler_x86.o atomic.o attachListener.o attachListener_linux.o barrierSet.o bcEscapeAnalyzer.o biasedLocking.o binaryTreeDictionary.o bitMap.o blockOffsetTable.o bytecode.o bytecodeHistogram.o bytecodeInterpreter.o bytecodeInterpreterWithChecks.o bytecodeInterpreter_x86.o bytecodeStream.o bytecodeTracer.o bytecodes.o bytecodes_x86.o c1_CFGPrinter.o c1_Canonicalizer.o c1_CodeStubs_x86.o c1_Compilation.o c1_Compiler.o c1_Defs.o c1_FpuStackSim_x86.o c1_FrameMap.o c1_FrameMap_x86.o c1_GraphBuilder.o c1_IR.o c1_Instruction.o c1_InstructionPrinter.o c1_LIR.o c1_LIRAssembler.o c1_LIRAssembler_x86.o c1_LIRGenerator.o c1_LIRGenerator_x86.o c1_LinearScan.o c1_LinearScan_x86.o c1_MacroAssembler_x86.o c1_Optimizer.o c1_Runtime1.o c1_Runtime1_x86.o c1_ValueMap.o c1_ValueSet.o c1_ValueStack.o c1_globals.o cSpaceCounters.o cardTableExtension.o cardTableModRefBS.o cardTableRS.o ciArray.o ciArrayKlass.o ciConstant.o ciConstantPoolCache.o ciEnv.o ciExceptionHandler.o ciField.o ciFlags.o ciInstance.o ciInstanceKlass.o ciInstanceKlassKlass.o ciKlass.o ciKlassKlass.o ciMethod.o ciMethodBlocks.o ciMethodData.o ciMethodKlass.o ciNullObject.o ciObjArray.o ciObjArrayKlass.o ciObjArrayKlassKlass.o ciObject.o ciObjectFactory.o ciSignature.o ciStreams.o ciSymbol.o ciSymbolKlass.o ciType.o ciTypeArray.o ciTypeArrayKlass.o ciTypeArrayKlassKlass.o ciUtilities.o classFileError.o classFileParser.o classFileStream.o classLoader.o classLoadingService.o classify.o cmsAdaptiveSizePolicy.o cmsCollectorPolicy.o cmsGCAdaptivePolicyCounters.o cmsLockVerifier.o cmsPermGen.o coTracker.o codeBlob.o codeBuffer.o codeCache.o collectedHeap.o collectionSetChooser.o collectorCounters.o collectorPolicy.o compactibleFreeListSpace.o compactingPermGenGen.o compilationPolicy.o compileBroker.o compileLog.o compiledIC.o compiledICHolderKlass.o compiledICHolderOop.o compilerOracle.o compressedStream.o concurrentG1Refine.o concurrentG1RefineThread.o concurrentGCThread.o concurrentMark.o concurrentMarkSweepGeneration.o concurrentMarkSweepThread.o concurrentMarkThread.o concurrentZFThread.o constMethodKlass.o constMethodOop.o constantPoolKlass.o constantPoolOop.o constantTag.o copy.o cpCacheKlass.o cpCacheOop.o cppInterpreter.o cppInterpreter_x86.o debug.o debugInfo.o debugInfoRec.o debug_x86.o defNewGeneration.o deoptimization.o depChecker_x86.o dependencies.o dictionary.o dirtyCardQueue.o disassembler.o dtraceAttacher.o dtraceJSDT.o dtraceJSDT_linux.o dump.o dump_x86_32.o events.o evmCompat.o exceptionHandlerTable.o exceptions.o fieldDescriptor.o fieldType.o filemap.o forte.o fprofiler.o frame.o frame_x86.o freeBlockDictionary.o freeChunk.o freeList.o g1BlockOffsetTable.o g1CollectedHeap.o g1CollectorPolicy.o g1MMUTracker.o g1MarkSweep.o g1RemSet.o g1SATBCardTableModRefBS.o g1_globals.o gSpaceCounters.o gcAdaptivePolicyCounters.o gcCause.o gcLocker.o gcOverheadReporter.o gcPolicyCounters.o gcStats.o gcTaskManager.o gcTaskThread.o gcUtil.o genCollectedHeap.o genMarkSweep.o genRemSet.o generateOopMap.o generation.o generationCounters.o generationSpec.o globalDefinitions.o globals.o growableArray.o handles.o hashtable.o heap.o heapDumper.o heapInspection.o heapRegion.o heapRegionRemSet.o heapRegionSeq.o histogram.o hpi.o hpi_linux.o icBuffer.o icBuffer_x86.o icache.o icache_x86.o immutableSpace.o init.o instanceKlass.o instanceKlassKlass.o instanceOop.o instanceRefKlass.o intHisto.o interfaceSupport.o interp_masm_x86_32.o interpreter.o interpreterRT_x86_32.o interpreterRuntime.o interpreter_x86_32.o invocationCounter.o iterator.o java.o javaAssertions.o javaCalls.o javaClasses.o jni.o jniCheck.o jniFastGetField.o jniFastGetField_x86_32.o jniHandles.o jniPeriodicChecker.o jvm.o jvm_linux.o jvmtiClassFileReconstituter.o jvmtiCodeBlobEvents.o jvmtiEnter.o jvmtiEnterTrace.o jvmtiEnv.o jvmtiEnvBase.o jvmtiEnvThreadState.o jvmtiEventController.o jvmtiExport.o jvmtiExtensions.o jvmtiGetLoadedClasses.o jvmtiImpl.o jvmtiManageCapabilities.o jvmtiRedefineClasses.o jvmtiTagMap.o jvmtiThreadState.o jvmtiTrace.o jvmtiUtil.o klass.o klassKlass.o klassOop.o klassVtable.o linkResolver.o loaderConstraints.o location.o lowMemoryDetector.o management.o markOop.o markSweep.o memRegion.o memoryManager.o memoryPool.o memoryService.o memprofiler.o methodComparator.o methodDataKlass.o methodDataOop.o methodKlass.o methodLiveness.o methodOop.o monitorChunk.o mutableNUMASpace.o mutableSpace.o mutex.o mutexLocker.o mutex_linux.o nativeInst_x86.o nativeLookup.o nmethod.o numberSeq.o objArrayKlass.o objArrayKlassKlass.o objArrayOop.o objectMonitor_linux.o objectStartArray.o oop.o oopFactory.o oopMap.o oopMapCache.o oopRecorder.o oopsHierarchy.o orderAccess.o os.o osThread.o osThread_linux.o os_linux.o os_linux_x86.o ostream.o parCardTableModRefBS.o parGCAllocBuffer.o parMarkBitMap.o parNewGeneration.o parallelScavengeHeap.o pcDesc.o pcTasks.o perf.o perfData.o perfMemory.o perfMemory_linux.o permGen.o placeholders.o preserveException.o privilegedStack.o psAdaptiveSizePolicy.o psCompactionManager.o psGCAdaptivePolicyCounters.o psGenerationCounters.o psMarkSweep.o psMarkSweepDecorator.o psMemoryPool.o psOldGen.o psParallelCompact.o psPermGen.o psPromotionLAB.o psPromotionManager.o psScavenge.o psTasks.o psVirtualspace.o psYoungGen.o ptrQueue.o referencePolicy.o referenceProcessor.o reflection.o reflectionUtils.o register.o register_definitions_x86.o register_x86.o relocInfo.o relocInfo_x86.o relocator.o resolutionErrors.o resourceArea.o restore.o rewriter.o rframe.o runtimeService.o safepoint.o satbQueue.o scopeDesc.o serialize.o sharedHeap.o sharedRuntime.o sharedRuntimeTrans.o sharedRuntimeTrig.o sharedRuntime_x86_32.o signature.o sizes.o space.o spaceCounters.o spaceDecorator.o sparsePRT.o specialized_oop_closures.o stackMapFrame.o stackMapTable.o stackValue.o stackValueCollection.o statSampler.o stubCodeGenerator.o stubGenerator_x86_32.o stubRoutines.o stubRoutines_linux.o stubRoutines_x86_32.o stubs.o survRateGroup.o sweeper.o symbolKlass.o symbolOop.o symbolTable.o synchronizer.o systemDictionary.o task.o taskqueue.o templateInterpreter.o templateInterpreter_x86_32.o templateTable.o templateTable_x86_32.o tenuredGeneration.o thread.o threadCritical_linux.o threadLS_linux_x86.o threadLocalAllocBuffer.o threadLocalStorage.o threadService.o thread_linux_x86.o timer.o typeArrayKlass.o typeArrayKlassKlass.o typeArrayOop.o unhandledOops.o universe.o unsafe.o utf8.o verificationType.o verifier.o vframe.o vframeArray.o vframe_hp.o virtualspace.o vmCMSOperations.o vmError.o vmError_linux.o vmGCOperations.o vmPSOperations.o vmStructs.o vmSymbols.o vmThread.o vm_operations.o vm_operations_g1.o vm_version.o vm_version_linux_x86.o vm_version_x86_32.o vmreg.o vmreg_x86.o vtableStubs.o vtableStubs_x86_32.o vtune_linux.o workgroup.o xmlstream.o yieldingWorkgroup.o c1_ValueType.o linux_x86_32.o -lgcc_s -lstdc++ -lrt -lm -ldl -lpthread; \ \ rm -f libjvm.so.1; ln -s libjvm.so libjvm.so.1; \ if [ -x /usr/sbin/selinuxenabled ] ; then \ /usr/sbin/selinuxenabled; \ if [ $? = 0 ] ; then \ /usr/bin/chcon -t textrel_shlib_t libjvm.so; \ if [ $? != 0 ]; then \ echo "ERROR: Cannot chcon libjvm.so"; \ fi \ fi \ fi \ } Linking vm... make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' { \ echo Linking launcher...; \ \ /opt/lsb/bin/lsbcc -m32 -march=i586 -Xlinker -O1 -Wl,-Bsymbolic-functions -m32 -march=i586 -export-dynamic -L `pwd` -o gamma launcher.o -ljvm -lm -ldl -lpthread -lstdc++ -lrt -lgcc_s; \ \ } Linking launcher... make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' All done. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product' cd linux_i486_compiler1/product && ./test_gamma java full version "1.6.0_0-b14" java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu7) OpenJDK Client VM (build 14.0-b08, mixed mode) 1. A1 B5 C8 D6 E3 F7 G2 H4 2. A1 B6 C8 D3 E7 F4 G2 H5 3. A1 B7 C4 D6 E8 F2 G5 H3 4. A1 B7 C5 D8 E2 F4 G6 H3 5. A2 B4 C6 D8 E3 F1 G7 H5 6. A2 B5 C7 D1 E3 F8 G6 H4 7. A2 B5 C7 D4 E1 F8 G6 H3 8. A2 B6 C1 D7 E4 F8 G3 H5 9. A2 B6 C8 D3 E1 F4 G7 H5 10. A2 B7 C3 D6 E8 F5 G1 H4 11. A2 B7 C5 D8 E1 F4 G6 H3 12. A2 B8 C6 D1 E3 F5 G7 H4 13. A3 B1 C7 D5 E8 F2 G4 H6 14. A3 B5 C2 D8 E1 F7 G4 H6 15. A3 B5 C2 D8 E6 F4 G7 H1 16. A3 B5 C7 D1 E4 F2 G8 H6 17. A3 B5 C8 D4 E1 F7 G2 H6 18. A3 B6 C2 D5 E8 F1 G7 H4 19. A3 B6 C2 D7 E1 F4 G8 H5 20. A3 B6 C2 D7 E5 F1 G8 H4 21. A3 B6 C4 D1 E8 F5 G7 H2 22. A3 B6 C4 D2 E8 F5 G7 H1 23. A3 B6 C8 D1 E4 F7 G5 H2 24. A3 B6 C8 D1 E5 F7 G2 H4 25. A3 B6 C8 D2 E4 F1 G7 H5 26. A3 B7 C2 D8 E5 F1 G4 H6 27. A3 B7 C2 D8 E6 F4 G1 H5 28. A3 B8 C4 D7 E1 F6 G2 H5 29. A4 B1 C5 D8 E2 F7 G3 H6 30. A4 B1 C5 D8 E6 F3 G7 H2 31. A4 B2 C5 D8 E6 F1 G3 H7 32. A4 B2 C7 D3 E6 F8 G1 H5 33. A4 B2 C7 D3 E6 F8 G5 H1 34. A4 B2 C7 D5 E1 F8 G6 H3 35. A4 B2 C8 D5 E7 F1 G3 H6 36. A4 B2 C8 D6 E1 F3 G5 H7 37. A4 B6 C1 D5 E2 F8 G3 H7 38. A4 B6 C8 D2 E7 F1 G3 H5 39. A4 B6 C8 D3 E1 F7 G5 H2 40. A4 B7 C1 D8 E5 F2 G6 H3 41. A4 B7 C3 D8 E2 F5 G1 H6 42. A4 B7 C5 D2 E6 F1 G3 H8 43. A4 B7 C5 D3 E1 F6 G8 H2 44. A4 B8 C1 D3 E6 F2 G7 H5 45. A4 B8 C1 D5 E7 F2 G6 H3 46. A4 B8 C5 D3 E1 F7 G2 H6 47. A5 B1 C4 D6 E8 F2 G7 H3 48. A5 B1 C8 D4 E2 F7 G3 H6 49. A5 B1 C8 D6 E3 F7 G2 H4 50. A5 B2 C4 D6 E8 F3 G1 H7 51. A5 B2 C4 D7 E3 F8 G6 H1 52. A5 B2 C6 D1 E7 F4 G8 H3 53. A5 B2 C8 D1 E4 F7 G3 H6 54. A5 B3 C1 D6 E8 F2 G4 H7 55. A5 B3 C1 D7 E2 F8 G6 H4 56. A5 B3 C8 D4 E7 F1 G6 H2 57. A5 B7 C1 D3 E8 F6 G4 H2 58. A5 B7 C1 D4 E2 F8 G6 H3 59. A5 B7 C2 D4 E8 F1 G3 H6 60. A5 B7 C2 D6 E3 F1 G4 H8 61. A5 B7 C2 D6 E3 F1 G8 H4 62. A5 B7 C4 D1 E3 F8 G6 H2 63. A5 B8 C4 D1 E3 F6 G2 H7 64. A5 B8 C4 D1 E7 F2 G6 H3 65. A6 B1 C5 D2 E8 F3 G7 H4 66. A6 B2 C7 D1 E3 F5 G8 H4 67. A6 B2 C7 D1 E4 F8 G5 H3 68. A6 B3 C1 D7 E5 F8 G2 H4 69. A6 B3 C1 D8 E4 F2 G7 H5 70. A6 B3 C1 D8 E5 F2 G4 H7 71. A6 B3 C5 D7 E1 F4 G2 H8 72. A6 B3 C5 D8 E1 F4 G2 H7 73. A6 B3 C7 D2 E4 F8 G1 H5 74. A6 B3 C7 D2 E8 F5 G1 H4 75. A6 B3 C7 D4 E1 F8 G2 H5 76. A6 B4 C1 D5 E8 F2 G7 H3 77. A6 B4 C2 D8 E5 F7 G1 H3 78. A6 B4 C7 D1 E3 F5 G2 H8 79. A6 B4 C7 D1 E8 F2 G5 H3 80. A6 B8 C2 D4 E1 F7 G5 H3 81. A7 B1 C3 D8 E6 F4 G2 H5 82. A7 B2 C4 D1 E8 F5 G3 H6 83. A7 B2 C6 D3 E1 F4 G8 H5 84. A7 B3 C1 D6 E8 F5 G2 H4 85. A7 B3 C8 D2 E5 F1 G6 H4 86. A7 B4 C2 D5 E8 F1 G3 H6 87. A7 B4 C2 D8 E6 F1 G3 H5 88. A7 B5 C3 D1 E6 F8 G2 H4 89. A8 B2 C4 D1 E7 F5 G3 H6 90. A8 B2 C5 D3 E1 F7 G4 H6 91. A8 B3 C1 D6 E2 F5 G7 H4 92. A8 B4 C1 D3 E6 F2 G7 H5 make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make; \ /usr/bin/make VM_TARGET=productkernel generic_buildkernel ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir No kernel (productkernel) for OS_NAME=linux make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir; \ /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/Makefile \ JAVA_HOME=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=14.0-b08 JRE_RELEASE_VERSION=1.6.0_0-b14 HOTSPOT_BUILD_VERSION= docs make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi mkdir -p linux_i486_docs /usr/bin/make -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make/linux/makefiles/jvmti.make -w GAMMADIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot OS_FAMILY=linux ARCH=x86 BUILDARCH=i486 LIBARCH=i386 HOTSPOT_RELEASE_VERSION=14.0-b08 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.6.0_0-b14 JvmtiOutDir=linux_i486_docs jvmtidocs make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -g -d linux_i486_docs /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmtiGen.java Generating linux_i486_docs/jvmti.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/endorsed -classpath linux_i486_docs jvmtiGen -IN /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jvmti.xsl -OUT linux_i486_docs/jvmti.html make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir' /usr/bin/make VM_SUBDIR=product generic_export make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_docs/jvmti.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/docs/platform/jvmti/jvmti.html rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt.temp sed 's/\(separated by \)[;:]/\1:/g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/Xusage.txt > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt.temp mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjsig.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjvm.so rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt.temp sed 's/\(separated by \)[;:]/\1:/g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/Xusage.txt > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt.temp mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/libjsig.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/product/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/libjvm.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/libsaproc.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/libsaproc.so cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/generated/sa-jdi.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/lib/sa-jdi.jar cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler1/generated/jvmtifiles/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/include/jvmti.h cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/prims/jni.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/include/jni.h cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/cpu/x86/vm/jni_x86.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/include/linux/jni_md.h cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/src/share/vm/services/jmm.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/include/jmm.h make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/hotspot/make' ( cd ../../jdk/make && \ /usr/bin/make sanity all docs images JDK_TOPDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b14 JDK_BUILD_NUMBER=b14 FULL_VERSION=1.6.0_0-b14 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_0 JDK_MKTG_VERSION=6u JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=0 COOKED_BUILD_NUMBER=14 ANT_HOME="/usr/share/ant" FINDBUGS_HOME="/NOT-SET/devtools/share/findbugs/latest" ALT_OUTPUTDIR=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 ALT_LANGTOOLS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist ALT_CORBA_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist ALT_JAXP_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxp/dist ALT_JAXWS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import BUILD_HOTSPOT=true BUILD_MOTIF= ; ) /bin/sh: /NOT-SET/devtools/share/findbugs/latest/bin/findbugs: not found make[3]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/common/shared/Sanity-Settings.gmk:125: WARNING: FINDBUGS_VER should not be empty [Sanity-Settings.gmk] make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/freetypecheck' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/freetypecheck' linux i586 1.6.0_0 build started: 09-08-02 14:46 Begin Processing SUBDIRS: tools java lsb javax org sun sunw com jpda mkdemo mksample launchers >>>Recursively making tools all @ Sun Aug 2 14:46:23 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools' Begin Processing SUBDIRS: addjsum buildmetaindex commentchecker compile_font_config compile_properties dir_diff dtdbuilder fontchecker generate_break_iterator GenerateCharacter generatecurrencydata hasher_classes jarreorder jarsplit javazic jdwpgen makeclasslist spp strip_properties >>>Recursively making addjsum all @ Sun Aug 2 14:46:23 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/addjsum' /bin/echo -e "Main-Class: build.tools.addjsum.AddJsum" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/addjsum_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/addjsum/AddJsum.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/addjsum.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/addjsum_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/addjsum \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/addjsum.jar ========================================================= BUILDTOOL: addjsum PACKAGE: build.tools.addjsum BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.addjsum.AddJsum BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/addjsum.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/addjsum' Timing: 00002 seconds or 2s for make-tools-addjsum <<>>Recursively making buildmetaindex all @ Sun Aug 2 14:46:25 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/buildmetaindex' /bin/echo -e "Main-Class: build.tools.buildmetaindex.BuildMetaIndex" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/buildmetaindex_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/buildmetaindex/BuildMetaIndex.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/buildmetaindex.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/buildmetaindex_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/buildmetaindex \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/buildmetaindex.jar ========================================================= BUILDTOOL: buildmetaindex PACKAGE: build.tools.buildmetaindex BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.buildmetaindex.BuildMetaIndex BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/buildmetaindex.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/buildmetaindex' Timing: 00002 seconds or 2s for make-tools-buildmetaindex <<>>Recursively making commentchecker all @ Sun Aug 2 14:46:27 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/commentchecker' /bin/echo -e "Main-Class: build.tools.commentchecker.CommentChecker" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/commentchecker_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/commentchecker/CommentChecker.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/commentchecker.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/commentchecker_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/commentchecker \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/commentchecker.jar ========================================================= BUILDTOOL: commentchecker PACKAGE: build.tools.commentchecker BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.commentchecker.CommentChecker BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/commentchecker.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/commentchecker' Timing: 00002 seconds or 2s for make-tools-commentchecker <<>>Recursively making compile_font_config all @ Sun Aug 2 14:46:29 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/compile_font_config' /bin/echo -e "Main-Class: build.tools.compilefontconfig.CompileFontConfig" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/compilefontconfig_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/compilefontconfig/CompileFontConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/compilefontconfig_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/compilefontconfig \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar ========================================================= BUILDTOOL: compilefontconfig PACKAGE: build.tools.compilefontconfig BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.compilefontconfig.CompileFontConfig BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/compile_font_config' Timing: 00002 seconds or 2s for make-tools-compile_font_config <<>>Recursively making compile_properties all @ Sun Aug 2 14:46:32 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/compile_properties' /bin/echo -e "Main-Class: build.tools.compileproperties.CompileProperties" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/compileproperties_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/compileproperties/CompileProperties.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/compileproperties_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/compileproperties \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar ========================================================= BUILDTOOL: compileproperties PACKAGE: build.tools.compileproperties BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.compileproperties.CompileProperties BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/compile_properties' Timing: 00001 seconds or 1s for make-tools-compile_properties <<>>Recursively making dir_diff all @ Sun Aug 2 14:46:33 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/dir_diff' /bin/echo -e "Main-Class: build.tools.dirdiff.DirDiff" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/dirdiff_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/dirdiff/DirDiff.java Note: ../../tools/src/build/tools/dirdiff/DirDiff.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/dirdiff.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/dirdiff_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/dirdiff \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/dirdiff.jar ========================================================= BUILDTOOL: dirdiff PACKAGE: build.tools.dirdiff BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.dirdiff.DirDiff BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/dirdiff.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/dir_diff' Timing: 00001 seconds or 1s for make-tools-dir_diff <<>>Recursively making dtdbuilder all @ Sun Aug 2 14:46:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/dtdbuilder' /bin/echo -e "Main-Class: build.tools.dtdbuilder.DTDBuilder" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/dtdbuilder_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/dtdbuilder/DTDBuilder.java ../../tools/src/build/tools/dtdbuilder/DTDParser.java:90: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning return MessageFormat.format(prop, args); ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/dtdbuilder.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/dtdbuilder_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/dtdbuilder \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/dtdbuilder.jar ========================================================= BUILDTOOL: dtdbuilder PACKAGE: build.tools.dtdbuilder BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.dtdbuilder.DTDBuilder BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/dtdbuilder.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/dtdbuilder' Timing: 00002 seconds or 2s for make-tools-dtdbuilder <<>>Recursively making fontchecker all @ Sun Aug 2 14:46:37 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/fontchecker' /bin/echo -e "Main-Class: build.tools.fontchecker.FontChecker" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/fontchecker_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/fontchecker/FontChecker.java Note: ../../tools/src/build/tools/fontchecker/FontChecker.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/fontchecker.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/fontchecker_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/fontchecker \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/fontchecker.jar ========================================================= BUILDTOOL: fontchecker PACKAGE: build.tools.fontchecker BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.fontchecker.FontChecker BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/fontchecker.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/fontchecker' Timing: 00001 seconds or 1s for make-tools-fontchecker <<>>Recursively making generate_break_iterator all @ Sun Aug 2 14:46:40 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/generate_break_iterator' /bin/echo -e "Main-Class: build.tools.generatebreakiteratordata.GenerateBreakIteratorData" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/generatebreakiteratordata_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/generatebreakiteratordata/GenerateBreakIteratorData.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatebreakiteratordata.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/generatebreakiteratordata_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/generatebreakiteratordata \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatebreakiteratordata.jar ========================================================= BUILDTOOL: generatebreakiteratordata PACKAGE: build.tools.generatebreakiteratordata BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.generatebreakiteratordata.GenerateBreakIteratorData BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatebreakiteratordata.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/generate_break_iterator' Timing: 00002 seconds or 2s for make-tools-generate_break_iterator <<>>Recursively making GenerateCharacter all @ Sun Aug 2 14:46:42 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/GenerateCharacter' /bin/echo -e "Main-Class: build.tools.generatecharacter.GenerateCharacter" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/generatecharacter_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/generatecharacter/GenerateCharacter.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/generatecharacter_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/generatecharacter \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar ========================================================= BUILDTOOL: generatecharacter PACKAGE: build.tools.generatecharacter BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.generatecharacter.GenerateCharacter BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/GenerateCharacter' Timing: 00002 seconds or 2s for make-tools-GenerateCharacter <<>>Recursively making generatecurrencydata all @ Sun Aug 2 14:46:44 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/generatecurrencydata' /bin/echo -e "Main-Class: build.tools.generatecurrencydata.GenerateCurrencyData" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/generatecurrencydata_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java Note: ../../tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecurrencydata.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/generatecurrencydata_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/generatecurrencydata \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecurrencydata.jar ========================================================= BUILDTOOL: generatecurrencydata PACKAGE: build.tools.generatecurrencydata BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.generatecurrencydata.GenerateCurrencyData BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecurrencydata.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/generatecurrencydata' Timing: 00002 seconds or 2s for make-tools-generatecurrencydata <<>>Recursively making hasher_classes all @ Sun Aug 2 14:46:46 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/hasher_classes' /bin/echo -e "Main-Class: build.tools.hasher.Hasher" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/hasher_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/hasher/Hasher.java Note: ../../tools/src/build/tools/hasher/Hasher.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/hasher.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/hasher_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/hasher \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/hasher.jar ========================================================= BUILDTOOL: hasher PACKAGE: build.tools.hasher BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.hasher.Hasher BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/hasher.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/hasher_classes' Timing: 00002 seconds or 2s for make-tools-hasher_classes <<>>Recursively making jarreorder all @ Sun Aug 2 14:46:48 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/jarreorder' /bin/echo -e "Main-Class: build.tools.jarreorder.JarReorder" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/jarreorder_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/jarreorder/JarReorder.java Note: ../../tools/src/build/tools/jarreorder/JarReorder.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarreorder.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/jarreorder_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/jarreorder \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarreorder.jar ========================================================= BUILDTOOL: jarreorder PACKAGE: build.tools.jarreorder BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.jarreorder.JarReorder BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarreorder.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/jarreorder' Timing: 00001 seconds or 1s for make-tools-jarreorder <<>>Recursively making jarsplit all @ Sun Aug 2 14:46:50 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/jarsplit' /bin/echo -e "Main-Class: build.tools.jarsplit.JarSplit" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/jarsplit_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/jarsplit/JarSplit.java Note: ../../tools/src/build/tools/jarsplit/JarSplit.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarsplit.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/jarsplit_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/jarsplit \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarsplit.jar ========================================================= BUILDTOOL: jarsplit PACKAGE: build.tools.jarsplit BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.jarsplit.JarSplit BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarsplit.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/jarsplit' Timing: 00001 seconds or 1s for make-tools-jarsplit <<>>Recursively making javazic all @ Sun Aug 2 14:46:51 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/javazic' /bin/echo -e "Main-Class: build.tools.javazic.Main" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/javazic_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/javazic/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/javazic.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/javazic_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/javazic \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/javazic.jar ========================================================= BUILDTOOL: javazic PACKAGE: build.tools.javazic BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.javazic.Main BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/javazic.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/javazic' Timing: 00003 seconds or 3s for make-tools-javazic <<>>Recursively making jdwpgen all @ Sun Aug 2 14:46:54 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/jdwpgen' /bin/echo -e "Main-Class: build.tools.jdwpgen.Main" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/jdwpgen_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/jdwpgen/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jdwpgen.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/jdwpgen_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/jdwpgen \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jdwpgen.jar ========================================================= BUILDTOOL: jdwpgen PACKAGE: build.tools.jdwpgen BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.jdwpgen.Main BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jdwpgen.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/jdwpgen' Timing: 00002 seconds or 2s for make-tools-jdwpgen <<>>Recursively making makeclasslist all @ Sun Aug 2 14:46:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/makeclasslist' /bin/echo -e "Main-Class: build.tools.makeclasslist.MakeClasslist" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/makeclasslist_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/makeclasslist/MakeClasslist.java Note: ../../tools/src/build/tools/makeclasslist/MakeClasslist.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/makeclasslist.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/makeclasslist_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/makeclasslist \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/makeclasslist.jar ========================================================= BUILDTOOL: makeclasslist PACKAGE: build.tools.makeclasslist BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.makeclasslist.MakeClasslist BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/makeclasslist.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/makeclasslist' Timing: 00001 seconds or 1s for make-tools-makeclasslist <<>>Recursively making spp all @ Sun Aug 2 14:46:58 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/spp' /bin/echo -e "Main-Class: build.tools.spp.Spp" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/spp_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/spp/Spp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/spp_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/spp \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar ========================================================= BUILDTOOL: spp PACKAGE: build.tools.spp BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.spp.Spp BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/spp' Timing: 00002 seconds or 2s for make-tools-spp <<>>Recursively making strip_properties all @ Sun Aug 2 14:47:00 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/strip_properties' /bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/stripproperties_manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses \ -sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/stripproperties_manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses build/tools/stripproperties \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar ========================================================= BUILDTOOL: stripproperties PACKAGE: build.tools.stripproperties BUILDTOOL_SOURCE_ROOT: ../../tools/src BUILTTOOL_MAINCLASS: build.tools.stripproperties.StripProperties BUILDTOOL_JAR_FILE: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/strip_properties' Timing: 00002 seconds or 2s for make-tools-strip_properties <<>>Recursively making java all @ Sun Aug 2 14:47:02 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java' Begin Processing SUBDIRS: hpi version jvm redist verify fdlibm java sun_nio jli main zip security npt java_crw_demo java_hprof_demo math awt util text applet net nio sql rmi jar beans logging management instrument jexec >>>Recursively making hpi all @ Sun Aug 2 14:47:03 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/hpi' Begin Processing SUBDIRS: native >>>Recursively making native all @ Sun Aug 2 14:47:03 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/hpi/native' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/hpi/native make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/hpi/native' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/monitor_md.o ../../../../src/solaris/hpi/native_threads/src/monitor_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_md.o ../../../../src/solaris/hpi/native_threads/src/threads_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/condvar_md.o ../../../../src/solaris/hpi/native_threads/src/condvar_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt_md.o ../../../../src/solaris/hpi/native_threads/src/interrupt_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/mutex_md.o ../../../../src/solaris/hpi/native_threads/src/mutex_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/sys_api_td.o ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_linux.o ../../../../src/solaris/hpi/native_threads/src/threads_linux.c ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c: In function 'sysGetSockOpt': ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c:567: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c: In function 'sysGetHostByAddr': ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c:582: warning: 'gethostbyaddr' is deprecated (declared at /opt/lsb/include/netdb.h:142) ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c: In function 'sysGetHostByName': ../../../../src/solaris/hpi/native_threads/src/sys_api_td.c:587: warning: 'gethostbyname' is deprecated (declared at /opt/lsb/include/netdb.h:144) /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt.o ../../../../src/solaris/hpi/src/interrupt.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/linker_md.o ../../../../src/solaris/hpi/src/linker_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/memory_md.o ../../../../src/solaris/hpi/src/memory_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/system_md.o ../../../../src/solaris/hpi/src/system_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/hpi.o ../../../../src/share/hpi/src/hpi.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/hpi/native' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/hpi/native STATS: LIBRARY=hpi, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/native_threads/libhpi.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE_IO -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libhpi.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/native_threads/libhpi.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/monitor_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/condvar_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/mutex_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/sys_api_td.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/threads_linux.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/interrupt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/linker_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/memory_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/system_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/hpi/native_threads/obj/hpi.o -lnsl -lm -ldl -lpthread -lc Warning: forcing nsl to be linked statically make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/hpi/native' Timing: 00004 seconds or 4s for make-java-hpi-native <<>>Recursively making version all @ Sun Aug 2 14:47:08 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/version' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/Version.java rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/Version.java.temp /bin/sed -e 's/@@launcher_name@@/java/g' \ -e 's/@@java_version@@/1.6.0_0/g' \ -e 's/@@java_runtime_version@@/1.6.0_0-b14/g' \ -e 's/@@jdk_derivative_name@@/IcedTea6 1.4.1/g' \ -e 's/@@distro_package_version@@/6b14-1.4.1-0ubuntu7/g' \ -e 's/@@java_runtime_name@@/OpenJDK Runtime Environment/g' \ ../../../src/share/classes/sun/misc/Version-template.java > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/Version.java.temp make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/version' Timing: 00001 seconds or 1s for make-java-version <<>>Recursively making jvm all @ Sun Aug 2 14:47:09 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jvm' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/jni.h /bin/cp ../../../src/share/javavm/export/jni.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/jni.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux/jni_md.h /bin/cp ../../../src/solaris/javavm/export/jni_md.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux/jni_md.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/jvmti.h /bin/cp ../../../src/share/javavm/export/jvmti.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/jvmti.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/classfile_constants.h /bin/cp ../../../src/share/javavm/export/classfile_constants.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/classfile_constants.h make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jvm' Timing: 00000 seconds or 0s for make-java-jvm <<>>Recursively making redist all @ Sun Aug 2 14:47:09 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/redist' BinaryPlugs import started: Sun Aug 2 14:47:10 MSD 2009 BINARY_PLUGS_PATH=/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0 /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes PLUG IMPORT: com/sun/jmx/snmp/SnmpDataTypeEnums.class PLUG IMPORT: com/sun/jmx/snmp/SnmpDefinitions.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOid.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOidRecord.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOidTable.class PLUG IMPORT: com/sun/jmx/snmp/SnmpOidTableSupport.class PLUG IMPORT: com/sun/jmx/snmp/SnmpParameters.class PLUG IMPORT: com/sun/jmx/snmp/SnmpPduPacket.class PLUG IMPORT: com/sun/jmx/snmp/SnmpPeer.class PLUG IMPORT: rt/com/sun/jmx/snmp/SnmpSession.class PLUG IMPORT: com/sun/jmx/snmp/SnmpTimeticks.class PLUG IMPORT: com/sun/jmx/snmp/SnmpVarBind.class PLUG IMPORT: com/sun/jmx/snmp/SnmpVarBindList.class PLUG IMPORT: com/sun/jmx/snmp/daemon/SendQ.class PLUG IMPORT: com/sun/jmx/snmp/daemon/SnmpInformRequest.class PLUG IMPORT: com/sun/jmx/snmp/daemon/SnmpSession.class (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/plugs/jmf.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes PLUG IMPORT: gnu (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/plugs/gnu.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes PLUG IMPORT: javax/jnlp (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/plugs/javax.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes PLUG IMPORT: net (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/plugs/netx.clist`) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes PLUG IMPORT: netscape (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xf /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar `/bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/plugs/netscape.clist`) BinaryPlugs import completed: Sun Aug 2 14:47:15 MSD 2009 ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server/libjvm.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server/libjvm.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server/libjvm.so ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server/Xusage.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server/Xusage.txt /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/Xusage.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server/Xusage.txt ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/sa-jdi.jar /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/sa-jdi.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/lib/sa-jdi.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/sa-jdi.jar ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libsaproc.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libsaproc.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/libsaproc.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libsaproc.so ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client/libjvm.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client/libjvm.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/libjvm.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client/libjvm.so ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client/Xusage.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client/Xusage.txt /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/client/Xusage.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client/Xusage.txt ASSEMBLY_IMPORT: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjsig.so /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjsig.so /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/jre/lib/i386/server/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjsig.so /bin/ln -s ../libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server/libjsig.so /bin/ln -s ../libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/client/libjsig.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/addjsum.jar \ ../../tools/sharing/classlist.linux /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/classlist.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/classlist.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/classlist Importing binaries from component CORBA_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist/lib/bin.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist/lib/bin.zip inflating: lib/orb.idl inflating: lib/ir.idl if [ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist" = "" ] ; then /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 && /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib ) ; fi Importing sources from component LANGTOOLS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/lib/src.zip creating: com/ creating: com/sun/ creating: com/sun/javadoc/ creating: com/sun/mirror/ creating: com/sun/mirror/apt/ creating: com/sun/mirror/declaration/ creating: com/sun/mirror/type/ creating: com/sun/mirror/util/ creating: com/sun/source/ creating: com/sun/source/tree/ creating: com/sun/source/util/ creating: com/sun/tools/ creating: com/sun/tools/apt/ creating: com/sun/tools/apt/comp/ creating: com/sun/tools/apt/main/ creating: com/sun/tools/apt/mirror/ creating: com/sun/tools/apt/mirror/apt/ creating: com/sun/tools/apt/mirror/declaration/ creating: com/sun/tools/apt/mirror/type/ creating: com/sun/tools/apt/mirror/util/ creating: com/sun/tools/apt/resources/ creating: com/sun/tools/apt/util/ creating: com/sun/tools/doclets/ creating: com/sun/tools/doclets/formats/ creating: com/sun/tools/doclets/formats/html/ creating: com/sun/tools/doclets/formats/html/markup/ creating: com/sun/tools/doclets/formats/html/resources/ creating: com/sun/tools/doclets/internal/ creating: com/sun/tools/doclets/internal/toolkit/ creating: com/sun/tools/doclets/internal/toolkit/builders/ creating: com/sun/tools/doclets/internal/toolkit/resources/ creating: com/sun/tools/doclets/internal/toolkit/taglets/ creating: com/sun/tools/doclets/internal/toolkit/util/ creating: com/sun/tools/doclets/internal/toolkit/util/links/ creating: com/sun/tools/doclets/standard/ creating: com/sun/tools/javac/ creating: com/sun/tools/javac/api/ creating: com/sun/tools/javac/code/ creating: com/sun/tools/javac/comp/ creating: com/sun/tools/javac/jvm/ creating: com/sun/tools/javac/main/ creating: com/sun/tools/javac/model/ creating: com/sun/tools/javac/parser/ creating: com/sun/tools/javac/processing/ creating: com/sun/tools/javac/resources/ creating: com/sun/tools/javac/services/ creating: com/sun/tools/javac/sym/ creating: com/sun/tools/javac/tree/ creating: com/sun/tools/javac/util/ creating: com/sun/tools/javac/zip/ creating: com/sun/tools/javadoc/ creating: com/sun/tools/javadoc/resources/ creating: com/sun/tools/javah/ creating: com/sun/tools/javah/resources/ creating: javax/ creating: javax/annotation/ creating: javax/annotation/processing/ creating: javax/lang/ creating: javax/lang/model/ creating: javax/lang/model/element/ creating: javax/lang/model/type/ creating: javax/lang/model/util/ creating: javax/tools/ creating: sun/ creating: sun/tools/ creating: sun/tools/javap/ inflating: com/sun/javadoc/AnnotationDesc.java inflating: com/sun/javadoc/AnnotationTypeDoc.java inflating: com/sun/javadoc/AnnotationTypeElementDoc.java inflating: com/sun/javadoc/AnnotationValue.java inflating: com/sun/javadoc/ClassDoc.java inflating: com/sun/javadoc/ConstructorDoc.java inflating: com/sun/javadoc/Doc.java inflating: com/sun/javadoc/DocErrorReporter.java inflating: com/sun/javadoc/Doclet.java inflating: com/sun/javadoc/ExecutableMemberDoc.java inflating: com/sun/javadoc/FieldDoc.java inflating: com/sun/javadoc/LanguageVersion.java inflating: com/sun/javadoc/MemberDoc.java inflating: com/sun/javadoc/MethodDoc.java inflating: com/sun/javadoc/PackageDoc.java inflating: com/sun/javadoc/ParamTag.java inflating: com/sun/javadoc/Parameter.java inflating: com/sun/javadoc/ParameterizedType.java inflating: com/sun/javadoc/ProgramElementDoc.java inflating: com/sun/javadoc/RootDoc.java inflating: com/sun/javadoc/SeeTag.java inflating: com/sun/javadoc/SerialFieldTag.java inflating: com/sun/javadoc/SourcePosition.java inflating: com/sun/javadoc/Tag.java inflating: com/sun/javadoc/ThrowsTag.java inflating: com/sun/javadoc/Type.java inflating: com/sun/javadoc/TypeVariable.java inflating: com/sun/javadoc/WildcardType.java inflating: com/sun/javadoc/package.html inflating: com/sun/mirror/apt/AnnotationProcessor.java inflating: com/sun/mirror/apt/AnnotationProcessorEnvironment.java inflating: com/sun/mirror/apt/AnnotationProcessorFactory.java inflating: com/sun/mirror/apt/AnnotationProcessorListener.java inflating: com/sun/mirror/apt/AnnotationProcessors.java inflating: com/sun/mirror/apt/Filer.java inflating: com/sun/mirror/apt/Messager.java inflating: com/sun/mirror/apt/RoundCompleteEvent.java inflating: com/sun/mirror/apt/RoundCompleteListener.java inflating: com/sun/mirror/apt/RoundState.java inflating: com/sun/mirror/apt/package.html inflating: com/sun/mirror/declaration/AnnotationMirror.java inflating: com/sun/mirror/declaration/AnnotationTypeDeclaration.java inflating: com/sun/mirror/declaration/AnnotationTypeElementDeclaration.java inflating: com/sun/mirror/declaration/AnnotationValue.java inflating: com/sun/mirror/declaration/ClassDeclaration.java inflating: com/sun/mirror/declaration/ConstructorDeclaration.java inflating: com/sun/mirror/declaration/Declaration.java inflating: com/sun/mirror/declaration/EnumConstantDeclaration.java inflating: com/sun/mirror/declaration/EnumDeclaration.java inflating: com/sun/mirror/declaration/ExecutableDeclaration.java inflating: com/sun/mirror/declaration/FieldDeclaration.java inflating: com/sun/mirror/declaration/InterfaceDeclaration.java inflating: com/sun/mirror/declaration/MemberDeclaration.java inflating: com/sun/mirror/declaration/MethodDeclaration.java inflating: com/sun/mirror/declaration/Modifier.java inflating: com/sun/mirror/declaration/PackageDeclaration.java inflating: com/sun/mirror/declaration/ParameterDeclaration.java inflating: com/sun/mirror/declaration/TypeDeclaration.java inflating: com/sun/mirror/declaration/TypeParameterDeclaration.java inflating: com/sun/mirror/declaration/package.html inflating: com/sun/mirror/overview.html inflating: com/sun/mirror/type/AnnotationType.java inflating: com/sun/mirror/type/ArrayType.java inflating: com/sun/mirror/type/ClassType.java inflating: com/sun/mirror/type/DeclaredType.java inflating: com/sun/mirror/type/EnumType.java inflating: com/sun/mirror/type/InterfaceType.java inflating: com/sun/mirror/type/MirroredTypeException.java inflating: com/sun/mirror/type/MirroredTypesException.java inflating: com/sun/mirror/type/PrimitiveType.java inflating: com/sun/mirror/type/ReferenceType.java inflating: com/sun/mirror/type/TypeMirror.java inflating: com/sun/mirror/type/TypeVariable.java inflating: com/sun/mirror/type/VoidType.java inflating: com/sun/mirror/type/WildcardType.java inflating: com/sun/mirror/type/package.html inflating: com/sun/mirror/util/DeclarationFilter.java inflating: com/sun/mirror/util/DeclarationScanner.java inflating: com/sun/mirror/util/DeclarationVisitor.java inflating: com/sun/mirror/util/DeclarationVisitors.java inflating: com/sun/mirror/util/Declarations.java inflating: com/sun/mirror/util/SimpleDeclarationVisitor.java inflating: com/sun/mirror/util/SimpleTypeVisitor.java inflating: com/sun/mirror/util/SourceOrderDeclScanner.java inflating: com/sun/mirror/util/SourcePosition.java inflating: com/sun/mirror/util/TypeVisitor.java inflating: com/sun/mirror/util/Types.java inflating: com/sun/mirror/util/package.html inflating: com/sun/source/tree/AnnotationTree.java inflating: com/sun/source/tree/ArrayAccessTree.java inflating: com/sun/source/tree/ArrayTypeTree.java inflating: com/sun/source/tree/AssertTree.java inflating: com/sun/source/tree/AssignmentTree.java inflating: com/sun/source/tree/BinaryTree.java inflating: com/sun/source/tree/BlockTree.java inflating: com/sun/source/tree/BreakTree.java inflating: com/sun/source/tree/CaseTree.java inflating: com/sun/source/tree/CatchTree.java inflating: com/sun/source/tree/ClassTree.java inflating: com/sun/source/tree/CompilationUnitTree.java inflating: com/sun/source/tree/CompoundAssignmentTree.java inflating: com/sun/source/tree/ConditionalExpressionTree.java inflating: com/sun/source/tree/ContinueTree.java inflating: com/sun/source/tree/DoWhileLoopTree.java inflating: com/sun/source/tree/EmptyStatementTree.java inflating: com/sun/source/tree/EnhancedForLoopTree.java inflating: com/sun/source/tree/ErroneousTree.java inflating: com/sun/source/tree/ExpressionStatementTree.java inflating: com/sun/source/tree/ExpressionTree.java inflating: com/sun/source/tree/ForLoopTree.java inflating: com/sun/source/tree/IdentifierTree.java inflating: com/sun/source/tree/IfTree.java inflating: com/sun/source/tree/ImportTree.java inflating: com/sun/source/tree/InstanceOfTree.java inflating: com/sun/source/tree/LabeledStatementTree.java inflating: com/sun/source/tree/LineMap.java inflating: com/sun/source/tree/LiteralTree.java inflating: com/sun/source/tree/MemberSelectTree.java inflating: com/sun/source/tree/MethodInvocationTree.java inflating: com/sun/source/tree/MethodTree.java inflating: com/sun/source/tree/ModifiersTree.java inflating: com/sun/source/tree/NewArrayTree.java inflating: com/sun/source/tree/NewClassTree.java inflating: com/sun/source/tree/ParameterizedTypeTree.java inflating: com/sun/source/tree/ParenthesizedTree.java inflating: com/sun/source/tree/PrimitiveTypeTree.java inflating: com/sun/source/tree/ReturnTree.java inflating: com/sun/source/tree/Scope.java inflating: com/sun/source/tree/StatementTree.java inflating: com/sun/source/tree/SwitchTree.java inflating: com/sun/source/tree/SynchronizedTree.java inflating: com/sun/source/tree/ThrowTree.java inflating: com/sun/source/tree/Tree.java inflating: com/sun/source/tree/TreeVisitor.java inflating: com/sun/source/tree/TryTree.java inflating: com/sun/source/tree/TypeCastTree.java inflating: com/sun/source/tree/TypeParameterTree.java inflating: com/sun/source/tree/UnaryTree.java inflating: com/sun/source/tree/VariableTree.java inflating: com/sun/source/tree/WhileLoopTree.java inflating: com/sun/source/tree/WildcardTree.java inflating: com/sun/source/tree/package-info.java inflating: com/sun/source/util/JavacTask.java inflating: com/sun/source/util/SimpleTreeVisitor.java inflating: com/sun/source/util/SourcePositions.java inflating: com/sun/source/util/TaskEvent.java inflating: com/sun/source/util/TaskListener.java inflating: com/sun/source/util/TreePath.java inflating: com/sun/source/util/TreePathScanner.java inflating: com/sun/source/util/TreeScanner.java inflating: com/sun/source/util/Trees.java inflating: com/sun/source/util/package-info.java inflating: com/sun/tools/apt/Main.java inflating: com/sun/tools/apt/comp/AnnotationProcessingError.java inflating: com/sun/tools/apt/comp/Apt.java inflating: com/sun/tools/apt/comp/BootstrapAPF.java inflating: com/sun/tools/apt/comp/PrintAP.java inflating: com/sun/tools/apt/comp/UsageMessageNeededException.java inflating: com/sun/tools/apt/main/CommandLine.java inflating: com/sun/tools/apt/main/JavaCompiler.java inflating: com/sun/tools/apt/main/Main.java inflating: com/sun/tools/apt/mirror/AptEnv.java inflating: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl.java inflating: com/sun/tools/apt/mirror/apt/FilerImpl.java inflating: com/sun/tools/apt/mirror/apt/MessagerImpl.java inflating: com/sun/tools/apt/mirror/apt/RoundCompleteEventImpl.java inflating: com/sun/tools/apt/mirror/apt/RoundStateImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationMirrorImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationTypeDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationTypeElementDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/AnnotationValueImpl.java inflating: com/sun/tools/apt/mirror/declaration/ClassDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/Constants.java inflating: com/sun/tools/apt/mirror/declaration/ConstructorDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/DeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/DeclarationMaker.java inflating: com/sun/tools/apt/mirror/declaration/EnumConstantDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/EnumDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/ExecutableDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/FieldDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/InterfaceDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/MemberDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/MethodDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/PackageDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/ParameterDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/TypeDeclarationImpl.java inflating: com/sun/tools/apt/mirror/declaration/TypeParameterDeclarationImpl.java inflating: com/sun/tools/apt/mirror/type/AnnotationTypeImpl.java inflating: com/sun/tools/apt/mirror/type/ArrayTypeImpl.java inflating: com/sun/tools/apt/mirror/type/ClassTypeImpl.java inflating: com/sun/tools/apt/mirror/type/DeclaredTypeImpl.java inflating: com/sun/tools/apt/mirror/type/EnumTypeImpl.java inflating: com/sun/tools/apt/mirror/type/InterfaceTypeImpl.java inflating: com/sun/tools/apt/mirror/type/PrimitiveTypeImpl.java inflating: com/sun/tools/apt/mirror/type/TypeMaker.java inflating: com/sun/tools/apt/mirror/type/TypeMirrorImpl.java inflating: com/sun/tools/apt/mirror/type/TypeVariableImpl.java inflating: com/sun/tools/apt/mirror/type/VoidTypeImpl.java inflating: com/sun/tools/apt/mirror/type/WildcardTypeImpl.java inflating: com/sun/tools/apt/mirror/util/DeclarationsImpl.java inflating: com/sun/tools/apt/mirror/util/SourcePositionImpl.java inflating: com/sun/tools/apt/mirror/util/TypesImpl.java inflating: com/sun/tools/apt/resources/apt.properties inflating: com/sun/tools/apt/resources/apt_ja.properties inflating: com/sun/tools/apt/resources/apt_zh_CN.properties inflating: com/sun/tools/apt/util/Bark.java inflating: com/sun/tools/doclets/Taglet.java inflating: com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractIndexWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractMemberWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractPackageIndexWriter.java inflating: com/sun/tools/doclets/formats/html/AbstractTreeWriter.java inflating: com/sun/tools/doclets/formats/html/AllClassesFrameWriter.java inflating: com/sun/tools/doclets/formats/html/AnnotationTypeOptionalMemberWriterImpl.java inflating: com/sun/tools/doclets/formats/html/AnnotationTypeRequiredMemberWriterImpl.java inflating: com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.java inflating: com/sun/tools/doclets/formats/html/ClassUseWriter.java inflating: com/sun/tools/doclets/formats/html/ClassWriterImpl.java inflating: com/sun/tools/doclets/formats/html/ConfigurationImpl.java inflating: com/sun/tools/doclets/formats/html/ConstantsSummaryWriterImpl.java inflating: com/sun/tools/doclets/formats/html/ConstructorWriterImpl.java inflating: com/sun/tools/doclets/formats/html/DeprecatedListWriter.java inflating: com/sun/tools/doclets/formats/html/EnumConstantWriterImpl.java inflating: com/sun/tools/doclets/formats/html/FieldWriterImpl.java inflating: com/sun/tools/doclets/formats/html/FrameOutputWriter.java inflating: com/sun/tools/doclets/formats/html/HelpWriter.java inflating: com/sun/tools/doclets/formats/html/HtmlDoclet.java inflating: com/sun/tools/doclets/formats/html/HtmlDocletWriter.java inflating: com/sun/tools/doclets/formats/html/HtmlSerialFieldWriter.java inflating: com/sun/tools/doclets/formats/html/HtmlSerialMethodWriter.java inflating: com/sun/tools/doclets/formats/html/LinkFactoryImpl.java inflating: com/sun/tools/doclets/formats/html/LinkInfoImpl.java inflating: com/sun/tools/doclets/formats/html/LinkOutputImpl.java inflating: com/sun/tools/doclets/formats/html/MethodWriterImpl.java inflating: com/sun/tools/doclets/formats/html/NestedClassWriterImpl.java inflating: com/sun/tools/doclets/formats/html/PackageFrameWriter.java inflating: com/sun/tools/doclets/formats/html/PackageIndexFrameWriter.java inflating: com/sun/tools/doclets/formats/html/PackageIndexWriter.java inflating: com/sun/tools/doclets/formats/html/PackageTreeWriter.java inflating: com/sun/tools/doclets/formats/html/PackageUseWriter.java inflating: com/sun/tools/doclets/formats/html/PackageWriterImpl.java inflating: com/sun/tools/doclets/formats/html/SerializedFormWriterImpl.java inflating: com/sun/tools/doclets/formats/html/SingleIndexWriter.java inflating: com/sun/tools/doclets/formats/html/SplitIndexWriter.java inflating: com/sun/tools/doclets/formats/html/StylesheetWriter.java inflating: com/sun/tools/doclets/formats/html/SubWriterHolderWriter.java inflating: com/sun/tools/doclets/formats/html/TagletOutputImpl.java inflating: com/sun/tools/doclets/formats/html/TagletWriterImpl.java inflating: com/sun/tools/doclets/formats/html/TreeWriter.java inflating: com/sun/tools/doclets/formats/html/WriterFactoryImpl.java inflating: com/sun/tools/doclets/formats/html/markup/HtmlDocWriter.java inflating: com/sun/tools/doclets/formats/html/markup/HtmlWriter.java inflating: com/sun/tools/doclets/formats/html/markup/package.html inflating: com/sun/tools/doclets/formats/html/package.html inflating: com/sun/tools/doclets/formats/html/resources/standard.properties inflating: com/sun/tools/doclets/formats/html/resources/standard_ja.properties inflating: com/sun/tools/doclets/formats/html/resources/standard_zh_CN.properties inflating: com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java inflating: com/sun/tools/doclets/internal/toolkit/AnnotationTypeOptionalMemberWriter.java inflating: com/sun/tools/doclets/internal/toolkit/AnnotationTypeRequiredMemberWriter.java inflating: com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.java inflating: com/sun/tools/doclets/internal/toolkit/ClassWriter.java inflating: com/sun/tools/doclets/internal/toolkit/Configuration.java inflating: com/sun/tools/doclets/internal/toolkit/ConstantsSummaryWriter.java inflating: com/sun/tools/doclets/internal/toolkit/ConstructorWriter.java inflating: com/sun/tools/doclets/internal/toolkit/EnumConstantWriter.java inflating: com/sun/tools/doclets/internal/toolkit/FieldWriter.java inflating: com/sun/tools/doclets/internal/toolkit/MemberSummaryWriter.java inflating: com/sun/tools/doclets/internal/toolkit/MethodWriter.java inflating: com/sun/tools/doclets/internal/toolkit/NestedClassWriter.java inflating: com/sun/tools/doclets/internal/toolkit/PackageSummaryWriter.java inflating: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter.java inflating: com/sun/tools/doclets/internal/toolkit/WriterFactory.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AbstractBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AbstractMemberBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeOptionalMemberBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeRequiredMemberBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/BuilderFactory.java inflating: com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/ConstantsSummaryBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/ConstructorBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/EnumConstantBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/FieldBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/LayoutParser.java inflating: com/sun/tools/doclets/internal/toolkit/builders/MemberSummaryBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/MethodBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/PackageSummaryBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/SerializedFormBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/builders/package.html inflating: com/sun/tools/doclets/internal/toolkit/package.html inflating: com/sun/tools/doclets/internal/toolkit/resources/doclet.xml inflating: com/sun/tools/doclets/internal/toolkit/resources/doclets.properties inflating: com/sun/tools/doclets/internal/toolkit/resources/doclets_ja.properties inflating: com/sun/tools/doclets/internal/toolkit/resources/doclets_zh_CN.properties inflating: com/sun/tools/doclets/internal/toolkit/resources/inherit.gif inflating: com/sun/tools/doclets/internal/toolkit/taglets/BaseExecutableMemberTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/BaseInlineTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/BaseTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/CodeTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/DeprecatedTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/DocRootTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/InheritDocTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/InheritableTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/LegacyTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/LiteralTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ParamTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ReturnTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/SeeTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/SimpleTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/Taglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/TagletManager.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/TagletOutput.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/TagletWriter.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ThrowsTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/ValueTaglet.java inflating: com/sun/tools/doclets/internal/toolkit/taglets/package.html inflating: com/sun/tools/doclets/internal/toolkit/util/ClassDocCatalog.java inflating: com/sun/tools/doclets/internal/toolkit/util/ClassTree.java inflating: com/sun/tools/doclets/internal/toolkit/util/ClassUseMapper.java inflating: com/sun/tools/doclets/internal/toolkit/util/CommentedMethodFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/util/DirectoryManager.java inflating: com/sun/tools/doclets/internal/toolkit/util/DocFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/DocletAbortException.java inflating: com/sun/tools/doclets/internal/toolkit/util/DocletConstants.java inflating: com/sun/tools/doclets/internal/toolkit/util/Extern.java inflating: com/sun/tools/doclets/internal/toolkit/util/Group.java inflating: com/sun/tools/doclets/internal/toolkit/util/ImplementedMethods.java inflating: com/sun/tools/doclets/internal/toolkit/util/IndexBuilder.java inflating: com/sun/tools/doclets/internal/toolkit/util/MessageRetriever.java inflating: com/sun/tools/doclets/internal/toolkit/util/MetaKeywords.java inflating: com/sun/tools/doclets/internal/toolkit/util/MethodFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/PackageListWriter.java inflating: com/sun/tools/doclets/internal/toolkit/util/SourcePath.java inflating: com/sun/tools/doclets/internal/toolkit/util/SourceToHTMLConverter.java inflating: com/sun/tools/doclets/internal/toolkit/util/TaggedMethodFinder.java inflating: com/sun/tools/doclets/internal/toolkit/util/TextTag.java inflating: com/sun/tools/doclets/internal/toolkit/util/Util.java inflating: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/LinkFactory.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.java inflating: com/sun/tools/doclets/internal/toolkit/util/links/package.html inflating: com/sun/tools/doclets/internal/toolkit/util/package.html inflating: com/sun/tools/doclets/package.html inflating: com/sun/tools/doclets/standard/Standard.java inflating: com/sun/tools/javac/Launcher.java inflating: com/sun/tools/javac/Main.java inflating: com/sun/tools/javac/Server.java inflating: com/sun/tools/javac/api/JavacScope.java inflating: com/sun/tools/javac/api/JavacTaskImpl.java inflating: com/sun/tools/javac/api/JavacTool.java inflating: com/sun/tools/javac/api/JavacTrees.java inflating: com/sun/tools/javac/api/WrappingJavaFileManager.java inflating: com/sun/tools/javac/code/Attribute.java inflating: com/sun/tools/javac/code/BoundKind.java inflating: com/sun/tools/javac/code/Flags.java inflating: com/sun/tools/javac/code/Kinds.java inflating: com/sun/tools/javac/code/Lint.java inflating: com/sun/tools/javac/code/Scope.java inflating: com/sun/tools/javac/code/Source.java inflating: com/sun/tools/javac/code/Symbol.java inflating: com/sun/tools/javac/code/Symtab.java inflating: com/sun/tools/javac/code/Type.java inflating: com/sun/tools/javac/code/TypeTags.java inflating: com/sun/tools/javac/code/Types.java inflating: com/sun/tools/javac/comp/Annotate.java inflating: com/sun/tools/javac/comp/Attr.java inflating: com/sun/tools/javac/comp/AttrContext.java inflating: com/sun/tools/javac/comp/AttrContextEnv.java inflating: com/sun/tools/javac/comp/Check.java inflating: com/sun/tools/javac/comp/ConstFold.java inflating: com/sun/tools/javac/comp/Enter.java inflating: com/sun/tools/javac/comp/Env.java inflating: com/sun/tools/javac/comp/Flow.java inflating: com/sun/tools/javac/comp/Infer.java inflating: com/sun/tools/javac/comp/Lower.java inflating: com/sun/tools/javac/comp/MemberEnter.java inflating: com/sun/tools/javac/comp/Resolve.java inflating: com/sun/tools/javac/comp/Todo.java inflating: com/sun/tools/javac/comp/TransTypes.java inflating: com/sun/tools/javac/jvm/ByteCodes.java inflating: com/sun/tools/javac/jvm/CRTFlags.java inflating: com/sun/tools/javac/jvm/CRTable.java inflating: com/sun/tools/javac/jvm/ClassFile.java inflating: com/sun/tools/javac/jvm/ClassReader.java inflating: com/sun/tools/javac/jvm/ClassWriter.java inflating: com/sun/tools/javac/jvm/Code.java inflating: com/sun/tools/javac/jvm/Gen.java inflating: com/sun/tools/javac/jvm/Items.java inflating: com/sun/tools/javac/jvm/Pool.java inflating: com/sun/tools/javac/jvm/Target.java inflating: com/sun/tools/javac/jvm/UninitializedType.java inflating: com/sun/tools/javac/main/CommandLine.java inflating: com/sun/tools/javac/main/JavaCompiler.java inflating: com/sun/tools/javac/main/JavacOption.java inflating: com/sun/tools/javac/main/Main.java inflating: com/sun/tools/javac/main/OptionName.java inflating: com/sun/tools/javac/main/RecognizedOptions.java inflating: com/sun/tools/javac/model/AnnotationProxyMaker.java inflating: com/sun/tools/javac/model/FilteredMemberList.java inflating: com/sun/tools/javac/model/JavacElements.java inflating: com/sun/tools/javac/model/JavacSourcePosition.java inflating: com/sun/tools/javac/model/JavacTypes.java inflating: com/sun/tools/javac/parser/DocCommentScanner.java inflating: com/sun/tools/javac/parser/EndPosParser.java inflating: com/sun/tools/javac/parser/Keywords.java inflating: com/sun/tools/javac/parser/Lexer.java inflating: com/sun/tools/javac/parser/Parser.java inflating: com/sun/tools/javac/parser/Scanner.java inflating: com/sun/tools/javac/parser/Token.java inflating: com/sun/tools/javac/processing/AnnotationProcessingError.java inflating: com/sun/tools/javac/processing/JavacFiler.java inflating: com/sun/tools/javac/processing/JavacMessager.java inflating: com/sun/tools/javac/processing/JavacProcessingEnvironment.java inflating: com/sun/tools/javac/processing/JavacRoundEnvironment.java inflating: com/sun/tools/javac/processing/PrintingProcessor.java inflating: com/sun/tools/javac/processing/ServiceProxy.java inflating: com/sun/tools/javac/resources/compiler.properties inflating: com/sun/tools/javac/resources/compiler_ja.properties inflating: com/sun/tools/javac/resources/compiler_zh_CN.properties inflating: com/sun/tools/javac/resources/javac.properties inflating: com/sun/tools/javac/resources/javac_ja.properties inflating: com/sun/tools/javac/resources/javac_zh_CN.properties inflating: com/sun/tools/javac/resources/legacy.properties inflating: com/sun/tools/javac/resources/version.properties-template inflating: com/sun/tools/javac/services/javax.tools.JavaCompilerTool inflating: com/sun/tools/javac/sym/CreateSymbols.java inflating: com/sun/tools/javac/tree/JCTree.java inflating: com/sun/tools/javac/tree/Pretty.java inflating: com/sun/tools/javac/tree/TreeCopier.java inflating: com/sun/tools/javac/tree/TreeInfo.java inflating: com/sun/tools/javac/tree/TreeMaker.java inflating: com/sun/tools/javac/tree/TreeScanner.java inflating: com/sun/tools/javac/tree/TreeTranslator.java inflating: com/sun/tools/javac/util/Abort.java inflating: com/sun/tools/javac/util/BaseFileObject.java inflating: com/sun/tools/javac/util/Bits.java inflating: com/sun/tools/javac/util/ByteBuffer.java inflating: com/sun/tools/javac/util/ClientCodeException.java inflating: com/sun/tools/javac/util/Constants.java inflating: com/sun/tools/javac/util/Context.java inflating: com/sun/tools/javac/util/Convert.java inflating: com/sun/tools/javac/util/DiagnosticFormatter.java inflating: com/sun/tools/javac/util/FatalError.java inflating: com/sun/tools/javac/util/JCDiagnostic.java inflating: com/sun/tools/javac/util/JavacFileManager.java inflating: com/sun/tools/javac/util/LayoutCharacters.java inflating: com/sun/tools/javac/util/List.java inflating: com/sun/tools/javac/util/ListBuffer.java inflating: com/sun/tools/javac/util/Log.java inflating: com/sun/tools/javac/util/MandatoryWarningHandler.java inflating: com/sun/tools/javac/util/Messages.java inflating: com/sun/tools/javac/util/Name.java inflating: com/sun/tools/javac/util/Old199.java inflating: com/sun/tools/javac/util/Options.java inflating: com/sun/tools/javac/util/Pair.java inflating: com/sun/tools/javac/util/Paths.java inflating: com/sun/tools/javac/util/Position.java inflating: com/sun/tools/javac/util/PropagatedException.java inflating: com/sun/tools/javac/util/Warner.java inflating: com/sun/tools/javac/zip/ZipFileIndex.java inflating: com/sun/tools/javac/zip/ZipFileIndexEntry.java inflating: com/sun/tools/javadoc/AbstractTypeImpl.java inflating: com/sun/tools/javadoc/AnnotationDescImpl.java inflating: com/sun/tools/javadoc/AnnotationTypeDocImpl.java inflating: com/sun/tools/javadoc/AnnotationTypeElementDocImpl.java inflating: com/sun/tools/javadoc/AnnotationValueImpl.java inflating: com/sun/tools/javadoc/ClassDocImpl.java inflating: com/sun/tools/javadoc/Comment.java inflating: com/sun/tools/javadoc/ConstructorDocImpl.java inflating: com/sun/tools/javadoc/DocEnv.java inflating: com/sun/tools/javadoc/DocImpl.java inflating: com/sun/tools/javadoc/DocLocale.java inflating: com/sun/tools/javadoc/DocletInvoker.java inflating: com/sun/tools/javadoc/ExecutableMemberDocImpl.java inflating: com/sun/tools/javadoc/FieldDocImpl.java inflating: com/sun/tools/javadoc/JavadocClassReader.java inflating: com/sun/tools/javadoc/JavadocEnter.java inflating: com/sun/tools/javadoc/JavadocMemberEnter.java inflating: com/sun/tools/javadoc/JavadocTodo.java inflating: com/sun/tools/javadoc/JavadocTool.java inflating: com/sun/tools/javadoc/Main.java inflating: com/sun/tools/javadoc/MemberDocImpl.java inflating: com/sun/tools/javadoc/Messager.java inflating: com/sun/tools/javadoc/MethodDocImpl.java inflating: com/sun/tools/javadoc/ModifierFilter.java inflating: com/sun/tools/javadoc/PackageDocImpl.java inflating: com/sun/tools/javadoc/ParamTagImpl.java inflating: com/sun/tools/javadoc/ParameterImpl.java inflating: com/sun/tools/javadoc/ParameterizedTypeImpl.java inflating: com/sun/tools/javadoc/PrimitiveType.java inflating: com/sun/tools/javadoc/ProgramElementDocImpl.java inflating: com/sun/tools/javadoc/RootDocImpl.java inflating: com/sun/tools/javadoc/SeeTagImpl.java inflating: com/sun/tools/javadoc/SerialFieldTagImpl.java inflating: com/sun/tools/javadoc/SerializedForm.java inflating: com/sun/tools/javadoc/SourcePositionImpl.java inflating: com/sun/tools/javadoc/Start.java inflating: com/sun/tools/javadoc/TagImpl.java inflating: com/sun/tools/javadoc/ThrowsTagImpl.java inflating: com/sun/tools/javadoc/TypeMaker.java inflating: com/sun/tools/javadoc/TypeVariableImpl.java inflating: com/sun/tools/javadoc/WildcardTypeImpl.java inflating: com/sun/tools/javadoc/resources/javadoc.properties inflating: com/sun/tools/javadoc/resources/javadoc_ja.properties inflating: com/sun/tools/javadoc/resources/javadoc_zh_CN.properties inflating: com/sun/tools/javah/Gen.java inflating: com/sun/tools/javah/JNI.java inflating: com/sun/tools/javah/LLNI.java inflating: com/sun/tools/javah/Main.java inflating: com/sun/tools/javah/MainDoclet.java inflating: com/sun/tools/javah/Mangle.java inflating: com/sun/tools/javah/TypeSignature.java inflating: com/sun/tools/javah/Util.java inflating: com/sun/tools/javah/resources/Linux_ppc.properties inflating: com/sun/tools/javah/resources/Linux_sparc.properties inflating: com/sun/tools/javah/resources/SunOS_sparc.properties inflating: com/sun/tools/javah/resources/SunOS_sparcv9.properties inflating: com/sun/tools/javah/resources/l10n.properties inflating: com/sun/tools/javah/resources/l10n_ja.properties inflating: com/sun/tools/javah/resources/l10n_zh_CN.properties inflating: com/sun/tools/javah/resources/win32_x86.properties inflating: javax/annotation/processing/AbstractProcessor.java inflating: javax/annotation/processing/Completion.java inflating: javax/annotation/processing/Completions.java inflating: javax/annotation/processing/Filer.java inflating: javax/annotation/processing/FilerException.java inflating: javax/annotation/processing/Messager.java inflating: javax/annotation/processing/ProcessingEnvironment.java inflating: javax/annotation/processing/Processor.java inflating: javax/annotation/processing/RoundEnvironment.java inflating: javax/annotation/processing/SupportedAnnotationTypes.java inflating: javax/annotation/processing/SupportedOptions.java inflating: javax/annotation/processing/SupportedSourceVersion.java inflating: javax/annotation/processing/package-info.java inflating: javax/lang/model/SourceVersion.java inflating: javax/lang/model/element/AnnotationMirror.java inflating: javax/lang/model/element/AnnotationValue.java inflating: javax/lang/model/element/AnnotationValueVisitor.java inflating: javax/lang/model/element/Element.java inflating: javax/lang/model/element/ElementKind.java inflating: javax/lang/model/element/ElementVisitor.java inflating: javax/lang/model/element/ExecutableElement.java inflating: javax/lang/model/element/Modifier.java inflating: javax/lang/model/element/Name.java inflating: javax/lang/model/element/NestingKind.java inflating: javax/lang/model/element/PackageElement.java inflating: javax/lang/model/element/TypeElement.java inflating: javax/lang/model/element/TypeParameterElement.java inflating: javax/lang/model/element/UnknownAnnotationValueException.java inflating: javax/lang/model/element/UnknownElementException.java inflating: javax/lang/model/element/VariableElement.java inflating: javax/lang/model/element/package-info.java inflating: javax/lang/model/overview.html inflating: javax/lang/model/package-info.java inflating: javax/lang/model/type/ArrayType.java inflating: javax/lang/model/type/DeclaredType.java inflating: javax/lang/model/type/ErrorType.java inflating: javax/lang/model/type/ExecutableType.java inflating: javax/lang/model/type/MirroredTypeException.java inflating: javax/lang/model/type/MirroredTypesException.java inflating: javax/lang/model/type/NoType.java inflating: javax/lang/model/type/NullType.java inflating: javax/lang/model/type/PrimitiveType.java inflating: javax/lang/model/type/ReferenceType.java inflating: javax/lang/model/type/TypeKind.java inflating: javax/lang/model/type/TypeMirror.java inflating: javax/lang/model/type/TypeVariable.java inflating: javax/lang/model/type/TypeVisitor.java inflating: javax/lang/model/type/UnknownTypeException.java inflating: javax/lang/model/type/WildcardType.java inflating: javax/lang/model/type/package-info.java inflating: javax/lang/model/util/AbstractAnnotationValueVisitor6.java inflating: javax/lang/model/util/AbstractElementVisitor6.java inflating: javax/lang/model/util/AbstractTypeVisitor6.java inflating: javax/lang/model/util/ElementFilter.java inflating: javax/lang/model/util/ElementKindVisitor6.java inflating: javax/lang/model/util/ElementScanner6.java inflating: javax/lang/model/util/Elements.java inflating: javax/lang/model/util/SimpleAnnotationValueVisitor6.java inflating: javax/lang/model/util/SimpleElementVisitor6.java inflating: javax/lang/model/util/SimpleTypeVisitor6.java inflating: javax/lang/model/util/TypeKindVisitor6.java inflating: javax/lang/model/util/Types.java inflating: javax/lang/model/util/package-info.java inflating: javax/tools/Diagnostic.java inflating: javax/tools/DiagnosticCollector.java inflating: javax/tools/DiagnosticListener.java inflating: javax/tools/FileObject.java inflating: javax/tools/ForwardingFileObject.java inflating: javax/tools/ForwardingJavaFileManager.java inflating: javax/tools/ForwardingJavaFileObject.java inflating: javax/tools/JavaCompiler.java inflating: javax/tools/JavaFileManager.java inflating: javax/tools/JavaFileObject.java inflating: javax/tools/OptionChecker.java inflating: javax/tools/SimpleJavaFileObject.java inflating: javax/tools/StandardJavaFileManager.java inflating: javax/tools/StandardLocation.java inflating: javax/tools/Tool.java inflating: javax/tools/ToolProvider.java inflating: javax/tools/overview.html inflating: javax/tools/package-info.java inflating: sun/tools/javap/AttrData.java inflating: sun/tools/javap/CPX.java inflating: sun/tools/javap/CPX2.java inflating: sun/tools/javap/ClassData.java inflating: sun/tools/javap/Constants.java inflating: sun/tools/javap/FieldData.java inflating: sun/tools/javap/InnerClassData.java inflating: sun/tools/javap/JavapEnvironment.java inflating: sun/tools/javap/JavapPrinter.java inflating: sun/tools/javap/LineNumData.java inflating: sun/tools/javap/LocVarData.java inflating: sun/tools/javap/Main.java inflating: sun/tools/javap/MethodData.java inflating: sun/tools/javap/RuntimeConstants.java inflating: sun/tools/javap/StackMapData.java inflating: sun/tools/javap/StackMapTableData.java inflating: sun/tools/javap/Tables.java inflating: sun/tools/javap/TrapData.java inflating: sun/tools/javap/TypeSignature.java Importing sources from component CORBA_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist/lib/src.zip inflating: sun/rmi/rmic/iiop/InterfaceType.java inflating: sun/rmi/rmic/iiop/CompoundType.java inflating: sun/rmi/rmic/iiop/PrintGenerator.java inflating: sun/rmi/rmic/iiop/ContextElement.java inflating: sun/rmi/rmic/iiop/ClassType.java inflating: sun/rmi/rmic/iiop/Util.java inflating: sun/rmi/rmic/iiop/Type.java inflating: sun/rmi/rmic/iiop/StaticStringsHash.java inflating: sun/rmi/rmic/iiop/Constants.java inflating: sun/rmi/rmic/iiop/NCInterfaceType.java inflating: sun/rmi/rmic/iiop/PrimitiveType.java inflating: sun/rmi/rmic/iiop/StubGenerator.java inflating: sun/rmi/rmic/iiop/ClassPathLoader.java inflating: sun/rmi/rmic/iiop/SpecialInterfaceType.java inflating: sun/rmi/rmic/iiop/ArrayType.java inflating: sun/rmi/rmic/iiop/ValueType.java inflating: sun/rmi/rmic/iiop/DirectoryLoader.java inflating: sun/rmi/rmic/iiop/BatchEnvironment.java inflating: sun/rmi/rmic/iiop/NameContext.java inflating: sun/rmi/rmic/iiop/RemoteType.java inflating: sun/rmi/rmic/iiop/IDLGenerator.java inflating: sun/rmi/rmic/iiop/AbstractType.java inflating: sun/rmi/rmic/iiop/IDLNames.java inflating: sun/rmi/rmic/iiop/ContextStack.java inflating: sun/rmi/rmic/iiop/NCClassType.java inflating: sun/rmi/rmic/iiop/Generator.java inflating: sun/rmi/rmic/iiop/SpecialClassType.java inflating: sun/rmi/rmic/iiop/ImplementationType.java inflating: sun/corba/BridgePermission.java inflating: sun/corba/Bridge.java inflating: sun/corba/package.html inflating: org/omg/CORBA/UnknownUserExceptionHolder.java inflating: org/omg/CORBA/OMGVMCID.java inflating: org/omg/CORBA/ULongLongSeqHolder.java inflating: org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java inflating: org/omg/CORBA/StructMemberHelper.java inflating: org/omg/CORBA/StructMember.java inflating: org/omg/CORBA/DomainManagerOperations.java inflating: org/omg/CORBA/WCharSeqHolder.java inflating: org/omg/CORBA/IDLTypeHelper.java inflating: org/omg/CORBA/INTF_REPOS.java inflating: org/omg/CORBA/COMM_FAILURE.java inflating: org/omg/CORBA/INTERNAL.java inflating: org/omg/CORBA/DoubleSeqHelper.java inflating: org/omg/CORBA/PRIVATE_MEMBER.java inflating: org/omg/CORBA/LocalObject.java inflating: org/omg/CORBA/VisibilityHelper.java inflating: org/omg/CORBA/UShortSeqHolder.java inflating: org/omg/CORBA/ServiceInformation.java inflating: org/omg/CORBA/LongLongSeqHolder.java inflating: org/omg/CORBA/DynFixed.java inflating: org/omg/CORBA/TypeCode.java inflating: org/omg/CORBA/FREE_MEM.java inflating: org/omg/CORBA/FieldNameHelper.java inflating: org/omg/CORBA/DATA_CONVERSION.java inflating: org/omg/CORBA/ULongSeqHelper.java inflating: org/omg/CORBA/WrongTransactionHelper.java inflating: org/omg/CORBA/Policy.java inflating: org/omg/CORBA/Environment.java inflating: org/omg/CORBA/VM_NONE.java inflating: org/omg/CORBA/TypeCodeHolder.java inflating: org/omg/CORBA/CharSeqHelper.java inflating: org/omg/CORBA/BooleanSeqHolder.java inflating: org/omg/CORBA/ServiceInformationHolder.java inflating: org/omg/CORBA/ULongSeqHolder.java inflating: org/omg/CORBA/TRANSACTION_MODE.java inflating: org/omg/CORBA/LongSeqHolder.java inflating: org/omg/CORBA/RepositoryIdHelper.java inflating: org/omg/CORBA/SystemException.java inflating: org/omg/CORBA/OBJ_ADAPTER.java inflating: org/omg/CORBA/FloatHolder.java inflating: org/omg/CORBA/WStringValueHelper.java inflating: org/omg/CORBA/LongSeqHelper.java inflating: org/omg/CORBA/DynSequence.java inflating: org/omg/CORBA/PolicyHelper.java inflating: org/omg/CORBA/OctetSeqHolder.java inflating: org/omg/CORBA/PolicyListHolder.java inflating: org/omg/CORBA/Object.java inflating: org/omg/CORBA/DynValue.java inflating: org/omg/CORBA/DynAny.java inflating: org/omg/CORBA/ShortSeqHolder.java inflating: org/omg/CORBA/NO_IMPLEMENT.java inflating: org/omg/CORBA/BAD_PARAM.java inflating: org/omg/CORBA/orb.idl inflating: org/omg/CORBA/Current.java inflating: org/omg/CORBA/AnySeqHelper.java inflating: org/omg/CORBA/_IDLTypeStub.java inflating: org/omg/CORBA/Request.java inflating: org/omg/CORBA/DefinitionKind.java inflating: org/omg/CORBA/AnyHolder.java inflating: org/omg/CORBA/ValueBaseHolder.java inflating: org/omg/CORBA/ShortHolder.java inflating: org/omg/CORBA/ShortSeqHelper.java inflating: org/omg/CORBA/UnknownUserException.java inflating: org/omg/CORBA/ServiceInformationHelper.java inflating: org/omg/CORBA/DynStruct.java inflating: org/omg/CORBA/CustomMarshal.java inflating: org/omg/CORBA/Any.java inflating: org/omg/CORBA/UnknownUserExceptionHelper.java inflating: org/omg/CORBA/ACTIVITY_REQUIRED.java inflating: org/omg/CORBA/ByteHolder.java inflating: org/omg/CORBA/ExceptionList.java inflating: org/omg/CORBA/StringValueHelper.java inflating: org/omg/CORBA/UShortSeqHelper.java inflating: org/omg/CORBA/ARG_OUT.java inflating: org/omg/CORBA/NamedValue.java inflating: org/omg/CORBA/CurrentHelper.java inflating: org/omg/CORBA/IntHolder.java inflating: org/omg/CORBA/WCharSeqHelper.java inflating: org/omg/CORBA/PolicyListHelper.java inflating: org/omg/CORBA/INVALID_TRANSACTION.java inflating: org/omg/CORBA/ARG_IN.java inflating: org/omg/CORBA/ObjectHolder.java inflating: org/omg/CORBA/OBJECT_NOT_EXIST.java inflating: org/omg/CORBA/NameValuePair.java inflating: org/omg/CORBA/TCKind.java inflating: org/omg/CORBA/ARG_INOUT.java inflating: org/omg/CORBA/ValueBaseHelper.java inflating: org/omg/CORBA/FloatSeqHelper.java inflating: org/omg/CORBA/TRANSACTION_REQUIRED.java inflating: org/omg/CORBA/PolicyOperations.java inflating: org/omg/CORBA/ObjectHelper.java inflating: org/omg/CORBA/TRANSACTION_ROLLEDBACK.java inflating: org/omg/CORBA/DynUnion.java inflating: org/omg/CORBA/BooleanSeqHelper.java inflating: org/omg/CORBA/ORB.java inflating: org/omg/CORBA/SetOverrideTypeHelper.java inflating: org/omg/CORBA/TIMEOUT.java inflating: org/omg/CORBA/CurrentOperations.java inflating: org/omg/CORBA/BAD_CONTEXT.java inflating: org/omg/CORBA/BooleanHolder.java inflating: org/omg/CORBA/PUBLIC_MEMBER.java inflating: org/omg/CORBA/TRANSACTION_UNAVAILABLE.java inflating: org/omg/CORBA/IRObjectOperations.java inflating: org/omg/CORBA/INV_OBJREF.java inflating: org/omg/CORBA/doc-files/generatedfiles.html inflating: org/omg/CORBA/doc-files/compliance.html inflating: org/omg/CORBA/IdentifierHelper.java inflating: org/omg/CORBA/AnySeqHolder.java inflating: org/omg/CORBA/ContextList.java inflating: org/omg/CORBA/MARSHAL.java inflating: org/omg/CORBA/ValueMemberHelper.java inflating: org/omg/CORBA/NameValuePairHelper.java inflating: org/omg/CORBA/FloatSeqHolder.java inflating: org/omg/CORBA/DataOutputStream.java inflating: org/omg/CORBA/IDLType.java inflating: org/omg/CORBA/VM_CUSTOM.java inflating: org/omg/CORBA/ValueMember.java inflating: org/omg/CORBA/TRANSIENT.java inflating: org/omg/CORBA/ServiceDetail.java inflating: org/omg/CORBA/VM_ABSTRACT.java inflating: org/omg/CORBA/DataInputStream.java inflating: org/omg/CORBA/ServerRequest.java inflating: org/omg/CORBA/DynamicImplementation.java inflating: org/omg/CORBA/VersionSpecHelper.java inflating: org/omg/CORBA/IDLTypeOperations.java inflating: org/omg/CORBA/DefinitionKindHelper.java inflating: org/omg/CORBA/PolicyError.java inflating: org/omg/CORBA/PolicyTypeHelper.java inflating: org/omg/CORBA/ORBPackage/InconsistentTypeCode.java inflating: org/omg/CORBA/ORBPackage/package.html inflating: org/omg/CORBA/ORBPackage/InvalidName.java inflating: org/omg/CORBA/Bounds.java inflating: org/omg/CORBA/WrongTransaction.java inflating: org/omg/CORBA/INV_IDENT.java inflating: org/omg/CORBA/package.html inflating: org/omg/CORBA/CharSeqHolder.java inflating: org/omg/CORBA/ACTIVITY_COMPLETED.java inflating: org/omg/CORBA/Context.java inflating: org/omg/CORBA/ULongLongSeqHelper.java inflating: org/omg/CORBA/ServiceDetailHelper.java inflating: org/omg/CORBA/BAD_POLICY_TYPE.java inflating: org/omg/CORBA/UnionMember.java inflating: org/omg/CORBA/REBIND.java inflating: org/omg/CORBA/DoubleSeqHolder.java inflating: org/omg/CORBA/NO_MEMORY.java inflating: org/omg/CORBA/CompletionStatus.java inflating: org/omg/CORBA/INV_FLAG.java inflating: org/omg/CORBA/TypeCodePackage/BadKind.java inflating: org/omg/CORBA/TypeCodePackage/Bounds.java inflating: org/omg/CORBA/TypeCodePackage/package.html inflating: org/omg/CORBA/INITIALIZE.java inflating: org/omg/CORBA/NVList.java inflating: org/omg/CORBA/BAD_POLICY_VALUE.java inflating: org/omg/CORBA/BAD_OPERATION.java inflating: org/omg/CORBA/PERSIST_STORE.java inflating: org/omg/CORBA/UnionMemberHelper.java inflating: org/omg/CORBA/CurrentHolder.java inflating: org/omg/CORBA/CompletionStatusHelper.java inflating: org/omg/CORBA/INVALID_ACTIVITY.java inflating: org/omg/CORBA/DynArray.java inflating: org/omg/CORBA/DoubleHolder.java inflating: org/omg/CORBA/LongHolder.java inflating: org/omg/CORBA/BAD_POLICY.java inflating: org/omg/CORBA/PrincipalHolder.java inflating: org/omg/CORBA/CharHolder.java inflating: org/omg/CORBA/CODESET_INCOMPATIBLE.java inflating: org/omg/CORBA/CTX_RESTRICT_SCOPE.java inflating: org/omg/CORBA/UNSUPPORTED_POLICY.java inflating: org/omg/CORBA/WrongTransactionHolder.java inflating: org/omg/CORBA/DynEnum.java inflating: org/omg/CORBA/SetOverrideType.java inflating: org/omg/CORBA/BAD_QOS.java inflating: org/omg/CORBA/IMP_LIMIT.java inflating: org/omg/CORBA/PolicyHolder.java inflating: org/omg/CORBA/UNKNOWN.java inflating: org/omg/CORBA/IRObject.java inflating: org/omg/CORBA/INV_POLICY.java inflating: org/omg/CORBA/BAD_INV_ORDER.java inflating: org/omg/CORBA/ir.idl inflating: org/omg/CORBA/LongLongSeqHelper.java inflating: org/omg/CORBA/NO_RESOURCES.java inflating: org/omg/CORBA/_PolicyStub.java inflating: org/omg/CORBA/BAD_TYPECODE.java inflating: org/omg/CORBA/UserException.java inflating: org/omg/CORBA/portable/OutputStream.java inflating: org/omg/CORBA/portable/UnknownException.java inflating: org/omg/CORBA/portable/BoxedValueHelper.java inflating: org/omg/CORBA/portable/StreamableValue.java inflating: org/omg/CORBA/portable/ValueInputStream.java inflating: org/omg/CORBA/portable/ValueFactory.java inflating: org/omg/CORBA/portable/ServantObject.java inflating: org/omg/CORBA/portable/InvokeHandler.java inflating: org/omg/CORBA/portable/ValueBase.java inflating: org/omg/CORBA/portable/IDLEntity.java inflating: org/omg/CORBA/portable/package.html inflating: org/omg/CORBA/portable/RemarshalException.java inflating: org/omg/CORBA/portable/Streamable.java inflating: org/omg/CORBA/portable/IndirectionException.java inflating: org/omg/CORBA/portable/ObjectImpl.java inflating: org/omg/CORBA/portable/ResponseHandler.java inflating: org/omg/CORBA/portable/ApplicationException.java inflating: org/omg/CORBA/portable/ValueOutputStream.java inflating: org/omg/CORBA/portable/Delegate.java inflating: org/omg/CORBA/portable/InputStream.java inflating: org/omg/CORBA/portable/CustomValue.java inflating: org/omg/CORBA/Principal.java inflating: org/omg/CORBA/DomainManager.java inflating: org/omg/CORBA/FixedHolder.java inflating: org/omg/CORBA/StringHolder.java inflating: org/omg/CORBA/NO_RESPONSE.java inflating: org/omg/CORBA/NO_PERMISSION.java inflating: org/omg/CORBA/DynAnyPackage/Invalid.java inflating: org/omg/CORBA/DynAnyPackage/InvalidValue.java inflating: org/omg/CORBA/DynAnyPackage/TypeMismatch.java inflating: org/omg/CORBA/DynAnyPackage/package.html inflating: org/omg/CORBA/DynAnyPackage/InvalidSeq.java inflating: org/omg/CORBA/OctetSeqHelper.java inflating: org/omg/CORBA/VM_TRUNCATABLE.java inflating: org/omg/Dynamic/package.html inflating: org/omg/PortableInterceptor/Messaging.idl inflating: org/omg/PortableInterceptor/ORBInitInfoPackage/package.html inflating: org/omg/PortableInterceptor/IOP.idl inflating: org/omg/PortableInterceptor/CORBAX.idl inflating: org/omg/PortableInterceptor/package.html inflating: org/omg/PortableInterceptor/Interceptors.idl inflating: org/omg/SendingContext/RunTimeOperations.java inflating: org/omg/SendingContext/RunTime.java inflating: org/omg/SendingContext/package.html inflating: org/omg/CosNaming/nameservice.idl inflating: org/omg/CosNaming/NamingContextPackage/package.html inflating: org/omg/CosNaming/NamingContextExtPackage/package.html inflating: org/omg/CosNaming/_NamingContextImplBase.java inflating: org/omg/CosNaming/package.html inflating: org/omg/CosNaming/_BindingIteratorImplBase.java inflating: org/omg/IOP/CodecFactoryPackage/package.html inflating: org/omg/IOP/CodecPackage/package.html inflating: org/omg/IOP/package.html inflating: org/omg/DynamicAny/DynamicAny.idl inflating: org/omg/DynamicAny/DynAnyFactoryPackage/package.html inflating: org/omg/DynamicAny/package.html inflating: org/omg/DynamicAny/DynAnyPackage/package.html inflating: org/omg/CORBA_2_3/ORB.java inflating: org/omg/CORBA_2_3/package.html inflating: org/omg/CORBA_2_3/portable/OutputStream.java inflating: org/omg/CORBA_2_3/portable/package.html inflating: org/omg/CORBA_2_3/portable/ObjectImpl.java inflating: org/omg/CORBA_2_3/portable/Delegate.java inflating: org/omg/CORBA_2_3/portable/InputStream.java inflating: org/omg/stub/java/rmi/package.html inflating: org/omg/stub/java/rmi/_Remote_Stub.java inflating: org/omg/Messaging/package.html inflating: org/omg/PortableServer/poa.idl inflating: org/omg/PortableServer/CurrentPackage/package.html inflating: org/omg/PortableServer/Servant.java inflating: org/omg/PortableServer/corba.idl inflating: org/omg/PortableServer/CurrentHelper.java inflating: org/omg/PortableServer/ServantLocatorPackage/package.html inflating: org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java inflating: org/omg/PortableServer/DynamicImplementation.java inflating: org/omg/PortableServer/POAManagerPackage/package.html inflating: org/omg/PortableServer/package.html inflating: org/omg/PortableServer/POAHelper.java inflating: org/omg/PortableServer/POAPackage/package.html inflating: org/omg/PortableServer/portable/package.html inflating: org/omg/PortableServer/portable/Delegate.java inflating: com/sun/org/omg/CORBA/AttributeModeHelper.java inflating: com/sun/org/omg/CORBA/AttrDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/StructMemberHelper.java inflating: com/sun/org/omg/CORBA/IDLTypeHelper.java inflating: com/sun/org/omg/CORBA/InitializerSeqHelper.java inflating: com/sun/org/omg/CORBA/Initializer.java inflating: com/sun/org/omg/CORBA/StructMemberSeqHelper.java inflating: com/sun/org/omg/CORBA/VisibilityHelper.java inflating: com/sun/org/omg/CORBA/OperationMode.java inflating: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.java inflating: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescriptionHelper.java inflating: com/sun/org/omg/CORBA/ValueMemberSeqHelper.java inflating: com/sun/org/omg/CORBA/ContextIdentifierHelper.java inflating: com/sun/org/omg/CORBA/AttributeMode.java inflating: com/sun/org/omg/CORBA/AttributeDescription.java inflating: com/sun/org/omg/CORBA/RepositoryIdHelper.java inflating: com/sun/org/omg/CORBA/Repository.java inflating: com/sun/org/omg/CORBA/_IDLTypeStub.java inflating: com/sun/org/omg/CORBA/ParameterModeHelper.java inflating: com/sun/org/omg/CORBA/ParDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/RepositoryIdSeqHelper.java inflating: com/sun/org/omg/CORBA/OperationDescriptionHelper.java inflating: com/sun/org/omg/CORBA/IRObjectOperations.java inflating: com/sun/org/omg/CORBA/IdentifierHelper.java inflating: com/sun/org/omg/CORBA/ValueMemberHelper.java inflating: com/sun/org/omg/CORBA/InitializerHelper.java inflating: com/sun/org/omg/CORBA/ParameterDescriptionHelper.java inflating: com/sun/org/omg/CORBA/VersionSpecHelper.java inflating: com/sun/org/omg/CORBA/ParameterDescription.java inflating: com/sun/org/omg/CORBA/IDLTypeOperations.java inflating: com/sun/org/omg/CORBA/DefinitionKindHelper.java inflating: com/sun/org/omg/CORBA/AttributeDescriptionHelper.java inflating: com/sun/org/omg/CORBA/ParameterMode.java inflating: com/sun/org/omg/CORBA/ExceptionDescriptionHelper.java inflating: com/sun/org/omg/CORBA/ContextIdSeqHelper.java inflating: com/sun/org/omg/CORBA/ExcDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/ExceptionDescription.java inflating: com/sun/org/omg/CORBA/OperationDescription.java inflating: com/sun/org/omg/CORBA/OpDescriptionSeqHelper.java inflating: com/sun/org/omg/CORBA/portable/ValueHelper.java inflating: com/sun/org/omg/CORBA/RepositoryHelper.java inflating: com/sun/org/omg/CORBA/OperationModeHelper.java inflating: com/sun/org/omg/SendingContext/_CodeBaseImplBase.java inflating: com/sun/org/omg/SendingContext/_CodeBaseStub.java inflating: com/sun/org/omg/SendingContext/CodeBaseOperations.java inflating: com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.java inflating: com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.java inflating: com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.java inflating: com/sun/org/omg/SendingContext/CodeBaseHelper.java inflating: com/sun/org/omg/SendingContext/CodeBase.java inflating: com/sun/corba/se/pept/broker/Broker.java inflating: com/sun/corba/se/pept/encoding/InputObject.java inflating: com/sun/corba/se/pept/encoding/OutputObject.java inflating: com/sun/corba/se/pept/protocol/ClientInvocationInfo.java inflating: com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java inflating: com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java inflating: com/sun/corba/se/pept/protocol/ProtocolHandler.java inflating: com/sun/corba/se/pept/protocol/ClientDelegate.java inflating: com/sun/corba/se/pept/protocol/MessageMediator.java inflating: com/sun/corba/se/pept/package.html inflating: com/sun/corba/se/pept/transport/ConnectionCache.java inflating: com/sun/corba/se/pept/transport/TransportManager.java inflating: com/sun/corba/se/pept/transport/Acceptor.java inflating: com/sun/corba/se/pept/transport/EventHandler.java inflating: com/sun/corba/se/pept/transport/InboundConnectionCache.java inflating: com/sun/corba/se/pept/transport/ContactInfoListIterator.java inflating: com/sun/corba/se/pept/transport/Selector.java inflating: com/sun/corba/se/pept/transport/ResponseWaitingRoom.java inflating: com/sun/corba/se/pept/transport/Connection.java inflating: com/sun/corba/se/pept/transport/ContactInfo.java inflating: com/sun/corba/se/pept/transport/ByteBufferPool.java inflating: com/sun/corba/se/pept/transport/ListenerThread.java inflating: com/sun/corba/se/pept/transport/ContactInfoList.java inflating: com/sun/corba/se/pept/transport/ReaderThread.java inflating: com/sun/corba/se/pept/transport/OutboundConnectionCache.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.java inflating: com/sun/corba/se/spi/monitoring/MonitoringFactories.java inflating: com/sun/corba/se/spi/monitoring/StatisticMonitoredAttribute.java inflating: com/sun/corba/se/spi/monitoring/StatisticsAccumulator.java inflating: com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfoFactory.java inflating: com/sun/corba/se/spi/monitoring/MonitoredObject.java inflating: com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.java inflating: com/sun/corba/se/spi/monitoring/package.html inflating: com/sun/corba/se/spi/monitoring/MonitoredObjectFactory.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttribute.java inflating: com/sun/corba/se/spi/monitoring/MonitoringManager.java inflating: com/sun/corba/se/spi/monitoring/MonitoringConstants.java inflating: com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.java inflating: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfo.java inflating: com/sun/corba/se/spi/extension/RequestPartitioningPolicy.java inflating: com/sun/corba/se/spi/extension/ServantCachingPolicy.java inflating: com/sun/corba/se/spi/extension/ZeroPortPolicy.java inflating: com/sun/corba/se/spi/extension/CopyObjectPolicy.java inflating: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.java inflating: com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl.java inflating: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandler.java inflating: com/sun/corba/se/spi/orbutil/proxy/LinkedInvocationHandler.java inflating: com/sun/corba/se/spi/orbutil/proxy/InvocationHandlerFactory.java inflating: com/sun/corba/se/spi/orbutil/fsm/StateEngine.java inflating: com/sun/corba/se/spi/orbutil/fsm/FSM.java inflating: com/sun/corba/se/spi/orbutil/fsm/InputImpl.java inflating: com/sun/corba/se/spi/orbutil/fsm/StateImpl.java inflating: com/sun/corba/se/spi/orbutil/fsm/GuardBase.java inflating: com/sun/corba/se/spi/orbutil/fsm/StateEngineFactory.java inflating: com/sun/corba/se/spi/orbutil/fsm/ActionBase.java inflating: com/sun/corba/se/spi/orbutil/fsm/Guard.java inflating: com/sun/corba/se/spi/orbutil/fsm/FSMTest.java inflating: com/sun/corba/se/spi/orbutil/fsm/FSMImpl.java inflating: com/sun/corba/se/spi/orbutil/fsm/Input.java inflating: com/sun/corba/se/spi/orbutil/fsm/Action.java inflating: com/sun/corba/se/spi/orbutil/fsm/State.java inflating: com/sun/corba/se/spi/orbutil/closure/Closure.java inflating: com/sun/corba/se/spi/orbutil/closure/ClosureFactory.java inflating: com/sun/corba/se/spi/orbutil/threadpool/Work.java inflating: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.java inflating: com/sun/corba/se/spi/orbutil/threadpool/WorkQueue.java inflating: com/sun/corba/se/spi/orbutil/threadpool/NoSuchThreadPoolException.java inflating: com/sun/corba/se/spi/orbutil/threadpool/NoSuchWorkQueueException.java inflating: com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.java inflating: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolChooser.java inflating: com/sun/corba/se/spi/encoding/CorbaInputObject.java inflating: com/sun/corba/se/spi/encoding/CorbaOutputObject.java inflating: com/sun/corba/se/spi/copyobject/ObjectCopier.java inflating: com/sun/corba/se/spi/copyobject/CopierManager.java inflating: com/sun/corba/se/spi/copyobject/CopyobjectDefaults.java inflating: com/sun/corba/se/spi/copyobject/ReflectiveCopyException.java inflating: com/sun/corba/se/spi/copyobject/ObjectCopierFactory.java inflating: com/sun/corba/se/spi/activation/activation.idl inflating: com/sun/corba/se/spi/ior/IdentifiableFactoryFinder.java inflating: com/sun/corba/se/spi/ior/IdentifiableBase.java inflating: com/sun/corba/se/spi/ior/IORFactories.java inflating: com/sun/corba/se/spi/ior/IOR.java inflating: com/sun/corba/se/spi/ior/TaggedComponent.java inflating: com/sun/corba/se/spi/ior/TaggedProfileTemplate.java inflating: com/sun/corba/se/spi/ior/IORFactory.java inflating: com/sun/corba/se/spi/ior/MakeImmutable.java inflating: com/sun/corba/se/spi/ior/IORTemplateList.java inflating: com/sun/corba/se/spi/ior/ObjectId.java inflating: com/sun/corba/se/spi/ior/TaggedComponentBase.java inflating: com/sun/corba/se/spi/ior/IdentifiableFactory.java inflating: com/sun/corba/se/spi/ior/TaggedProfileTemplateBase.java inflating: com/sun/corba/se/spi/ior/iornotes inflating: com/sun/corba/se/spi/ior/ObjectAdapterId.java inflating: com/sun/corba/se/spi/ior/ObjectKey.java inflating: com/sun/corba/se/spi/ior/ObjectKeyFactory.java inflating: com/sun/corba/se/spi/ior/package.html inflating: com/sun/corba/se/spi/ior/Identifiable.java inflating: com/sun/corba/se/spi/ior/IdentifiableContainerBase.java inflating: com/sun/corba/se/spi/ior/TaggedComponentFactoryFinder.java inflating: com/sun/corba/se/spi/ior/ObjectKeyTemplate.java inflating: com/sun/corba/se/spi/ior/TaggedProfile.java inflating: com/sun/corba/se/spi/ior/WriteContents.java inflating: com/sun/corba/se/spi/ior/Writeable.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPProfileTemplate.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPFactories.java inflating: com/sun/corba/se/spi/ior/iiop/CodeSetsComponent.java inflating: com/sun/corba/se/spi/ior/iiop/MaxStreamFormatVersionComponent.java inflating: com/sun/corba/se/spi/ior/iiop/AlternateIIOPAddressComponent.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPAddress.java inflating: com/sun/corba/se/spi/ior/iiop/RequestPartitioningComponent.java inflating: com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.java inflating: com/sun/corba/se/spi/ior/iiop/IIOPProfile.java inflating: com/sun/corba/se/spi/ior/iiop/GIOPVersion.java inflating: com/sun/corba/se/spi/ior/iiop/JavaCodebaseComponent.java inflating: com/sun/corba/se/spi/ior/IORTemplate.java inflating: com/sun/corba/se/spi/ior/EncapsulationFactoryBase.java inflating: com/sun/corba/se/spi/orb/ParserData.java inflating: com/sun/corba/se/spi/orb/PropertyParser.java inflating: com/sun/corba/se/spi/orb/OperationFactory.java inflating: com/sun/corba/se/spi/orb/StringPair.java inflating: com/sun/corba/se/spi/orb/ORB.java inflating: com/sun/corba/se/spi/orb/ParserImplBase.java inflating: com/sun/corba/se/spi/orb/ParserImplTableBase.java inflating: com/sun/corba/se/spi/orb/Operation.java inflating: com/sun/corba/se/spi/orb/ParserDataFactory.java inflating: com/sun/corba/se/spi/orb/ORBData.java inflating: com/sun/corba/se/spi/orb/DataCollector.java inflating: com/sun/corba/se/spi/orb/ORBVersion.java inflating: com/sun/corba/se/spi/orb/ORBVersionFactory.java inflating: com/sun/corba/se/spi/orb/ORBConfigurator.java inflating: com/sun/corba/se/spi/servicecontext/UEInfoServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/CodeSetServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContextRegistry.java inflating: com/sun/corba/se/spi/servicecontext/SendingContextServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/UnknownServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/MaxStreamFormatVersionServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContextData.java inflating: com/sun/corba/se/spi/servicecontext/ORBVersionServiceContext.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContexts.java inflating: com/sun/corba/se/spi/servicecontext/ServiceContext.java inflating: com/sun/corba/se/spi/protocol/CorbaMessageMediator.java inflating: com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.java inflating: com/sun/corba/se/spi/protocol/RequestDispatcherDefault.java inflating: com/sun/corba/se/spi/protocol/CorbaClientDelegate.java inflating: com/sun/corba/se/spi/protocol/ClientDelegateFactory.java inflating: com/sun/corba/se/spi/protocol/CorbaProtocolHandler.java inflating: com/sun/corba/se/spi/protocol/ForwardException.java inflating: com/sun/corba/se/spi/protocol/PIHandler.java inflating: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcher.java inflating: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcherFactory.java inflating: com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.java inflating: com/sun/corba/se/spi/protocol/CorbaServerRequestDispatcher.java inflating: com/sun/corba/se/spi/logging/data/ORBUtil.mc inflating: com/sun/corba/se/spi/logging/data/Activation.mc inflating: com/sun/corba/se/spi/logging/data/Naming.mc inflating: com/sun/corba/se/spi/logging/data/POA.mc inflating: com/sun/corba/se/spi/logging/data/Util.mc inflating: com/sun/corba/se/spi/logging/data/Interceptors.mc inflating: com/sun/corba/se/spi/logging/data/IOR.mc inflating: com/sun/corba/se/spi/logging/data/OMG.mc inflating: com/sun/corba/se/spi/logging/LogWrapperFactory.java inflating: com/sun/corba/se/spi/logging/LogWrapperBase.java inflating: com/sun/corba/se/spi/logging/CORBALogDomains.java inflating: com/sun/corba/se/spi/legacy/interceptor/UnknownType.java inflating: com/sun/corba/se/spi/legacy/interceptor/ORBInitInfoExt.java inflating: com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.java inflating: com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.java inflating: com/sun/corba/se/spi/legacy/connection/README.txt inflating: com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.java inflating: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.java inflating: com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java inflating: com/sun/corba/se/spi/legacy/connection/Connection.java inflating: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java inflating: com/sun/corba/se/spi/presentation/rmi/DynamicStub.java inflating: com/sun/corba/se/spi/presentation/rmi/PresentationManager.java inflating: com/sun/corba/se/spi/presentation/rmi/StubWrapper.java inflating: com/sun/corba/se/spi/presentation/rmi/PresentationDefaults.java inflating: com/sun/corba/se/spi/presentation/rmi/DynamicMethodMarshaller.java inflating: com/sun/corba/se/spi/presentation/rmi/StubAdapter.java inflating: com/sun/corba/se/spi/presentation/rmi/IDLNameTranslator.java inflating: com/sun/corba/se/spi/oa/ObjectAdapterFactory.java inflating: com/sun/corba/se/spi/oa/OADestroyed.java inflating: com/sun/corba/se/spi/oa/OAInvocationInfo.java inflating: com/sun/corba/se/spi/oa/ObjectAdapterBase.java inflating: com/sun/corba/se/spi/oa/OADefault.java inflating: com/sun/corba/se/spi/oa/ObjectAdapter.java inflating: com/sun/corba/se/spi/oa/NullServant.java inflating: com/sun/corba/se/spi/resolver/LocalResolver.java inflating: com/sun/corba/se/spi/resolver/Resolver.java inflating: com/sun/corba/se/spi/resolver/ResolverDefault.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfoListFactory.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfo.java inflating: com/sun/corba/se/spi/transport/CorbaTransportManager.java inflating: com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.java inflating: com/sun/corba/se/spi/transport/SocketInfo.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfoList.java inflating: com/sun/corba/se/spi/transport/CorbaConnection.java inflating: com/sun/corba/se/spi/transport/IORToSocketInfo.java inflating: com/sun/corba/se/spi/transport/ReadTimeoutsFactory.java inflating: com/sun/corba/se/spi/transport/IORTransformer.java inflating: com/sun/corba/se/spi/transport/IIOPPrimaryToContactInfo.java inflating: com/sun/corba/se/spi/transport/ORBSocketFactory.java inflating: com/sun/corba/se/spi/transport/CorbaAcceptor.java inflating: com/sun/corba/se/spi/transport/SocketOrChannelAcceptor.java inflating: com/sun/corba/se/spi/transport/CorbaConnectionCache.java inflating: com/sun/corba/se/spi/transport/TransportDefault.java inflating: com/sun/corba/se/spi/transport/ReadTimeouts.java inflating: com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.java inflating: com/sun/corba/se/internal/Interceptors/PIORB.java inflating: com/sun/corba/se/internal/io/ObjectStreamClass.java inflating: com/sun/corba/se/internal/io/IIOPInputStream.java inflating: com/sun/corba/se/internal/io/IIOPOutputStream.java inflating: com/sun/corba/se/internal/io/LibraryManager.java inflating: com/sun/corba/se/internal/CosNaming/BootstrapServer.java inflating: com/sun/corba/se/internal/POA/POAORB.java inflating: com/sun/corba/se/internal/corba/ORBSingleton.java inflating: com/sun/corba/se/internal/iiop/ORB.java inflating: com/sun/corba/se/org/omg/CORBA/ORB.java inflating: com/sun/corba/se/PortableActivationIDL/activation.idl inflating: com/sun/corba/se/impl/io/ObjectStreamClass.java inflating: com/sun/corba/se/impl/io/OutputStreamHook.java inflating: com/sun/corba/se/impl/io/FVDCodeBaseImpl.java inflating: com/sun/corba/se/impl/io/InputStreamHook.java inflating: com/sun/corba/se/impl/io/IIOPInputStream.java inflating: com/sun/corba/se/impl/io/ObjectStreamField.java inflating: com/sun/corba/se/impl/io/IIOPOutputStream.java inflating: com/sun/corba/se/impl/io/ValueUtility.java inflating: com/sun/corba/se/impl/io/ValueHandlerImpl.java inflating: com/sun/corba/se/impl/io/OptionalDataException.java inflating: com/sun/corba/se/impl/io/TypeMismatchException.java inflating: com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt.java inflating: com/sun/corba/se/impl/monitoring/MonitoringManagerFactoryImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoFactoryImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoringManagerImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredObjectImpl.java inflating: com/sun/corba/se/impl/monitoring/MonitoredObjectFactoryImpl.java inflating: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3.java inflating: com/sun/corba/se/impl/orbutil/RepositoryId_1_3.java inflating: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3.java inflating: com/sun/corba/se/impl/orbutil/CacheTable.java inflating: com/sun/corba/se/impl/orbutil/ORBConstants.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdFactory.java inflating: com/sun/corba/se/impl/orbutil/ObjectWriter.java inflating: com/sun/corba/se/impl/orbutil/ObjectStreamField.java inflating: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/HexOutputStream.java inflating: com/sun/corba/se/impl/orbutil/LegacyHookPutFields.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdUtility.java inflating: com/sun/corba/se/impl/orbutil/ORBClassLoader.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdInterface.java inflating: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3.java inflating: com/sun/corba/se/impl/orbutil/StackImpl.java inflating: com/sun/corba/se/impl/orbutil/CorbaResourceUtil.java inflating: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl.java inflating: com/sun/corba/se/impl/orbutil/fsm/GuardedAction.java inflating: com/sun/corba/se/impl/orbutil/fsm/NameBase.java inflating: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/RepositoryId_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdStrings.java inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties inflating: com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties inflating: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/concurrent/ReentrantMutex.java inflating: com/sun/corba/se/impl/orbutil/concurrent/CondVar.java inflating: com/sun/corba/se/impl/orbutil/concurrent/DebugMutex.java inflating: com/sun/corba/se/impl/orbutil/concurrent/Sync.java inflating: com/sun/corba/se/impl/orbutil/concurrent/SyncUtil.java inflating: com/sun/corba/se/impl/orbutil/concurrent/Mutex.java inflating: com/sun/corba/se/impl/orbutil/RepIdDelegator.java inflating: com/sun/corba/se/impl/orbutil/graph/NodeData.java inflating: com/sun/corba/se/impl/orbutil/graph/Node.java inflating: com/sun/corba/se/impl/orbutil/graph/GraphImpl.java inflating: com/sun/corba/se/impl/orbutil/graph/Graph.java inflating: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3.java inflating: com/sun/corba/se/impl/orbutil/ORBUtility.java inflating: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/LegacyHookGetFields.java inflating: com/sun/corba/se/impl/orbutil/ObjectUtility.java inflating: com/sun/corba/se/impl/orbutil/GetPropertyAction.java inflating: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3_1.java inflating: com/sun/corba/se/impl/orbutil/closure/Future.java inflating: com/sun/corba/se/impl/orbutil/closure/Constant.java inflating: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3.java inflating: com/sun/corba/se/impl/orbutil/DenseIntMapImpl.java inflating: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3.java inflating: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.java inflating: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.java inflating: com/sun/corba/se/impl/orbutil/threadpool/TimeoutException.java inflating: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java inflating: com/sun/corba/se/impl/orbutil/DefineWrapper.sjava inflating: com/sun/corba/se/impl/orbutil/LogKeywords.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream_1_1.java inflating: com/sun/corba/se/impl/encoding/BufferQueue.java inflating: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerReadStream.java inflating: com/sun/corba/se/impl/encoding/RestorableInputStream.java inflating: com/sun/corba/se/impl/encoding/MarshalOutputStream.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream.java inflating: com/sun/corba/se/impl/encoding/OSFCodeSetRegistry.java inflating: com/sun/corba/se/impl/encoding/EncapsOutputStream.java inflating: com/sun/corba/se/impl/encoding/MarshalInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerFactory.java inflating: com/sun/corba/se/impl/encoding/TypeCodeInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWriteGrow.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWriteCollect.java inflating: com/sun/corba/se/impl/encoding/CodeSetCache.java inflating: com/sun/corba/se/impl/encoding/CDRInputObject.java inflating: com/sun/corba/se/impl/encoding/CodeSetComponentInfo.java inflating: com/sun/corba/se/impl/encoding/WrapperInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWrite.java inflating: com/sun/corba/se/impl/encoding/TypeCodeReader.java inflating: com/sun/corba/se/impl/encoding/ByteBufferWithInfo.java inflating: com/sun/corba/se/impl/encoding/CachedCodeBase.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream_1_0.java inflating: com/sun/corba/se/impl/encoding/CDROutputStreamBase.java inflating: com/sun/corba/se/impl/encoding/CDRInputStreamBase.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream_1_2.java inflating: com/sun/corba/se/impl/encoding/CodeSetConversion.java inflating: com/sun/corba/se/impl/encoding/BufferManagerRead.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream_1_1.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream.java inflating: com/sun/corba/se/impl/encoding/CDRInputStream_1_0.java inflating: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream.java inflating: com/sun/corba/se/impl/encoding/CDROutputObject.java inflating: com/sun/corba/se/impl/encoding/CDROutputStream_1_2.java inflating: com/sun/corba/se/impl/encoding/TypeCodeOutputStream.java inflating: com/sun/corba/se/impl/encoding/MarkAndResetHandler.java inflating: com/sun/corba/se/impl/encoding/EncapsInputStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerWriteStream.java inflating: com/sun/corba/se/impl/encoding/BufferManagerReadGrow.java inflating: com/sun/corba/se/impl/copyobject/FallbackObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/JavaOutputStream.sjava inflating: com/sun/corba/se/impl/copyobject/ORBStreamObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/ReferenceObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/JavaStreamObjectCopierImpl.java inflating: com/sun/corba/se/impl/copyobject/JavaInputStream.sjava inflating: com/sun/corba/se/impl/copyobject/CopierManagerImpl.java inflating: com/sun/corba/se/impl/activation/ProcessMonitorThread.java inflating: com/sun/corba/se/impl/activation/ServerTableEntry.java inflating: com/sun/corba/se/impl/activation/ServerManagerImpl.java inflating: com/sun/corba/se/impl/activation/CommandHandler.java inflating: com/sun/corba/se/impl/activation/RepositoryImpl.java inflating: com/sun/corba/se/impl/activation/ORBD.java inflating: com/sun/corba/se/impl/activation/NameServiceStartThread.java inflating: com/sun/corba/se/impl/activation/ServerMain.java inflating: com/sun/corba/se/impl/activation/ServerTool.java inflating: com/sun/corba/se/impl/naming/cosnaming/BindingIteratorImpl.java inflating: com/sun/corba/se/impl/naming/cosnaming/InternalBindingValue.java inflating: com/sun/corba/se/impl/naming/cosnaming/NamingContextImpl.java inflating: com/sun/corba/se/impl/naming/cosnaming/InternalBindingKey.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientBindingIterator.java inflating: com/sun/corba/se/impl/naming/cosnaming/NamingContextDataStore.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientNamingContext.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientNameServer.java inflating: com/sun/corba/se/impl/naming/cosnaming/InterOperableNamingImpl.java inflating: com/sun/corba/se/impl/naming/cosnaming/NamingUtils.java inflating: com/sun/corba/se/impl/naming/cosnaming/TransientNameService.java inflating: com/sun/corba/se/impl/naming/namingutil/IIOPEndpointInfo.java inflating: com/sun/corba/se/impl/naming/namingutil/CorbalocURL.java inflating: com/sun/corba/se/impl/naming/namingutil/INSURL.java inflating: com/sun/corba/se/impl/naming/namingutil/Utility.java inflating: com/sun/corba/se/impl/naming/namingutil/INSURLBase.java inflating: com/sun/corba/se/impl/naming/namingutil/NamingConstants.java inflating: com/sun/corba/se/impl/naming/namingutil/INSURLHandler.java inflating: com/sun/corba/se/impl/naming/namingutil/CorbanameURL.java inflating: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingValue.java inflating: com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.java inflating: com/sun/corba/se/impl/naming/pcosnaming/NameServer.java inflating: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingKey.java inflating: com/sun/corba/se/impl/naming/pcosnaming/NameService.java inflating: com/sun/corba/se/impl/naming/pcosnaming/ServantManagerImpl.java inflating: com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.java inflating: com/sun/corba/se/impl/ior/ObjectReferenceProducerBase.java inflating: com/sun/corba/se/impl/ior/TaggedComponentFactoryFinderImpl.java inflating: com/sun/corba/se/impl/ior/ObjectAdapterIdNumber.java inflating: com/sun/corba/se/impl/ior/GenericIdentifiable.java inflating: com/sun/corba/se/impl/ior/IORTemplateListImpl.java inflating: com/sun/corba/se/impl/ior/IdentifiableFactoryFinderBase.java inflating: com/sun/corba/se/impl/ior/ObjectReferenceFactoryImpl.java inflating: com/sun/corba/se/impl/ior/OldObjectKeyTemplateBase.java inflating: com/sun/corba/se/impl/ior/GenericTaggedComponent.java inflating: com/sun/corba/se/impl/ior/EncapsulationUtility.java inflating: com/sun/corba/se/impl/ior/TestAssertions inflating: com/sun/corba/se/impl/ior/FreezableList.java inflating: com/sun/corba/se/impl/ior/StubIORImpl.java inflating: com/sun/corba/se/impl/ior/ByteBuffer.java inflating: com/sun/corba/se/impl/ior/ObjectIdImpl.java inflating: com/sun/corba/se/impl/ior/ObjectAdapterIdArray.java inflating: com/sun/corba/se/impl/ior/NewObjectKeyTemplateBase.java inflating: com/sun/corba/se/impl/ior/ObjectReferenceTemplateImpl.java inflating: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl.java inflating: com/sun/corba/se/impl/ior/JIDLObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/ObjectKeyImpl.java inflating: com/sun/corba/se/impl/ior/TaggedProfileTemplateFactoryFinderImpl.java inflating: com/sun/corba/se/impl/ior/notes inflating: com/sun/corba/se/impl/ior/ObjectAdapterIdBase.java inflating: com/sun/corba/se/impl/ior/TaggedProfileFactoryFinderImpl.java inflating: com/sun/corba/se/impl/ior/IORTemplateImpl.java inflating: com/sun/corba/se/impl/ior/iiop/CodeSetsComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/JavaCodebaseComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPAddressImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPAddressClosureImpl.java inflating: com/sun/corba/se/impl/ior/iiop/JavaSerializationComponent.java inflating: com/sun/corba/se/impl/ior/iiop/RequestPartitioningComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/ORBTypeComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPAddressBase.java inflating: com/sun/corba/se/impl/ior/iiop/IIOPProfileTemplateImpl.java inflating: com/sun/corba/se/impl/ior/iiop/MaxStreamFormatVersionComponentImpl.java inflating: com/sun/corba/se/impl/ior/iiop/AlternateIIOPAddressComponentImpl.java inflating: com/sun/corba/se/impl/ior/GenericTaggedProfile.java inflating: com/sun/corba/se/impl/ior/OldPOAObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/OldJIDLObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/POAObjectKeyTemplate.java inflating: com/sun/corba/se/impl/ior/ObjectKeyTemplateBase.java inflating: com/sun/corba/se/impl/ior/IORImpl.java inflating: com/sun/corba/se/impl/ior/WireObjectKeyTemplate.java inflating: com/sun/corba/se/impl/orb/ORBVersionImpl.java inflating: com/sun/corba/se/impl/orb/AppletDataCollector.java inflating: com/sun/corba/se/impl/orb/ParserAction.java inflating: com/sun/corba/se/impl/orb/ORBDataParserImpl.java inflating: com/sun/corba/se/impl/orb/ORBImpl.java inflating: com/sun/corba/se/impl/orb/ORBSingleton.java inflating: com/sun/corba/se/impl/orb/parsing_combinators.txt inflating: com/sun/corba/se/impl/orb/ParserActionBase.java inflating: com/sun/corba/se/impl/orb/DataCollectorFactory.java inflating: com/sun/corba/se/impl/orb/NormalParserData.java inflating: com/sun/corba/se/impl/orb/PrefixParserAction.java inflating: com/sun/corba/se/impl/orb/ORBConfiguratorImpl.java inflating: com/sun/corba/se/impl/orb/ParserTable.java inflating: com/sun/corba/se/impl/orb/PrefixParserData.java inflating: com/sun/corba/se/impl/orb/ParserActionFactory.java inflating: com/sun/corba/se/impl/orb/NormalDataCollector.java inflating: com/sun/corba/se/impl/orb/DataCollectorBase.java inflating: com/sun/corba/se/impl/orb/ParserDataBase.java inflating: com/sun/corba/se/impl/orb/NormalParserAction.java inflating: com/sun/corba/se/impl/orb/PropertyOnlyDataCollector.java inflating: com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/RequestInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/ORBInitInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/PIHandlerImpl.java inflating: com/sun/corba/se/impl/interceptors/CodecFactoryImpl.java inflating: com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/ThreadCurrentStack.sjava inflating: com/sun/corba/se/impl/interceptors/CDREncapsCodec.java inflating: com/sun/corba/se/impl/interceptors/SlotTable.java inflating: com/sun/corba/se/impl/interceptors/InterceptorList.java inflating: com/sun/corba/se/impl/interceptors/IORInfoImpl.java inflating: com/sun/corba/se/impl/interceptors/PICurrent.java inflating: com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.java inflating: com/sun/corba/se/impl/interceptors/InterceptorInvoker.java inflating: com/sun/corba/se/impl/interceptors/SlotTableStack.java inflating: com/sun/corba/se/impl/protocol/RequestCanceledException.java inflating: com/sun/corba/se/impl/protocol/CorbaClientDelegateImpl.java inflating: com/sun/corba/se/impl/protocol/POALocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyOrReplyMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageHandler.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageBase.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfoHelper.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddress.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/AddressingDispositionHelper.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ProfileAddr.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReferenceAddr.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/KeyAddr.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_1.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_2.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddressHelper.java inflating: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_0.java inflating: com/sun/corba/se/impl/protocol/AddressingDispositionException.java inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalClientRequestImpl.sjava inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalServerResponseImpl.sjava inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalClientResponseImpl.sjava inflating: com/sun/corba/se/impl/protocol/oldlocal/LocalServerRequestImpl.sjava inflating: com/sun/corba/se/impl/protocol/SharedCDRClientRequestDispatcherImpl.java inflating: com/sun/corba/se/impl/protocol/CorbaInvocationInfo.java inflating: com/sun/corba/se/impl/protocol/JIDLLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/CorbaMessageMediatorImpl.java inflating: com/sun/corba/se/impl/protocol/NotLocalLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/FullServantCacheLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/INSServerRequestDispatcher.java inflating: com/sun/corba/se/impl/protocol/SpecialMethod.java inflating: com/sun/corba/se/impl/protocol/CorbaServerRequestDispatcherImpl.java inflating: com/sun/corba/se/impl/protocol/MinimalServantCacheLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/ServantCacheLocalCRDBase.java inflating: com/sun/corba/se/impl/protocol/BootstrapServerRequestDispatcher.java inflating: com/sun/corba/se/impl/protocol/InfoOnlyServantCacheLocalCRDImpl.java inflating: com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.java inflating: com/sun/corba/se/impl/protocol/RequestDispatcherRegistryImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.java inflating: com/sun/corba/se/impl/legacy/connection/USLPort.java inflating: com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.java inflating: com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.java inflating: com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.java inflating: com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.java inflating: com/sun/corba/se/impl/corba/RequestImpl.java inflating: com/sun/corba/se/impl/corba/ContextListImpl.java inflating: com/sun/corba/se/impl/corba/TCUtility.java inflating: com/sun/corba/se/impl/corba/ContextImpl.java inflating: com/sun/corba/se/impl/corba/PrincipalImpl.java inflating: com/sun/corba/se/impl/corba/ServerRequestImpl.java inflating: com/sun/corba/se/impl/corba/AnyImpl.java inflating: com/sun/corba/se/impl/corba/orb_config_design.txt inflating: com/sun/corba/se/impl/corba/CORBAObjectImpl.java inflating: com/sun/corba/se/impl/corba/TypeCodeFactory.java inflating: com/sun/corba/se/impl/corba/NVListImpl.java inflating: com/sun/corba/se/impl/corba/AnyImplHelper.java inflating: com/sun/corba/se/impl/corba/TypeCodeImplHelper.java inflating: com/sun/corba/se/impl/corba/AsynchInvoke.java inflating: com/sun/corba/se/impl/corba/NamedValueImpl.java inflating: com/sun/corba/se/impl/corba/ExceptionListImpl.java inflating: com/sun/corba/se/impl/corba/EnvironmentImpl.java inflating: com/sun/corba/se/impl/corba/TypeCodeImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynEnumImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynFixedImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyConstructedImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynUnionImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynValueCommonImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyUtil.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyCollectionImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyComplexImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynArrayImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynStructImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynSequenceImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynAnyBasicImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynValueImpl.java inflating: com/sun/corba/se/impl/dynamicany/DynValueBoxImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/ExceptionHandler.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryProxyImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl_save.sjava inflating: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java inflating: com/sun/corba/se/impl/presentation/rmi/DynamicStubImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubConnectImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/jndi.properties inflating: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryBase.java inflating: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLTypeException.java inflating: com/sun/corba/se/impl/presentation/rmi/ReflectiveTie.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryStaticImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/DynamicAccessPermission.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLType.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil.java inflating: com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryBase.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryDynamicBase.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryStaticImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryProxyImpl.java inflating: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil_save.sjava inflating: com/sun/corba/se/impl/oa/poa/AOMEntry.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase_R.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_UDS.java inflating: com/sun/corba/se/impl/oa/poa/minor_code_example.txt inflating: com/sun/corba/se/impl/oa/poa/LifespanPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/DelegateImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_USM.java inflating: com/sun/corba/se/impl/oa/poa/BadServerIdHandler.java inflating: com/sun/corba/se/impl/oa/poa/ImplicitActivationPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAManagerImpl.java inflating: com/sun/corba/se/impl/oa/poa/ServantRetentionPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorFactory.java inflating: com/sun/corba/se/impl/oa/poa/POACurrent.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediator.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_AOM.java inflating: com/sun/corba/se/impl/oa/poa/ActiveObjectMap.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM.java inflating: com/sun/corba/se/impl/oa/poa/standard_minor_codes.txt inflating: com/sun/corba/se/impl/oa/poa/IdAssignmentPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/ThreadPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAFactory.java inflating: com/sun/corba/se/impl/oa/poa/RequestProcessingPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_UDS.java inflating: com/sun/corba/se/impl/oa/poa/IdUniquenessPolicyImpl.java inflating: com/sun/corba/se/impl/oa/poa/Policies.java inflating: com/sun/corba/se/impl/oa/toa/TOAImpl.java inflating: com/sun/corba/se/impl/oa/toa/TOA.java inflating: com/sun/corba/se/impl/oa/toa/TransientObjectManager.java inflating: com/sun/corba/se/impl/oa/toa/TOAFactory.java inflating: com/sun/corba/se/impl/oa/NullServantImpl.java inflating: com/sun/corba/se/impl/resolver/INSURLOperationImpl.java inflating: com/sun/corba/se/impl/resolver/BootstrapResolverImpl.java inflating: com/sun/corba/se/impl/resolver/ORBInitRefResolverImpl.java inflating: com/sun/corba/se/impl/resolver/ORBDefaultInitRefResolverImpl.java inflating: com/sun/corba/se/impl/resolver/SplitLocalResolverImpl.java inflating: com/sun/corba/se/impl/resolver/FileResolverImpl.java inflating: com/sun/corba/se/impl/resolver/LocalResolverImpl.java inflating: com/sun/corba/se/impl/resolver/CompositeResolverImpl.java inflating: com/sun/corba/se/impl/util/RepositoryIdCache.java inflating: com/sun/corba/se/impl/util/Utility.java inflating: com/sun/corba/se/impl/util/PackagePrefixChecker.java inflating: com/sun/corba/se/impl/util/IdentityHashtableEnumerator.java inflating: com/sun/corba/se/impl/util/Version.java inflating: com/sun/corba/se/impl/util/IdentityHashtable.java inflating: com/sun/corba/se/impl/util/JDKBridge.java inflating: com/sun/corba/se/impl/util/SUNVMCID.java inflating: com/sun/corba/se/impl/util/JDKClassLoader.java inflating: com/sun/corba/se/impl/util/ORBProperties.java inflating: com/sun/corba/se/impl/util/RepositoryId.java inflating: com/sun/corba/se/impl/javax/rmi/CORBA/Util.java inflating: com/sun/corba/se/impl/javax/rmi/CORBA/StubDelegateImpl.java inflating: com/sun/corba/se/impl/javax/rmi/PortableRemoteObject.java inflating: com/sun/corba/se/impl/transport/EventHandlerBase.java inflating: com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java inflating: com/sun/corba/se/impl/transport/ReaderThreadImpl.java inflating: com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.java inflating: com/sun/corba/se/impl/transport/ListenerThreadImpl.java inflating: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.java inflating: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.java inflating: com/sun/corba/se/impl/transport/CorbaContactInfoListImpl.java inflating: com/sun/corba/se/impl/transport/SharedCDRContactInfoImpl.java inflating: com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.java inflating: com/sun/corba/se/impl/transport/ByteBufferPoolImpl.java inflating: com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.java inflating: com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl.java inflating: com/sun/corba/se/impl/transport/SelectorImpl.java inflating: com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.java inflating: com/sun/corba/se/impl/transport/BufferConnectionImpl.sjava inflating: com/sun/corba/se/impl/transport/CorbaContactInfoListIteratorImpl.java inflating: com/sun/corba/se/impl/transport/SocketOrChannelContactInfoImpl.java inflating: com/sun/corba/se/impl/transport/ReadTCPTimeoutsImpl.java inflating: com/sun/corba/se/impl/transport/CorbaContactInfoBase.java inflating: com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.java inflating: com/sun/corba/se/GiopIDL/messages.idl inflating: com/sun/corba/se/GiopIDL/GIOP.idl inflating: com/sun/tools/corba/se/logutil/MC.java inflating: com/sun/tools/corba/se/logutil/InputCode.java inflating: com/sun/tools/corba/se/logutil/InputException.java inflating: com/sun/tools/corba/se/logutil/StringUtil.java inflating: com/sun/tools/corba/se/logutil/Makefile inflating: com/sun/tools/corba/se/logutil/IndentingPrintWriter.java inflating: com/sun/tools/corba/se/logutil/Input.java inflating: com/sun/tools/corba/se/idl/InvalidCharacter.java inflating: com/sun/tools/corba/se/idl/NoPragma.java inflating: com/sun/tools/corba/se/idl/IncludeEntry.java inflating: com/sun/tools/corba/se/idl/InterfaceType.java inflating: com/sun/tools/corba/se/idl/StructGen.java inflating: com/sun/tools/corba/se/idl/EnumEntry.java inflating: com/sun/tools/corba/se/idl/constExpr/BinaryExpr.java inflating: com/sun/tools/corba/se/idl/constExpr/Divide.java inflating: com/sun/tools/corba/se/idl/constExpr/Terminal.java inflating: com/sun/tools/corba/se/idl/constExpr/ShiftRight.java inflating: com/sun/tools/corba/se/idl/constExpr/Negative.java inflating: com/sun/tools/corba/se/idl/constExpr/Modulo.java inflating: com/sun/tools/corba/se/idl/constExpr/Equal.java inflating: com/sun/tools/corba/se/idl/constExpr/NotEqual.java inflating: com/sun/tools/corba/se/idl/constExpr/EvaluationException.java inflating: com/sun/tools/corba/se/idl/constExpr/Minus.java inflating: com/sun/tools/corba/se/idl/constExpr/Xor.java inflating: com/sun/tools/corba/se/idl/constExpr/Or.java inflating: com/sun/tools/corba/se/idl/constExpr/Positive.java inflating: com/sun/tools/corba/se/idl/constExpr/Not.java inflating: com/sun/tools/corba/se/idl/constExpr/UnaryExpr.java inflating: com/sun/tools/corba/se/idl/constExpr/Expression.java inflating: com/sun/tools/corba/se/idl/constExpr/Plus.java inflating: com/sun/tools/corba/se/idl/constExpr/BooleanNot.java inflating: com/sun/tools/corba/se/idl/constExpr/Times.java inflating: com/sun/tools/corba/se/idl/constExpr/LessEqual.java inflating: com/sun/tools/corba/se/idl/constExpr/ShiftLeft.java inflating: com/sun/tools/corba/se/idl/constExpr/LessThan.java inflating: com/sun/tools/corba/se/idl/constExpr/DefaultExprFactory.java inflating: com/sun/tools/corba/se/idl/constExpr/ExprFactory.java inflating: com/sun/tools/corba/se/idl/constExpr/GreaterThan.java inflating: com/sun/tools/corba/se/idl/constExpr/GreaterEqual.java inflating: com/sun/tools/corba/se/idl/constExpr/BooleanAnd.java inflating: com/sun/tools/corba/se/idl/constExpr/BooleanOr.java inflating: com/sun/tools/corba/se/idl/constExpr/And.java inflating: com/sun/tools/corba/se/idl/MethodGen.java inflating: com/sun/tools/corba/se/idl/ForwardEntry.java inflating: com/sun/tools/corba/se/idl/SequenceGen.java inflating: com/sun/tools/corba/se/idl/NativeGen.java inflating: com/sun/tools/corba/se/idl/ParameterEntry.java inflating: com/sun/tools/corba/se/idl/UnionBranch.java inflating: com/sun/tools/corba/se/idl/ParameterGen.java inflating: com/sun/tools/corba/se/idl/MethodEntry.java inflating: com/sun/tools/corba/se/idl/PragmaEntry.java inflating: com/sun/tools/corba/se/idl/ValueRepositoryId.java inflating: com/sun/tools/corba/se/idl/StringGen.java inflating: com/sun/tools/corba/se/idl/InterfaceGen.java inflating: com/sun/tools/corba/se/idl/InvalidArgument.java inflating: com/sun/tools/corba/se/idl/TypedefEntry.java inflating: com/sun/tools/corba/se/idl/PragmaHandler.java inflating: com/sun/tools/corba/se/idl/Util.java inflating: com/sun/tools/corba/se/idl/orb.idl inflating: com/sun/tools/corba/se/idl/TokenBuffer.java inflating: com/sun/tools/corba/se/idl/IncludeGen.java inflating: com/sun/tools/corba/se/idl/PragmaGen.java inflating: com/sun/tools/corba/se/idl/ExceptionGen.java inflating: com/sun/tools/corba/se/idl/ValueEntry.java inflating: com/sun/tools/corba/se/idl/Parser.java inflating: com/sun/tools/corba/se/idl/ForwardGen.java inflating: com/sun/tools/corba/se/idl/ValueBoxEntry.java inflating: com/sun/tools/corba/se/idl/idl_ja.prp inflating: com/sun/tools/corba/se/idl/Preprocessor.java inflating: com/sun/tools/corba/se/idl/InterfaceState.java inflating: com/sun/tools/corba/se/idl/ModuleGen.java inflating: com/sun/tools/corba/se/idl/follow.set inflating: com/sun/tools/corba/se/idl/StringEntry.java inflating: com/sun/tools/corba/se/idl/idl.prp inflating: com/sun/tools/corba/se/idl/InterfaceEntry.java inflating: com/sun/tools/corba/se/idl/ModuleEntry.java inflating: com/sun/tools/corba/se/idl/Arguments.java inflating: com/sun/tools/corba/se/idl/SymtabFactory.java inflating: com/sun/tools/corba/se/idl/NativeEntry.java inflating: com/sun/tools/corba/se/idl/StructEntry.java inflating: com/sun/tools/corba/se/idl/Token.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Holder.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/StructGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Skeleton.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/SequenceGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/NativeGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/StringGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Util.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/AuxGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ExceptionGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ModuleGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Arguments.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueFactory.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/UnionGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/NameModifier.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ForwardValueGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Stub.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/TypedefGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/JavaGenerator.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Helper.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Helper24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp inflating: com/sun/tools/corba/se/idl/toJavaPortable/ConstGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp inflating: com/sun/tools/corba/se/idl/toJavaPortable/DefaultFactory.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/GenFactory.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Compile.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/MethodGenClone24.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/PrimitiveGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/TCOffsets.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/NameModifierImpl.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/Factories.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp inflating: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen.java inflating: com/sun/tools/corba/se/idl/toJavaPortable/EnumGen.java inflating: com/sun/tools/corba/se/idl/keywords inflating: com/sun/tools/corba/se/idl/ExceptionEntry.java inflating: com/sun/tools/corba/se/idl/som/idlemit/MetaPragma.java inflating: com/sun/tools/corba/se/idl/som/cff/Messages.java inflating: com/sun/tools/corba/se/idl/som/cff/FileLocator.java inflating: com/sun/tools/corba/se/idl/first.set inflating: com/sun/tools/corba/se/idl/ValueGen.java inflating: com/sun/tools/corba/se/idl/UnionGen.java inflating: com/sun/tools/corba/se/idl/ConstEntry.java inflating: com/sun/tools/corba/se/idl/ForwardValueGen.java inflating: com/sun/tools/corba/se/idl/grammar.idl inflating: com/sun/tools/corba/se/idl/TypedefGen.java inflating: com/sun/tools/corba/se/idl/PrimitiveEntry.java inflating: com/sun/tools/corba/se/idl/SequenceEntry.java inflating: com/sun/tools/corba/se/idl/GenFileStream.java inflating: com/sun/tools/corba/se/idl/RepositoryID.java inflating: com/sun/tools/corba/se/idl/ConstGen.java inflating: com/sun/tools/corba/se/idl/grammar3.idl inflating: com/sun/tools/corba/se/idl/DefaultSymtabFactory.java inflating: com/sun/tools/corba/se/idl/ForwardValueEntry.java inflating: com/sun/tools/corba/se/idl/GenFactory.java inflating: com/sun/tools/corba/se/idl/Comment.java inflating: com/sun/tools/corba/se/idl/ResourceBundleUtil.java inflating: com/sun/tools/corba/se/idl/SymtabEntry.java inflating: com/sun/tools/corba/se/idl/IDLID.java inflating: com/sun/tools/corba/se/idl/Compile.java inflating: com/sun/tools/corba/se/idl/AttributeGen.java inflating: com/sun/tools/corba/se/idl/ParseException.java inflating: com/sun/tools/corba/se/idl/PrimitiveGen.java inflating: com/sun/tools/corba/se/idl/idl_zh_CN.prp inflating: com/sun/tools/corba/se/idl/ir.idl inflating: com/sun/tools/corba/se/idl/Scanner.java inflating: com/sun/tools/corba/se/idl/UnionEntry.java inflating: com/sun/tools/corba/se/idl/Generator.java inflating: com/sun/tools/corba/se/idl/Noop.java inflating: com/sun/tools/corba/se/idl/Factories.java inflating: com/sun/tools/corba/se/idl/ValueBoxGen.java inflating: com/sun/tools/corba/se/idl/EnumGen.java inflating: com/sun/tools/corba/se/idl/AttributeEntry.java inflating: javax/rmi/CORBA/StubDelegate.java inflating: javax/rmi/CORBA/PortableRemoteObjectDelegate.java inflating: javax/rmi/CORBA/Util.java inflating: javax/rmi/CORBA/Stub.java inflating: javax/rmi/CORBA/ValueHandler.java inflating: javax/rmi/CORBA/package.html inflating: javax/rmi/CORBA/ValueHandlerMultiFormat.java inflating: javax/rmi/CORBA/Tie.java inflating: javax/rmi/CORBA/GetORBPropertiesFileAction.java inflating: javax/rmi/CORBA/UtilDelegate.java inflating: javax/rmi/CORBA/ClassDesc.java inflating: javax/rmi/package.html inflating: javax/rmi/PortableRemoteObject.java inflating: javax/activity/InvalidActivityException.java inflating: javax/activity/ActivityCompletedException.java inflating: javax/activity/package.html inflating: javax/activity/ActivityRequiredException.java inflating: javax/transaction/TransactionRolledbackException.java inflating: javax/transaction/TransactionRequiredException.java inflating: javax/transaction/InvalidTransactionException.java inflating: javax/transaction/package.html inflating: javax/transaction/xa/XAResource.java inflating: javax/transaction/xa/XAException.java inflating: javax/transaction/xa/Xid.java inflating: javax/transaction/xa/package.html inflating: org/omg/CORBA/ParameterModeHolder.java inflating: org/omg/CORBA/StringSeqHelper.java inflating: org/omg/CORBA/PolicyErrorHolder.java inflating: org/omg/CORBA/ParameterModeHelper.java inflating: org/omg/CORBA/StringSeqHolder.java inflating: org/omg/CORBA/WStringSeqHelper.java inflating: org/omg/CORBA/ParameterMode.java inflating: org/omg/CORBA/WStringSeqHolder.java inflating: org/omg/CORBA/PolicyErrorCodeHelper.java inflating: org/omg/CORBA/PolicyErrorHelper.java inflating: org/omg/Dynamic/Parameter.java inflating: org/omg/PortableInterceptor/NON_EXISTENT.java inflating: org/omg/PortableInterceptor/Interceptor.java inflating: org/omg/PortableInterceptor/AdapterManagerIdHelper.java inflating: org/omg/PortableInterceptor/IORInfoOperations.java inflating: org/omg/PortableInterceptor/ClientRequestInfo.java inflating: org/omg/PortableInterceptor/IORInterceptor_3_0.java inflating: org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java inflating: org/omg/PortableInterceptor/ServerRequestInfoOperations.java inflating: org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java inflating: org/omg/PortableInterceptor/DISCARDING.java inflating: org/omg/PortableInterceptor/ORBInitInfoOperations.java inflating: org/omg/PortableInterceptor/InvalidSlotHelper.java inflating: org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java inflating: org/omg/PortableInterceptor/ACTIVE.java inflating: org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java inflating: org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java inflating: org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java inflating: org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java inflating: org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java inflating: org/omg/PortableInterceptor/PolicyFactoryOperations.java inflating: org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java inflating: org/omg/PortableInterceptor/Current.java inflating: org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java inflating: org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java inflating: org/omg/PortableInterceptor/CurrentHelper.java inflating: org/omg/PortableInterceptor/ObjectIdHelper.java inflating: org/omg/PortableInterceptor/IORInterceptorOperations.java inflating: org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java inflating: org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java inflating: org/omg/PortableInterceptor/ClientRequestInterceptor.java inflating: org/omg/PortableInterceptor/INACTIVE.java inflating: org/omg/PortableInterceptor/TRANSPORT_RETRY.java inflating: org/omg/PortableInterceptor/CurrentOperations.java inflating: org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java inflating: org/omg/PortableInterceptor/InterceptorOperations.java inflating: org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java inflating: org/omg/PortableInterceptor/ServerRequestInterceptor.java inflating: org/omg/PortableInterceptor/ServerRequestInfo.java inflating: org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java inflating: org/omg/PortableInterceptor/RequestInfoOperations.java inflating: org/omg/PortableInterceptor/AdapterNameHelper.java inflating: org/omg/PortableInterceptor/AdapterStateHelper.java inflating: org/omg/PortableInterceptor/ORBInitInfo.java inflating: org/omg/PortableInterceptor/ORBInitializerOperations.java inflating: org/omg/PortableInterceptor/ServerIdHelper.java inflating: org/omg/PortableInterceptor/ORBInitializer.java inflating: org/omg/PortableInterceptor/SUCCESSFUL.java inflating: org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java inflating: org/omg/PortableInterceptor/ObjectReferenceFactory.java inflating: org/omg/PortableInterceptor/LOCATION_FORWARD.java inflating: org/omg/PortableInterceptor/ForwardRequestHelper.java inflating: org/omg/PortableInterceptor/ForwardRequest.java inflating: org/omg/PortableInterceptor/InvalidSlot.java inflating: org/omg/PortableInterceptor/ORBIdHelper.java inflating: org/omg/PortableInterceptor/RequestInfo.java inflating: org/omg/PortableInterceptor/USER_EXCEPTION.java inflating: org/omg/PortableInterceptor/UNKNOWN.java inflating: org/omg/PortableInterceptor/IORInfo.java inflating: org/omg/PortableInterceptor/PolicyFactory.java inflating: org/omg/PortableInterceptor/ObjectReferenceTemplate.java inflating: org/omg/PortableInterceptor/IORInterceptor.java inflating: org/omg/PortableInterceptor/HOLDING.java inflating: org/omg/PortableInterceptor/ClientRequestInfoOperations.java inflating: org/omg/CosNaming/BindingHelper.java inflating: org/omg/CosNaming/NamingContextExtPOA.java inflating: org/omg/CosNaming/BindingIteratorOperations.java inflating: org/omg/CosNaming/NameComponentHolder.java inflating: org/omg/CosNaming/BindingIteratorHelper.java inflating: org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.java inflating: org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java inflating: org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java inflating: org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java inflating: org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java inflating: org/omg/CosNaming/NamingContextPackage/NotFound.java inflating: org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java inflating: org/omg/CosNaming/NamingContextPackage/AlreadyBound.java inflating: org/omg/CosNaming/NamingContextPackage/NotFoundHolder.java inflating: org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java inflating: org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java inflating: org/omg/CosNaming/NamingContextPackage/NotFoundReason.java inflating: org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.java inflating: org/omg/CosNaming/NamingContextPackage/CannotProceed.java inflating: org/omg/CosNaming/NamingContextPackage/NotEmpty.java inflating: org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java inflating: org/omg/CosNaming/NamingContextPackage/InvalidName.java inflating: org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java inflating: org/omg/CosNaming/Binding.java inflating: org/omg/CosNaming/BindingHolder.java inflating: org/omg/CosNaming/NamingContextPOA.java inflating: org/omg/CosNaming/_NamingContextExtStub.java inflating: org/omg/CosNaming/NamingContextExtOperations.java inflating: org/omg/CosNaming/NamingContextExtHelper.java inflating: org/omg/CosNaming/_NamingContextStub.java inflating: org/omg/CosNaming/BindingType.java inflating: org/omg/CosNaming/NameHolder.java inflating: org/omg/CosNaming/BindingTypeHolder.java inflating: org/omg/CosNaming/NameComponentHelper.java inflating: org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java inflating: org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java inflating: org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java inflating: org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java inflating: org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java inflating: org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java inflating: org/omg/CosNaming/IstringHelper.java inflating: org/omg/CosNaming/BindingListHelper.java inflating: org/omg/CosNaming/NamingContextOperations.java inflating: org/omg/CosNaming/BindingListHolder.java inflating: org/omg/CosNaming/NamingContext.java inflating: org/omg/CosNaming/BindingTypeHelper.java inflating: org/omg/CosNaming/_BindingIteratorStub.java inflating: org/omg/CosNaming/NamingContextHolder.java inflating: org/omg/CosNaming/BindingIteratorPOA.java inflating: org/omg/CosNaming/NamingContextExt.java inflating: org/omg/CosNaming/NameComponent.java inflating: org/omg/CosNaming/BindingIterator.java inflating: org/omg/CosNaming/NamingContextHelper.java inflating: org/omg/CosNaming/NamingContextExtHolder.java inflating: org/omg/CosNaming/BindingIteratorHolder.java inflating: org/omg/CosNaming/NameHelper.java inflating: org/omg/IOP/IORHelper.java inflating: org/omg/IOP/RMICustomMaxStreamFormat.java inflating: org/omg/IOP/TAG_ORB_TYPE.java inflating: org/omg/IOP/ServiceContextListHolder.java inflating: org/omg/IOP/IOR.java inflating: org/omg/IOP/ServiceContextHelper.java inflating: org/omg/IOP/TaggedComponent.java inflating: org/omg/IOP/TAG_JAVA_CODEBASE.java inflating: org/omg/IOP/CodecFactory.java inflating: org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java inflating: org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java inflating: org/omg/IOP/ProfileIdHelper.java inflating: org/omg/IOP/CodecOperations.java inflating: org/omg/IOP/ServiceIdHelper.java inflating: org/omg/IOP/Codec.java inflating: org/omg/IOP/CodecPackage/FormatMismatchHelper.java inflating: org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java inflating: org/omg/IOP/CodecPackage/TypeMismatch.java inflating: org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java inflating: org/omg/IOP/CodecPackage/TypeMismatchHelper.java inflating: org/omg/IOP/CodecPackage/FormatMismatch.java inflating: org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java inflating: org/omg/IOP/CodecFactoryHelper.java inflating: org/omg/IOP/Encoding.java inflating: org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java inflating: org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.java inflating: org/omg/IOP/TaggedComponentHolder.java inflating: org/omg/IOP/TransactionService.java inflating: org/omg/IOP/ServiceContextListHelper.java inflating: org/omg/IOP/MultipleComponentProfileHelper.java inflating: org/omg/IOP/CodeSets.java inflating: org/omg/IOP/TAG_INTERNET_IOP.java inflating: org/omg/IOP/TAG_POLICIES.java inflating: org/omg/IOP/MultipleComponentProfileHolder.java inflating: org/omg/IOP/TaggedComponentHelper.java inflating: org/omg/IOP/ENCODING_CDR_ENCAPS.java inflating: org/omg/IOP/TaggedProfileHelper.java inflating: org/omg/IOP/IORHolder.java inflating: org/omg/IOP/TaggedProfileHolder.java inflating: org/omg/IOP/CodecFactoryOperations.java inflating: org/omg/IOP/TaggedProfile.java inflating: org/omg/IOP/ServiceContextHolder.java inflating: org/omg/IOP/TAG_CODE_SETS.java inflating: org/omg/IOP/ComponentIdHelper.java inflating: org/omg/IOP/ServiceContext.java inflating: org/omg/IOP/ExceptionDetailMessage.java inflating: org/omg/DynamicAny/DynEnumHelper.java inflating: org/omg/DynamicAny/DynAnyFactory.java inflating: org/omg/DynamicAny/DynFixed.java inflating: org/omg/DynamicAny/FieldNameHelper.java inflating: org/omg/DynamicAny/DynValueCommon.java inflating: org/omg/DynamicAny/NameDynAnyPairHelper.java inflating: org/omg/DynamicAny/_DynArrayStub.java inflating: org/omg/DynamicAny/DynUnionHelper.java inflating: org/omg/DynamicAny/DynStructHelper.java inflating: org/omg/DynamicAny/DynSequence.java inflating: org/omg/DynamicAny/_DynAnyFactoryStub.java inflating: org/omg/DynamicAny/DynValue.java inflating: org/omg/DynamicAny/DynAny.java inflating: org/omg/DynamicAny/DynAnyFactoryOperations.java inflating: org/omg/DynamicAny/AnySeqHelper.java inflating: org/omg/DynamicAny/DynUnionOperations.java inflating: org/omg/DynamicAny/DynStruct.java inflating: org/omg/DynamicAny/DynFixedHelper.java inflating: org/omg/DynamicAny/NameValuePair.java inflating: org/omg/DynamicAny/DynAnyHelper.java inflating: org/omg/DynamicAny/DynUnion.java inflating: org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java inflating: org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java inflating: org/omg/DynamicAny/_DynUnionStub.java inflating: org/omg/DynamicAny/DynSequenceHelper.java inflating: org/omg/DynamicAny/NameValuePairHelper.java inflating: org/omg/DynamicAny/_DynAnyStub.java inflating: org/omg/DynamicAny/_DynEnumStub.java inflating: org/omg/DynamicAny/DynValueBoxOperations.java inflating: org/omg/DynamicAny/DynArrayOperations.java inflating: org/omg/DynamicAny/DynFixedOperations.java inflating: org/omg/DynamicAny/DynAnyFactoryHelper.java inflating: org/omg/DynamicAny/DynValueOperations.java inflating: org/omg/DynamicAny/DynSequenceOperations.java inflating: org/omg/DynamicAny/_DynValueStub.java inflating: org/omg/DynamicAny/DynStructOperations.java inflating: org/omg/DynamicAny/_DynStructStub.java inflating: org/omg/DynamicAny/DynAnySeqHelper.java inflating: org/omg/DynamicAny/DynArray.java inflating: org/omg/DynamicAny/DynValueHelper.java inflating: org/omg/DynamicAny/DynEnumOperations.java inflating: org/omg/DynamicAny/DynEnum.java inflating: org/omg/DynamicAny/NameDynAnyPair.java inflating: org/omg/DynamicAny/DynArrayHelper.java inflating: org/omg/DynamicAny/DynAnyOperations.java inflating: org/omg/DynamicAny/DynValueBox.java inflating: org/omg/DynamicAny/_DynSequenceStub.java inflating: org/omg/DynamicAny/DynValueCommonOperations.java inflating: org/omg/DynamicAny/DynAnyPackage/InvalidValue.java inflating: org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java inflating: org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java inflating: org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java inflating: org/omg/DynamicAny/_DynFixedStub.java inflating: org/omg/DynamicAny/NameDynAnyPairSeqHelper.java inflating: org/omg/DynamicAny/NameValuePairSeqHelper.java inflating: org/omg/Messaging/SYNC_WITH_TRANSPORT.java inflating: org/omg/Messaging/SyncScopeHelper.java inflating: org/omg/PortableServer/LifespanPolicyOperations.java inflating: org/omg/PortableServer/CurrentPackage/NoContextHelper.java inflating: org/omg/PortableServer/CurrentPackage/NoContext.java inflating: org/omg/PortableServer/AdapterActivator.java inflating: org/omg/PortableServer/IdUniquenessPolicy.java inflating: org/omg/PortableServer/RequestProcessingPolicyOperations.java inflating: org/omg/PortableServer/ServantActivatorOperations.java inflating: org/omg/PortableServer/POAManager.java inflating: org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java inflating: org/omg/PortableServer/RequestProcessingPolicyValue.java inflating: org/omg/PortableServer/IdAssignmentPolicyOperations.java inflating: org/omg/PortableServer/Current.java inflating: org/omg/PortableServer/ImplicitActivationPolicyOperations.java inflating: org/omg/PortableServer/ServantLocatorHelper.java inflating: org/omg/PortableServer/IdAssignmentPolicy.java inflating: org/omg/PortableServer/IdUniquenessPolicyValue.java inflating: org/omg/PortableServer/ImplicitActivationPolicy.java inflating: org/omg/PortableServer/ServantActivatorPOA.java inflating: org/omg/PortableServer/ServantManagerOperations.java inflating: org/omg/PortableServer/ThreadPolicyOperations.java inflating: org/omg/PortableServer/POAOperations.java inflating: org/omg/PortableServer/POAManagerOperations.java inflating: org/omg/PortableServer/ThreadPolicy.java inflating: org/omg/PortableServer/CurrentOperations.java inflating: org/omg/PortableServer/ServantLocator.java inflating: org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java inflating: org/omg/PortableServer/THREAD_POLICY_ID.java inflating: org/omg/PortableServer/_ServantActivatorStub.java inflating: org/omg/PortableServer/_ServantLocatorStub.java inflating: org/omg/PortableServer/ServantRetentionPolicyOperations.java inflating: org/omg/PortableServer/ImplicitActivationPolicyValue.java inflating: org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java inflating: org/omg/PortableServer/POAManagerPackage/AdapterInactive.java inflating: org/omg/PortableServer/POAManagerPackage/State.java inflating: org/omg/PortableServer/LIFESPAN_POLICY_ID.java inflating: org/omg/PortableServer/LifespanPolicy.java inflating: org/omg/PortableServer/ServantRetentionPolicyValue.java inflating: org/omg/PortableServer/ThreadPolicyValue.java inflating: org/omg/PortableServer/RequestProcessingPolicy.java inflating: org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java inflating: org/omg/PortableServer/IdUniquenessPolicyOperations.java inflating: org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java inflating: org/omg/PortableServer/POAPackage/NoServant.java inflating: org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java inflating: org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java inflating: org/omg/PortableServer/POAPackage/WrongPolicy.java inflating: org/omg/PortableServer/POAPackage/InvalidPolicy.java inflating: org/omg/PortableServer/POAPackage/ServantNotActive.java inflating: org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java inflating: org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java inflating: org/omg/PortableServer/POAPackage/WrongAdapter.java inflating: org/omg/PortableServer/POAPackage/NoServantHelper.java inflating: org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java inflating: org/omg/PortableServer/POAPackage/AdapterNonExistent.java inflating: org/omg/PortableServer/POAPackage/ServantAlreadyActive.java inflating: org/omg/PortableServer/POAPackage/WrongPolicyHelper.java inflating: org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java inflating: org/omg/PortableServer/POAPackage/WrongAdapterHelper.java inflating: org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java inflating: org/omg/PortableServer/POAPackage/ObjectNotActive.java inflating: org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java inflating: org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java inflating: org/omg/PortableServer/ServantActivatorHelper.java inflating: org/omg/PortableServer/ForwardRequestHelper.java inflating: org/omg/PortableServer/ForwardRequest.java inflating: org/omg/PortableServer/AdapterActivatorOperations.java inflating: org/omg/PortableServer/ServantActivator.java inflating: org/omg/PortableServer/ServantManager.java inflating: org/omg/PortableServer/POA.java inflating: org/omg/PortableServer/ServantLocatorOperations.java inflating: org/omg/PortableServer/ServantLocatorPOA.java inflating: org/omg/PortableServer/LifespanPolicyValue.java inflating: org/omg/PortableServer/ServantRetentionPolicy.java inflating: org/omg/PortableServer/IdAssignmentPolicyValue.java inflating: org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java inflating: com/sun/corba/se/spi/activation/_ServerImplBase.java inflating: com/sun/corba/se/spi/activation/ServerHeldDownHelper.java inflating: com/sun/corba/se/spi/activation/_LocatorStub.java inflating: com/sun/corba/se/spi/activation/NoSuchEndPointHolder.java inflating: com/sun/corba/se/spi/activation/InvalidORBidHolder.java inflating: com/sun/corba/se/spi/activation/ServerNotActive.java inflating: com/sun/corba/se/spi/activation/RepositoryHolder.java inflating: com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHelper.java inflating: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHelper.java inflating: com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHolder.java inflating: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.java inflating: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHolder.java inflating: com/sun/corba/se/spi/activation/TCPPortHelper.java inflating: com/sun/corba/se/spi/activation/_ActivatorImplBase.java inflating: com/sun/corba/se/spi/activation/BadServerDefinition.java inflating: com/sun/corba/se/spi/activation/ServerNotRegisteredHolder.java inflating: com/sun/corba/se/spi/activation/InvalidORBidHelper.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyActiveHolder.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHelper.java inflating: com/sun/corba/se/spi/activation/InitialNameServiceOperations.java inflating: com/sun/corba/se/spi/activation/ServerHeldDown.java inflating: com/sun/corba/se/spi/activation/ORBidListHolder.java inflating: com/sun/corba/se/spi/activation/LocatorOperations.java inflating: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORB.java inflating: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocation.java inflating: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHelper.java inflating: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHelper.java inflating: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHolder.java inflating: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.java inflating: com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHelper.java inflating: com/sun/corba/se/spi/activation/Repository.java inflating: com/sun/corba/se/spi/activation/_ServerManagerImplBase.java inflating: com/sun/corba/se/spi/activation/ServerManagerHolder.java inflating: com/sun/corba/se/spi/activation/ServerOperations.java inflating: com/sun/corba/se/spi/activation/ServerHolder.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyInstalledHolder.java inflating: com/sun/corba/se/spi/activation/ServerHeldDownHolder.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyActive.java inflating: com/sun/corba/se/spi/activation/BadServerDefinitionHelper.java inflating: com/sun/corba/se/spi/activation/ServerNotRegisteredHelper.java inflating: com/sun/corba/se/spi/activation/InitialNameServiceHolder.java inflating: com/sun/corba/se/spi/activation/InitialNameService.java inflating: com/sun/corba/se/spi/activation/ServerIdsHolder.java inflating: com/sun/corba/se/spi/activation/ORBidListHelper.java inflating: com/sun/corba/se/spi/activation/NoSuchEndPointHelper.java inflating: com/sun/corba/se/spi/activation/_InitialNameServiceStub.java inflating: com/sun/corba/se/spi/activation/ServerNotActiveHolder.java inflating: com/sun/corba/se/spi/activation/ORBPortInfoHelper.java inflating: com/sun/corba/se/spi/activation/ORBPortInfoHolder.java inflating: com/sun/corba/se/spi/activation/NoSuchEndPoint.java inflating: com/sun/corba/se/spi/activation/POANameHolder.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHolder.java inflating: com/sun/corba/se/spi/activation/EndPointInfo.java inflating: com/sun/corba/se/spi/activation/ActivatorHolder.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHolder.java inflating: com/sun/corba/se/spi/activation/ServerNotActiveHelper.java inflating: com/sun/corba/se/spi/activation/ServerHelper.java inflating: com/sun/corba/se/spi/activation/LocatorHolder.java inflating: com/sun/corba/se/spi/activation/EndPointInfoHolder.java inflating: com/sun/corba/se/spi/activation/ServerManagerOperations.java inflating: com/sun/corba/se/spi/activation/_ServerStub.java inflating: com/sun/corba/se/spi/activation/POANameHelper.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyInstalledHelper.java inflating: com/sun/corba/se/spi/activation/EndpointInfoListHolder.java inflating: com/sun/corba/se/spi/activation/ORBidHelper.java inflating: com/sun/corba/se/spi/activation/ServerNotRegistered.java inflating: com/sun/corba/se/spi/activation/ActivatorOperations.java inflating: com/sun/corba/se/spi/activation/_ActivatorStub.java inflating: com/sun/corba/se/spi/activation/ORBPortInfoListHolder.java inflating: com/sun/corba/se/spi/activation/Locator.java inflating: com/sun/corba/se/spi/activation/InvalidORBid.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHelper.java inflating: com/sun/corba/se/spi/activation/Activator.java inflating: com/sun/corba/se/spi/activation/ORBAlreadyRegistered.java inflating: com/sun/corba/se/spi/activation/_RepositoryStub.java inflating: com/sun/corba/se/spi/activation/ServerIdHelper.java inflating: com/sun/corba/se/spi/activation/Server.java inflating: com/sun/corba/se/spi/activation/_ServerManagerStub.java inflating: com/sun/corba/se/spi/activation/ORBPortInfoListHelper.java inflating: com/sun/corba/se/spi/activation/_InitialNameServiceImplBase.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyUninstalled.java inflating: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHolder.java inflating: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHelper.java inflating: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBound.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyInstalled.java inflating: com/sun/corba/se/spi/activation/IIOP_CLEAR_TEXT.java inflating: com/sun/corba/se/spi/activation/EndPointInfoHelper.java inflating: com/sun/corba/se/spi/activation/InitialNameServiceHelper.java inflating: com/sun/corba/se/spi/activation/_LocatorImplBase.java inflating: com/sun/corba/se/spi/activation/EndpointInfoListHelper.java inflating: com/sun/corba/se/spi/activation/BadServerDefinitionHolder.java inflating: com/sun/corba/se/spi/activation/RepositoryOperations.java inflating: com/sun/corba/se/spi/activation/ServerManager.java inflating: com/sun/corba/se/spi/activation/_RepositoryImplBase.java inflating: com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHolder.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyRegistered.java inflating: com/sun/corba/se/spi/activation/ServerAlreadyActiveHelper.java inflating: com/sun/corba/se/spi/activation/LocatorHelper.java inflating: com/sun/corba/se/spi/activation/ORBPortInfo.java inflating: com/sun/corba/se/spi/activation/RepositoryHelper.java inflating: com/sun/corba/se/spi/activation/ServerIdsHelper.java inflating: com/sun/corba/se/spi/activation/ActivatorHelper.java inflating: com/sun/corba/se/spi/activation/ServerManagerHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ServerHeldDownHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ServerProxyHelper.java inflating: com/sun/corba/se/PortableActivationIDL/_LocatorStub.java inflating: com/sun/corba/se/PortableActivationIDL/NoSuchEndPointHolder.java inflating: com/sun/corba/se/PortableActivationIDL/InvalidORBidHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerNotActive.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ORBProxy.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryPackage/ServerDefHelper.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryPackage/ServerDef.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryPackage/AppNamesHolder.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryPackage/AppNamesHelper.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryPackage/ServerDefHolder.java inflating: com/sun/corba/se/PortableActivationIDL/TCPPortHelper.java inflating: com/sun/corba/se/PortableActivationIDL/_ActivatorImplBase.java inflating: com/sun/corba/se/PortableActivationIDL/BadServerDefinition.java inflating: com/sun/corba/se/PortableActivationIDL/ServerNotRegisteredHolder.java inflating: com/sun/corba/se/PortableActivationIDL/InvalidORBidHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyActiveHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyUninstalledHelper.java inflating: com/sun/corba/se/PortableActivationIDL/InitialNameServiceOperations.java inflating: com/sun/corba/se/PortableActivationIDL/ServerHeldDown.java inflating: com/sun/corba/se/PortableActivationIDL/ORBidListHolder.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorOperations.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerORB.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerTypeHelper.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerORBHelper.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerTypeHolder.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerType.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerORBHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerProxyHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ORBAlreadyRegisteredHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ORBProxyHelper.java inflating: com/sun/corba/se/PortableActivationIDL/Repository.java inflating: com/sun/corba/se/PortableActivationIDL/_ServerProxyImplBase.java inflating: com/sun/corba/se/PortableActivationIDL/_ServerManagerImplBase.java inflating: com/sun/corba/se/PortableActivationIDL/ServerManagerHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyInstalledHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerHeldDownHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyActive.java inflating: com/sun/corba/se/PortableActivationIDL/_ORBProxyImplBase.java inflating: com/sun/corba/se/PortableActivationIDL/BadServerDefinitionHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ServerNotRegisteredHelper.java inflating: com/sun/corba/se/PortableActivationIDL/InitialNameServiceHolder.java inflating: com/sun/corba/se/PortableActivationIDL/InitialNameService.java inflating: com/sun/corba/se/PortableActivationIDL/ServerIdsHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ORBidListHelper.java inflating: com/sun/corba/se/PortableActivationIDL/NoSuchEndPointHelper.java inflating: com/sun/corba/se/PortableActivationIDL/_InitialNameServiceStub.java inflating: com/sun/corba/se/PortableActivationIDL/ServerNotActiveHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ORBPortInfoHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ORBPortInfoHolder.java inflating: com/sun/corba/se/PortableActivationIDL/NoSuchEndPoint.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyUninstalledHolder.java inflating: com/sun/corba/se/PortableActivationIDL/EndPointInfo.java inflating: com/sun/corba/se/PortableActivationIDL/ActivatorHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyRegisteredHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerNotActiveHelper.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ORBProxyOperations.java inflating: com/sun/corba/se/PortableActivationIDL/EndPointInfoHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerProxy.java inflating: com/sun/corba/se/PortableActivationIDL/ServerManagerOperations.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyInstalledHelper.java inflating: com/sun/corba/se/PortableActivationIDL/EndpointInfoListHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerNotRegistered.java inflating: com/sun/corba/se/PortableActivationIDL/ActivatorOperations.java inflating: com/sun/corba/se/PortableActivationIDL/_ActivatorStub.java inflating: com/sun/corba/se/PortableActivationIDL/ORBPortInfoListHolder.java inflating: com/sun/corba/se/PortableActivationIDL/_ServerProxyStub.java inflating: com/sun/corba/se/PortableActivationIDL/Locator.java inflating: com/sun/corba/se/PortableActivationIDL/InvalidORBid.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyRegisteredHelper.java inflating: com/sun/corba/se/PortableActivationIDL/Activator.java inflating: com/sun/corba/se/PortableActivationIDL/ORBAlreadyRegistered.java inflating: com/sun/corba/se/PortableActivationIDL/_RepositoryStub.java inflating: com/sun/corba/se/PortableActivationIDL/_ServerManagerStub.java inflating: com/sun/corba/se/PortableActivationIDL/ORBPortInfoListHelper.java inflating: com/sun/corba/se/PortableActivationIDL/_InitialNameServiceImplBase.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyUninstalled.java inflating: com/sun/corba/se/PortableActivationIDL/ORBProxyHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerProxyOperations.java inflating: com/sun/corba/se/PortableActivationIDL/InitialNameServicePackage/NameAlreadyBoundHolder.java inflating: com/sun/corba/se/PortableActivationIDL/InitialNameServicePackage/NameAlreadyBoundHelper.java inflating: com/sun/corba/se/PortableActivationIDL/InitialNameServicePackage/NameAlreadyBound.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyInstalled.java inflating: com/sun/corba/se/PortableActivationIDL/IIOP_CLEAR_TEXT.java inflating: com/sun/corba/se/PortableActivationIDL/EndPointInfoHelper.java inflating: com/sun/corba/se/PortableActivationIDL/InitialNameServiceHelper.java inflating: com/sun/corba/se/PortableActivationIDL/_LocatorImplBase.java inflating: com/sun/corba/se/PortableActivationIDL/EndpointInfoListHelper.java inflating: com/sun/corba/se/PortableActivationIDL/BadServerDefinitionHolder.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryOperations.java inflating: com/sun/corba/se/PortableActivationIDL/ServerManager.java inflating: com/sun/corba/se/PortableActivationIDL/_RepositoryImplBase.java inflating: com/sun/corba/se/PortableActivationIDL/ORBAlreadyRegisteredHolder.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyRegistered.java inflating: com/sun/corba/se/PortableActivationIDL/_ORBProxyStub.java inflating: com/sun/corba/se/PortableActivationIDL/ServerAlreadyActiveHelper.java inflating: com/sun/corba/se/PortableActivationIDL/LocatorHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ORBPortInfo.java inflating: com/sun/corba/se/PortableActivationIDL/RepositoryHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ServerIdsHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ActivatorHelper.java inflating: com/sun/corba/se/PortableActivationIDL/ServerManagerHelper.java inflating: com/sun/corba/se/impl/logging/NamingSystemException.resource inflating: com/sun/corba/se/impl/logging/OMGSystemException.resource inflating: com/sun/corba/se/impl/logging/LogStrings.properties inflating: com/sun/corba/se/impl/logging/IORSystemException.resource inflating: com/sun/corba/se/impl/logging/InterceptorsSystemException.resource inflating: com/sun/corba/se/impl/logging/ORBUtilSystemException.java inflating: com/sun/corba/se/impl/logging/ActivationSystemException.resource inflating: com/sun/corba/se/impl/logging/ActivationSystemException.java inflating: com/sun/corba/se/impl/logging/OMGSystemException.java inflating: com/sun/corba/se/impl/logging/UtilSystemException.resource inflating: com/sun/corba/se/impl/logging/UtilSystemException.java inflating: com/sun/corba/se/impl/logging/POASystemException.java inflating: com/sun/corba/se/impl/logging/ORBUtilSystemException.resource inflating: com/sun/corba/se/impl/logging/NamingSystemException.java inflating: com/sun/corba/se/impl/logging/InterceptorsSystemException.java inflating: com/sun/corba/se/impl/logging/POASystemException.resource inflating: com/sun/corba/se/impl/logging/IORSystemException.java Importing sources from component JAXP_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxp/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxp/dist/lib/src.zip creating: com/sun/java_cup/ creating: com/sun/java_cup/internal/ creating: com/sun/java_cup/internal/runtime/ creating: com/sun/org/apache/ creating: com/sun/org/apache/bcel/ creating: com/sun/org/apache/bcel/internal/ creating: com/sun/org/apache/bcel/internal/classfile/ creating: com/sun/org/apache/bcel/internal/generic/ creating: com/sun/org/apache/bcel/internal/util/ creating: com/sun/org/apache/regexp/ creating: com/sun/org/apache/regexp/internal/ creating: com/sun/org/apache/xalan/ creating: com/sun/org/apache/xalan/META-INF/ creating: com/sun/org/apache/xalan/META-INF/services/ creating: com/sun/org/apache/xalan/internal/ creating: com/sun/org/apache/xalan/internal/extensions/ creating: com/sun/org/apache/xalan/internal/lib/ creating: com/sun/org/apache/xalan/internal/res/ creating: com/sun/org/apache/xalan/internal/templates/ creating: com/sun/org/apache/xalan/internal/xslt/ creating: com/sun/org/apache/xalan/internal/xsltc/ creating: com/sun/org/apache/xalan/internal/xsltc/cmdline/ creating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/ creating: com/sun/org/apache/xalan/internal/xsltc/compiler/ creating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ creating: com/sun/org/apache/xalan/internal/xsltc/dom/ creating: com/sun/org/apache/xalan/internal/xsltc/runtime/ creating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/ creating: com/sun/org/apache/xalan/internal/xsltc/trax/ creating: com/sun/org/apache/xalan/internal/xsltc/util/ creating: com/sun/org/apache/xerces/ creating: com/sun/org/apache/xerces/internal/ creating: com/sun/org/apache/xerces/internal/dom/ creating: com/sun/org/apache/xerces/internal/dom/events/ creating: com/sun/org/apache/xerces/internal/impl/ creating: com/sun/org/apache/xerces/internal/impl/dtd/ creating: com/sun/org/apache/xerces/internal/impl/dtd/models/ creating: com/sun/org/apache/xerces/internal/impl/dv/ creating: com/sun/org/apache/xerces/internal/impl/dv/dtd/ creating: com/sun/org/apache/xerces/internal/impl/dv/util/ creating: com/sun/org/apache/xerces/internal/impl/dv/xs/ creating: com/sun/org/apache/xerces/internal/impl/io/ creating: com/sun/org/apache/xerces/internal/impl/msg/ creating: com/sun/org/apache/xerces/internal/impl/validation/ creating: com/sun/org/apache/xerces/internal/impl/xpath/ creating: com/sun/org/apache/xerces/internal/impl/xpath/regex/ creating: com/sun/org/apache/xerces/internal/impl/xs/ creating: com/sun/org/apache/xerces/internal/impl/xs/identity/ creating: com/sun/org/apache/xerces/internal/impl/xs/models/ creating: com/sun/org/apache/xerces/internal/impl/xs/opti/ creating: com/sun/org/apache/xerces/internal/impl/xs/traversers/ creating: com/sun/org/apache/xerces/internal/impl/xs/util/ creating: com/sun/org/apache/xerces/internal/jaxp/ creating: com/sun/org/apache/xerces/internal/jaxp/datatype/ creating: com/sun/org/apache/xerces/internal/jaxp/validation/ creating: com/sun/org/apache/xerces/internal/parsers/ creating: com/sun/org/apache/xerces/internal/util/ creating: com/sun/org/apache/xerces/internal/xinclude/ creating: com/sun/org/apache/xerces/internal/xni/ creating: com/sun/org/apache/xerces/internal/xni/grammars/ creating: com/sun/org/apache/xerces/internal/xni/parser/ creating: com/sun/org/apache/xerces/internal/xpointer/ creating: com/sun/org/apache/xerces/internal/xs/ creating: com/sun/org/apache/xerces/internal/xs/datatypes/ creating: com/sun/org/apache/xml/ creating: com/sun/org/apache/xml/internal/ creating: com/sun/org/apache/xml/internal/dtm/ creating: com/sun/org/apache/xml/internal/dtm/ref/ creating: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/ creating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ creating: com/sun/org/apache/xml/internal/res/ creating: com/sun/org/apache/xml/internal/resolver/ creating: com/sun/org/apache/xml/internal/resolver/helpers/ creating: com/sun/org/apache/xml/internal/resolver/readers/ creating: com/sun/org/apache/xml/internal/resolver/tools/ creating: com/sun/org/apache/xml/internal/serialize/ creating: com/sun/org/apache/xml/internal/serializer/ creating: com/sun/org/apache/xml/internal/serializer/utils/ creating: com/sun/org/apache/xml/internal/utils/ creating: com/sun/org/apache/xml/internal/utils/res/ creating: com/sun/org/apache/xpath/ creating: com/sun/org/apache/xpath/internal/ creating: com/sun/org/apache/xpath/internal/axes/ creating: com/sun/org/apache/xpath/internal/compiler/ creating: com/sun/org/apache/xpath/internal/domapi/ creating: com/sun/org/apache/xpath/internal/functions/ creating: com/sun/org/apache/xpath/internal/jaxp/ creating: com/sun/org/apache/xpath/internal/objects/ creating: com/sun/org/apache/xpath/internal/operations/ creating: com/sun/org/apache/xpath/internal/patterns/ creating: com/sun/org/apache/xpath/internal/res/ creating: com/sun/xml/ creating: com/sun/xml/internal/ creating: com/sun/xml/internal/stream/ creating: com/sun/xml/internal/stream/dtd/ creating: com/sun/xml/internal/stream/dtd/nonvalidating/ creating: com/sun/xml/internal/stream/events/ creating: com/sun/xml/internal/stream/util/ creating: com/sun/xml/internal/stream/writers/ creating: javax/xml/ creating: javax/xml/datatype/ creating: javax/xml/namespace/ creating: javax/xml/parsers/ creating: javax/xml/stream/ creating: javax/xml/stream/events/ creating: javax/xml/stream/util/ creating: javax/xml/transform/ creating: javax/xml/transform/dom/ creating: javax/xml/transform/sax/ creating: javax/xml/transform/stax/ creating: javax/xml/transform/stream/ creating: javax/xml/validation/ creating: javax/xml/xpath/ creating: org/w3c/ creating: org/w3c/dom/ creating: org/w3c/dom/bootstrap/ creating: org/w3c/dom/css/ creating: org/w3c/dom/events/ creating: org/w3c/dom/html/ creating: org/w3c/dom/ls/ creating: org/w3c/dom/ranges/ creating: org/w3c/dom/stylesheets/ creating: org/w3c/dom/traversal/ creating: org/w3c/dom/views/ creating: org/w3c/dom/xpath/ creating: org/xml/ creating: org/xml/sax/ creating: org/xml/sax/ext/ creating: org/xml/sax/helpers/ inflating: com/sun/java_cup/internal/runtime/Scanner.java inflating: com/sun/java_cup/internal/runtime/Symbol.java inflating: com/sun/java_cup/internal/runtime/lr_parser.java inflating: com/sun/java_cup/internal/runtime/virtual_parse_stack.java inflating: com/sun/org/apache/bcel/internal/Constants.java inflating: com/sun/org/apache/bcel/internal/ExceptionConstants.java inflating: com/sun/org/apache/bcel/internal/Repository.java inflating: com/sun/org/apache/bcel/internal/classfile/AccessFlags.java inflating: com/sun/org/apache/bcel/internal/classfile/Attribute.java inflating: com/sun/org/apache/bcel/internal/classfile/AttributeReader.java inflating: com/sun/org/apache/bcel/internal/classfile/ClassFormatException.java inflating: com/sun/org/apache/bcel/internal/classfile/ClassParser.java inflating: com/sun/org/apache/bcel/internal/classfile/Code.java inflating: com/sun/org/apache/bcel/internal/classfile/CodeException.java inflating: com/sun/org/apache/bcel/internal/classfile/Constant.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantCP.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantClass.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantDouble.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantFieldref.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantFloat.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantInteger.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantInterfaceMethodref.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantLong.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantMethodref.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantNameAndType.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantObject.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantPool.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantString.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantUtf8.java inflating: com/sun/org/apache/bcel/internal/classfile/ConstantValue.java inflating: com/sun/org/apache/bcel/internal/classfile/Deprecated.java inflating: com/sun/org/apache/bcel/internal/classfile/DescendingVisitor.java inflating: com/sun/org/apache/bcel/internal/classfile/EmptyVisitor.java inflating: com/sun/org/apache/bcel/internal/classfile/ExceptionTable.java inflating: com/sun/org/apache/bcel/internal/classfile/Field.java inflating: com/sun/org/apache/bcel/internal/classfile/FieldOrMethod.java inflating: com/sun/org/apache/bcel/internal/classfile/InnerClass.java inflating: com/sun/org/apache/bcel/internal/classfile/InnerClasses.java inflating: com/sun/org/apache/bcel/internal/classfile/JavaClass.java inflating: com/sun/org/apache/bcel/internal/classfile/LineNumber.java inflating: com/sun/org/apache/bcel/internal/classfile/LineNumberTable.java inflating: com/sun/org/apache/bcel/internal/classfile/LocalVariable.java inflating: com/sun/org/apache/bcel/internal/classfile/LocalVariableTable.java inflating: com/sun/org/apache/bcel/internal/classfile/Method.java inflating: com/sun/org/apache/bcel/internal/classfile/Node.java inflating: com/sun/org/apache/bcel/internal/classfile/PMGClass.java inflating: com/sun/org/apache/bcel/internal/classfile/Signature.java inflating: com/sun/org/apache/bcel/internal/classfile/SourceFile.java inflating: com/sun/org/apache/bcel/internal/classfile/StackMap.java inflating: com/sun/org/apache/bcel/internal/classfile/StackMapEntry.java inflating: com/sun/org/apache/bcel/internal/classfile/StackMapType.java inflating: com/sun/org/apache/bcel/internal/classfile/Synthetic.java inflating: com/sun/org/apache/bcel/internal/classfile/Unknown.java inflating: com/sun/org/apache/bcel/internal/classfile/Utility.java inflating: com/sun/org/apache/bcel/internal/classfile/Visitor.java inflating: com/sun/org/apache/bcel/internal/classfile/package.html inflating: com/sun/org/apache/bcel/internal/generic/AALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/AASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ACONST_NULL.java inflating: com/sun/org/apache/bcel/internal/generic/ALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/ANEWARRAY.java inflating: com/sun/org/apache/bcel/internal/generic/ARETURN.java inflating: com/sun/org/apache/bcel/internal/generic/ARRAYLENGTH.java inflating: com/sun/org/apache/bcel/internal/generic/ASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ATHROW.java inflating: com/sun/org/apache/bcel/internal/generic/AllocationInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ArithmeticInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ArrayInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ArrayType.java inflating: com/sun/org/apache/bcel/internal/generic/BALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/BASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/BIPUSH.java inflating: com/sun/org/apache/bcel/internal/generic/BREAKPOINT.java inflating: com/sun/org/apache/bcel/internal/generic/BasicType.java inflating: com/sun/org/apache/bcel/internal/generic/BranchHandle.java inflating: com/sun/org/apache/bcel/internal/generic/BranchInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/CALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/CASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/CHECKCAST.java inflating: com/sun/org/apache/bcel/internal/generic/CPInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ClassGen.java inflating: com/sun/org/apache/bcel/internal/generic/ClassGenException.java inflating: com/sun/org/apache/bcel/internal/generic/ClassObserver.java inflating: com/sun/org/apache/bcel/internal/generic/CodeExceptionGen.java inflating: com/sun/org/apache/bcel/internal/generic/CompoundInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ConstantPoolGen.java inflating: com/sun/org/apache/bcel/internal/generic/ConstantPushInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ConversionInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/D2F.java inflating: com/sun/org/apache/bcel/internal/generic/D2I.java inflating: com/sun/org/apache/bcel/internal/generic/D2L.java inflating: com/sun/org/apache/bcel/internal/generic/DADD.java inflating: com/sun/org/apache/bcel/internal/generic/DALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/DASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/DCMPG.java inflating: com/sun/org/apache/bcel/internal/generic/DCMPL.java inflating: com/sun/org/apache/bcel/internal/generic/DCONST.java inflating: com/sun/org/apache/bcel/internal/generic/DDIV.java inflating: com/sun/org/apache/bcel/internal/generic/DLOAD.java inflating: com/sun/org/apache/bcel/internal/generic/DMUL.java inflating: com/sun/org/apache/bcel/internal/generic/DNEG.java inflating: com/sun/org/apache/bcel/internal/generic/DREM.java inflating: com/sun/org/apache/bcel/internal/generic/DRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/DSTORE.java inflating: com/sun/org/apache/bcel/internal/generic/DSUB.java inflating: com/sun/org/apache/bcel/internal/generic/DUP.java inflating: com/sun/org/apache/bcel/internal/generic/DUP2.java inflating: com/sun/org/apache/bcel/internal/generic/DUP2_X1.java inflating: com/sun/org/apache/bcel/internal/generic/DUP2_X2.java inflating: com/sun/org/apache/bcel/internal/generic/DUP_X1.java inflating: com/sun/org/apache/bcel/internal/generic/DUP_X2.java inflating: com/sun/org/apache/bcel/internal/generic/EmptyVisitor.java inflating: com/sun/org/apache/bcel/internal/generic/ExceptionThrower.java inflating: com/sun/org/apache/bcel/internal/generic/F2D.java inflating: com/sun/org/apache/bcel/internal/generic/F2I.java inflating: com/sun/org/apache/bcel/internal/generic/F2L.java inflating: com/sun/org/apache/bcel/internal/generic/FADD.java inflating: com/sun/org/apache/bcel/internal/generic/FALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/FASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/FCMPG.java inflating: com/sun/org/apache/bcel/internal/generic/FCMPL.java inflating: com/sun/org/apache/bcel/internal/generic/FCONST.java inflating: com/sun/org/apache/bcel/internal/generic/FDIV.java inflating: com/sun/org/apache/bcel/internal/generic/FLOAD.java inflating: com/sun/org/apache/bcel/internal/generic/FMUL.java inflating: com/sun/org/apache/bcel/internal/generic/FNEG.java inflating: com/sun/org/apache/bcel/internal/generic/FREM.java inflating: com/sun/org/apache/bcel/internal/generic/FRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/FSTORE.java inflating: com/sun/org/apache/bcel/internal/generic/FSUB.java inflating: com/sun/org/apache/bcel/internal/generic/FieldGen.java inflating: com/sun/org/apache/bcel/internal/generic/FieldGenOrMethodGen.java inflating: com/sun/org/apache/bcel/internal/generic/FieldInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/FieldObserver.java inflating: com/sun/org/apache/bcel/internal/generic/FieldOrMethod.java inflating: com/sun/org/apache/bcel/internal/generic/GETFIELD.java inflating: com/sun/org/apache/bcel/internal/generic/GETSTATIC.java inflating: com/sun/org/apache/bcel/internal/generic/GOTO.java inflating: com/sun/org/apache/bcel/internal/generic/GOTO_W.java inflating: com/sun/org/apache/bcel/internal/generic/GotoInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/I2B.java inflating: com/sun/org/apache/bcel/internal/generic/I2C.java inflating: com/sun/org/apache/bcel/internal/generic/I2D.java inflating: com/sun/org/apache/bcel/internal/generic/I2F.java inflating: com/sun/org/apache/bcel/internal/generic/I2L.java inflating: com/sun/org/apache/bcel/internal/generic/I2S.java inflating: com/sun/org/apache/bcel/internal/generic/IADD.java inflating: com/sun/org/apache/bcel/internal/generic/IALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/IAND.java inflating: com/sun/org/apache/bcel/internal/generic/IASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ICONST.java inflating: com/sun/org/apache/bcel/internal/generic/IDIV.java inflating: com/sun/org/apache/bcel/internal/generic/IFEQ.java inflating: com/sun/org/apache/bcel/internal/generic/IFGE.java inflating: com/sun/org/apache/bcel/internal/generic/IFGT.java inflating: com/sun/org/apache/bcel/internal/generic/IFLE.java inflating: com/sun/org/apache/bcel/internal/generic/IFLT.java inflating: com/sun/org/apache/bcel/internal/generic/IFNE.java inflating: com/sun/org/apache/bcel/internal/generic/IFNONNULL.java inflating: com/sun/org/apache/bcel/internal/generic/IFNULL.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ACMPEQ.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ACMPNE.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPEQ.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPGE.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPGT.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPLE.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPLT.java inflating: com/sun/org/apache/bcel/internal/generic/IF_ICMPNE.java inflating: com/sun/org/apache/bcel/internal/generic/IINC.java inflating: com/sun/org/apache/bcel/internal/generic/ILOAD.java inflating: com/sun/org/apache/bcel/internal/generic/IMPDEP1.java inflating: com/sun/org/apache/bcel/internal/generic/IMPDEP2.java inflating: com/sun/org/apache/bcel/internal/generic/IMUL.java inflating: com/sun/org/apache/bcel/internal/generic/INEG.java inflating: com/sun/org/apache/bcel/internal/generic/INSTANCEOF.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKEINTERFACE.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKESPECIAL.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKESTATIC.java inflating: com/sun/org/apache/bcel/internal/generic/INVOKEVIRTUAL.java inflating: com/sun/org/apache/bcel/internal/generic/IOR.java inflating: com/sun/org/apache/bcel/internal/generic/IREM.java inflating: com/sun/org/apache/bcel/internal/generic/IRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/ISHL.java inflating: com/sun/org/apache/bcel/internal/generic/ISHR.java inflating: com/sun/org/apache/bcel/internal/generic/ISTORE.java inflating: com/sun/org/apache/bcel/internal/generic/ISUB.java inflating: com/sun/org/apache/bcel/internal/generic/IUSHR.java inflating: com/sun/org/apache/bcel/internal/generic/IXOR.java inflating: com/sun/org/apache/bcel/internal/generic/IfInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/IndexedInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/Instruction.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionComparator.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionConstants.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionFactory.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionHandle.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionList.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionListObserver.java inflating: com/sun/org/apache/bcel/internal/generic/InstructionTargeter.java inflating: com/sun/org/apache/bcel/internal/generic/InvokeInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/JSR.java inflating: com/sun/org/apache/bcel/internal/generic/JSR_W.java inflating: com/sun/org/apache/bcel/internal/generic/JsrInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/L2D.java inflating: com/sun/org/apache/bcel/internal/generic/L2F.java inflating: com/sun/org/apache/bcel/internal/generic/L2I.java inflating: com/sun/org/apache/bcel/internal/generic/LADD.java inflating: com/sun/org/apache/bcel/internal/generic/LALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/LAND.java inflating: com/sun/org/apache/bcel/internal/generic/LASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/LCMP.java inflating: com/sun/org/apache/bcel/internal/generic/LCONST.java inflating: com/sun/org/apache/bcel/internal/generic/LDC.java inflating: com/sun/org/apache/bcel/internal/generic/LDC2_W.java inflating: com/sun/org/apache/bcel/internal/generic/LDC_W.java inflating: com/sun/org/apache/bcel/internal/generic/LDIV.java inflating: com/sun/org/apache/bcel/internal/generic/LLOAD.java inflating: com/sun/org/apache/bcel/internal/generic/LMUL.java inflating: com/sun/org/apache/bcel/internal/generic/LNEG.java inflating: com/sun/org/apache/bcel/internal/generic/LOOKUPSWITCH.java inflating: com/sun/org/apache/bcel/internal/generic/LOR.java inflating: com/sun/org/apache/bcel/internal/generic/LREM.java inflating: com/sun/org/apache/bcel/internal/generic/LRETURN.java inflating: com/sun/org/apache/bcel/internal/generic/LSHL.java inflating: com/sun/org/apache/bcel/internal/generic/LSHR.java inflating: com/sun/org/apache/bcel/internal/generic/LSTORE.java inflating: com/sun/org/apache/bcel/internal/generic/LSUB.java inflating: com/sun/org/apache/bcel/internal/generic/LUSHR.java inflating: com/sun/org/apache/bcel/internal/generic/LXOR.java inflating: com/sun/org/apache/bcel/internal/generic/LineNumberGen.java inflating: com/sun/org/apache/bcel/internal/generic/LoadClass.java inflating: com/sun/org/apache/bcel/internal/generic/LoadInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/LocalVariableGen.java inflating: com/sun/org/apache/bcel/internal/generic/LocalVariableInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/MONITORENTER.java inflating: com/sun/org/apache/bcel/internal/generic/MONITOREXIT.java inflating: com/sun/org/apache/bcel/internal/generic/MULTIANEWARRAY.java inflating: com/sun/org/apache/bcel/internal/generic/MethodGen.java inflating: com/sun/org/apache/bcel/internal/generic/MethodObserver.java inflating: com/sun/org/apache/bcel/internal/generic/NEW.java inflating: com/sun/org/apache/bcel/internal/generic/NEWARRAY.java inflating: com/sun/org/apache/bcel/internal/generic/NOP.java inflating: com/sun/org/apache/bcel/internal/generic/NamedAndTyped.java inflating: com/sun/org/apache/bcel/internal/generic/ObjectType.java inflating: com/sun/org/apache/bcel/internal/generic/POP.java inflating: com/sun/org/apache/bcel/internal/generic/POP2.java inflating: com/sun/org/apache/bcel/internal/generic/PUSH.java inflating: com/sun/org/apache/bcel/internal/generic/PUTFIELD.java inflating: com/sun/org/apache/bcel/internal/generic/PUTSTATIC.java inflating: com/sun/org/apache/bcel/internal/generic/PopInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/PushInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/RET.java inflating: com/sun/org/apache/bcel/internal/generic/RETURN.java inflating: com/sun/org/apache/bcel/internal/generic/ReferenceType.java inflating: com/sun/org/apache/bcel/internal/generic/ReturnInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/ReturnaddressType.java inflating: com/sun/org/apache/bcel/internal/generic/SALOAD.java inflating: com/sun/org/apache/bcel/internal/generic/SASTORE.java inflating: com/sun/org/apache/bcel/internal/generic/SIPUSH.java inflating: com/sun/org/apache/bcel/internal/generic/SWAP.java inflating: com/sun/org/apache/bcel/internal/generic/SWITCH.java inflating: com/sun/org/apache/bcel/internal/generic/Select.java inflating: com/sun/org/apache/bcel/internal/generic/StackConsumer.java inflating: com/sun/org/apache/bcel/internal/generic/StackInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/StackProducer.java inflating: com/sun/org/apache/bcel/internal/generic/StoreInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/TABLESWITCH.java inflating: com/sun/org/apache/bcel/internal/generic/TargetLostException.java inflating: com/sun/org/apache/bcel/internal/generic/Type.java inflating: com/sun/org/apache/bcel/internal/generic/TypedInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/UnconditionalBranch.java inflating: com/sun/org/apache/bcel/internal/generic/VariableLengthInstruction.java inflating: com/sun/org/apache/bcel/internal/generic/Visitor.java inflating: com/sun/org/apache/bcel/internal/generic/package.html inflating: com/sun/org/apache/bcel/internal/package.html inflating: com/sun/org/apache/bcel/internal/util/AttributeHTML.java inflating: com/sun/org/apache/bcel/internal/util/BCELFactory.java inflating: com/sun/org/apache/bcel/internal/util/BCELifier.java inflating: com/sun/org/apache/bcel/internal/util/ByteSequence.java inflating: com/sun/org/apache/bcel/internal/util/Class2HTML.java inflating: com/sun/org/apache/bcel/internal/util/ClassLoader.java inflating: com/sun/org/apache/bcel/internal/util/ClassLoaderRepository.java inflating: com/sun/org/apache/bcel/internal/util/ClassPath.java inflating: com/sun/org/apache/bcel/internal/util/ClassQueue.java inflating: com/sun/org/apache/bcel/internal/util/ClassSet.java inflating: com/sun/org/apache/bcel/internal/util/ClassStack.java inflating: com/sun/org/apache/bcel/internal/util/ClassVector.java inflating: com/sun/org/apache/bcel/internal/util/CodeHTML.java inflating: com/sun/org/apache/bcel/internal/util/ConstantHTML.java inflating: com/sun/org/apache/bcel/internal/util/InstructionFinder.java inflating: com/sun/org/apache/bcel/internal/util/JavaWrapper.java inflating: com/sun/org/apache/bcel/internal/util/MethodHTML.java inflating: com/sun/org/apache/bcel/internal/util/Repository.java inflating: com/sun/org/apache/bcel/internal/util/SyntheticRepository.java inflating: com/sun/org/apache/bcel/internal/util/package.html inflating: com/sun/org/apache/regexp/internal/CharacterArrayCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/CharacterIterator.java inflating: com/sun/org/apache/regexp/internal/RE.java inflating: com/sun/org/apache/regexp/internal/RECompiler.java inflating: com/sun/org/apache/regexp/internal/REDebugCompiler.java inflating: com/sun/org/apache/regexp/internal/REProgram.java inflating: com/sun/org/apache/regexp/internal/RESyntaxException.java inflating: com/sun/org/apache/regexp/internal/RETest.java inflating: com/sun/org/apache/regexp/internal/REUtil.java inflating: com/sun/org/apache/regexp/internal/ReaderCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/StreamCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/StringCharacterIterator.java inflating: com/sun/org/apache/regexp/internal/recompile.java inflating: com/sun/org/apache/xalan/META-INF/services/javax.xml.transform.TransformerFactory inflating: com/sun/org/apache/xalan/META-INF/services/javax.xml.xpath.XPathFactory inflating: com/sun/org/apache/xalan/META-INF/services/org.apache.xml.dtm.DTMManager inflating: com/sun/org/apache/xalan/internal/Version.java inflating: com/sun/org/apache/xalan/internal/extensions/ExpressionContext.java inflating: com/sun/org/apache/xalan/internal/extensions/package.html inflating: com/sun/org/apache/xalan/internal/lib/ExsltBase.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltCommon.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltDatetime.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltDynamic.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltMath.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltSets.java inflating: com/sun/org/apache/xalan/internal/lib/ExsltStrings.java inflating: com/sun/org/apache/xalan/internal/lib/Extensions.java inflating: com/sun/org/apache/xalan/internal/lib/NodeInfo.java inflating: com/sun/org/apache/xalan/internal/lib/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/lib/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/lib/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/lib/package.html inflating: com/sun/org/apache/xalan/internal/res/XSLMessages.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_de.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_en.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_es.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_fr.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_it.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ja.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ko.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_CN.java inflating: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_TW.java inflating: com/sun/org/apache/xalan/internal/res/XSLTInfo.properties inflating: com/sun/org/apache/xalan/internal/res/package.html inflating: com/sun/org/apache/xalan/internal/templates/Constants.java inflating: com/sun/org/apache/xalan/internal/templates/package.html inflating: com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.java inflating: com/sun/org/apache/xalan/internal/xslt/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xslt/Process.java inflating: com/sun/org/apache/xalan/internal/xslt/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xslt/package.html inflating: com/sun/org/apache/xalan/internal/xsltc/CollatorFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/DOM.java inflating: com/sun/org/apache/xalan/internal/xsltc/DOMCache.java inflating: com/sun/org/apache/xalan/internal/xsltc/DOMEnhancedForDTM.java inflating: com/sun/org/apache/xalan/internal/xsltc/NodeIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/ProcessorVersion.java inflating: com/sun/org/apache/xalan/internal/xsltc/StripFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/Translet.java inflating: com/sun/org/apache/xalan/internal/xsltc/TransletException.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/Compile.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/Transform.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOptsException.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/IllegalArgumentException.java inflating: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/MissingOptArgException.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsoluteLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsolutePathPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AlternativePattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AncestorPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyImports.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyTemplates.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ArgumentList.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Attribute.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeSet.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValue.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValueTemplate.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/BinOpExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CastCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CastExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CeilingCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Choose.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Closure.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Comment.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CompilerException.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ConcatCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Constants.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ContainsCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Copy.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CopyOf.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/CurrentCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/DecimalFormatting.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/DocumentCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ElementAvailableCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/EqualityExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Fallback.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterParentPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FilteredAbsoluteLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FloorCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FlowList.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ForEach.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FormatNumberCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionAvailableCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/GenerateIdCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IdKeyPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IdPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/If.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IllegalCharException.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Import.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Include.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Instruction.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/IntExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Key.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LangCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LastCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralAttribute.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LocalNameCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LocationPathPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/LogicalExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Makefile.inc inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Message.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NameCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceAlias.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceUriCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NodeTest.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NotCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Number.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/NumberCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Otherwise.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Output.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Param.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ParameterRef.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Pattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/PositionCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Predicate.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstruction.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstructionPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/QName.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RealExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativePathPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/RoundCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SimpleAttributeValue.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Sort.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SourceLoader.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StartsWithCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Step.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StringCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/StringLengthCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Stylesheet.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Template.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Text.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/TransletOutput.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnaryOpExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnparsedEntityUriCall.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnresolvedRef.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UnsupportedElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/UseAttributeSets.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/ValueOf.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Variable.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRef.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/When.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/WithParam.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathLexer.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathParser.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/XslElement.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/sym.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/AttributeSetMethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/BooleanType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/CompareGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ca.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_cs.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_es.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_fr.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_it.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ja.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ko.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_sk.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_TW.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/FilterGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MatchGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MultiHashtable.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NamedMethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeCounterGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSetType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordFactGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NumberType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RealType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ResultTreeType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RtMethodGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SlotAllocator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringStack.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TestGenerator.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Type.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TypeCheckError.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/util/VoidType.java inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/xpath.cup inflating: com/sun/org/apache/xalan/internal/xsltc/compiler/xpath.lex inflating: com/sun/org/apache/xalan/internal/xsltc/dom/AbsoluteIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/AdaptiveResultTreeImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/AnyNodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CachedNodeListIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ClonedNodeListIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CollatorFactoryBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DOMBuilder.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DOMWSFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DocumentCache.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/DupFilterIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/EmptyFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ExtendedSAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/Filter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/FilterIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/FilteredStepIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ForwardPositionIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/LoadDocument.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MatchingIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MultiValuedNodeHeapIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/MultipleNodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeIteratorBase.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecord.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecordFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/NthIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SingleNodeCounter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SingletonIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SortSettings.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/SortingIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/StepIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/StripWhitespaceFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/UnionIterator.java inflating: com/sun/org/apache/xalan/internal/xsltc/dom/XSLTCDTMManager.java inflating: com/sun/org/apache/xalan/internal/xsltc/javax.xml.transform.TransformerFactory inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Attributes.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Constants.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ca.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_cs.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_de.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_es.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_fr.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_it.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ja.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ko.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_sk.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_CN.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_TW.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Hashtable.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/MessageHandler.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Node.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Operators.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/Parameter.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/StringValueHandler.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/OutputBuffer.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/StringOutputBuffer.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2SAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2TO.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/ObjectFactory.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/OutputSettings.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXBaseWriter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXEventWriter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXStreamWriter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/SmartTransformerFactoryImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/StAXEvent2SAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/StAXStream2SAX.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesHandlerImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TrAXFilter.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerHandlerImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/Util.java inflating: com/sun/org/apache/xalan/internal/xsltc/trax/XSLTCSource.java inflating: com/sun/org/apache/xalan/internal/xsltc/util/IntegerArray.java inflating: com/sun/org/apache/xerces/internal/dom/AttrImpl.java inflating: com/sun/org/apache/xerces/internal/dom/AttrNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/AttributeMap.java inflating: com/sun/org/apache/xerces/internal/dom/CDATASectionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/CharacterDataImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ChildNode.java inflating: com/sun/org/apache/xerces/internal/dom/CommentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/CoreDOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMErrorImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMImplementationListImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMInputImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMLocatorImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/dom/DOMNormalizer.java inflating: com/sun/org/apache/xerces/internal/dom/DOMOutputImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMStringListImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredAttrImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredAttrNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredCDATASectionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredCommentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredDOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredDocumentTypeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredElementDefinitionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredElementImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredElementNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredEntityImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredEntityReferenceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredNode.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredNotationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredProcessingInstructionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DeferredTextImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DocumentFragmentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/DocumentTypeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ElementDefinitionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ElementImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ElementNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/EntityImpl.java inflating: com/sun/org/apache/xerces/internal/dom/EntityReferenceImpl.java inflating: com/sun/org/apache/xerces/internal/dom/LCount.java inflating: com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl.java inflating: com/sun/org/apache/xerces/internal/dom/NodeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/NodeIteratorImpl.java inflating: com/sun/org/apache/xerces/internal/dom/NodeListCache.java inflating: com/sun/org/apache/xerces/internal/dom/NotationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIAttrNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIDOMImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIDocumentImpl.java inflating: com/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl.java inflating: com/sun/org/apache/xerces/internal/dom/ParentNode.java inflating: com/sun/org/apache/xerces/internal/dom/ProcessingInstructionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/RangeExceptionImpl.java inflating: com/sun/org/apache/xerces/internal/dom/RangeImpl.java inflating: com/sun/org/apache/xerces/internal/dom/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/dom/TextImpl.java inflating: com/sun/org/apache/xerces/internal/dom/TreeWalkerImpl.java inflating: com/sun/org/apache/xerces/internal/dom/events/EventImpl.java inflating: com/sun/org/apache/xerces/internal/dom/events/MutationEventImpl.java inflating: com/sun/org/apache/xerces/internal/dom/org.apache.xerces.dom.DOMImplementationSourceImpl inflating: com/sun/org/apache/xerces/internal/dom/org.w3c.dom.DOMImplementationSourceList inflating: com/sun/org/apache/xerces/internal/impl/Constants.java inflating: com/sun/org/apache/xerces/internal/impl/ExternalSubsetResolver.java inflating: com/sun/org/apache/xerces/internal/impl/PropertyManager.java inflating: com/sun/org/apache/xerces/internal/impl/RevalidationHandler.java inflating: com/sun/org/apache/xerces/internal/impl/Version.java inflating: com/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XML11DocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XML11EntityScanner.java inflating: com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XML11NamespaceBinder.java inflating: com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityDescription.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityHandler.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java inflating: com/sun/org/apache/xerces/internal/impl/XMLEntityScanner.java inflating: com/sun/org/apache/xerces/internal/impl/XMLErrorReporter.java inflating: com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder.java inflating: com/sun/org/apache/xerces/internal/impl/XMLScanner.java inflating: com/sun/org/apache/xerces/internal/impl/XMLStreamFilterImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLStreamReaderImpl.java inflating: com/sun/org/apache/xerces/internal/impl/XMLVersionDetector.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XML11NSDTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLAttributeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLContentSpec.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDDescription.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDLoader.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLElementDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLEntityDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLNSDTDValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLNotationDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/XMLSimpleType.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMAny.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMBinOp.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMLeaf.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMNode.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/CMUniOp.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/ContentModelValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/DFAContentModel.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/MixedContentModel.java inflating: com/sun/org/apache/xerces/internal/impl/dtd/models/SimpleContentModel.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DVFactoryException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DatatypeException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/DatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeFacetException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeValueException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/SchemaDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo.java inflating: com/sun/org/apache/xerces/internal/impl/dv/ValidationContext.java inflating: com/sun/org/apache/xerces/internal/impl/dv/XSFacets.java inflating: com/sun/org/apache/xerces/internal/impl/dv/XSSimpleType.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/DTDDVFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/ENTITYDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDREFDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/ListDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/NMTOKENDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/NOTATIONDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/StringDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11DTDDVFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDREFDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11NMTOKENDatatypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/util/Base64.java inflating: com/sun/org/apache/xerces/internal/impl/dv/util/ByteListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/util/HexBin.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AbstractDateTimeDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyAtomicDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AnySimpleDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyURIDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/Base64BinaryDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/BaseDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/BooleanDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DateDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DateTimeDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DayDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DayTimeDurationDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DecimalDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DoubleDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/DurationDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/EntityDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/FloatDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/HexBinaryDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/IDDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/IDREFDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/IntegerDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDayDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/PrecisionDecimalDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/QNameDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDVFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDateTimeException.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/StringDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/TimeDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/TypeValidator.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/UnionDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/YearDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDV.java inflating: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDurationDV.java inflating: com/sun/org/apache/xerces/internal/impl/io/ASCIIReader.java inflating: com/sun/org/apache/xerces/internal/impl/io/MalformedByteSequenceException.java inflating: com/sun/org/apache/xerces/internal/impl/io/UCSReader.java inflating: com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.java inflating: com/sun/org/apache/xerces/internal/impl/msg/DOMMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/DatatypeMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/JAXPValidationMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/SAXMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XIncludeMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLSchemaMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XMLSerializerMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/msg/XPointerMessages.properties inflating: com/sun/org/apache/xerces/internal/impl/validation/EntityState.java inflating: com/sun/org/apache/xerces/internal/impl/validation/ValidationManager.java inflating: com/sun/org/apache/xerces/internal/impl/validation/ValidationState.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/XPath.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/XPathException.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/BMPattern.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/Match.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParseException.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParserForXMLSchema.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/REUtil.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/RangeToken.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token.java inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/message.properties inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_fr.properties inflating: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_ja.properties inflating: com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SchemaNamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SchemaSymbols.java inflating: com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSConstraints.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSDDescription.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSDeclarationPool.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSElementDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSLoaderImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSModelImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSNotationDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/Field.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/FieldActivator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/KeyRef.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore.java inflating: com/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/CMNodeFactory.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMBinOp.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMUniOp.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/models/XSEmptyCM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/AttrImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultDocument.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultElement.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultNode.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultText.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultXMLDocumentHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/ElementImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/NamedNodeMapImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/NodeImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOM.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOMParser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaParsingConfig.java inflating: com/sun/org/apache/xerces/internal/impl/xs/opti/TextImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/SchemaContentHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAnnotationInfo.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractIDConstraintTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeGroupTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDKeyrefTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDNotationTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDUniqueOrKeyTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDWildcardTraverser.java inflating: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/NSItemListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/ShortListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XInt.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XIntPool.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSGrammarPool.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMap4Types.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl.java inflating: com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/DefaultValidationErrorHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/JAXPConstants.java inflating: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent.java inflating: com/sun/org/apache/xerces/internal/jaxp/SAXParserFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/SchemaValidatorConfiguration.java inflating: com/sun/org/apache/xerces/internal/jaxp/TeeXMLDocumentFilterImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/UnparsedEntityHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/DatatypeFactoryImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/datatype/javax.xml.datatype.DatatypeFactory inflating: com/sun/org/apache/xerces/internal/jaxp/javax.xml.parsers.DocumentBuilderFactory inflating: com/sun/org/apache/xerces/internal/jaxp/javax.xml.parsers.SAXParserFactory inflating: com/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMDocumentHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultBuilder.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/EmptyXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ErrorHandlerAdaptor.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/JAXPValidationMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ReadOnlyGrammarPool.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/SimpleXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/StAXValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/StreamValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/Util.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHelper.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorImpl.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/WeakReferenceXMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchema.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaValidatorComponentManager.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/XSGrammarPoolContainer.java inflating: com/sun/org/apache/xerces/internal/jaxp/validation/javax.xml.validation.SchemaFactory inflating: com/sun/org/apache/xerces/internal/parsers/AbstractDOMParser.java inflating: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser.java inflating: com/sun/org/apache/xerces/internal/parsers/AbstractXMLDocumentParser.java inflating: com/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/CachingParserPool.java inflating: com/sun/org/apache/xerces/internal/parsers/DOMParser.java inflating: com/sun/org/apache/xerces/internal/parsers/DOMParserImpl.java inflating: com/sun/org/apache/xerces/internal/parsers/DTDConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/DTDParser.java inflating: com/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/parsers/SAXParser.java inflating: com/sun/org/apache/xerces/internal/parsers/SecurityConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XIncludeParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11Configurable.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11DTDConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XML11NonValidatingConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLDocumentParser.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLGrammarCachingConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLGrammarParser.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLGrammarPreparser.java inflating: com/sun/org/apache/xerces/internal/parsers/XMLParser.java inflating: com/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/parsers/org.apache.xerces.xni.parser.DTDConfiguration inflating: com/sun/org/apache/xerces/internal/parsers/org.apache.xerces.xni.parser.XML11Configuration inflating: com/sun/org/apache/xerces/internal/parsers/org.apache.xerces.xni.parser.XMLParserConfiguration inflating: com/sun/org/apache/xerces/internal/parsers/org.xml.sax.driver inflating: com/sun/org/apache/xerces/internal/util/AttributesProxy.java inflating: com/sun/org/apache/xerces/internal/util/AugmentationsImpl.java inflating: com/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper.java inflating: com/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper.java inflating: com/sun/org/apache/xerces/internal/util/DOMInputSource.java inflating: com/sun/org/apache/xerces/internal/util/DOMUtil.java inflating: com/sun/org/apache/xerces/internal/util/DatatypeMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/util/DefaultErrorHandler.java inflating: com/sun/org/apache/xerces/internal/util/DraconianErrorHandler.java inflating: com/sun/org/apache/xerces/internal/util/EncodingMap.java inflating: com/sun/org/apache/xerces/internal/util/EntityResolver2Wrapper.java inflating: com/sun/org/apache/xerces/internal/util/EntityResolverWrapper.java inflating: com/sun/org/apache/xerces/internal/util/ErrorHandlerProxy.java inflating: com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper.java inflating: com/sun/org/apache/xerces/internal/util/HTTPInputSource.java inflating: com/sun/org/apache/xerces/internal/util/IntStack.java inflating: com/sun/org/apache/xerces/internal/util/LocatorProxy.java inflating: com/sun/org/apache/xerces/internal/util/LocatorWrapper.java inflating: com/sun/org/apache/xerces/internal/util/MessageFormatter.java inflating: com/sun/org/apache/xerces/internal/util/NamespaceContextWrapper.java inflating: com/sun/org/apache/xerces/internal/util/NamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings.java inflating: com/sun/org/apache/xerces/internal/util/SAX2XNI.java inflating: com/sun/org/apache/xerces/internal/util/SAXInputSource.java inflating: com/sun/org/apache/xerces/internal/util/SAXLocatorWrapper.java inflating: com/sun/org/apache/xerces/internal/util/SAXMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/util/SecurityManager.java inflating: com/sun/org/apache/xerces/internal/util/ShadowedSymbolTable.java inflating: com/sun/org/apache/xerces/internal/util/SymbolHash.java inflating: com/sun/org/apache/xerces/internal/util/SymbolTable.java inflating: com/sun/org/apache/xerces/internal/util/SynchronizedSymbolTable.java inflating: com/sun/org/apache/xerces/internal/util/TeeXMLDocumentFilterImpl.java inflating: com/sun/org/apache/xerces/internal/util/TypeInfoImpl.java inflating: com/sun/org/apache/xerces/internal/util/URI.java inflating: com/sun/org/apache/xerces/internal/util/XML11Char.java inflating: com/sun/org/apache/xerces/internal/util/XMLAttributesImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLCatalogResolver.java inflating: com/sun/org/apache/xerces/internal/util/XMLChar.java inflating: com/sun/org/apache/xerces/internal/util/XMLDocumentFilterImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLEntityDescriptionImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLErrorCode.java inflating: com/sun/org/apache/xerces/internal/util/XMLGrammarPoolImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLInputSourceAdaptor.java inflating: com/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl.java inflating: com/sun/org/apache/xerces/internal/util/XMLStringBuffer.java inflating: com/sun/org/apache/xerces/internal/util/XMLSymbols.java inflating: com/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/xinclude/ObjectFactory.java inflating: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport.java inflating: com/sun/org/apache/xerces/internal/xinclude/XInclude11TextReader.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport.java inflating: com/sun/org/apache/xerces/internal/xinclude/XIncludeTextReader.java inflating: com/sun/org/apache/xerces/internal/xinclude/XPointerElementHandler.java inflating: com/sun/org/apache/xerces/internal/xinclude/XPointerFramework.java inflating: com/sun/org/apache/xerces/internal/xinclude/XPointerSchema.java inflating: com/sun/org/apache/xerces/internal/xni/Augmentations.java inflating: com/sun/org/apache/xerces/internal/xni/NamespaceContext.java inflating: com/sun/org/apache/xerces/internal/xni/QName.java inflating: com/sun/org/apache/xerces/internal/xni/XMLAttributes.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDTDHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDocumentFragmentHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLDocumentHandler.java inflating: com/sun/org/apache/xerces/internal/xni/XMLLocator.java inflating: com/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier.java inflating: com/sun/org/apache/xerces/internal/xni/XMLString.java inflating: com/sun/org/apache/xerces/internal/xni/XNIException.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/Grammar.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLDTDDescription.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarLoader.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription.java inflating: com/sun/org/apache/xerces/internal/xni/grammars/XSGrammar.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLComponent.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelFilter.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDFilter.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentFilter.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLParseException.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/xni/parser/XMLPullParserConfiguration.java inflating: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.java inflating: com/sun/org/apache/xerces/internal/xpointer/ShortHandPointer.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerErrorHandler.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerPart.java inflating: com/sun/org/apache/xerces/internal/xpointer/XPointerProcessor.java inflating: com/sun/org/apache/xerces/internal/xs/AttributePSVI.java inflating: com/sun/org/apache/xerces/internal/xs/ElementPSVI.java inflating: com/sun/org/apache/xerces/internal/xs/ItemPSVI.java inflating: com/sun/org/apache/xerces/internal/xs/LSInputList.java inflating: com/sun/org/apache/xerces/internal/xs/PSVIProvider.java inflating: com/sun/org/apache/xerces/internal/xs/ShortList.java inflating: com/sun/org/apache/xerces/internal/xs/StringList.java inflating: com/sun/org/apache/xerces/internal/xs/XSAnnotation.java inflating: com/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration.java inflating: com/sun/org/apache/xerces/internal/xs/XSAttributeGroupDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSAttributeUse.java inflating: com/sun/org/apache/xerces/internal/xs/XSComplexTypeDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSConstants.java inflating: com/sun/org/apache/xerces/internal/xs/XSElementDeclaration.java inflating: com/sun/org/apache/xerces/internal/xs/XSException.java inflating: com/sun/org/apache/xerces/internal/xs/XSFacet.java inflating: com/sun/org/apache/xerces/internal/xs/XSIDCDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSImplementation.java inflating: com/sun/org/apache/xerces/internal/xs/XSLoader.java inflating: com/sun/org/apache/xerces/internal/xs/XSModel.java inflating: com/sun/org/apache/xerces/internal/xs/XSModelGroup.java inflating: com/sun/org/apache/xerces/internal/xs/XSModelGroupDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSMultiValueFacet.java inflating: com/sun/org/apache/xerces/internal/xs/XSNamedMap.java inflating: com/sun/org/apache/xerces/internal/xs/XSNamespaceItem.java inflating: com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.java inflating: com/sun/org/apache/xerces/internal/xs/XSNotationDeclaration.java inflating: com/sun/org/apache/xerces/internal/xs/XSObject.java inflating: com/sun/org/apache/xerces/internal/xs/XSObjectList.java inflating: com/sun/org/apache/xerces/internal/xs/XSParticle.java inflating: com/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSTerm.java inflating: com/sun/org/apache/xerces/internal/xs/XSTypeDefinition.java inflating: com/sun/org/apache/xerces/internal/xs/XSWildcard.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/ObjectList.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSDateTime.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSDecimal.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSDouble.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSFloat.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/XSQName.java inflating: com/sun/org/apache/xerces/internal/xs/datatypes/package.html inflating: com/sun/org/apache/xml/internal/dtm/Axis.java inflating: com/sun/org/apache/xml/internal/dtm/DTM.java inflating: com/sun/org/apache/xml/internal/dtm/DTMAxisIterator.java inflating: com/sun/org/apache/xml/internal/dtm/DTMAxisTraverser.java inflating: com/sun/org/apache/xml/internal/dtm/DTMConfigurationException.java inflating: com/sun/org/apache/xml/internal/dtm/DTMDOMException.java inflating: com/sun/org/apache/xml/internal/dtm/DTMException.java inflating: com/sun/org/apache/xml/internal/dtm/DTMFilter.java inflating: com/sun/org/apache/xml/internal/dtm/DTMIterator.java inflating: com/sun/org/apache/xml/internal/dtm/DTMManager.java inflating: com/sun/org/apache/xml/internal/dtm/DTMWSFilter.java inflating: com/sun/org/apache/xml/internal/dtm/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/dtm/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/dtm/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ChunkedIntArray.java inflating: com/sun/org/apache/xml/internal/dtm/ref/CoroutineManager.java inflating: com/sun/org/apache/xml/internal/dtm/ref/CoroutineParser.java inflating: com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIterNodeList.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMChildIterNodeList.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBase.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMDocumentImpl.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNamedNodeMap.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeIterator.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeList.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeListBase.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMSafeStringPool.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMStringPool.java inflating: com/sun/org/apache/xml/internal/dtm/ref/DTMTreeWalker.java inflating: com/sun/org/apache/xml/internal/dtm/ref/EmptyIterator.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ExpandedNameTable.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ExtendedType.java inflating: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource.java inflating: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Filter.java inflating: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.java inflating: com/sun/org/apache/xml/internal/dtm/ref/NodeLocator.java inflating: com/sun/org/apache/xml/internal/dtm/ref/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.java inflating: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.java inflating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.java inflating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java inflating: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2RTFDTM.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_ca.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_cs.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_de.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_en.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_es.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_fr.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_it.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_ja.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_ko.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_sk.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_sv.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_tr.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_HK.java inflating: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_TW.java inflating: com/sun/org/apache/xml/internal/res/XMLMessages.java inflating: com/sun/org/apache/xml/internal/resolver/Catalog.java inflating: com/sun/org/apache/xml/internal/resolver/CatalogEntry.java inflating: com/sun/org/apache/xml/internal/resolver/CatalogException.java inflating: com/sun/org/apache/xml/internal/resolver/CatalogManager.java inflating: com/sun/org/apache/xml/internal/resolver/Resolver.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/BootstrapResolver.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/Debug.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/FileURL.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/Namespaces.java inflating: com/sun/org/apache/xml/internal/resolver/helpers/PublicId.java inflating: com/sun/org/apache/xml/internal/resolver/readers/CatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogParser.java inflating: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/ExtendedXMLCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/OASISXMLCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogParser.java inflating: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/SAXParserHandler.java inflating: com/sun/org/apache/xml/internal/resolver/readers/TR9401CatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/TextCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/readers/XCatalogReader.java inflating: com/sun/org/apache/xml/internal/resolver/tools/CatalogResolver.java inflating: com/sun/org/apache/xml/internal/resolver/tools/ResolvingParser.java inflating: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLFilter.java inflating: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLReader.java inflating: com/sun/org/apache/xml/internal/serialize/BaseMarkupSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/DOMSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.java inflating: com/sun/org/apache/xml/internal/serialize/ElementState.java inflating: com/sun/org/apache/xml/internal/serialize/EncodingInfo.java inflating: com/sun/org/apache/xml/internal/serialize/Encodings.java inflating: com/sun/org/apache/xml/internal/serialize/HTMLEntities.res inflating: com/sun/org/apache/xml/internal/serialize/HTMLSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/HTMLdtd.java inflating: com/sun/org/apache/xml/internal/serialize/IndentPrinter.java inflating: com/sun/org/apache/xml/internal/serialize/LineSeparator.java inflating: com/sun/org/apache/xml/internal/serialize/Method.java inflating: com/sun/org/apache/xml/internal/serialize/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/serialize/OutputFormat.java inflating: com/sun/org/apache/xml/internal/serialize/Printer.java inflating: com/sun/org/apache/xml/internal/serialize/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/serialize/Serializer.java inflating: com/sun/org/apache/xml/internal/serialize/SerializerFactory.java inflating: com/sun/org/apache/xml/internal/serialize/SerializerFactoryImpl.java inflating: com/sun/org/apache/xml/internal/serialize/TextSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/XHTMLSerializer.java inflating: com/sun/org/apache/xml/internal/serialize/XML11Serializer.java inflating: com/sun/org/apache/xml/internal/serialize/XMLSerializer.java inflating: com/sun/org/apache/xml/internal/serializer/AttributesImplSerializer.java inflating: com/sun/org/apache/xml/internal/serializer/CharInfo.java inflating: com/sun/org/apache/xml/internal/serializer/DOMSerializer.java inflating: com/sun/org/apache/xml/internal/serializer/ElemContext.java inflating: com/sun/org/apache/xml/internal/serializer/ElemDesc.java inflating: com/sun/org/apache/xml/internal/serializer/EmptySerializer.java inflating: com/sun/org/apache/xml/internal/serializer/EncodingInfo.java inflating: com/sun/org/apache/xml/internal/serializer/Encodings.java inflating: com/sun/org/apache/xml/internal/serializer/Encodings.properties inflating: com/sun/org/apache/xml/internal/serializer/ExtendedContentHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ExtendedLexicalHandler.java inflating: com/sun/org/apache/xml/internal/serializer/HTMLEntities.properties inflating: com/sun/org/apache/xml/internal/serializer/Method.java inflating: com/sun/org/apache/xml/internal/serializer/NamespaceMappings.java inflating: com/sun/org/apache/xml/internal/serializer/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.java inflating: com/sun/org/apache/xml/internal/serializer/OutputPropertyUtils.java inflating: com/sun/org/apache/xml/internal/serializer/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/serializer/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/serializer/SerializationHandler.java inflating: com/sun/org/apache/xml/internal/serializer/Serializer.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerBase.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerConstants.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerFactory.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerTrace.java inflating: com/sun/org/apache/xml/internal/serializer/SerializerTraceWriter.java inflating: com/sun/org/apache/xml/internal/serializer/ToHTMLSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToHTMLStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToTextSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToTextStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToUnknownStream.java inflating: com/sun/org/apache/xml/internal/serializer/ToXMLSAXHandler.java inflating: com/sun/org/apache/xml/internal/serializer/ToXMLStream.java inflating: com/sun/org/apache/xml/internal/serializer/TransformStateSetter.java inflating: com/sun/org/apache/xml/internal/serializer/TreeWalker.java inflating: com/sun/org/apache/xml/internal/serializer/Utils.java inflating: com/sun/org/apache/xml/internal/serializer/Version.java inflating: com/sun/org/apache/xml/internal/serializer/WriterChain.java inflating: com/sun/org/apache/xml/internal/serializer/WriterToASCI.java inflating: com/sun/org/apache/xml/internal/serializer/WriterToUTF8Buffered.java inflating: com/sun/org/apache/xml/internal/serializer/XMLEntities.properties inflating: com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes.java inflating: com/sun/org/apache/xml/internal/serializer/output_html.properties inflating: com/sun/org/apache/xml/internal/serializer/output_text.properties inflating: com/sun/org/apache/xml/internal/serializer/output_unknown.properties inflating: com/sun/org/apache/xml/internal/serializer/output_xml.properties inflating: com/sun/org/apache/xml/internal/serializer/package.html inflating: com/sun/org/apache/xml/internal/serializer/utils/AttList.java inflating: com/sun/org/apache/xml/internal/serializer/utils/BoolStack.java inflating: com/sun/org/apache/xml/internal/serializer/utils/DOM2Helper.java inflating: com/sun/org/apache/xml/internal/serializer/utils/Messages.java inflating: com/sun/org/apache/xml/internal/serializer/utils/MsgKey.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ca.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_cs.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_de.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_en.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_es.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_fr.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_it.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ja.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ko.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_sv.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_CN.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_TW.java inflating: com/sun/org/apache/xml/internal/serializer/utils/StringToIntTable.java inflating: com/sun/org/apache/xml/internal/serializer/utils/SystemIDResolver.java inflating: com/sun/org/apache/xml/internal/serializer/utils/URI.java inflating: com/sun/org/apache/xml/internal/serializer/utils/Utils.java inflating: com/sun/org/apache/xml/internal/serializer/utils/WrappedRuntimeException.java inflating: com/sun/org/apache/xml/internal/utils/AttList.java inflating: com/sun/org/apache/xml/internal/utils/BoolStack.java inflating: com/sun/org/apache/xml/internal/utils/CharKey.java inflating: com/sun/org/apache/xml/internal/utils/Constants.java inflating: com/sun/org/apache/xml/internal/utils/DOM2Helper.java inflating: com/sun/org/apache/xml/internal/utils/DOMBuilder.java inflating: com/sun/org/apache/xml/internal/utils/DOMHelper.java inflating: com/sun/org/apache/xml/internal/utils/DOMOrder.java inflating: com/sun/org/apache/xml/internal/utils/DefaultErrorHandler.java inflating: com/sun/org/apache/xml/internal/utils/ElemDesc.java inflating: com/sun/org/apache/xml/internal/utils/FastStringBuffer.java inflating: com/sun/org/apache/xml/internal/utils/Hashtree2Node.java inflating: com/sun/org/apache/xml/internal/utils/IntStack.java inflating: com/sun/org/apache/xml/internal/utils/IntVector.java inflating: com/sun/org/apache/xml/internal/utils/ListingErrorHandler.java inflating: com/sun/org/apache/xml/internal/utils/LocaleUtility.java inflating: com/sun/org/apache/xml/internal/utils/MutableAttrListImpl.java inflating: com/sun/org/apache/xml/internal/utils/NSInfo.java inflating: com/sun/org/apache/xml/internal/utils/NameSpace.java inflating: com/sun/org/apache/xml/internal/utils/NamespaceSupport2.java inflating: com/sun/org/apache/xml/internal/utils/NodeConsumer.java inflating: com/sun/org/apache/xml/internal/utils/NodeVector.java inflating: com/sun/org/apache/xml/internal/utils/ObjectFactory.java inflating: com/sun/org/apache/xml/internal/utils/ObjectPool.java inflating: com/sun/org/apache/xml/internal/utils/ObjectStack.java inflating: com/sun/org/apache/xml/internal/utils/ObjectVector.java inflating: com/sun/org/apache/xml/internal/utils/PrefixResolver.java inflating: com/sun/org/apache/xml/internal/utils/PrefixResolverDefault.java inflating: com/sun/org/apache/xml/internal/utils/QName.java inflating: com/sun/org/apache/xml/internal/utils/RawCharacterHandler.java inflating: com/sun/org/apache/xml/internal/utils/SAXSourceLocator.java inflating: com/sun/org/apache/xml/internal/utils/SecuritySupport.java inflating: com/sun/org/apache/xml/internal/utils/SecuritySupport12.java inflating: com/sun/org/apache/xml/internal/utils/SerializableLocatorImpl.java inflating: com/sun/org/apache/xml/internal/utils/StopParseException.java inflating: com/sun/org/apache/xml/internal/utils/StringBufferPool.java inflating: com/sun/org/apache/xml/internal/utils/StringComparable.java inflating: com/sun/org/apache/xml/internal/utils/StringToIntTable.java inflating: com/sun/org/apache/xml/internal/utils/StringToStringTable.java inflating: com/sun/org/apache/xml/internal/utils/StringToStringTableVector.java inflating: com/sun/org/apache/xml/internal/utils/StringVector.java inflating: com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java inflating: com/sun/org/apache/xml/internal/utils/SuballocatedByteVector.java inflating: com/sun/org/apache/xml/internal/utils/SuballocatedIntVector.java inflating: com/sun/org/apache/xml/internal/utils/SystemIDResolver.java inflating: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper.java inflating: com/sun/org/apache/xml/internal/utils/TreeWalker.java inflating: com/sun/org/apache/xml/internal/utils/Trie.java inflating: com/sun/org/apache/xml/internal/utils/URI.java inflating: com/sun/org/apache/xml/internal/utils/UnImplNode.java inflating: com/sun/org/apache/xml/internal/utils/WrappedRuntimeException.java inflating: com/sun/org/apache/xml/internal/utils/WrongParserException.java inflating: com/sun/org/apache/xml/internal/utils/XML11Char.java inflating: com/sun/org/apache/xml/internal/utils/XMLChar.java inflating: com/sun/org/apache/xml/internal/utils/XMLCharacterRecognizer.java inflating: com/sun/org/apache/xml/internal/utils/XMLReaderManager.java inflating: com/sun/org/apache/xml/internal/utils/XMLString.java inflating: com/sun/org/apache/xml/internal/utils/XMLStringDefault.java inflating: com/sun/org/apache/xml/internal/utils/XMLStringFactory.java inflating: com/sun/org/apache/xml/internal/utils/XMLStringFactoryDefault.java inflating: com/sun/org/apache/xml/internal/utils/package.html inflating: com/sun/org/apache/xml/internal/utils/res/CharArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/IntArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/LongArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/StringArrayWrapper.java inflating: com/sun/org/apache/xml/internal/utils/res/XResourceBundle.java inflating: com/sun/org/apache/xml/internal/utils/res/XResourceBundleBase.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_de.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_en.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_es.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_fr.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_it.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_A.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HA.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HI.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_I.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_ko.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_sv.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_zh_CN.java inflating: com/sun/org/apache/xml/internal/utils/res/XResources_zh_TW.java inflating: com/sun/org/apache/xpath/internal/Arg.java inflating: com/sun/org/apache/xpath/internal/CachedXPathAPI.java inflating: com/sun/org/apache/xpath/internal/Expression.java inflating: com/sun/org/apache/xpath/internal/ExpressionNode.java inflating: com/sun/org/apache/xpath/internal/ExpressionOwner.java inflating: com/sun/org/apache/xpath/internal/ExtensionsProvider.java inflating: com/sun/org/apache/xpath/internal/FoundIndex.java inflating: com/sun/org/apache/xpath/internal/NodeSet.java inflating: com/sun/org/apache/xpath/internal/NodeSetDTM.java inflating: com/sun/org/apache/xpath/internal/SourceTree.java inflating: com/sun/org/apache/xpath/internal/SourceTreeManager.java inflating: com/sun/org/apache/xpath/internal/VariableStack.java inflating: com/sun/org/apache/xpath/internal/WhitespaceStrippingElementMatcher.java inflating: com/sun/org/apache/xpath/internal/XPath.java inflating: com/sun/org/apache/xpath/internal/XPathAPI.java inflating: com/sun/org/apache/xpath/internal/XPathContext.java inflating: com/sun/org/apache/xpath/internal/XPathException.java inflating: com/sun/org/apache/xpath/internal/XPathFactory.java inflating: com/sun/org/apache/xpath/internal/XPathProcessorException.java inflating: com/sun/org/apache/xpath/internal/XPathVisitable.java inflating: com/sun/org/apache/xpath/internal/XPathVisitor.java inflating: com/sun/org/apache/xpath/internal/axes/AttributeIterator.java inflating: com/sun/org/apache/xpath/internal/axes/AxesWalker.java inflating: com/sun/org/apache/xpath/internal/axes/BasicTestIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ChildIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ChildTestIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ContextNodeList.java inflating: com/sun/org/apache/xpath/internal/axes/DescendantIterator.java inflating: com/sun/org/apache/xpath/internal/axes/FilterExprIterator.java inflating: com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple.java inflating: com/sun/org/apache/xpath/internal/axes/FilterExprWalker.java inflating: com/sun/org/apache/xpath/internal/axes/HasPositionalPredChecker.java inflating: com/sun/org/apache/xpath/internal/axes/IteratorPool.java inflating: com/sun/org/apache/xpath/internal/axes/LocPathIterator.java inflating: com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.java inflating: com/sun/org/apache/xpath/internal/axes/NodeSequence.java inflating: com/sun/org/apache/xpath/internal/axes/OneStepIterator.java inflating: com/sun/org/apache/xpath/internal/axes/OneStepIteratorForward.java inflating: com/sun/org/apache/xpath/internal/axes/PathComponent.java inflating: com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java inflating: com/sun/org/apache/xpath/internal/axes/RTFIterator.java inflating: com/sun/org/apache/xpath/internal/axes/ReverseAxesWalker.java inflating: com/sun/org/apache/xpath/internal/axes/SelfIteratorNoPredicate.java inflating: com/sun/org/apache/xpath/internal/axes/SubContextList.java inflating: com/sun/org/apache/xpath/internal/axes/UnionChildIterator.java inflating: com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java inflating: com/sun/org/apache/xpath/internal/axes/WalkerFactory.java inflating: com/sun/org/apache/xpath/internal/axes/WalkingIterator.java inflating: com/sun/org/apache/xpath/internal/axes/WalkingIteratorSorted.java inflating: com/sun/org/apache/xpath/internal/axes/package.html inflating: com/sun/org/apache/xpath/internal/compiler/Compiler.java inflating: com/sun/org/apache/xpath/internal/compiler/FuncLoader.java inflating: com/sun/org/apache/xpath/internal/compiler/FunctionTable.java inflating: com/sun/org/apache/xpath/internal/compiler/Keywords.java inflating: com/sun/org/apache/xpath/internal/compiler/Lexer.java inflating: com/sun/org/apache/xpath/internal/compiler/ObjectFactory.java inflating: com/sun/org/apache/xpath/internal/compiler/OpCodes.java inflating: com/sun/org/apache/xpath/internal/compiler/OpMap.java inflating: com/sun/org/apache/xpath/internal/compiler/OpMapVector.java inflating: com/sun/org/apache/xpath/internal/compiler/PsuedoNames.java inflating: com/sun/org/apache/xpath/internal/compiler/SecuritySupport.java inflating: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12.java inflating: com/sun/org/apache/xpath/internal/compiler/XPathDumper.java inflating: com/sun/org/apache/xpath/internal/compiler/XPathParser.java inflating: com/sun/org/apache/xpath/internal/compiler/package.html inflating: com/sun/org/apache/xpath/internal/domapi/XPathEvaluatorImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathExpressionImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathNSResolverImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathNamespaceImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathResultImpl.java inflating: com/sun/org/apache/xpath/internal/domapi/XPathStylesheetDOM3Exception.java inflating: com/sun/org/apache/xpath/internal/domapi/package.html inflating: com/sun/org/apache/xpath/internal/functions/FuncBoolean.java inflating: com/sun/org/apache/xpath/internal/functions/FuncCeiling.java inflating: com/sun/org/apache/xpath/internal/functions/FuncConcat.java inflating: com/sun/org/apache/xpath/internal/functions/FuncContains.java inflating: com/sun/org/apache/xpath/internal/functions/FuncCount.java inflating: com/sun/org/apache/xpath/internal/functions/FuncCurrent.java inflating: com/sun/org/apache/xpath/internal/functions/FuncDoclocation.java inflating: com/sun/org/apache/xpath/internal/functions/FuncExtElementAvailable.java inflating: com/sun/org/apache/xpath/internal/functions/FuncExtFunction.java inflating: com/sun/org/apache/xpath/internal/functions/FuncExtFunctionAvailable.java inflating: com/sun/org/apache/xpath/internal/functions/FuncFalse.java inflating: com/sun/org/apache/xpath/internal/functions/FuncFloor.java inflating: com/sun/org/apache/xpath/internal/functions/FuncGenerateId.java inflating: com/sun/org/apache/xpath/internal/functions/FuncId.java inflating: com/sun/org/apache/xpath/internal/functions/FuncLang.java inflating: com/sun/org/apache/xpath/internal/functions/FuncLast.java inflating: com/sun/org/apache/xpath/internal/functions/FuncLocalPart.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNamespace.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNormalizeSpace.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNot.java inflating: com/sun/org/apache/xpath/internal/functions/FuncNumber.java inflating: com/sun/org/apache/xpath/internal/functions/FuncPosition.java inflating: com/sun/org/apache/xpath/internal/functions/FuncQname.java inflating: com/sun/org/apache/xpath/internal/functions/FuncRound.java inflating: com/sun/org/apache/xpath/internal/functions/FuncStartsWith.java inflating: com/sun/org/apache/xpath/internal/functions/FuncString.java inflating: com/sun/org/apache/xpath/internal/functions/FuncStringLength.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSubstring.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSubstringAfter.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSubstringBefore.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSum.java inflating: com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java inflating: com/sun/org/apache/xpath/internal/functions/FuncTranslate.java inflating: com/sun/org/apache/xpath/internal/functions/FuncTrue.java inflating: com/sun/org/apache/xpath/internal/functions/FuncUnparsedEntityURI.java inflating: com/sun/org/apache/xpath/internal/functions/Function.java inflating: com/sun/org/apache/xpath/internal/functions/Function2Args.java inflating: com/sun/org/apache/xpath/internal/functions/Function3Args.java inflating: com/sun/org/apache/xpath/internal/functions/FunctionDef1Arg.java inflating: com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs.java inflating: com/sun/org/apache/xpath/internal/functions/FunctionOneArg.java inflating: com/sun/org/apache/xpath/internal/functions/ObjectFactory.java inflating: com/sun/org/apache/xpath/internal/functions/SecuritySupport.java inflating: com/sun/org/apache/xpath/internal/functions/SecuritySupport12.java inflating: com/sun/org/apache/xpath/internal/functions/WrongNumberArgsException.java inflating: com/sun/org/apache/xpath/internal/functions/package.html inflating: com/sun/org/apache/xpath/internal/jaxp/JAXPExtensionsProvider.java inflating: com/sun/org/apache/xpath/internal/jaxp/JAXPPrefixResolver.java inflating: com/sun/org/apache/xpath/internal/jaxp/JAXPVariableStack.java inflating: com/sun/org/apache/xpath/internal/jaxp/XPathExpressionImpl.java inflating: com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.java inflating: com/sun/org/apache/xpath/internal/jaxp/XPathImpl.java inflating: com/sun/org/apache/xpath/internal/objects/DTMXRTreeFrag.java inflating: com/sun/org/apache/xpath/internal/objects/XBoolean.java inflating: com/sun/org/apache/xpath/internal/objects/XBooleanStatic.java inflating: com/sun/org/apache/xpath/internal/objects/XMLStringFactoryImpl.java inflating: com/sun/org/apache/xpath/internal/objects/XNodeSet.java inflating: com/sun/org/apache/xpath/internal/objects/XNodeSetForDOM.java inflating: com/sun/org/apache/xpath/internal/objects/XNull.java inflating: com/sun/org/apache/xpath/internal/objects/XNumber.java inflating: com/sun/org/apache/xpath/internal/objects/XObject.java inflating: com/sun/org/apache/xpath/internal/objects/XObjectFactory.java inflating: com/sun/org/apache/xpath/internal/objects/XRTreeFrag.java inflating: com/sun/org/apache/xpath/internal/objects/XRTreeFragSelectWrapper.java inflating: com/sun/org/apache/xpath/internal/objects/XString.java inflating: com/sun/org/apache/xpath/internal/objects/XStringForChars.java inflating: com/sun/org/apache/xpath/internal/objects/XStringForFSB.java inflating: com/sun/org/apache/xpath/internal/objects/package.html inflating: com/sun/org/apache/xpath/internal/operations/And.java inflating: com/sun/org/apache/xpath/internal/operations/Bool.java inflating: com/sun/org/apache/xpath/internal/operations/Div.java inflating: com/sun/org/apache/xpath/internal/operations/Equals.java inflating: com/sun/org/apache/xpath/internal/operations/Gt.java inflating: com/sun/org/apache/xpath/internal/operations/Gte.java inflating: com/sun/org/apache/xpath/internal/operations/Lt.java inflating: com/sun/org/apache/xpath/internal/operations/Lte.java inflating: com/sun/org/apache/xpath/internal/operations/Minus.java inflating: com/sun/org/apache/xpath/internal/operations/Mod.java inflating: com/sun/org/apache/xpath/internal/operations/Mult.java inflating: com/sun/org/apache/xpath/internal/operations/Neg.java inflating: com/sun/org/apache/xpath/internal/operations/NotEquals.java inflating: com/sun/org/apache/xpath/internal/operations/Number.java inflating: com/sun/org/apache/xpath/internal/operations/Operation.java inflating: com/sun/org/apache/xpath/internal/operations/Or.java inflating: com/sun/org/apache/xpath/internal/operations/Plus.java inflating: com/sun/org/apache/xpath/internal/operations/Quo.java inflating: com/sun/org/apache/xpath/internal/operations/String.java inflating: com/sun/org/apache/xpath/internal/operations/UnaryOperation.java inflating: com/sun/org/apache/xpath/internal/operations/Variable.java inflating: com/sun/org/apache/xpath/internal/operations/VariableSafeAbsRef.java inflating: com/sun/org/apache/xpath/internal/operations/package.html inflating: com/sun/org/apache/xpath/internal/package.html inflating: com/sun/org/apache/xpath/internal/patterns/ContextMatchStepPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/FunctionPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/NodeTest.java inflating: com/sun/org/apache/xpath/internal/patterns/NodeTestFilter.java inflating: com/sun/org/apache/xpath/internal/patterns/StepPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/UnionPattern.java inflating: com/sun/org/apache/xpath/internal/patterns/package.html inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_en.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_es.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_fr.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_it.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ja.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ko.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_sv.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_CN.java inflating: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_TW.java inflating: com/sun/org/apache/xpath/internal/res/XPATHMessages.java inflating: com/sun/org/apache/xpath/internal/res/package.html inflating: com/sun/xml/internal/stream/Entity.java inflating: com/sun/xml/internal/stream/EventFilterSupport.java inflating: com/sun/xml/internal/stream/StaxEntityResolverWrapper.java inflating: com/sun/xml/internal/stream/StaxErrorReporter.java inflating: com/sun/xml/internal/stream/StaxXMLInputSource.java inflating: com/sun/xml/internal/stream/XMLBufferListener.java inflating: com/sun/xml/internal/stream/XMLEntityReader.java inflating: com/sun/xml/internal/stream/XMLEntityStorage.java inflating: com/sun/xml/internal/stream/XMLEventReaderImpl.java inflating: com/sun/xml/internal/stream/XMLInputFactoryImpl.java inflating: com/sun/xml/internal/stream/XMLOutputFactoryImpl.java inflating: com/sun/xml/internal/stream/dtd/DTDGrammarUtil.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl.java inflating: com/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType.java inflating: com/sun/xml/internal/stream/events/AttributeImpl.java inflating: com/sun/xml/internal/stream/events/CharacterEvent.java inflating: com/sun/xml/internal/stream/events/CommentEvent.java inflating: com/sun/xml/internal/stream/events/DTDEvent.java inflating: com/sun/xml/internal/stream/events/DummyEvent.java inflating: com/sun/xml/internal/stream/events/EndDocumentEvent.java inflating: com/sun/xml/internal/stream/events/EndElementEvent.java inflating: com/sun/xml/internal/stream/events/EntityDeclarationImpl.java inflating: com/sun/xml/internal/stream/events/EntityReferenceEvent.java inflating: com/sun/xml/internal/stream/events/LocationImpl.java inflating: com/sun/xml/internal/stream/events/NamedEvent.java inflating: com/sun/xml/internal/stream/events/NamespaceImpl.java inflating: com/sun/xml/internal/stream/events/NotationDeclarationImpl.java inflating: com/sun/xml/internal/stream/events/ProcessingInstructionEvent.java inflating: com/sun/xml/internal/stream/events/StartDocumentEvent.java inflating: com/sun/xml/internal/stream/events/StartElementEvent.java inflating: com/sun/xml/internal/stream/events/XMLEventAllocatorImpl.java inflating: com/sun/xml/internal/stream/events/XMLEventFactoryImpl.java inflating: com/sun/xml/internal/stream/javax.xml.stream.XMLEventFactory inflating: com/sun/xml/internal/stream/javax.xml.stream.XMLInputFactory inflating: com/sun/xml/internal/stream/javax.xml.stream.XMLOutputFactory inflating: com/sun/xml/internal/stream/util/BufferAllocator.java inflating: com/sun/xml/internal/stream/util/ReadOnlyIterator.java inflating: com/sun/xml/internal/stream/util/ThreadLocalBufferAllocator.java inflating: com/sun/xml/internal/stream/writers/UTF8OutputStreamWriter.java inflating: com/sun/xml/internal/stream/writers/WriterUtility.java inflating: com/sun/xml/internal/stream/writers/XMLDOMWriterImpl.java inflating: com/sun/xml/internal/stream/writers/XMLEventWriterImpl.java inflating: com/sun/xml/internal/stream/writers/XMLOutputSource.java inflating: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl.java inflating: com/sun/xml/internal/stream/writers/XMLWriter.java inflating: javax/xml/XMLConstants.java inflating: javax/xml/datatype/DatatypeConfigurationException.java inflating: javax/xml/datatype/DatatypeConstants.java inflating: javax/xml/datatype/DatatypeFactory.java inflating: javax/xml/datatype/Duration.java inflating: javax/xml/datatype/FactoryFinder.java inflating: javax/xml/datatype/SecuritySupport.java inflating: javax/xml/datatype/XMLGregorianCalendar.java inflating: javax/xml/datatype/package.html inflating: javax/xml/namespace/NamespaceContext.java inflating: javax/xml/namespace/QName.java inflating: javax/xml/namespace/package.html inflating: javax/xml/parsers/DocumentBuilder.java inflating: javax/xml/parsers/DocumentBuilderFactory.java inflating: javax/xml/parsers/FactoryConfigurationError.java inflating: javax/xml/parsers/FactoryFinder.java inflating: javax/xml/parsers/ParserConfigurationException.java inflating: javax/xml/parsers/SAXParser.java inflating: javax/xml/parsers/SAXParserFactory.java inflating: javax/xml/parsers/SecuritySupport.java inflating: javax/xml/parsers/package.html inflating: javax/xml/stream/EventFilter.java inflating: javax/xml/stream/FactoryConfigurationError.java inflating: javax/xml/stream/FactoryFinder.java inflating: javax/xml/stream/Location.java inflating: javax/xml/stream/SecuritySupport.java inflating: javax/xml/stream/StreamFilter.java inflating: javax/xml/stream/XMLEventFactory.java inflating: javax/xml/stream/XMLEventReader.java inflating: javax/xml/stream/XMLEventWriter.java inflating: javax/xml/stream/XMLInputFactory.java inflating: javax/xml/stream/XMLOutputFactory.java inflating: javax/xml/stream/XMLReporter.java inflating: javax/xml/stream/XMLResolver.java inflating: javax/xml/stream/XMLStreamConstants.java inflating: javax/xml/stream/XMLStreamException.java inflating: javax/xml/stream/XMLStreamReader.java inflating: javax/xml/stream/XMLStreamWriter.java inflating: javax/xml/stream/events/Attribute.java inflating: javax/xml/stream/events/Characters.java inflating: javax/xml/stream/events/Comment.java inflating: javax/xml/stream/events/DTD.java inflating: javax/xml/stream/events/EndDocument.java inflating: javax/xml/stream/events/EndElement.java inflating: javax/xml/stream/events/EntityDeclaration.java inflating: javax/xml/stream/events/EntityReference.java inflating: javax/xml/stream/events/Namespace.java inflating: javax/xml/stream/events/NotationDeclaration.java inflating: javax/xml/stream/events/ProcessingInstruction.java inflating: javax/xml/stream/events/StartDocument.java inflating: javax/xml/stream/events/StartElement.java inflating: javax/xml/stream/events/XMLEvent.java inflating: javax/xml/stream/util/EventReaderDelegate.java inflating: javax/xml/stream/util/StreamReaderDelegate.java inflating: javax/xml/stream/util/XMLEventAllocator.java inflating: javax/xml/stream/util/XMLEventConsumer.java inflating: javax/xml/transform/ErrorListener.java inflating: javax/xml/transform/FactoryFinder.java inflating: javax/xml/transform/OutputKeys.java inflating: javax/xml/transform/Result.java inflating: javax/xml/transform/SecuritySupport.java inflating: javax/xml/transform/Source.java inflating: javax/xml/transform/SourceLocator.java inflating: javax/xml/transform/Templates.java inflating: javax/xml/transform/Transformer.java inflating: javax/xml/transform/TransformerConfigurationException.java inflating: javax/xml/transform/TransformerException.java inflating: javax/xml/transform/TransformerFactory.java inflating: javax/xml/transform/TransformerFactoryConfigurationError.java inflating: javax/xml/transform/URIResolver.java inflating: javax/xml/transform/dom/DOMLocator.java inflating: javax/xml/transform/dom/DOMResult.java inflating: javax/xml/transform/dom/DOMSource.java inflating: javax/xml/transform/dom/package.html inflating: javax/xml/transform/overview.html inflating: javax/xml/transform/package.html inflating: javax/xml/transform/sax/SAXResult.java inflating: javax/xml/transform/sax/SAXSource.java inflating: javax/xml/transform/sax/SAXTransformerFactory.java inflating: javax/xml/transform/sax/TemplatesHandler.java inflating: javax/xml/transform/sax/TransformerHandler.java inflating: javax/xml/transform/sax/package.html inflating: javax/xml/transform/stax/StAXResult.java inflating: javax/xml/transform/stax/StAXSource.java inflating: javax/xml/transform/stax/package.html inflating: javax/xml/transform/stream/StreamResult.java inflating: javax/xml/transform/stream/StreamSource.java inflating: javax/xml/transform/stream/package.html inflating: javax/xml/validation/Schema.java inflating: javax/xml/validation/SchemaFactory.java inflating: javax/xml/validation/SchemaFactoryFinder.java inflating: javax/xml/validation/SchemaFactoryLoader.java inflating: javax/xml/validation/SecuritySupport.java inflating: javax/xml/validation/TypeInfoProvider.java inflating: javax/xml/validation/Validator.java inflating: javax/xml/validation/ValidatorHandler.java inflating: javax/xml/validation/package.html inflating: javax/xml/xpath/SecuritySupport.java inflating: javax/xml/xpath/XPath.java inflating: javax/xml/xpath/XPathConstants.java inflating: javax/xml/xpath/XPathException.java inflating: javax/xml/xpath/XPathExpression.java inflating: javax/xml/xpath/XPathExpressionException.java inflating: javax/xml/xpath/XPathFactory.java inflating: javax/xml/xpath/XPathFactoryConfigurationException.java inflating: javax/xml/xpath/XPathFactoryFinder.java inflating: javax/xml/xpath/XPathFunction.java inflating: javax/xml/xpath/XPathFunctionException.java inflating: javax/xml/xpath/XPathFunctionResolver.java inflating: javax/xml/xpath/XPathVariableResolver.java inflating: javax/xml/xpath/package.html inflating: org/w3c/dom/Attr.java inflating: org/w3c/dom/CDATASection.java inflating: org/w3c/dom/CharacterData.java inflating: org/w3c/dom/Comment.java inflating: org/w3c/dom/DOMConfiguration.java inflating: org/w3c/dom/DOMError.java inflating: org/w3c/dom/DOMErrorHandler.java inflating: org/w3c/dom/DOMException.java inflating: org/w3c/dom/DOMImplementation.java inflating: org/w3c/dom/DOMImplementationList.java inflating: org/w3c/dom/DOMImplementationSource.java inflating: org/w3c/dom/DOMLocator.java inflating: org/w3c/dom/DOMStringList.java inflating: org/w3c/dom/Document.java inflating: org/w3c/dom/DocumentFragment.java inflating: org/w3c/dom/DocumentType.java inflating: org/w3c/dom/Element.java inflating: org/w3c/dom/Entity.java inflating: org/w3c/dom/EntityReference.java inflating: org/w3c/dom/NameList.java inflating: org/w3c/dom/NamedNodeMap.java inflating: org/w3c/dom/Node.java inflating: org/w3c/dom/NodeList.java inflating: org/w3c/dom/Notation.java inflating: org/w3c/dom/ProcessingInstruction.java inflating: org/w3c/dom/Text.java inflating: org/w3c/dom/TypeInfo.java inflating: org/w3c/dom/UserDataHandler.java inflating: org/w3c/dom/bootstrap/DOMImplementationRegistry.java inflating: org/w3c/dom/css/CSS2Properties.java inflating: org/w3c/dom/css/CSSCharsetRule.java inflating: org/w3c/dom/css/CSSFontFaceRule.java inflating: org/w3c/dom/css/CSSImportRule.java inflating: org/w3c/dom/css/CSSMediaRule.java inflating: org/w3c/dom/css/CSSPageRule.java inflating: org/w3c/dom/css/CSSPrimitiveValue.java inflating: org/w3c/dom/css/CSSRule.java inflating: org/w3c/dom/css/CSSRuleList.java inflating: org/w3c/dom/css/CSSStyleDeclaration.java inflating: org/w3c/dom/css/CSSStyleRule.java inflating: org/w3c/dom/css/CSSStyleSheet.java inflating: org/w3c/dom/css/CSSUnknownRule.java inflating: org/w3c/dom/css/CSSValue.java inflating: org/w3c/dom/css/CSSValueList.java inflating: org/w3c/dom/css/Counter.java inflating: org/w3c/dom/css/DOMImplementationCSS.java inflating: org/w3c/dom/css/DocumentCSS.java inflating: org/w3c/dom/css/ElementCSSInlineStyle.java inflating: org/w3c/dom/css/RGBColor.java inflating: org/w3c/dom/css/Rect.java inflating: org/w3c/dom/css/ViewCSS.java inflating: org/w3c/dom/events/DocumentEvent.java inflating: org/w3c/dom/events/Event.java inflating: org/w3c/dom/events/EventException.java inflating: org/w3c/dom/events/EventListener.java inflating: org/w3c/dom/events/EventTarget.java inflating: org/w3c/dom/events/MouseEvent.java inflating: org/w3c/dom/events/MutationEvent.java inflating: org/w3c/dom/events/UIEvent.java inflating: org/w3c/dom/html/HTMLAnchorElement.java inflating: org/w3c/dom/html/HTMLAppletElement.java inflating: org/w3c/dom/html/HTMLAreaElement.java inflating: org/w3c/dom/html/HTMLBRElement.java inflating: org/w3c/dom/html/HTMLBaseElement.java inflating: org/w3c/dom/html/HTMLBaseFontElement.java inflating: org/w3c/dom/html/HTMLBodyElement.java inflating: org/w3c/dom/html/HTMLButtonElement.java inflating: org/w3c/dom/html/HTMLCollection.java inflating: org/w3c/dom/html/HTMLDListElement.java inflating: org/w3c/dom/html/HTMLDOMImplementation.java inflating: org/w3c/dom/html/HTMLDirectoryElement.java inflating: org/w3c/dom/html/HTMLDivElement.java inflating: org/w3c/dom/html/HTMLDocument.java inflating: org/w3c/dom/html/HTMLElement.java inflating: org/w3c/dom/html/HTMLFieldSetElement.java inflating: org/w3c/dom/html/HTMLFontElement.java inflating: org/w3c/dom/html/HTMLFormElement.java inflating: org/w3c/dom/html/HTMLFrameElement.java inflating: org/w3c/dom/html/HTMLFrameSetElement.java inflating: org/w3c/dom/html/HTMLHRElement.java inflating: org/w3c/dom/html/HTMLHeadElement.java inflating: org/w3c/dom/html/HTMLHeadingElement.java inflating: org/w3c/dom/html/HTMLHtmlElement.java inflating: org/w3c/dom/html/HTMLIFrameElement.java inflating: org/w3c/dom/html/HTMLImageElement.java inflating: org/w3c/dom/html/HTMLInputElement.java inflating: org/w3c/dom/html/HTMLIsIndexElement.java inflating: org/w3c/dom/html/HTMLLIElement.java inflating: org/w3c/dom/html/HTMLLabelElement.java inflating: org/w3c/dom/html/HTMLLegendElement.java inflating: org/w3c/dom/html/HTMLLinkElement.java inflating: org/w3c/dom/html/HTMLMapElement.java inflating: org/w3c/dom/html/HTMLMenuElement.java inflating: org/w3c/dom/html/HTMLMetaElement.java inflating: org/w3c/dom/html/HTMLModElement.java inflating: org/w3c/dom/html/HTMLOListElement.java inflating: org/w3c/dom/html/HTMLObjectElement.java inflating: org/w3c/dom/html/HTMLOptGroupElement.java inflating: org/w3c/dom/html/HTMLOptionElement.java inflating: org/w3c/dom/html/HTMLParagraphElement.java inflating: org/w3c/dom/html/HTMLParamElement.java inflating: org/w3c/dom/html/HTMLPreElement.java inflating: org/w3c/dom/html/HTMLQuoteElement.java inflating: org/w3c/dom/html/HTMLScriptElement.java inflating: org/w3c/dom/html/HTMLSelectElement.java inflating: org/w3c/dom/html/HTMLStyleElement.java inflating: org/w3c/dom/html/HTMLTableCaptionElement.java inflating: org/w3c/dom/html/HTMLTableCellElement.java inflating: org/w3c/dom/html/HTMLTableColElement.java inflating: org/w3c/dom/html/HTMLTableElement.java inflating: org/w3c/dom/html/HTMLTableRowElement.java inflating: org/w3c/dom/html/HTMLTableSectionElement.java inflating: org/w3c/dom/html/HTMLTextAreaElement.java inflating: org/w3c/dom/html/HTMLTitleElement.java inflating: org/w3c/dom/html/HTMLUListElement.java inflating: org/w3c/dom/ls/DOMImplementationLS.java inflating: org/w3c/dom/ls/LSException.java inflating: org/w3c/dom/ls/LSInput.java inflating: org/w3c/dom/ls/LSLoadEvent.java inflating: org/w3c/dom/ls/LSOutput.java inflating: org/w3c/dom/ls/LSParser.java inflating: org/w3c/dom/ls/LSParserFilter.java inflating: org/w3c/dom/ls/LSProgressEvent.java inflating: org/w3c/dom/ls/LSResourceResolver.java inflating: org/w3c/dom/ls/LSSerializer.java inflating: org/w3c/dom/ls/LSSerializerFilter.java inflating: org/w3c/dom/package.html inflating: org/w3c/dom/ranges/DocumentRange.java inflating: org/w3c/dom/ranges/Range.java inflating: org/w3c/dom/ranges/RangeException.java inflating: org/w3c/dom/ranges/package.html inflating: org/w3c/dom/stylesheets/DocumentStyle.java inflating: org/w3c/dom/stylesheets/LinkStyle.java inflating: org/w3c/dom/stylesheets/MediaList.java inflating: org/w3c/dom/stylesheets/StyleSheet.java inflating: org/w3c/dom/stylesheets/StyleSheetList.java inflating: org/w3c/dom/traversal/DocumentTraversal.java inflating: org/w3c/dom/traversal/NodeFilter.java inflating: org/w3c/dom/traversal/NodeIterator.java inflating: org/w3c/dom/traversal/TreeWalker.java inflating: org/w3c/dom/views/AbstractView.java inflating: org/w3c/dom/views/DocumentView.java inflating: org/w3c/dom/xpath/COPYRIGHT.html inflating: org/w3c/dom/xpath/XPathEvaluator.java inflating: org/w3c/dom/xpath/XPathException.java inflating: org/w3c/dom/xpath/XPathExpression.java inflating: org/w3c/dom/xpath/XPathNSResolver.java inflating: org/w3c/dom/xpath/XPathNamespace.java inflating: org/w3c/dom/xpath/XPathResult.java inflating: org/xml/sax/AttributeList.java inflating: org/xml/sax/Attributes.java inflating: org/xml/sax/COPYING inflating: org/xml/sax/COPYING.txt inflating: org/xml/sax/ContentHandler.java inflating: org/xml/sax/DTDHandler.java inflating: org/xml/sax/DocumentHandler.java inflating: org/xml/sax/EntityResolver.java inflating: org/xml/sax/ErrorHandler.java inflating: org/xml/sax/HandlerBase.java inflating: org/xml/sax/InputSource.java inflating: org/xml/sax/Locator.java inflating: org/xml/sax/Parser.java inflating: org/xml/sax/SAXException.java inflating: org/xml/sax/SAXNotRecognizedException.java inflating: org/xml/sax/SAXNotSupportedException.java inflating: org/xml/sax/SAXParseException.java inflating: org/xml/sax/XMLFilter.java inflating: org/xml/sax/XMLReader.java inflating: org/xml/sax/ext/Attributes2.java inflating: org/xml/sax/ext/Attributes2Impl.java inflating: org/xml/sax/ext/DeclHandler.java inflating: org/xml/sax/ext/DefaultHandler2.java inflating: org/xml/sax/ext/EntityResolver2.java inflating: org/xml/sax/ext/LexicalHandler.java inflating: org/xml/sax/ext/Locator2.java inflating: org/xml/sax/ext/Locator2Impl.java inflating: org/xml/sax/ext/package.html inflating: org/xml/sax/helpers/AttributeListImpl.java inflating: org/xml/sax/helpers/AttributesImpl.java inflating: org/xml/sax/helpers/DefaultHandler.java inflating: org/xml/sax/helpers/LocatorImpl.java inflating: org/xml/sax/helpers/NamespaceSupport.java inflating: org/xml/sax/helpers/NewInstance.java inflating: org/xml/sax/helpers/ParserAdapter.java inflating: org/xml/sax/helpers/ParserFactory.java inflating: org/xml/sax/helpers/XMLFilterImpl.java inflating: org/xml/sax/helpers/XMLReaderAdapter.java inflating: org/xml/sax/helpers/XMLReaderFactory.java inflating: org/xml/sax/helpers/package.html inflating: org/xml/sax/package.html Importing sources from component JAXWS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc && /usr/bin/unzip -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxws/dist/lib/src.zip ) Archive: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxws/dist/lib/src.zip creating: META-INF/ creating: com/sun/activation/ creating: com/sun/activation/registries/ creating: com/sun/codemodel/ creating: com/sun/codemodel/internal/ creating: com/sun/codemodel/internal/fmt/ creating: com/sun/codemodel/internal/util/ creating: com/sun/codemodel/internal/writer/ creating: com/sun/istack/ creating: com/sun/istack/internal/ creating: com/sun/istack/internal/tools/ creating: com/sun/istack/internal/ws/ creating: com/sun/tools/etc/ creating: com/sun/tools/etc/META-INF/ creating: com/sun/tools/etc/META-INF/services/ creating: com/sun/tools/internal/ creating: com/sun/tools/internal/jxc/ creating: com/sun/tools/internal/jxc/apt/ creating: com/sun/tools/internal/jxc/gen/ creating: com/sun/tools/internal/jxc/gen/config/ creating: com/sun/tools/internal/jxc/model/ creating: com/sun/tools/internal/jxc/model/nav/ creating: com/sun/tools/internal/ws/ creating: com/sun/tools/internal/ws/api/ creating: com/sun/tools/internal/ws/api/wsdl/ creating: com/sun/tools/internal/ws/processor/ creating: com/sun/tools/internal/ws/processor/generator/ creating: com/sun/tools/internal/ws/processor/model/ creating: com/sun/tools/internal/ws/processor/model/exporter/ creating: com/sun/tools/internal/ws/processor/model/java/ creating: com/sun/tools/internal/ws/processor/model/jaxb/ creating: com/sun/tools/internal/ws/processor/modeler/ creating: com/sun/tools/internal/ws/processor/modeler/annotation/ creating: com/sun/tools/internal/ws/processor/modeler/wsdl/ creating: com/sun/tools/internal/ws/processor/util/ creating: com/sun/tools/internal/ws/resources/ creating: com/sun/tools/internal/ws/spi/ creating: com/sun/tools/internal/ws/util/ creating: com/sun/tools/internal/ws/util/xml/ creating: com/sun/tools/internal/ws/wscompile/ creating: com/sun/tools/internal/ws/wsdl/ creating: com/sun/tools/internal/ws/wsdl/document/ creating: com/sun/tools/internal/ws/wsdl/document/http/ creating: com/sun/tools/internal/ws/wsdl/document/jaxws/ creating: com/sun/tools/internal/ws/wsdl/document/mime/ creating: com/sun/tools/internal/ws/wsdl/document/schema/ creating: com/sun/tools/internal/ws/wsdl/document/soap/ creating: com/sun/tools/internal/ws/wsdl/framework/ creating: com/sun/tools/internal/ws/wsdl/parser/ creating: com/sun/tools/internal/xjc/ creating: com/sun/tools/internal/xjc/addon/ creating: com/sun/tools/internal/xjc/addon/at_generated/ creating: com/sun/tools/internal/xjc/addon/code_injector/ creating: com/sun/tools/internal/xjc/addon/episode/ creating: com/sun/tools/internal/xjc/addon/locator/ creating: com/sun/tools/internal/xjc/addon/sync/ creating: com/sun/tools/internal/xjc/api/ creating: com/sun/tools/internal/xjc/api/impl/ creating: com/sun/tools/internal/xjc/api/impl/j2s/ creating: com/sun/tools/internal/xjc/api/impl/s2j/ creating: com/sun/tools/internal/xjc/api/util/ creating: com/sun/tools/internal/xjc/generator/ creating: com/sun/tools/internal/xjc/generator/annotation/ creating: com/sun/tools/internal/xjc/generator/annotation/ri/ creating: com/sun/tools/internal/xjc/generator/annotation/spec/ creating: com/sun/tools/internal/xjc/generator/bean/ creating: com/sun/tools/internal/xjc/generator/bean/field/ creating: com/sun/tools/internal/xjc/generator/util/ creating: com/sun/tools/internal/xjc/model/ creating: com/sun/tools/internal/xjc/model/nav/ creating: com/sun/tools/internal/xjc/outline/ creating: com/sun/tools/internal/xjc/reader/ creating: com/sun/tools/internal/xjc/reader/dtd/ creating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/ creating: com/sun/tools/internal/xjc/reader/gbind/ creating: com/sun/tools/internal/xjc/reader/internalizer/ creating: com/sun/tools/internal/xjc/reader/relaxng/ creating: com/sun/tools/internal/xjc/reader/xmlschema/ creating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ creating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ creating: com/sun/tools/internal/xjc/reader/xmlschema/parser/ creating: com/sun/tools/internal/xjc/runtime/ creating: com/sun/tools/internal/xjc/util/ creating: com/sun/tools/internal/xjc/writer/ creating: com/sun/xml/internal/bind/ creating: com/sun/xml/internal/bind/annotation/ creating: com/sun/xml/internal/bind/api/ creating: com/sun/xml/internal/bind/api/impl/ creating: com/sun/xml/internal/bind/marshaller/ creating: com/sun/xml/internal/bind/unmarshaller/ creating: com/sun/xml/internal/bind/util/ creating: com/sun/xml/internal/bind/v2/ creating: com/sun/xml/internal/bind/v2/bytecode/ creating: com/sun/xml/internal/bind/v2/model/ creating: com/sun/xml/internal/bind/v2/model/annotation/ creating: com/sun/xml/internal/bind/v2/model/core/ creating: com/sun/xml/internal/bind/v2/model/impl/ creating: com/sun/xml/internal/bind/v2/model/nav/ creating: com/sun/xml/internal/bind/v2/model/runtime/ creating: com/sun/xml/internal/bind/v2/runtime/ creating: com/sun/xml/internal/bind/v2/runtime/output/ creating: com/sun/xml/internal/bind/v2/runtime/property/ creating: com/sun/xml/internal/bind/v2/runtime/reflect/ creating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/ creating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ creating: com/sun/xml/internal/bind/v2/schemagen/ creating: com/sun/xml/internal/bind/v2/schemagen/episode/ creating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ creating: com/sun/xml/internal/bind/v2/util/ creating: com/sun/xml/internal/dtdparser/ creating: com/sun/xml/internal/dtdparser/resources/ creating: com/sun/xml/internal/fastinfoset/ creating: com/sun/xml/internal/fastinfoset/algorithm/ creating: com/sun/xml/internal/fastinfoset/alphabet/ creating: com/sun/xml/internal/fastinfoset/dom/ creating: com/sun/xml/internal/fastinfoset/org/ creating: com/sun/xml/internal/fastinfoset/org/apache/ creating: com/sun/xml/internal/fastinfoset/org/apache/xerces/ creating: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/ creating: com/sun/xml/internal/fastinfoset/resources/ creating: com/sun/xml/internal/fastinfoset/sax/ creating: com/sun/xml/internal/fastinfoset/stax/ creating: com/sun/xml/internal/fastinfoset/stax/events/ creating: com/sun/xml/internal/fastinfoset/stax/factory/ creating: com/sun/xml/internal/fastinfoset/stax/util/ creating: com/sun/xml/internal/fastinfoset/tools/ creating: com/sun/xml/internal/fastinfoset/util/ creating: com/sun/xml/internal/fastinfoset/vocab/ creating: com/sun/xml/internal/messaging/ creating: com/sun/xml/internal/messaging/saaj/ creating: com/sun/xml/internal/messaging/saaj/client/ creating: com/sun/xml/internal/messaging/saaj/client/p2p/ creating: com/sun/xml/internal/messaging/saaj/packaging/ creating: com/sun/xml/internal/messaging/saaj/packaging/mime/ creating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ creating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ creating: com/sun/xml/internal/messaging/saaj/soap/ creating: com/sun/xml/internal/messaging/saaj/soap/dynamic/ creating: com/sun/xml/internal/messaging/saaj/soap/impl/ creating: com/sun/xml/internal/messaging/saaj/soap/name/ creating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/ creating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/ creating: com/sun/xml/internal/messaging/saaj/util/ creating: com/sun/xml/internal/messaging/saaj/util/transform/ creating: com/sun/xml/internal/org/ creating: com/sun/xml/internal/org/jvnet/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/ creating: com/sun/xml/internal/org/jvnet/fastinfoset/stax/ creating: com/sun/xml/internal/org/jvnet/staxex/ creating: com/sun/xml/internal/rngom/ creating: com/sun/xml/internal/rngom/ast/ creating: com/sun/xml/internal/rngom/ast/builder/ creating: com/sun/xml/internal/rngom/ast/om/ creating: com/sun/xml/internal/rngom/ast/util/ creating: com/sun/xml/internal/rngom/binary/ creating: com/sun/xml/internal/rngom/binary/visitor/ creating: com/sun/xml/internal/rngom/digested/ creating: com/sun/xml/internal/rngom/dt/ creating: com/sun/xml/internal/rngom/dt/builtin/ creating: com/sun/xml/internal/rngom/nc/ creating: com/sun/xml/internal/rngom/parse/ creating: com/sun/xml/internal/rngom/parse/compact/ creating: com/sun/xml/internal/rngom/parse/host/ creating: com/sun/xml/internal/rngom/parse/xml/ creating: com/sun/xml/internal/rngom/util/ creating: com/sun/xml/internal/rngom/xml/ creating: com/sun/xml/internal/rngom/xml/sax/ creating: com/sun/xml/internal/rngom/xml/util/ creating: com/sun/xml/internal/stream/buffer/ creating: com/sun/xml/internal/stream/buffer/sax/ creating: com/sun/xml/internal/stream/buffer/stax/ creating: com/sun/xml/internal/txw2/ creating: com/sun/xml/internal/txw2/annotation/ creating: com/sun/xml/internal/txw2/output/ creating: com/sun/xml/internal/ws/ creating: com/sun/xml/internal/ws/addressing/ creating: com/sun/xml/internal/ws/addressing/model/ creating: com/sun/xml/internal/ws/addressing/v200408/ creating: com/sun/xml/internal/ws/api/ creating: com/sun/xml/internal/ws/api/addressing/ creating: com/sun/xml/internal/ws/api/client/ creating: com/sun/xml/internal/ws/api/fastinfoset/ creating: com/sun/xml/internal/ws/api/message/ creating: com/sun/xml/internal/ws/api/message/stream/ creating: com/sun/xml/internal/ws/api/model/ creating: com/sun/xml/internal/ws/api/model/soap/ creating: com/sun/xml/internal/ws/api/model/wsdl/ creating: com/sun/xml/internal/ws/api/pipe/ creating: com/sun/xml/internal/ws/api/pipe/helper/ creating: com/sun/xml/internal/ws/api/server/ creating: com/sun/xml/internal/ws/api/streaming/ creating: com/sun/xml/internal/ws/api/wsdl/ creating: com/sun/xml/internal/ws/api/wsdl/parser/ creating: com/sun/xml/internal/ws/api/wsdl/writer/ creating: com/sun/xml/internal/ws/binding/ creating: com/sun/xml/internal/ws/client/ creating: com/sun/xml/internal/ws/client/dispatch/ creating: com/sun/xml/internal/ws/client/sei/ creating: com/sun/xml/internal/ws/developer/ creating: com/sun/xml/internal/ws/encoding/ creating: com/sun/xml/internal/ws/encoding/fastinfoset/ creating: com/sun/xml/internal/ws/encoding/soap/ creating: com/sun/xml/internal/ws/encoding/soap/streaming/ creating: com/sun/xml/internal/ws/encoding/xml/ creating: com/sun/xml/internal/ws/fault/ creating: com/sun/xml/internal/ws/handler/ creating: com/sun/xml/internal/ws/message/ creating: com/sun/xml/internal/ws/message/jaxb/ creating: com/sun/xml/internal/ws/message/saaj/ creating: com/sun/xml/internal/ws/message/source/ creating: com/sun/xml/internal/ws/message/stream/ creating: com/sun/xml/internal/ws/model/ creating: com/sun/xml/internal/ws/model/soap/ creating: com/sun/xml/internal/ws/model/wsdl/ creating: com/sun/xml/internal/ws/protocol/ creating: com/sun/xml/internal/ws/protocol/soap/ creating: com/sun/xml/internal/ws/protocol/xml/ creating: com/sun/xml/internal/ws/resources/ creating: com/sun/xml/internal/ws/server/ creating: com/sun/xml/internal/ws/server/provider/ creating: com/sun/xml/internal/ws/server/sei/ creating: com/sun/xml/internal/ws/spi/ creating: com/sun/xml/internal/ws/streaming/ creating: com/sun/xml/internal/ws/transport/ creating: com/sun/xml/internal/ws/transport/http/ creating: com/sun/xml/internal/ws/transport/http/client/ creating: com/sun/xml/internal/ws/transport/http/server/ creating: com/sun/xml/internal/ws/util/ creating: com/sun/xml/internal/ws/util/exception/ creating: com/sun/xml/internal/ws/util/localization/ creating: com/sun/xml/internal/ws/util/pipe/ creating: com/sun/xml/internal/ws/util/resources/ creating: com/sun/xml/internal/ws/util/xml/ creating: com/sun/xml/internal/ws/wsdl/ creating: com/sun/xml/internal/ws/wsdl/parser/ creating: com/sun/xml/internal/ws/wsdl/writer/ creating: com/sun/xml/internal/ws/wsdl/writer/document/ creating: com/sun/xml/internal/ws/wsdl/writer/document/http/ creating: com/sun/xml/internal/ws/wsdl/writer/document/soap/ creating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/ creating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/ creating: com/sun/xml/internal/xsom/ creating: com/sun/xml/internal/xsom/impl/ creating: com/sun/xml/internal/xsom/impl/parser/ creating: com/sun/xml/internal/xsom/impl/parser/state/ creating: com/sun/xml/internal/xsom/impl/scd/ creating: com/sun/xml/internal/xsom/impl/util/ creating: com/sun/xml/internal/xsom/parser/ creating: com/sun/xml/internal/xsom/util/ creating: com/sun/xml/internal/xsom/visitor/ creating: javax/activation/ creating: javax/jws/ creating: javax/jws/soap/ creating: javax/xml/bind/ creating: javax/xml/bind/annotation/ creating: javax/xml/bind/annotation/adapters/ creating: javax/xml/bind/attachment/ creating: javax/xml/bind/helpers/ creating: javax/xml/bind/util/ creating: javax/xml/soap/ creating: javax/xml/ws/ creating: javax/xml/ws/handler/ creating: javax/xml/ws/handler/soap/ creating: javax/xml/ws/http/ creating: javax/xml/ws/soap/ creating: javax/xml/ws/spi/ creating: javax/xml/ws/wsaddressing/ creating: org/relaxng/ creating: org/relaxng/datatype/ creating: org/relaxng/datatype/helpers/ inflating: META-INF/mailcap.default inflating: META-INF/mimetypes.default inflating: com/sun/activation/registries/LogSupport.java inflating: com/sun/activation/registries/MailcapFile.java inflating: com/sun/activation/registries/MailcapParseException.java inflating: com/sun/activation/registries/MailcapTokenizer.java inflating: com/sun/activation/registries/MimeTypeEntry.java inflating: com/sun/activation/registries/MimeTypeFile.java inflating: com/sun/codemodel/internal/ClassType.java inflating: com/sun/codemodel/internal/CodeWriter.java inflating: com/sun/codemodel/internal/JAnnotatable.java inflating: com/sun/codemodel/internal/JAnnotationArrayMember.java inflating: com/sun/codemodel/internal/JAnnotationStringValue.java inflating: com/sun/codemodel/internal/JAnnotationUse.java inflating: com/sun/codemodel/internal/JAnnotationValue.java inflating: com/sun/codemodel/internal/JAnnotationWriter.java inflating: com/sun/codemodel/internal/JAnonymousClass.java inflating: com/sun/codemodel/internal/JArray.java inflating: com/sun/codemodel/internal/JArrayClass.java inflating: com/sun/codemodel/internal/JArrayCompRef.java inflating: com/sun/codemodel/internal/JAssignment.java inflating: com/sun/codemodel/internal/JAssignmentTarget.java inflating: com/sun/codemodel/internal/JAtom.java inflating: com/sun/codemodel/internal/JBlock.java inflating: com/sun/codemodel/internal/JBreak.java inflating: com/sun/codemodel/internal/JCase.java inflating: com/sun/codemodel/internal/JCast.java inflating: com/sun/codemodel/internal/JCatchBlock.java inflating: com/sun/codemodel/internal/JClass.java inflating: com/sun/codemodel/internal/JClassAlreadyExistsException.java inflating: com/sun/codemodel/internal/JClassContainer.java inflating: com/sun/codemodel/internal/JCodeModel.java inflating: com/sun/codemodel/internal/JCommentPart.java inflating: com/sun/codemodel/internal/JConditional.java inflating: com/sun/codemodel/internal/JContinue.java inflating: com/sun/codemodel/internal/JDeclaration.java inflating: com/sun/codemodel/internal/JDefinedClass.java inflating: com/sun/codemodel/internal/JDirectClass.java inflating: com/sun/codemodel/internal/JDoLoop.java inflating: com/sun/codemodel/internal/JDocComment.java inflating: com/sun/codemodel/internal/JEnumConstant.java inflating: com/sun/codemodel/internal/JExpr.java inflating: com/sun/codemodel/internal/JExpression.java inflating: com/sun/codemodel/internal/JExpressionImpl.java inflating: com/sun/codemodel/internal/JFieldRef.java inflating: com/sun/codemodel/internal/JFieldVar.java inflating: com/sun/codemodel/internal/JForEach.java inflating: com/sun/codemodel/internal/JForLoop.java inflating: com/sun/codemodel/internal/JFormatter.java inflating: com/sun/codemodel/internal/JGenerable.java inflating: com/sun/codemodel/internal/JGenerifiable.java inflating: com/sun/codemodel/internal/JGenerifiableImpl.java inflating: com/sun/codemodel/internal/JInvocation.java inflating: com/sun/codemodel/internal/JJavaName.java inflating: com/sun/codemodel/internal/JLabel.java inflating: com/sun/codemodel/internal/JMethod.java inflating: com/sun/codemodel/internal/JMod.java inflating: com/sun/codemodel/internal/JMods.java inflating: com/sun/codemodel/internal/JNarrowedClass.java inflating: com/sun/codemodel/internal/JNullType.java inflating: com/sun/codemodel/internal/JOp.java inflating: com/sun/codemodel/internal/JPackage.java inflating: com/sun/codemodel/internal/JPrimitiveType.java inflating: com/sun/codemodel/internal/JResourceFile.java inflating: com/sun/codemodel/internal/JReturn.java inflating: com/sun/codemodel/internal/JStatement.java inflating: com/sun/codemodel/internal/JStringLiteral.java inflating: com/sun/codemodel/internal/JSwitch.java inflating: com/sun/codemodel/internal/JThrow.java inflating: com/sun/codemodel/internal/JTryBlock.java inflating: com/sun/codemodel/internal/JType.java inflating: com/sun/codemodel/internal/JTypeVar.java inflating: com/sun/codemodel/internal/JTypeWildcard.java inflating: com/sun/codemodel/internal/JVar.java inflating: com/sun/codemodel/internal/JWhileLoop.java inflating: com/sun/codemodel/internal/TypedAnnotationWriter.java inflating: com/sun/codemodel/internal/fmt/JBinaryFile.java inflating: com/sun/codemodel/internal/fmt/JPropertyFile.java inflating: com/sun/codemodel/internal/fmt/JSerializedObject.java inflating: com/sun/codemodel/internal/fmt/JStaticFile.java inflating: com/sun/codemodel/internal/fmt/JStaticJavaFile.java inflating: com/sun/codemodel/internal/fmt/JTextFile.java inflating: com/sun/codemodel/internal/fmt/package.html inflating: com/sun/codemodel/internal/package-info.java inflating: com/sun/codemodel/internal/util/ClassNameComparator.java inflating: com/sun/codemodel/internal/util/EncoderFactory.java inflating: com/sun/codemodel/internal/util/JavadocEscapeWriter.java inflating: com/sun/codemodel/internal/util/MS1252Encoder.java inflating: com/sun/codemodel/internal/util/SingleByteEncoder.java inflating: com/sun/codemodel/internal/util/Surrogate.java inflating: com/sun/codemodel/internal/util/UnicodeEscapeWriter.java inflating: com/sun/codemodel/internal/writer/FileCodeWriter.java inflating: com/sun/codemodel/internal/writer/FilterCodeWriter.java inflating: com/sun/codemodel/internal/writer/ProgressCodeWriter.java inflating: com/sun/codemodel/internal/writer/PrologCodeWriter.java inflating: com/sun/codemodel/internal/writer/SingleStreamCodeWriter.java inflating: com/sun/codemodel/internal/writer/ZipCodeWriter.java inflating: com/sun/istack/internal/ByteArrayDataSource.java inflating: com/sun/istack/internal/FinalArrayList.java inflating: com/sun/istack/internal/FragmentContentHandler.java inflating: com/sun/istack/internal/Interned.java inflating: com/sun/istack/internal/NotNull.java inflating: com/sun/istack/internal/Nullable.java inflating: com/sun/istack/internal/Pool.java inflating: com/sun/istack/internal/SAXException2.java inflating: com/sun/istack/internal/SAXParseException2.java inflating: com/sun/istack/internal/XMLStreamException2.java inflating: com/sun/istack/internal/XMLStreamReaderToContentHandler.java inflating: com/sun/istack/internal/package-info.java inflating: com/sun/istack/internal/tools/APTTypeVisitor.java inflating: com/sun/istack/internal/tools/MaskingClassLoader.java inflating: com/sun/istack/internal/tools/ParallelWorldClassLoader.java inflating: com/sun/istack/internal/tools/package-info.java inflating: com/sun/istack/internal/ws/AnnotationProcessorFactoryImpl.java inflating: com/sun/istack/internal/ws/package-info.java inflating: com/sun/tools/etc/META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory inflating: com/sun/tools/etc/META-INF/services/com.sun.tools.internal.xjc.Plugin inflating: com/sun/tools/internal/jxc/ConfigReader.java inflating: com/sun/tools/internal/jxc/MessageBundle.properties inflating: com/sun/tools/internal/jxc/Messages.java inflating: com/sun/tools/internal/jxc/NGCCRuntimeEx.java inflating: com/sun/tools/internal/jxc/SchemaGenerator.java inflating: com/sun/tools/internal/jxc/apt/AnnotationParser.java inflating: com/sun/tools/internal/jxc/apt/AnnotationProcessorFactoryImpl.java inflating: com/sun/tools/internal/jxc/apt/Const.java inflating: com/sun/tools/internal/jxc/apt/ErrorReceiverImpl.java inflating: com/sun/tools/internal/jxc/apt/InlineAnnotationReaderImpl.java inflating: com/sun/tools/internal/jxc/apt/MessageBundle.properties inflating: com/sun/tools/internal/jxc/apt/Messages.java inflating: com/sun/tools/internal/jxc/apt/Options.java inflating: com/sun/tools/internal/jxc/apt/SchemaGenerator.java inflating: com/sun/tools/internal/jxc/apt/package.html inflating: com/sun/tools/internal/jxc/gen/config/AttributesImpl.java inflating: com/sun/tools/internal/jxc/gen/config/Classes.java inflating: com/sun/tools/internal/jxc/gen/config/Config.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCEventReceiver.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCEventSource.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCHandler.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCInterleaveFilter.java inflating: com/sun/tools/internal/jxc/gen/config/NGCCRuntime.java inflating: com/sun/tools/internal/jxc/gen/config/Schema.java inflating: com/sun/tools/internal/jxc/gen/config/config.rng inflating: com/sun/tools/internal/jxc/gen/config/config.xsd inflating: com/sun/tools/internal/jxc/model/nav/APTNavigator.java inflating: com/sun/tools/internal/ws/Invoker.java inflating: com/sun/tools/internal/ws/ToolVersion.java inflating: com/sun/tools/internal/ws/WsGen.java inflating: com/sun/tools/internal/ws/WsImport.java inflating: com/sun/tools/internal/ws/api/TJavaGeneratorExtension.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensible.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLExtension.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensionHandler.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLOperation.java inflating: com/sun/tools/internal/ws/api/wsdl/TWSDLParserContext.java inflating: com/sun/tools/internal/ws/package-info.java inflating: com/sun/tools/internal/ws/processor/ProcessorException.java inflating: com/sun/tools/internal/ws/processor/generator/CustomExceptionGenerator.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorBase.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorConstants.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorException.java inflating: com/sun/tools/internal/ws/processor/generator/GeneratorUtil.java inflating: com/sun/tools/internal/ws/processor/generator/JavaGeneratorExtensionFacade.java inflating: com/sun/tools/internal/ws/processor/generator/Names.java inflating: com/sun/tools/internal/ws/processor/generator/SeiGenerator.java inflating: com/sun/tools/internal/ws/processor/generator/ServiceGenerator.java inflating: com/sun/tools/internal/ws/processor/generator/W3CAddressingJavaGeneratorExtension.java inflating: com/sun/tools/internal/ws/processor/model/AbstractType.java inflating: com/sun/tools/internal/ws/processor/model/AsyncOperation.java inflating: com/sun/tools/internal/ws/processor/model/AsyncOperationType.java inflating: com/sun/tools/internal/ws/processor/model/Block.java inflating: com/sun/tools/internal/ws/processor/model/ExtendedModelVisitor.java inflating: com/sun/tools/internal/ws/processor/model/Fault.java inflating: com/sun/tools/internal/ws/processor/model/HeaderFault.java inflating: com/sun/tools/internal/ws/processor/model/Message.java inflating: com/sun/tools/internal/ws/processor/model/Model.java inflating: com/sun/tools/internal/ws/processor/model/ModelException.java inflating: com/sun/tools/internal/ws/processor/model/ModelObject.java inflating: com/sun/tools/internal/ws/processor/model/ModelProperties.java inflating: com/sun/tools/internal/ws/processor/model/ModelVisitor.java inflating: com/sun/tools/internal/ws/processor/model/Operation.java inflating: com/sun/tools/internal/ws/processor/model/Parameter.java inflating: com/sun/tools/internal/ws/processor/model/Port.java inflating: com/sun/tools/internal/ws/processor/model/Request.java inflating: com/sun/tools/internal/ws/processor/model/Response.java inflating: com/sun/tools/internal/ws/processor/model/Service.java inflating: com/sun/tools/internal/ws/processor/model/exporter/ExternalObject.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaArrayType.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaException.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaInterface.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaMethod.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaParameter.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaSimpleType.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaStructureMember.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaStructureType.java inflating: com/sun/tools/internal/ws/processor/model/java/JavaType.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBElementMember.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBMapping.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBModel.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBProperty.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBStructuredType.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBType.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeAndAnnotation.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeVisitor.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitMember.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitStructure.java inflating: com/sun/tools/internal/ws/processor/model/jaxb/Util.java inflating: com/sun/tools/internal/ws/processor/modeler/JavaSimpleTypeCreator.java inflating: com/sun/tools/internal/ws/processor/modeler/Modeler.java inflating: com/sun/tools/internal/ws/processor/modeler/ModelerConstants.java inflating: com/sun/tools/internal/ws/processor/modeler/ModelerException.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/FaultInfo.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/ModelBuilder.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/TypeModeler.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMoniker.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceConstants.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java inflating: com/sun/tools/internal/ws/processor/modeler/annotation/WrapperInfo.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/AccessorElement.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/ClassNameAllocatorImpl.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/ConsoleErrorReporter.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/JAXBModelBuilder.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/MimeHelper.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/ModelerUtils.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/PseudoSchemaBuilder.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler.java inflating: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase.java inflating: com/sun/tools/internal/ws/processor/util/ClassNameCollector.java inflating: com/sun/tools/internal/ws/processor/util/DirectoryUtil.java inflating: com/sun/tools/internal/ws/processor/util/IndentingWriter.java inflating: com/sun/tools/internal/ws/resources/ConfigurationMessages.java inflating: com/sun/tools/internal/ws/resources/GeneratorMessages.java inflating: com/sun/tools/internal/ws/resources/JavacompilerMessages.java inflating: com/sun/tools/internal/ws/resources/ModelMessages.java inflating: com/sun/tools/internal/ws/resources/ModelerMessages.java inflating: com/sun/tools/internal/ws/resources/ProcessorMessages.java inflating: com/sun/tools/internal/ws/resources/UtilMessages.java inflating: com/sun/tools/internal/ws/resources/WebserviceapMessages.java inflating: com/sun/tools/internal/ws/resources/WscompileMessages.java inflating: com/sun/tools/internal/ws/resources/WsdlMessages.java inflating: com/sun/tools/internal/ws/resources/configuration.properties inflating: com/sun/tools/internal/ws/resources/generator.properties inflating: com/sun/tools/internal/ws/resources/javacompiler.properties inflating: com/sun/tools/internal/ws/resources/model.properties inflating: com/sun/tools/internal/ws/resources/modeler.properties inflating: com/sun/tools/internal/ws/resources/processor.properties inflating: com/sun/tools/internal/ws/resources/util.properties inflating: com/sun/tools/internal/ws/resources/webserviceap.properties inflating: com/sun/tools/internal/ws/resources/wscompile.properties inflating: com/sun/tools/internal/ws/resources/wsdl.properties inflating: com/sun/tools/internal/ws/spi/WSToolsObjectFactory.java inflating: com/sun/tools/internal/ws/spi/package-info.java inflating: com/sun/tools/internal/ws/util/ClassNameInfo.java inflating: com/sun/tools/internal/ws/util/ForkEntityResolver.java inflating: com/sun/tools/internal/ws/util/WSDLParseException.java inflating: com/sun/tools/internal/ws/util/WSToolsObjectFactoryImpl.java inflating: com/sun/tools/internal/ws/util/xml/XmlUtil.java inflating: com/sun/tools/internal/ws/version.properties inflating: com/sun/tools/internal/ws/wscompile/AbortException.java inflating: com/sun/tools/internal/ws/wscompile/BadCommandLineException.java inflating: com/sun/tools/internal/ws/wscompile/ErrorReceiver.java inflating: com/sun/tools/internal/ws/wscompile/ErrorReceiverFilter.java inflating: com/sun/tools/internal/ws/wscompile/FilerCodeWriter.java inflating: com/sun/tools/internal/ws/wscompile/JavaCompilerHelper.java inflating: com/sun/tools/internal/ws/wscompile/Options.java inflating: com/sun/tools/internal/ws/wscompile/WSCodeWriter.java inflating: com/sun/tools/internal/ws/wscompile/WsgenOptions.java inflating: com/sun/tools/internal/ws/wscompile/WsgenTool.java inflating: com/sun/tools/internal/ws/wscompile/WsimportListener.java inflating: com/sun/tools/internal/ws/wscompile/WsimportOptions.java inflating: com/sun/tools/internal/ws/wscompile/WsimportTool.java inflating: com/sun/tools/internal/ws/wsdl/document/Binding.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingFault.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingInput.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingOperation.java inflating: com/sun/tools/internal/ws/wsdl/document/BindingOutput.java inflating: com/sun/tools/internal/ws/wsdl/document/Definitions.java inflating: com/sun/tools/internal/ws/wsdl/document/Documentation.java inflating: com/sun/tools/internal/ws/wsdl/document/Fault.java inflating: com/sun/tools/internal/ws/wsdl/document/Import.java inflating: com/sun/tools/internal/ws/wsdl/document/Input.java inflating: com/sun/tools/internal/ws/wsdl/document/Kinds.java inflating: com/sun/tools/internal/ws/wsdl/document/Message.java inflating: com/sun/tools/internal/ws/wsdl/document/MessagePart.java inflating: com/sun/tools/internal/ws/wsdl/document/Operation.java inflating: com/sun/tools/internal/ws/wsdl/document/OperationStyle.java inflating: com/sun/tools/internal/ws/wsdl/document/Output.java inflating: com/sun/tools/internal/ws/wsdl/document/Port.java inflating: com/sun/tools/internal/ws/wsdl/document/PortType.java inflating: com/sun/tools/internal/ws/wsdl/document/Service.java inflating: com/sun/tools/internal/ws/wsdl/document/Types.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLDocument.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitor.java inflating: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitorBase.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPAddress.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPBinding.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPOperation.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlEncoded.java inflating: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlReplacement.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/CustomName.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/Exception.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBinding.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBindingsConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/jaxws/Parameter.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEContent.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEMultipartRelated.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEPart.java inflating: com/sun/tools/internal/ws/wsdl/document/mime/MIMEXml.java inflating: com/sun/tools/internal/ws/wsdl/document/schema/SchemaConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/schema/SchemaKinds.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Binding.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Constants.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPAddress.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBinding.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBody.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPFault.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeader.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeaderFault.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPOperation.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPStyle.java inflating: com/sun/tools/internal/ws/wsdl/document/soap/SOAPUse.java inflating: com/sun/tools/internal/ws/wsdl/framework/AbstractDocument.java inflating: com/sun/tools/internal/ws/wsdl/framework/Defining.java inflating: com/sun/tools/internal/ws/wsdl/framework/DuplicateEntityException.java inflating: com/sun/tools/internal/ws/wsdl/framework/Elemental.java inflating: com/sun/tools/internal/ws/wsdl/framework/Entity.java inflating: com/sun/tools/internal/ws/wsdl/framework/EntityAction.java inflating: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceAction.java inflating: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceValidator.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensibilityHelper.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensionImpl.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitor.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitorBase.java inflating: com/sun/tools/internal/ws/wsdl/framework/ExternalEntityReference.java inflating: com/sun/tools/internal/ws/wsdl/framework/GlobalEntity.java inflating: com/sun/tools/internal/ws/wsdl/framework/GloballyKnown.java inflating: com/sun/tools/internal/ws/wsdl/framework/Identifiable.java inflating: com/sun/tools/internal/ws/wsdl/framework/Kind.java inflating: com/sun/tools/internal/ws/wsdl/framework/NoSuchEntityException.java inflating: com/sun/tools/internal/ws/wsdl/framework/ParseException.java inflating: com/sun/tools/internal/ws/wsdl/framework/ParserListener.java inflating: com/sun/tools/internal/ws/wsdl/framework/QNameAction.java inflating: com/sun/tools/internal/ws/wsdl/framework/TWSDLParserContextImpl.java inflating: com/sun/tools/internal/ws/wsdl/framework/ValidationException.java inflating: com/sun/tools/internal/ws/wsdl/framework/WSDLLocation.java inflating: com/sun/tools/internal/ws/wsdl/parser/AbstractExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/AbstractReferenceFinderImpl.java inflating: com/sun/tools/internal/ws/wsdl/parser/Constants.java inflating: com/sun/tools/internal/ws/wsdl/parser/DOMBuilder.java inflating: com/sun/tools/internal/ws/wsdl/parser/DOMForest.java inflating: com/sun/tools/internal/ws/wsdl/parser/DOMForestScanner.java inflating: com/sun/tools/internal/ws/wsdl/parser/HTTPExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/InternalizationLogic.java inflating: com/sun/tools/internal/ws/wsdl/parser/Internalizer.java inflating: com/sun/tools/internal/ws/wsdl/parser/JAXWSBindingExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/MIMEExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/MemberSubmissionAddressingExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/MetadataFinder.java inflating: com/sun/tools/internal/ws/wsdl/parser/NamespaceContextImpl.java inflating: com/sun/tools/internal/ws/wsdl/parser/SOAP12ExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/SOAPEntityReferenceValidator.java inflating: com/sun/tools/internal/ws/wsdl/parser/SOAPExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/Util.java inflating: com/sun/tools/internal/ws/wsdl/parser/VersionChecker.java inflating: com/sun/tools/internal/ws/wsdl/parser/W3CAddressingExtensionHandler.java inflating: com/sun/tools/internal/ws/wsdl/parser/WSDLInternalizationLogic.java inflating: com/sun/tools/internal/ws/wsdl/parser/WSDLParser.java inflating: com/sun/tools/internal/ws/wsdl/parser/WhitespaceStripper.java inflating: com/sun/tools/internal/xjc/AbortException.java inflating: com/sun/tools/internal/xjc/BadCommandLineException.java inflating: com/sun/tools/internal/xjc/ConsoleErrorReporter.java inflating: com/sun/tools/internal/xjc/Driver.java inflating: com/sun/tools/internal/xjc/ErrorReceiver.java inflating: com/sun/tools/internal/xjc/Language.java inflating: com/sun/tools/internal/xjc/MessageBundle.properties inflating: com/sun/tools/internal/xjc/Messages.java inflating: com/sun/tools/internal/xjc/ModelLoader.java inflating: com/sun/tools/internal/xjc/Options.java inflating: com/sun/tools/internal/xjc/Plugin.java inflating: com/sun/tools/internal/xjc/ProgressCodeWriter.java inflating: com/sun/tools/internal/xjc/SchemaCache.java inflating: com/sun/tools/internal/xjc/XJCListener.java inflating: com/sun/tools/internal/xjc/addon/at_generated/PluginImpl.java inflating: com/sun/tools/internal/xjc/addon/code_injector/Const.java inflating: com/sun/tools/internal/xjc/addon/code_injector/PluginImpl.java inflating: com/sun/tools/internal/xjc/addon/episode/PluginImpl.java inflating: com/sun/tools/internal/xjc/addon/episode/package-info.java inflating: com/sun/tools/internal/xjc/addon/locator/SourceLocationAddOn.java inflating: com/sun/tools/internal/xjc/addon/sync/SynchronizedMethodAddOn.java inflating: com/sun/tools/internal/xjc/api/ClassNameAllocator.java inflating: com/sun/tools/internal/xjc/api/ErrorListener.java inflating: com/sun/tools/internal/xjc/api/J2SJAXBModel.java inflating: com/sun/tools/internal/xjc/api/JAXBModel.java inflating: com/sun/tools/internal/xjc/api/JavaCompiler.java inflating: com/sun/tools/internal/xjc/api/Mapping.java inflating: com/sun/tools/internal/xjc/api/Property.java inflating: com/sun/tools/internal/xjc/api/Reference.java inflating: com/sun/tools/internal/xjc/api/S2JJAXBModel.java inflating: com/sun/tools/internal/xjc/api/SchemaCompiler.java inflating: com/sun/tools/internal/xjc/api/SpecVersion.java inflating: com/sun/tools/internal/xjc/api/TypeAndAnnotation.java inflating: com/sun/tools/internal/xjc/api/XJC.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/JAXBModelImpl.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/JavaCompilerImpl.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/Messages.java inflating: com/sun/tools/internal/xjc/api/impl/j2s/Messages.properties inflating: com/sun/tools/internal/xjc/api/impl/s2j/AbstractMappingImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/BeanMappingImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/DowngradingErrorHandler.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementAdapter.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementCollectionAdapter.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementMappingImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/ElementSingleAdapter.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/JAXBModelImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/PropertyImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/TypeAndAnnotationImpl.java inflating: com/sun/tools/internal/xjc/api/impl/s2j/package.html inflating: com/sun/tools/internal/xjc/api/package.html inflating: com/sun/tools/internal/xjc/api/util/APTClassLoader.java inflating: com/sun/tools/internal/xjc/api/util/FilerCodeWriter.java inflating: com/sun/tools/internal/xjc/api/util/Messages.java inflating: com/sun/tools/internal/xjc/api/util/Messages.properties inflating: com/sun/tools/internal/xjc/api/util/ToolsJarNotFoundException.java inflating: com/sun/tools/internal/xjc/api/util/package.html inflating: com/sun/tools/internal/xjc/generator/annotation/ri/XmlIsSetWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/ri/XmlLocationWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorOrderWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyAttributeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyElementWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttachmentRefWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttributeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementDeclWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefsWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWrapperWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementsWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumValueWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDREFWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlInlineBinaryDataWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlJavaTypeAdapterWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlListWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMimeTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMixedWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlNsWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRegistryWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRootElementWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypesWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSeeAlsoWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTransientWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTypeWriter.java inflating: com/sun/tools/internal/xjc/generator/annotation/spec/XmlValueWriter.java inflating: com/sun/tools/internal/xjc/generator/bean/BeanGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/ClassOutlineImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/DualObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/ElementOutlineImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy.java inflating: com/sun/tools/internal/xjc/generator/bean/MessageBundle.properties inflating: com/sun/tools/internal/xjc/generator/bean/Messages.java inflating: com/sun/tools/internal/xjc/generator/bean/MethodWriter.java inflating: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGeneratorImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl.java inflating: com/sun/tools/internal/xjc/generator/bean/PrivateObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/PublicObjectFactoryGenerator.java inflating: com/sun/tools/internal/xjc/generator/bean/field/AbstractField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/AbstractFieldWithVar.java inflating: com/sun/tools/internal/xjc/generator/bean/field/AbstractListField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/ArrayField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/ConstField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/ConstFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/DefaultFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/FieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/FieldRendererFactory.java inflating: com/sun/tools/internal/xjc/generator/bean/field/GenericFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/IsSetField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/IsSetFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/MessageBundle.properties inflating: com/sun/tools/internal/xjc/generator/bean/field/Messages.java inflating: com/sun/tools/internal/xjc/generator/bean/field/SingleField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/SinglePrimitiveAccessField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/UnboxedField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/UntypedListField.java inflating: com/sun/tools/internal/xjc/generator/bean/field/UntypedListFieldRenderer.java inflating: com/sun/tools/internal/xjc/generator/bean/field/package.html inflating: com/sun/tools/internal/xjc/generator/package-info.java inflating: com/sun/tools/internal/xjc/generator/util/BlockReference.java inflating: com/sun/tools/internal/xjc/generator/util/ExistingBlockReference.java inflating: com/sun/tools/internal/xjc/generator/util/LazyBlockReference.java inflating: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer.java inflating: com/sun/tools/internal/xjc/model/AbstractCElement.java inflating: com/sun/tools/internal/xjc/model/AbstractCTypeInfoImpl.java inflating: com/sun/tools/internal/xjc/model/AutoClassNameAllocator.java inflating: com/sun/tools/internal/xjc/model/CAdapter.java inflating: com/sun/tools/internal/xjc/model/CArrayInfo.java inflating: com/sun/tools/internal/xjc/model/CAttributePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo.java inflating: com/sun/tools/internal/xjc/model/CClass.java inflating: com/sun/tools/internal/xjc/model/CClassInfo.java inflating: com/sun/tools/internal/xjc/model/CClassInfoParent.java inflating: com/sun/tools/internal/xjc/model/CClassRef.java inflating: com/sun/tools/internal/xjc/model/CCustomizable.java inflating: com/sun/tools/internal/xjc/model/CCustomizations.java inflating: com/sun/tools/internal/xjc/model/CDefaultValue.java inflating: com/sun/tools/internal/xjc/model/CElement.java inflating: com/sun/tools/internal/xjc/model/CElementInfo.java inflating: com/sun/tools/internal/xjc/model/CElementPropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CEnumConstant.java inflating: com/sun/tools/internal/xjc/model/CEnumLeafInfo.java inflating: com/sun/tools/internal/xjc/model/CNonElement.java inflating: com/sun/tools/internal/xjc/model/CPluginCustomization.java inflating: com/sun/tools/internal/xjc/model/CPropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CPropertyVisitor.java inflating: com/sun/tools/internal/xjc/model/CReferencePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CSingleTypePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CTypeInfo.java inflating: com/sun/tools/internal/xjc/model/CTypeRef.java inflating: com/sun/tools/internal/xjc/model/CValuePropertyInfo.java inflating: com/sun/tools/internal/xjc/model/CWildcardTypeInfo.java inflating: com/sun/tools/internal/xjc/model/ClassNameAllocatorWrapper.java inflating: com/sun/tools/internal/xjc/model/Constructor.java inflating: com/sun/tools/internal/xjc/model/Model.java inflating: com/sun/tools/internal/xjc/model/Multiplicity.java inflating: com/sun/tools/internal/xjc/model/Populatable.java inflating: com/sun/tools/internal/xjc/model/SymbolSpace.java inflating: com/sun/tools/internal/xjc/model/TypeUse.java inflating: com/sun/tools/internal/xjc/model/TypeUseFactory.java inflating: com/sun/tools/internal/xjc/model/TypeUseImpl.java inflating: com/sun/tools/internal/xjc/model/nav/EagerNClass.java inflating: com/sun/tools/internal/xjc/model/nav/EagerNType.java inflating: com/sun/tools/internal/xjc/model/nav/NClass.java inflating: com/sun/tools/internal/xjc/model/nav/NClassByJClass.java inflating: com/sun/tools/internal/xjc/model/nav/NParameterizedType.java inflating: com/sun/tools/internal/xjc/model/nav/NType.java inflating: com/sun/tools/internal/xjc/model/nav/NavigatorImpl.java inflating: com/sun/tools/internal/xjc/model/nav/package.html inflating: com/sun/tools/internal/xjc/model/package-info.java inflating: com/sun/tools/internal/xjc/outline/Aspect.java inflating: com/sun/tools/internal/xjc/outline/ClassOutline.java inflating: com/sun/tools/internal/xjc/outline/ElementOutline.java inflating: com/sun/tools/internal/xjc/outline/EnumConstantOutline.java inflating: com/sun/tools/internal/xjc/outline/EnumOutline.java inflating: com/sun/tools/internal/xjc/outline/FieldAccessor.java inflating: com/sun/tools/internal/xjc/outline/FieldOutline.java inflating: com/sun/tools/internal/xjc/outline/Outline.java inflating: com/sun/tools/internal/xjc/outline/PackageOutline.java inflating: com/sun/tools/internal/xjc/outline/package.html inflating: com/sun/tools/internal/xjc/package-info.java inflating: com/sun/tools/internal/xjc/reader/AbstractExtensionBindingChecker.java inflating: com/sun/tools/internal/xjc/reader/Const.java inflating: com/sun/tools/internal/xjc/reader/ExtensionBindingChecker.java inflating: com/sun/tools/internal/xjc/reader/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/Messages.java inflating: com/sun/tools/internal/xjc/reader/ModelChecker.java inflating: com/sun/tools/internal/xjc/reader/RawTypeSet.java inflating: com/sun/tools/internal/xjc/reader/Ring.java inflating: com/sun/tools/internal/xjc/reader/TypeUtil.java inflating: com/sun/tools/internal/xjc/reader/Util.java inflating: com/sun/tools/internal/xjc/reader/dtd/Block.java inflating: com/sun/tools/internal/xjc/reader/dtd/Element.java inflating: com/sun/tools/internal/xjc/reader/dtd/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/dtd/Messages.java inflating: com/sun/tools/internal/xjc/reader/dtd/ModelGroup.java inflating: com/sun/tools/internal/xjc/reader/dtd/Occurence.java inflating: com/sun/tools/internal/xjc/reader/dtd/TDTDReader.java inflating: com/sun/tools/internal/xjc/reader/dtd/Term.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIAttribute.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConstructor.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIContent.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConversion.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIElement.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIInterface.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIUserConversion.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMBuilder.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMLocator.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMUtil.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DTDExtensionBindingChecker.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/Messages.java inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/bindingfile.rng inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/bindingfile.xsd inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/package.html inflating: com/sun/tools/internal/xjc/reader/dtd/bindinfo/xjc.xsd inflating: com/sun/tools/internal/xjc/reader/gbind/Choice.java inflating: com/sun/tools/internal/xjc/reader/gbind/ConnectedComponent.java inflating: com/sun/tools/internal/xjc/reader/gbind/Element.java inflating: com/sun/tools/internal/xjc/reader/gbind/ElementSet.java inflating: com/sun/tools/internal/xjc/reader/gbind/ElementSets.java inflating: com/sun/tools/internal/xjc/reader/gbind/Expression.java inflating: com/sun/tools/internal/xjc/reader/gbind/Graph.java inflating: com/sun/tools/internal/xjc/reader/gbind/OneOrMore.java inflating: com/sun/tools/internal/xjc/reader/gbind/Sequence.java inflating: com/sun/tools/internal/xjc/reader/gbind/SinkNode.java inflating: com/sun/tools/internal/xjc/reader/gbind/SourceNode.java inflating: com/sun/tools/internal/xjc/reader/gbind/package.html inflating: com/sun/tools/internal/xjc/reader/internalizer/AbstractReferenceFinderImpl.java inflating: com/sun/tools/internal/xjc/reader/internalizer/ContentHandlerNamespacePrefixAdapter.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMBuilder.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMForest.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMForestParser.java inflating: com/sun/tools/internal/xjc/reader/internalizer/DOMForestScanner.java inflating: com/sun/tools/internal/xjc/reader/internalizer/InternalizationLogic.java inflating: com/sun/tools/internal/xjc/reader/internalizer/Internalizer.java inflating: com/sun/tools/internal/xjc/reader/internalizer/LocatorTable.java inflating: com/sun/tools/internal/xjc/reader/internalizer/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/internalizer/Messages.java inflating: com/sun/tools/internal/xjc/reader/internalizer/NamespaceContextImpl.java inflating: com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet.java inflating: com/sun/tools/internal/xjc/reader/internalizer/VersionChecker.java inflating: com/sun/tools/internal/xjc/reader/internalizer/WhitespaceStripper.java inflating: com/sun/tools/internal/xjc/reader/internalizer/package.html inflating: com/sun/tools/internal/xjc/reader/package.html inflating: com/sun/tools/internal/xjc/reader/relaxng/BindStyle.java inflating: com/sun/tools/internal/xjc/reader/relaxng/ContentModelBinder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/DatatypeLib.java inflating: com/sun/tools/internal/xjc/reader/relaxng/DefineFinder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/NameCalculator.java inflating: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGCompiler.java inflating: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGInternalizationLogic.java inflating: com/sun/tools/internal/xjc/reader/relaxng/RawTypeSetBuilder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/TypePatternBinder.java inflating: com/sun/tools/internal/xjc/reader/relaxng/TypeUseBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/Abstractifier.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BGMBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindBlue.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindGreen.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindPurple.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindRed.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindYellow.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/BindingComponent.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinderFilter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/CollisionInfo.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ColorBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/DefaultClassBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ErrorReporter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionParticleBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/GElement.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/GElementImpl.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/GWildcardElement.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ParticleBinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/RefererFinder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/SimpleTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/UnusedCustomizationChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/WildcardNameClassBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AbstractDeclarationImpl.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIClass.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDeclaration.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDom.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnum.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnumMember.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISerializable.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXDom.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXPluginCustomization.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXSubstitutable.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/CollectionTypeAttribute.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/EnumMemberMode.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ForkingFilter.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/LocalScoping.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/OptionalPropertyMode.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/binding.rng inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/binding.xsd inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/package-info.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/package.html inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xjc.xsd inflating: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xs.xsd inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/CTBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ChoiceContentComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeBindingMode.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeFieldBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/ExtendedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/FreshComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/MixedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/RestrictedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/ct/STDerivedComplexTypeBuilder.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/CustomizationContextChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/IncorrectNamespaceURIChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/LSInputSAXWrapper.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/MessageBundle.properties inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/Messages.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java inflating: com/sun/tools/internal/xjc/reader/xmlschema/parser/XMLSchemaInternalizationLogic.java inflating: com/sun/tools/internal/xjc/runtime/JAXBContextFactory.java inflating: com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.java inflating: com/sun/tools/internal/xjc/runtime/package.html inflating: com/sun/tools/internal/xjc/util/CodeModelClassFactory.java inflating: com/sun/tools/internal/xjc/util/DOMUtils.java inflating: com/sun/tools/internal/xjc/util/ErrorReceiverFilter.java inflating: com/sun/tools/internal/xjc/util/ForkContentHandler.java inflating: com/sun/tools/internal/xjc/util/ForkEntityResolver.java inflating: com/sun/tools/internal/xjc/util/MessageBundle.properties inflating: com/sun/tools/internal/xjc/util/Messages.java inflating: com/sun/tools/internal/xjc/util/MimeTypeRange.java inflating: com/sun/tools/internal/xjc/util/NamespaceContextAdapter.java inflating: com/sun/tools/internal/xjc/util/NullStream.java inflating: com/sun/tools/internal/xjc/util/ReadOnlyAdapter.java inflating: com/sun/tools/internal/xjc/util/StringCutter.java inflating: com/sun/tools/internal/xjc/util/SubtreeCutter.java inflating: com/sun/tools/internal/xjc/util/Util.java inflating: com/sun/tools/internal/xjc/writer/SignatureWriter.java inflating: com/sun/xml/internal/bind/AccessorFactory.java inflating: com/sun/xml/internal/bind/AccessorFactoryImpl.java inflating: com/sun/xml/internal/bind/AnyTypeAdapter.java inflating: com/sun/xml/internal/bind/CycleRecoverable.java inflating: com/sun/xml/internal/bind/DatatypeConverterImpl.java inflating: com/sun/xml/internal/bind/IDResolver.java inflating: com/sun/xml/internal/bind/Locatable.java inflating: com/sun/xml/internal/bind/Util.java inflating: com/sun/xml/internal/bind/ValidationEventLocatorEx.java inflating: com/sun/xml/internal/bind/WhiteSpaceProcessor.java inflating: com/sun/xml/internal/bind/XmlAccessorFactory.java inflating: com/sun/xml/internal/bind/annotation/XmlIsSet.java inflating: com/sun/xml/internal/bind/annotation/XmlLocation.java inflating: com/sun/xml/internal/bind/api/AccessorException.java inflating: com/sun/xml/internal/bind/api/Bridge.java inflating: com/sun/xml/internal/bind/api/BridgeContext.java inflating: com/sun/xml/internal/bind/api/ClassResolver.java inflating: com/sun/xml/internal/bind/api/CompositeStructure.java inflating: com/sun/xml/internal/bind/api/ErrorListener.java inflating: com/sun/xml/internal/bind/api/JAXBRIContext.java inflating: com/sun/xml/internal/bind/api/RawAccessor.java inflating: com/sun/xml/internal/bind/api/TypeReference.java inflating: com/sun/xml/internal/bind/api/impl/NameConverter.java inflating: com/sun/xml/internal/bind/api/impl/NameUtil.java inflating: com/sun/xml/internal/bind/api/package-info.java inflating: com/sun/xml/internal/bind/marshaller/CharacterEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/DataWriter.java inflating: com/sun/xml/internal/bind/marshaller/DumbEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/Messages.java inflating: com/sun/xml/internal/bind/marshaller/Messages.properties inflating: com/sun/xml/internal/bind/marshaller/MinimumEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.java inflating: com/sun/xml/internal/bind/marshaller/NioEscapeHandler.java inflating: com/sun/xml/internal/bind/marshaller/SAX2DOMEx.java inflating: com/sun/xml/internal/bind/marshaller/XMLWriter.java inflating: com/sun/xml/internal/bind/unmarshaller/DOMScanner.java inflating: com/sun/xml/internal/bind/unmarshaller/InfosetScanner.java inflating: com/sun/xml/internal/bind/unmarshaller/Messages.java inflating: com/sun/xml/internal/bind/unmarshaller/Messages.properties inflating: com/sun/xml/internal/bind/unmarshaller/Patcher.java inflating: com/sun/xml/internal/bind/util/AttributesImpl.java inflating: com/sun/xml/internal/bind/util/ValidationEventLocatorExImpl.java inflating: com/sun/xml/internal/bind/util/Which.java inflating: com/sun/xml/internal/bind/v2/ClassFactory.java inflating: com/sun/xml/internal/bind/v2/ContextFactory.java inflating: com/sun/xml/internal/bind/v2/Messages.java inflating: com/sun/xml/internal/bind/v2/Messages.properties inflating: com/sun/xml/internal/bind/v2/TODO.java inflating: com/sun/xml/internal/bind/v2/WellKnownNamespace.java inflating: com/sun/xml/internal/bind/v2/bytecode/ClassTailor.java inflating: com/sun/xml/internal/bind/v2/bytecode/package.html inflating: com/sun/xml/internal/bind/v2/model/annotation/AbstractInlineAnnotationReaderImpl.java inflating: com/sun/xml/internal/bind/v2/model/annotation/AnnotationReader.java inflating: com/sun/xml/internal/bind/v2/model/annotation/AnnotationSource.java inflating: com/sun/xml/internal/bind/v2/model/annotation/ClassLocatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/FieldLocatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Init.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Locatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/LocatableAnnotation.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Messages.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Messages.properties inflating: com/sun/xml/internal/bind/v2/model/annotation/MethodLocatable.java inflating: com/sun/xml/internal/bind/v2/model/annotation/Quick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/RuntimeAnnotationReader.java inflating: com/sun/xml/internal/bind/v2/model/annotation/RuntimeInlineAnnotationReader.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlAttributeQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementDeclQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefsQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlEnumQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlRootElementQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlSchemaQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlTransientQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlTypeQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/XmlValueQuick.java inflating: com/sun/xml/internal/bind/v2/model/annotation/package.html inflating: com/sun/xml/internal/bind/v2/model/core/Adapter.java inflating: com/sun/xml/internal/bind/v2/model/core/ArrayInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/AttributePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/BuiltinLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/ClassInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/Element.java inflating: com/sun/xml/internal/bind/v2/model/core/ElementInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/EnumConstant.java inflating: com/sun/xml/internal/bind/v2/model/core/EnumLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/ErrorHandler.java inflating: com/sun/xml/internal/bind/v2/model/core/ID.java inflating: com/sun/xml/internal/bind/v2/model/core/LeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/MapPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/MaybeElement.java inflating: com/sun/xml/internal/bind/v2/model/core/NonElement.java inflating: com/sun/xml/internal/bind/v2/model/core/NonElementRef.java inflating: com/sun/xml/internal/bind/v2/model/core/PropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/PropertyKind.java inflating: com/sun/xml/internal/bind/v2/model/core/Ref.java inflating: com/sun/xml/internal/bind/v2/model/core/ReferencePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/RegistryInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/TypeInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/TypeInfoSet.java inflating: com/sun/xml/internal/bind/v2/model/core/TypeRef.java inflating: com/sun/xml/internal/bind/v2/model/core/ValuePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/WildcardMode.java inflating: com/sun/xml/internal/bind/v2/model/core/WildcardTypeInfo.java inflating: com/sun/xml/internal/bind/v2/model/core/package-info.java inflating: com/sun/xml/internal/bind/v2/model/impl/AnyTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ArrayInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/AttributePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/BuiltinLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ERPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ElementInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/ElementPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/EnumConstantImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/EnumLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/FieldPropertySeed.java inflating: com/sun/xml/internal/bind/v2/model/impl/GetterSetterPropertySeed.java inflating: com/sun/xml/internal/bind/v2/model/impl/LeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/MapPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/Messages.java inflating: com/sun/xml/internal/bind/v2/model/impl/Messages.properties inflating: com/sun/xml/internal/bind/v2/model/impl/ModelBuilder.java inflating: com/sun/xml/internal/bind/v2/model/impl/PropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/PropertySeed.java inflating: com/sun/xml/internal/bind/v2/model/impl/ReferencePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RegistryInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeAnyTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeArrayInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeAttributePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumConstantImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumLeafInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeMapPropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeModelBuilder.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeReferencePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeInfoSetImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeRefImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/SingleTypePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/TypeInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/TypeInfoSetImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/TypeRefImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/Util.java inflating: com/sun/xml/internal/bind/v2/model/impl/ValuePropertyInfoImpl.java inflating: com/sun/xml/internal/bind/v2/model/impl/package.html inflating: com/sun/xml/internal/bind/v2/model/nav/GenericArrayTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/nav/Navigator.java inflating: com/sun/xml/internal/bind/v2/model/nav/ParameterizedTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator.java inflating: com/sun/xml/internal/bind/v2/model/nav/TypeVisitor.java inflating: com/sun/xml/internal/bind/v2/model/nav/WildcardTypeImpl.java inflating: com/sun/xml/internal/bind/v2/model/nav/package.html inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeArrayInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeAttributePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeBuiltinLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElement.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeEnumLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeLeafInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeMapPropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElementRef.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeReferencePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfoSet.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeRef.java inflating: com/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo.java inflating: com/sun/xml/internal/bind/v2/model/runtime/package-info.java inflating: com/sun/xml/internal/bind/v2/package-info.java inflating: com/sun/xml/internal/bind/v2/runtime/AnyTypeBeanInfo.java inflating: com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/AssociationMap.java inflating: com/sun/xml/internal/bind/v2/runtime/BinderImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/BridgeAdapter.java inflating: com/sun/xml/internal/bind/v2/runtime/BridgeContextImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/BridgeImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/CompositeStructureBeanInfo.java inflating: com/sun/xml/internal/bind/v2/runtime/ContentHandlerAdaptor.java inflating: com/sun/xml/internal/bind/v2/runtime/Coordinator.java inflating: com/sun/xml/internal/bind/v2/runtime/DomPostInitAction.java inflating: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/FilterTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationException.java inflating: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationsException.java inflating: com/sun/xml/internal/bind/v2/runtime/InlineBinaryTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/InternalBridge.java inflating: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/JaxBeanInfo.java inflating: com/sun/xml/internal/bind/v2/runtime/LeafBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/LifecycleMethods.java inflating: com/sun/xml/internal/bind/v2/runtime/Location.java inflating: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/MimeTypedTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/Name.java inflating: com/sun/xml/internal/bind/v2/runtime/NameBuilder.java inflating: com/sun/xml/internal/bind/v2/runtime/NameList.java inflating: com/sun/xml/internal/bind/v2/runtime/NamespaceContext2.java inflating: com/sun/xml/internal/bind/v2/runtime/RuntimeUtil.java inflating: com/sun/xml/internal/bind/v2/runtime/SchemaTypeTransducer.java inflating: com/sun/xml/internal/bind/v2/runtime/StAXPostInitAction.java inflating: com/sun/xml/internal/bind/v2/runtime/SwaRefAdapter.java inflating: com/sun/xml/internal/bind/v2/runtime/Transducer.java inflating: com/sun/xml/internal/bind/v2/runtime/ValueListBeanInfoImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/XMLSerializer.java inflating: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/DOMOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/Encoded.java inflating: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/ForkXmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/InPlaceDOMOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/IndentingUTF8XmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/MTOMXmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/output/Pcdata.java inflating: com/sun/xml/internal/bind/v2/runtime/output/SAXOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/UTF8XmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XMLEventWriterOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XMLStreamWriterOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XmlOutput.java inflating: com/sun/xml/internal/bind/v2/runtime/output/XmlOutputAbstractImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/output/package-info.java inflating: com/sun/xml/internal/bind/v2/runtime/package.html inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/AttributeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ListElementProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/property/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/property/Property.java inflating: com/sun/xml/internal/bind/v2/runtime/property/PropertyFactory.java inflating: com/sun/xml/internal/bind/v2/runtime/property/PropertyImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleElementLeafProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleElementNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/property/StructureLoaderBuilder.java inflating: com/sun/xml/internal/bind/v2/runtime/property/TagAndType.java inflating: com/sun/xml/internal/bind/v2/runtime/property/UnmarshallerChain.java inflating: com/sun/xml/internal/bind/v2/runtime/property/ValueProperty.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedLister.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/DefaultTransducedAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/ListIterator.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/ListTransducedAccessorImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Lister.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/reflect/NullSafeAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/AccessorInjector.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Bean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Const.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Character.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Ref.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Injector.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Character.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Ref.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedAccessorFactory.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedTransducedAccessorFactory.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Ref.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Boolean.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Byte.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Double.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Float.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Integer.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Long.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Short.java inflating: com/sun/xml/internal/bind/v2/runtime/reflect/opt/package.html inflating: com/sun/xml/internal/bind/v2/runtime/reflect/package.html inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesEx.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesExImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Base64Data.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ChildLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultIDResolver.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultValueLoaderDecorator.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Discarder.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DomLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/FastInfosetConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntArrayData.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntData.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Intercepter.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/InterningXmlVisitor.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorExWrapper.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/MTOMDecorator.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.properties inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Patcher.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ProxyLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Scope.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXEventConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXStreamConnector.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StructureLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TagName.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TextLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValidatingUnmarshaller.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValuePropertyLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/WildcardLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XmlVisitor.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader.java inflating: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiTypeLoader.java inflating: com/sun/xml/internal/bind/v2/schemagen/FoolProofResolver.java inflating: com/sun/xml/internal/bind/v2/schemagen/Form.java inflating: com/sun/xml/internal/bind/v2/schemagen/GroupKind.java inflating: com/sun/xml/internal/bind/v2/schemagen/Messages.java inflating: com/sun/xml/internal/bind/v2/schemagen/Messages.properties inflating: com/sun/xml/internal/bind/v2/schemagen/MultiMap.java inflating: com/sun/xml/internal/bind/v2/schemagen/Tree.java inflating: com/sun/xml/internal/bind/v2/schemagen/Util.java inflating: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/Bindings.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/Klass.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/SchemaBindings.java inflating: com/sun/xml/internal/bind/v2/schemagen/episode/package-info.java inflating: com/sun/xml/internal/bind/v2/schemagen/package-info.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotated.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotation.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Any.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Appinfo.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttrDecls.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttributeType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexContent.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexExtension.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexRestriction.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeHost.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeModel.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ContentModelContainer.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Documentation.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Element.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExplicitGroup.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExtensionType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/FixedOrDefault.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Import.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/List.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalAttribute.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalElement.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NestedParticle.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NoFixedFacet.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Occurs.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Particle.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Redefinable.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Schema.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SchemaTop.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleContent.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleDerivation.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleExtension.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestriction.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestrictionModel.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleType.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleTypeHost.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelAttribute.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelElement.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeDefParticle.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeHost.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Union.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Wildcard.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/package-info.java inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/package.html inflating: com/sun/xml/internal/bind/v2/schemagen/xmlschema/xmlschema-for-jaxb.rng inflating: com/sun/xml/internal/bind/v2/util/ByteArrayOutputStreamEx.java inflating: com/sun/xml/internal/bind/v2/util/CollisionCheckStack.java inflating: com/sun/xml/internal/bind/v2/util/DataSourceSource.java inflating: com/sun/xml/internal/bind/v2/util/EditDistance.java inflating: com/sun/xml/internal/bind/v2/util/FatalAdapter.java inflating: com/sun/xml/internal/bind/v2/util/FlattenIterator.java inflating: com/sun/xml/internal/bind/v2/util/QNameMap.java inflating: com/sun/xml/internal/bind/v2/util/TypeCast.java inflating: com/sun/xml/internal/dtdparser/DTDEventListener.java inflating: com/sun/xml/internal/dtdparser/DTDHandlerBase.java inflating: com/sun/xml/internal/dtdparser/DTDParser.java inflating: com/sun/xml/internal/dtdparser/EndOfInputException.java inflating: com/sun/xml/internal/dtdparser/EntityDecl.java inflating: com/sun/xml/internal/dtdparser/ExternalEntity.java inflating: com/sun/xml/internal/dtdparser/InputEntity.java inflating: com/sun/xml/internal/dtdparser/InternalEntity.java inflating: com/sun/xml/internal/dtdparser/MessageCatalog.java inflating: com/sun/xml/internal/dtdparser/Resolver.java inflating: com/sun/xml/internal/dtdparser/SimpleHashtable.java inflating: com/sun/xml/internal/dtdparser/XmlChars.java inflating: com/sun/xml/internal/dtdparser/XmlNames.java inflating: com/sun/xml/internal/dtdparser/XmlReader.java inflating: com/sun/xml/internal/dtdparser/package.html inflating: com/sun/xml/internal/dtdparser/resources/Messages.properties inflating: com/sun/xml/internal/fastinfoset/AbstractResourceBundle.java inflating: com/sun/xml/internal/fastinfoset/CommonResourceBundle.java inflating: com/sun/xml/internal/fastinfoset/Decoder.java inflating: com/sun/xml/internal/fastinfoset/DecoderStateTables.java inflating: com/sun/xml/internal/fastinfoset/Encoder.java inflating: com/sun/xml/internal/fastinfoset/EncodingConstants.java inflating: com/sun/xml/internal/fastinfoset/Notation.java inflating: com/sun/xml/internal/fastinfoset/OctetBufferListener.java inflating: com/sun/xml/internal/fastinfoset/QualifiedName.java inflating: com/sun/xml/internal/fastinfoset/UnparsedEntity.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.java inflating: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.java inflating: com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.java inflating: com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.java inflating: com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.java inflating: com/sun/xml/internal/fastinfoset/dom/DOMDocumentSerializer.java inflating: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/XMLChar.java inflating: com/sun/xml/internal/fastinfoset/resources/ResourceBundle.properties inflating: com/sun/xml/internal/fastinfoset/sax/AttributesHolder.java inflating: com/sun/xml/internal/fastinfoset/sax/Features.java inflating: com/sun/xml/internal/fastinfoset/sax/Properties.java inflating: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser.java inflating: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializer.java inflating: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializerWithPrefixMapping.java inflating: com/sun/xml/internal/fastinfoset/sax/SystemIdResolver.java inflating: com/sun/xml/internal/fastinfoset/stax/EventLocation.java inflating: com/sun/xml/internal/fastinfoset/stax/StAXDocumentParser.java inflating: com/sun/xml/internal/fastinfoset/stax/StAXDocumentSerializer.java inflating: com/sun/xml/internal/fastinfoset/stax/StAXManager.java inflating: com/sun/xml/internal/fastinfoset/stax/events/AttributeBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/CharactersEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/CommentEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/DTDEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EmptyIterator.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EndDocumentEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EndElementEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EntityDeclarationImpl.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EntityReferenceEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/EventBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/NamespaceBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/ProcessingInstructionEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/ReadIterator.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocator.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocatorBase.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventReader.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXEventWriter.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StAXFilteredEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StartDocumentEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/StartElementEvent.java inflating: com/sun/xml/internal/fastinfoset/stax/events/Util.java inflating: com/sun/xml/internal/fastinfoset/stax/events/XMLConstants.java inflating: com/sun/xml/internal/fastinfoset/stax/factory/StAXEventFactory.java inflating: com/sun/xml/internal/fastinfoset/stax/factory/StAXInputFactory.java inflating: com/sun/xml/internal/fastinfoset/stax/factory/StAXOutputFactory.java inflating: com/sun/xml/internal/fastinfoset/stax/util/StAXFilteredParser.java inflating: com/sun/xml/internal/fastinfoset/stax/util/StAXParserWrapper.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_DOM_Or_XML_DOM_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_SAX_XML.java inflating: com/sun/xml/internal/fastinfoset/tools/FI_StAX_SAX_Or_XML_SAX_SAXEvent.java inflating: com/sun/xml/internal/fastinfoset/tools/PrintTable.java inflating: com/sun/xml/internal/fastinfoset/tools/SAX2StAXWriter.java inflating: com/sun/xml/internal/fastinfoset/tools/SAXEventSerializer.java inflating: com/sun/xml/internal/fastinfoset/tools/StAX2SAXReader.java inflating: com/sun/xml/internal/fastinfoset/tools/TransformInputOutput.java inflating: com/sun/xml/internal/fastinfoset/tools/VocabularyGenerator.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_DOM_FI.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_DOM_SAX_FI.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_SAX_FI.java inflating: com/sun/xml/internal/fastinfoset/tools/XML_SAX_StAX_FI.java inflating: com/sun/xml/internal/fastinfoset/util/CharArray.java inflating: com/sun/xml/internal/fastinfoset/util/CharArrayArray.java inflating: com/sun/xml/internal/fastinfoset/util/CharArrayIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/CharArrayString.java inflating: com/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray.java inflating: com/sun/xml/internal/fastinfoset/util/DuplicateAttributeVerifier.java inflating: com/sun/xml/internal/fastinfoset/util/FixedEntryStringIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/KeyIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap.java inflating: com/sun/xml/internal/fastinfoset/util/NamespaceContextImplementation.java inflating: com/sun/xml/internal/fastinfoset/util/PrefixArray.java inflating: com/sun/xml/internal/fastinfoset/util/QualifiedNameArray.java inflating: com/sun/xml/internal/fastinfoset/util/StringArray.java inflating: com/sun/xml/internal/fastinfoset/util/StringIntMap.java inflating: com/sun/xml/internal/fastinfoset/util/ValueArray.java inflating: com/sun/xml/internal/fastinfoset/util/ValueArrayResourceException.java inflating: com/sun/xml/internal/fastinfoset/vocab/ParserVocabulary.java inflating: com/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary.java inflating: com/sun/xml/internal/fastinfoset/vocab/Vocabulary.java inflating: com/sun/xml/internal/messaging/saaj/SOAPExceptionImpl.java inflating: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection.java inflating: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnectionFactory.java inflating: com/sun/xml/internal/messaging/saaj/client/p2p/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/Header.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/MessagingException.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/MultipartDataSource.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/BMMimeMultipart.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentDisposition.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentType.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/HeaderTokenizer.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/InternetHeaders.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeBodyPart.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeMultipart.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimePartDataSource.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeUtility.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParameterList.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParseException.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/SharedInputStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/UniqueValue.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ASCIIUtility.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64DecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/LineInputStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/OutputUtil.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QDecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPDecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUDecoderStream.java inflating: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUEncoderStream.java inflating: com/sun/xml/internal/messaging/saaj/soap/AttachmentPartImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/Envelope.java inflating: com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.java inflating: com/sun/xml/internal/messaging/saaj/soap/FastInfosetDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/GifDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/ImageDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/JpegDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/MessageFactoryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/MessageImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/MultipartDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/SAAJMetaFactoryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPDocument.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentFragment.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPFactoryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPIOException.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException.java inflating: com/sun/xml/internal/messaging/saaj/soap/StringDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/XmlDataContentHandler.java inflating: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPFactoryDynamicImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPMessageFactoryDynamicImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/BodyElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/BodyImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/CDATAImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/CommentImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/DetailEntryImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/DetailImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/ElementFactory.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/EnvelopeImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/FaultElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/FaultImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderElementImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/impl/TextImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/impl/TreeException.java inflating: com/sun/xml/internal/messaging/saaj/soap/name/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Body1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/BodyElement1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Detail1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/DetailEntry1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Envelope1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Fault1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/FaultElement1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Header1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/HeaderElement1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Message1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPFactory1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPMessageFactory1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPPart1_1Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Body1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/BodyElement1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Detail1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/DetailEntry1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Envelope1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Fault1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/FaultElement1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Header1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/HeaderElement1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Message1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPFactory1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPMessageFactory1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPPart1_2Impl.java inflating: com/sun/xml/internal/messaging/saaj/util/Base64.java inflating: com/sun/xml/internal/messaging/saaj/util/ByteInputStream.java inflating: com/sun/xml/internal/messaging/saaj/util/ByteOutputStream.java inflating: com/sun/xml/internal/messaging/saaj/util/CharReader.java inflating: com/sun/xml/internal/messaging/saaj/util/CharWriter.java inflating: com/sun/xml/internal/messaging/saaj/util/FastInfosetReflection.java inflating: com/sun/xml/internal/messaging/saaj/util/FinalArrayList.java inflating: com/sun/xml/internal/messaging/saaj/util/JAXMStreamSource.java inflating: com/sun/xml/internal/messaging/saaj/util/JaxmURI.java inflating: com/sun/xml/internal/messaging/saaj/util/LocalStrings.properties inflating: com/sun/xml/internal/messaging/saaj/util/LogDomainConstants.java inflating: com/sun/xml/internal/messaging/saaj/util/MimeHeadersUtil.java inflating: com/sun/xml/internal/messaging/saaj/util/NamespaceContextIterator.java inflating: com/sun/xml/internal/messaging/saaj/util/ParseUtil.java inflating: com/sun/xml/internal/messaging/saaj/util/ParserPool.java inflating: com/sun/xml/internal/messaging/saaj/util/RejectDoctypeSaxFilter.java inflating: com/sun/xml/internal/messaging/saaj/util/TeeInputStream.java inflating: com/sun/xml/internal/messaging/saaj/util/XMLDeclarationParser.java inflating: com/sun/xml/internal/messaging/saaj/util/transform/EfficientStreamingTransformer.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmException.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmIndexes.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/ExternalVocabulary.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetException.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetParser.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetResult.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSerializer.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSource.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/RestrictedAlphabet.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/Vocabulary.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmAttributes.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ExtendedContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetReader.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetWriter.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/PrimitiveTypeContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/RestrictedAlphabetContentHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/EncodingAlgorithmAttributesImpl.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/FastInfosetDefaultHandler.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/stax/FastInfosetStreamReader.java inflating: com/sun/xml/internal/org/jvnet/fastinfoset/stax/LowLevelFastInfosetStreamWriter.java inflating: com/sun/xml/internal/org/jvnet/staxex/Base64Data.java inflating: com/sun/xml/internal/org/jvnet/staxex/Base64Encoder.java inflating: com/sun/xml/internal/org/jvnet/staxex/ByteArrayOutputStreamEx.java inflating: com/sun/xml/internal/org/jvnet/staxex/NamespaceContextEx.java inflating: com/sun/xml/internal/org/jvnet/staxex/XMLStreamReaderEx.java inflating: com/sun/xml/internal/org/jvnet/staxex/XMLStreamWriterEx.java inflating: com/sun/xml/internal/rngom/ast/builder/Annotations.java inflating: com/sun/xml/internal/rngom/ast/builder/BuildException.java inflating: com/sun/xml/internal/rngom/ast/builder/CommentList.java inflating: com/sun/xml/internal/rngom/ast/builder/DataPatternBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/Div.java inflating: com/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/Grammar.java inflating: com/sun/xml/internal/rngom/ast/builder/GrammarSection.java inflating: com/sun/xml/internal/rngom/ast/builder/Include.java inflating: com/sun/xml/internal/rngom/ast/builder/IncludedGrammar.java inflating: com/sun/xml/internal/rngom/ast/builder/NameClassBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/SchemaBuilder.java inflating: com/sun/xml/internal/rngom/ast/builder/Scope.java inflating: com/sun/xml/internal/rngom/ast/om/Location.java inflating: com/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation.java inflating: com/sun/xml/internal/rngom/ast/om/ParsedNameClass.java inflating: com/sun/xml/internal/rngom/ast/om/ParsedPattern.java inflating: com/sun/xml/internal/rngom/ast/util/CheckingSchemaBuilder.java inflating: com/sun/xml/internal/rngom/ast/util/LocatorImpl.java inflating: com/sun/xml/internal/rngom/ast/util/package.html inflating: com/sun/xml/internal/rngom/binary/AfterPattern.java inflating: com/sun/xml/internal/rngom/binary/Alphabet.java inflating: com/sun/xml/internal/rngom/binary/AttributePattern.java inflating: com/sun/xml/internal/rngom/binary/BinaryPattern.java inflating: com/sun/xml/internal/rngom/binary/ChoicePattern.java inflating: com/sun/xml/internal/rngom/binary/DataExceptPattern.java inflating: com/sun/xml/internal/rngom/binary/DataPattern.java inflating: com/sun/xml/internal/rngom/binary/DuplicateAttributeDetector.java inflating: com/sun/xml/internal/rngom/binary/ElementPattern.java inflating: com/sun/xml/internal/rngom/binary/EmptyPattern.java inflating: com/sun/xml/internal/rngom/binary/ErrorPattern.java inflating: com/sun/xml/internal/rngom/binary/GroupPattern.java inflating: com/sun/xml/internal/rngom/binary/InterleavePattern.java inflating: com/sun/xml/internal/rngom/binary/ListPattern.java inflating: com/sun/xml/internal/rngom/binary/Messages.properties inflating: com/sun/xml/internal/rngom/binary/NotAllowedPattern.java inflating: com/sun/xml/internal/rngom/binary/OneOrMorePattern.java inflating: com/sun/xml/internal/rngom/binary/Pattern.java inflating: com/sun/xml/internal/rngom/binary/PatternBuilder.java inflating: com/sun/xml/internal/rngom/binary/PatternInterner.java inflating: com/sun/xml/internal/rngom/binary/RefPattern.java inflating: com/sun/xml/internal/rngom/binary/RestrictionViolationException.java inflating: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl.java inflating: com/sun/xml/internal/rngom/binary/SchemaPatternBuilder.java inflating: com/sun/xml/internal/rngom/binary/StringPattern.java inflating: com/sun/xml/internal/rngom/binary/TextPattern.java inflating: com/sun/xml/internal/rngom/binary/ValuePattern.java inflating: com/sun/xml/internal/rngom/binary/package.html inflating: com/sun/xml/internal/rngom/binary/visitor/ChildElementFinder.java inflating: com/sun/xml/internal/rngom/binary/visitor/PatternFunction.java inflating: com/sun/xml/internal/rngom/binary/visitor/PatternVisitor.java inflating: com/sun/xml/internal/rngom/binary/visitor/PatternWalker.java inflating: com/sun/xml/internal/rngom/digested/Annotation.java inflating: com/sun/xml/internal/rngom/digested/CommentListImpl.java inflating: com/sun/xml/internal/rngom/digested/DAnnotation.java inflating: com/sun/xml/internal/rngom/digested/DAttributePattern.java inflating: com/sun/xml/internal/rngom/digested/DChoicePattern.java inflating: com/sun/xml/internal/rngom/digested/DContainerPattern.java inflating: com/sun/xml/internal/rngom/digested/DDataPattern.java inflating: com/sun/xml/internal/rngom/digested/DDefine.java inflating: com/sun/xml/internal/rngom/digested/DElementPattern.java inflating: com/sun/xml/internal/rngom/digested/DEmptyPattern.java inflating: com/sun/xml/internal/rngom/digested/DGrammarPattern.java inflating: com/sun/xml/internal/rngom/digested/DGroupPattern.java inflating: com/sun/xml/internal/rngom/digested/DInterleavePattern.java inflating: com/sun/xml/internal/rngom/digested/DListPattern.java inflating: com/sun/xml/internal/rngom/digested/DMixedPattern.java inflating: com/sun/xml/internal/rngom/digested/DNotAllowedPattern.java inflating: com/sun/xml/internal/rngom/digested/DOMPrinter.java inflating: com/sun/xml/internal/rngom/digested/DOneOrMorePattern.java inflating: com/sun/xml/internal/rngom/digested/DOptionalPattern.java inflating: com/sun/xml/internal/rngom/digested/DPattern.java inflating: com/sun/xml/internal/rngom/digested/DPatternVisitor.java inflating: com/sun/xml/internal/rngom/digested/DPatternWalker.java inflating: com/sun/xml/internal/rngom/digested/DRefPattern.java inflating: com/sun/xml/internal/rngom/digested/DSchemaBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/DTextPattern.java inflating: com/sun/xml/internal/rngom/digested/DUnaryPattern.java inflating: com/sun/xml/internal/rngom/digested/DValuePattern.java inflating: com/sun/xml/internal/rngom/digested/DXMLPrinter.java inflating: com/sun/xml/internal/rngom/digested/DXmlTokenPattern.java inflating: com/sun/xml/internal/rngom/digested/DZeroOrMorePattern.java inflating: com/sun/xml/internal/rngom/digested/DataPatternBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/ElementWrapper.java inflating: com/sun/xml/internal/rngom/digested/GrammarBuilderImpl.java inflating: com/sun/xml/internal/rngom/digested/IncludeImpl.java inflating: com/sun/xml/internal/rngom/digested/Main.java inflating: com/sun/xml/internal/rngom/digested/PatternParseable.java inflating: com/sun/xml/internal/rngom/digested/package.html inflating: com/sun/xml/internal/rngom/dt/CachedDatatypeLibraryFactory.java inflating: com/sun/xml/internal/rngom/dt/CascadingDatatypeLibraryFactory.java inflating: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl.java inflating: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeBuilder.java inflating: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibrary.java inflating: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibraryFactory.java inflating: com/sun/xml/internal/rngom/dt/builtin/CompatibilityDatatypeLibrary.java inflating: com/sun/xml/internal/rngom/dt/builtin/Messages.properties inflating: com/sun/xml/internal/rngom/dt/builtin/package.html inflating: com/sun/xml/internal/rngom/nc/AnyNameClass.java inflating: com/sun/xml/internal/rngom/nc/AnyNameExceptNameClass.java inflating: com/sun/xml/internal/rngom/nc/ChoiceNameClass.java inflating: com/sun/xml/internal/rngom/nc/NameClass.java inflating: com/sun/xml/internal/rngom/nc/NameClassBuilderImpl.java inflating: com/sun/xml/internal/rngom/nc/NameClassVisitor.java inflating: com/sun/xml/internal/rngom/nc/NameClassWalker.java inflating: com/sun/xml/internal/rngom/nc/NsNameClass.java inflating: com/sun/xml/internal/rngom/nc/NsNameExceptNameClass.java inflating: com/sun/xml/internal/rngom/nc/NullNameClass.java inflating: com/sun/xml/internal/rngom/nc/OverlapDetector.java inflating: com/sun/xml/internal/rngom/nc/SimpleNameClass.java inflating: com/sun/xml/internal/rngom/nc/package.html inflating: com/sun/xml/internal/rngom/parse/Context.java inflating: com/sun/xml/internal/rngom/parse/IllegalSchemaException.java inflating: com/sun/xml/internal/rngom/parse/Messages.properties inflating: com/sun/xml/internal/rngom/parse/Parseable.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactParseable.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntax.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntax.jj inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxConstants.java inflating: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxTokenManager.java inflating: com/sun/xml/internal/rngom/parse/compact/EOFException.java inflating: com/sun/xml/internal/rngom/parse/compact/EscapeSyntaxException.java inflating: com/sun/xml/internal/rngom/parse/compact/JavaCharStream.java inflating: com/sun/xml/internal/rngom/parse/compact/Messages.properties inflating: com/sun/xml/internal/rngom/parse/compact/ParseException.java inflating: com/sun/xml/internal/rngom/parse/compact/Token.java inflating: com/sun/xml/internal/rngom/parse/compact/TokenMgrError.java inflating: com/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream.java inflating: com/sun/xml/internal/rngom/parse/host/AnnotationsHost.java inflating: com/sun/xml/internal/rngom/parse/host/Base.java inflating: com/sun/xml/internal/rngom/parse/host/CommentListHost.java inflating: com/sun/xml/internal/rngom/parse/host/DataPatternBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/DivHost.java inflating: com/sun/xml/internal/rngom/parse/host/ElementAnnotationBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/GrammarHost.java inflating: com/sun/xml/internal/rngom/parse/host/GrammarSectionHost.java inflating: com/sun/xml/internal/rngom/parse/host/IncludeHost.java inflating: com/sun/xml/internal/rngom/parse/host/LocationHost.java inflating: com/sun/xml/internal/rngom/parse/host/NameClassBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost.java inflating: com/sun/xml/internal/rngom/parse/host/ParsedNameClassHost.java inflating: com/sun/xml/internal/rngom/parse/host/ParsedPatternHost.java inflating: com/sun/xml/internal/rngom/parse/host/SchemaBuilderHost.java inflating: com/sun/xml/internal/rngom/parse/host/ScopeHost.java inflating: com/sun/xml/internal/rngom/parse/host/package.html inflating: com/sun/xml/internal/rngom/parse/xml/DtdContext.java inflating: com/sun/xml/internal/rngom/parse/xml/Messages.properties inflating: com/sun/xml/internal/rngom/parse/xml/SAXParseable.java inflating: com/sun/xml/internal/rngom/parse/xml/SchemaParser.java inflating: com/sun/xml/internal/rngom/util/Localizer.java inflating: com/sun/xml/internal/rngom/util/Uri.java inflating: com/sun/xml/internal/rngom/util/Utf16.java inflating: com/sun/xml/internal/rngom/xml/sax/AbstractLexicalHandler.java inflating: com/sun/xml/internal/rngom/xml/sax/JAXPXMLReaderCreator.java inflating: com/sun/xml/internal/rngom/xml/sax/XMLReaderCreator.java inflating: com/sun/xml/internal/rngom/xml/sax/XmlBaseHandler.java inflating: com/sun/xml/internal/rngom/xml/util/EncodingMap.java inflating: com/sun/xml/internal/rngom/xml/util/Naming.java inflating: com/sun/xml/internal/rngom/xml/util/WellKnownNamespaces.java inflating: com/sun/xml/internal/stream/buffer/AbstractCreator.java inflating: com/sun/xml/internal/stream/buffer/AbstractCreatorProcessor.java inflating: com/sun/xml/internal/stream/buffer/AbstractProcessor.java inflating: com/sun/xml/internal/stream/buffer/AttributesHolder.java inflating: com/sun/xml/internal/stream/buffer/FragmentedArray.java inflating: com/sun/xml/internal/stream/buffer/MutableXMLStreamBuffer.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBuffer.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferException.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferMark.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferResult.java inflating: com/sun/xml/internal/stream/buffer/XMLStreamBufferSource.java inflating: com/sun/xml/internal/stream/buffer/sax/DefaultWithLexicalHandler.java inflating: com/sun/xml/internal/stream/buffer/sax/Features.java inflating: com/sun/xml/internal/stream/buffer/sax/Properties.java inflating: com/sun/xml/internal/stream/buffer/sax/SAXBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/sax/SAXBufferProcessor.java inflating: com/sun/xml/internal/stream/buffer/stax/NamespaceContexHelper.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferCreator.java inflating: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferProcessor.java inflating: com/sun/xml/internal/txw2/Attribute.java inflating: com/sun/xml/internal/txw2/Cdata.java inflating: com/sun/xml/internal/txw2/Comment.java inflating: com/sun/xml/internal/txw2/ContainerElement.java inflating: com/sun/xml/internal/txw2/Content.java inflating: com/sun/xml/internal/txw2/ContentVisitor.java inflating: com/sun/xml/internal/txw2/DatatypeWriter.java inflating: com/sun/xml/internal/txw2/Document.java inflating: com/sun/xml/internal/txw2/EndDocument.java inflating: com/sun/xml/internal/txw2/EndTag.java inflating: com/sun/xml/internal/txw2/IllegalAnnotationException.java inflating: com/sun/xml/internal/txw2/IllegalSignatureException.java inflating: com/sun/xml/internal/txw2/NamespaceDecl.java inflating: com/sun/xml/internal/txw2/NamespaceResolver.java inflating: com/sun/xml/internal/txw2/NamespaceSupport.java inflating: com/sun/xml/internal/txw2/Pcdata.java inflating: com/sun/xml/internal/txw2/StartDocument.java inflating: com/sun/xml/internal/txw2/StartTag.java inflating: com/sun/xml/internal/txw2/TXW.java inflating: com/sun/xml/internal/txw2/Text.java inflating: com/sun/xml/internal/txw2/TxwException.java inflating: com/sun/xml/internal/txw2/TypedXmlWriter.java inflating: com/sun/xml/internal/txw2/annotation/XmlAttribute.java inflating: com/sun/xml/internal/txw2/annotation/XmlCDATA.java inflating: com/sun/xml/internal/txw2/annotation/XmlElement.java inflating: com/sun/xml/internal/txw2/annotation/XmlNamespace.java inflating: com/sun/xml/internal/txw2/annotation/XmlValue.java inflating: com/sun/xml/internal/txw2/annotation/package.html inflating: com/sun/xml/internal/txw2/output/CharacterEscapeHandler.java inflating: com/sun/xml/internal/txw2/output/DataWriter.java inflating: com/sun/xml/internal/txw2/output/DelegatingXMLStreamWriter.java inflating: com/sun/xml/internal/txw2/output/DomSerializer.java inflating: com/sun/xml/internal/txw2/output/DumbEscapeHandler.java inflating: com/sun/xml/internal/txw2/output/DumpSerializer.java inflating: com/sun/xml/internal/txw2/output/IndentingXMLFilter.java inflating: com/sun/xml/internal/txw2/output/IndentingXMLStreamWriter.java inflating: com/sun/xml/internal/txw2/output/ResultFactory.java inflating: com/sun/xml/internal/txw2/output/SaxSerializer.java inflating: com/sun/xml/internal/txw2/output/StaxSerializer.java inflating: com/sun/xml/internal/txw2/output/StreamSerializer.java inflating: com/sun/xml/internal/txw2/output/XMLWriter.java inflating: com/sun/xml/internal/txw2/output/XmlSerializer.java inflating: com/sun/xml/internal/txw2/output/package.html inflating: com/sun/xml/internal/txw2/package.html inflating: com/sun/xml/internal/ws/Closeable.java inflating: com/sun/xml/internal/ws/addressing/EndpointReferenceUtil.java inflating: com/sun/xml/internal/ws/addressing/ProblemAction.java inflating: com/sun/xml/internal/ws/addressing/ProblemHeaderQName.java inflating: com/sun/xml/internal/ws/addressing/W3CAddressingConstants.java inflating: com/sun/xml/internal/ws/addressing/WsaClientTube.java inflating: com/sun/xml/internal/ws/addressing/WsaServerTube.java inflating: com/sun/xml/internal/ws/addressing/WsaTube.java inflating: com/sun/xml/internal/ws/addressing/WsaTubeHelper.java inflating: com/sun/xml/internal/ws/addressing/WsaTubeHelperImpl.java inflating: com/sun/xml/internal/ws/addressing/model/ActionNotSupportedException.java inflating: com/sun/xml/internal/ws/addressing/model/InvalidMapException.java inflating: com/sun/xml/internal/ws/addressing/model/MapRequiredException.java inflating: com/sun/xml/internal/ws/addressing/v200408/MemberSubmissionAddressingConstants.java inflating: com/sun/xml/internal/ws/addressing/v200408/ProblemAction.java inflating: com/sun/xml/internal/ws/addressing/v200408/ProblemHeaderQName.java inflating: com/sun/xml/internal/ws/addressing/v200408/WsaTubeHelperImpl.java inflating: com/sun/xml/internal/ws/api/BindingID.java inflating: com/sun/xml/internal/ws/api/BindingIDFactory.java inflating: com/sun/xml/internal/ws/api/DistributedPropertySet.java inflating: com/sun/xml/internal/ws/api/EndpointAddress.java inflating: com/sun/xml/internal/ws/api/FeatureConstructor.java inflating: com/sun/xml/internal/ws/api/PropertySet.java inflating: com/sun/xml/internal/ws/api/SOAPVersion.java inflating: com/sun/xml/internal/ws/api/WSBinding.java inflating: com/sun/xml/internal/ws/api/WSFeatureList.java inflating: com/sun/xml/internal/ws/api/WSService.java inflating: com/sun/xml/internal/ws/api/addressing/AddressingVersion.java inflating: com/sun/xml/internal/ws/api/addressing/EPRHeader.java inflating: com/sun/xml/internal/ws/api/addressing/OneWayFeature.java inflating: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader.java inflating: com/sun/xml/internal/ws/api/addressing/WSEndpointReference.java inflating: com/sun/xml/internal/ws/api/addressing/package-info.java inflating: com/sun/xml/internal/ws/api/client/ClientPipelineHook.java inflating: com/sun/xml/internal/ws/api/client/SelectOptimalEncodingFeature.java inflating: com/sun/xml/internal/ws/api/client/ServiceInterceptor.java inflating: com/sun/xml/internal/ws/api/client/ServiceInterceptorFactory.java inflating: com/sun/xml/internal/ws/api/client/WSPortInfo.java inflating: com/sun/xml/internal/ws/api/fastinfoset/FastInfosetFeature.java inflating: com/sun/xml/internal/ws/api/message/Attachment.java inflating: com/sun/xml/internal/ws/api/message/AttachmentSet.java inflating: com/sun/xml/internal/ws/api/message/ExceptionHasMessage.java inflating: com/sun/xml/internal/ws/api/message/Header.java inflating: com/sun/xml/internal/ws/api/message/HeaderList.java inflating: com/sun/xml/internal/ws/api/message/Headers.java inflating: com/sun/xml/internal/ws/api/message/Message.java inflating: com/sun/xml/internal/ws/api/message/Messages.java inflating: com/sun/xml/internal/ws/api/message/Packet.java inflating: com/sun/xml/internal/ws/api/message/package-info.java inflating: com/sun/xml/internal/ws/api/message/stream/InputStreamMessage.java inflating: com/sun/xml/internal/ws/api/message/stream/StreamBasedMessage.java inflating: com/sun/xml/internal/ws/api/message/stream/XMLStreamReaderMessage.java inflating: com/sun/xml/internal/ws/api/model/CheckedException.java inflating: com/sun/xml/internal/ws/api/model/ExceptionType.java inflating: com/sun/xml/internal/ws/api/model/JavaMethod.java inflating: com/sun/xml/internal/ws/api/model/MEP.java inflating: com/sun/xml/internal/ws/api/model/Parameter.java inflating: com/sun/xml/internal/ws/api/model/ParameterBinding.java inflating: com/sun/xml/internal/ws/api/model/SEIModel.java inflating: com/sun/xml/internal/ws/api/model/soap/SOAPBinding.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundOperation.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundPortType.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLDescriptorKind.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtensible.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtension.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLFault.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLFeaturedObject.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLInput.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLMessage.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLModel.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLObject.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLOperation.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLOutput.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPart.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPartDescriptor.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPort.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLPortType.java inflating: com/sun/xml/internal/ws/api/model/wsdl/WSDLService.java inflating: com/sun/xml/internal/ws/api/package-info.java inflating: com/sun/xml/internal/ws/api/pipe/ClientPipeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/ClientTubeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/Codec.java inflating: com/sun/xml/internal/ws/api/pipe/Codecs.java inflating: com/sun/xml/internal/ws/api/pipe/ContentType.java inflating: com/sun/xml/internal/ws/api/pipe/Engine.java inflating: com/sun/xml/internal/ws/api/pipe/Fiber.java inflating: com/sun/xml/internal/ws/api/pipe/FiberContextSwitchInterceptor.java inflating: com/sun/xml/internal/ws/api/pipe/NextAction.java inflating: com/sun/xml/internal/ws/api/pipe/Pipe.java inflating: com/sun/xml/internal/ws/api/pipe/PipeCloner.java inflating: com/sun/xml/internal/ws/api/pipe/PipelineAssembler.java inflating: com/sun/xml/internal/ws/api/pipe/PipelineAssemblerFactory.java inflating: com/sun/xml/internal/ws/api/pipe/SOAPBindingCodec.java inflating: com/sun/xml/internal/ws/api/pipe/ServerPipeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/ServerTubeAssemblerContext.java inflating: com/sun/xml/internal/ws/api/pipe/StreamSOAPCodec.java inflating: com/sun/xml/internal/ws/api/pipe/Stubs.java inflating: com/sun/xml/internal/ws/api/pipe/TransportPipeFactory.java inflating: com/sun/xml/internal/ws/api/pipe/TransportTubeFactory.java inflating: com/sun/xml/internal/ws/api/pipe/Tube.java inflating: com/sun/xml/internal/ws/api/pipe/TubeCloner.java inflating: com/sun/xml/internal/ws/api/pipe/TubelineAssembler.java inflating: com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterPipeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterTubeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractPipeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/AbstractTubeImpl.java inflating: com/sun/xml/internal/ws/api/pipe/helper/PipeAdapter.java inflating: com/sun/xml/internal/ws/api/pipe/helper/package-info.java inflating: com/sun/xml/internal/ws/api/pipe/package-info.java inflating: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport.java inflating: com/sun/xml/internal/ws/api/server/Adapter.java inflating: com/sun/xml/internal/ws/api/server/AsyncProvider.java inflating: com/sun/xml/internal/ws/api/server/AsyncProviderCallback.java inflating: com/sun/xml/internal/ws/api/server/BoundEndpoint.java inflating: com/sun/xml/internal/ws/api/server/Container.java inflating: com/sun/xml/internal/ws/api/server/ContainerResolver.java inflating: com/sun/xml/internal/ws/api/server/DocumentAddressResolver.java inflating: com/sun/xml/internal/ws/api/server/EndpointAwareCodec.java inflating: com/sun/xml/internal/ws/api/server/InstanceResolver.java inflating: com/sun/xml/internal/ws/api/server/InstanceResolverAnnotation.java inflating: com/sun/xml/internal/ws/api/server/Invoker.java inflating: com/sun/xml/internal/ws/api/server/Module.java inflating: com/sun/xml/internal/ws/api/server/PortAddressResolver.java inflating: com/sun/xml/internal/ws/api/server/ResourceInjector.java inflating: com/sun/xml/internal/ws/api/server/SDDocument.java inflating: com/sun/xml/internal/ws/api/server/SDDocumentFilter.java inflating: com/sun/xml/internal/ws/api/server/SDDocumentSource.java inflating: com/sun/xml/internal/ws/api/server/ServerPipelineHook.java inflating: com/sun/xml/internal/ws/api/server/ServiceDefinition.java inflating: com/sun/xml/internal/ws/api/server/TransportBackChannel.java inflating: com/sun/xml/internal/ws/api/server/WSEndpoint.java inflating: com/sun/xml/internal/ws/api/server/WSWebServiceContext.java inflating: com/sun/xml/internal/ws/api/server/WebModule.java inflating: com/sun/xml/internal/ws/api/server/WebServiceContextDelegate.java inflating: com/sun/xml/internal/ws/api/server/package-info.java inflating: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory.java inflating: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/MetaDataResolver.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/MetadataResolverFactory.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/ServiceDescriptor.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtension.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtensionContext.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/XMLEntityResolver.java inflating: com/sun/xml/internal/ws/api/wsdl/parser/package-info.java inflating: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGenExtnContext.java inflating: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGeneratorExtension.java inflating: com/sun/xml/internal/ws/binding/BindingImpl.java inflating: com/sun/xml/internal/ws/binding/HTTPBindingImpl.java inflating: com/sun/xml/internal/ws/binding/SOAPBindingImpl.java inflating: com/sun/xml/internal/ws/binding/WebServiceFeatureList.java inflating: com/sun/xml/internal/ws/client/AsyncInvoker.java inflating: com/sun/xml/internal/ws/client/AsyncResponseImpl.java inflating: com/sun/xml/internal/ws/client/BindingProviderProperties.java inflating: com/sun/xml/internal/ws/client/ClientTransportException.java inflating: com/sun/xml/internal/ws/client/ContentNegotiation.java inflating: com/sun/xml/internal/ws/client/HandlerConfiguration.java inflating: com/sun/xml/internal/ws/client/HandlerConfigurator.java inflating: com/sun/xml/internal/ws/client/PortInfo.java inflating: com/sun/xml/internal/ws/client/RequestContext.java inflating: com/sun/xml/internal/ws/client/ResponseContext.java inflating: com/sun/xml/internal/ws/client/ResponseContextReceiver.java inflating: com/sun/xml/internal/ws/client/ResponseImpl.java inflating: com/sun/xml/internal/ws/client/SCAnnotations.java inflating: com/sun/xml/internal/ws/client/SEIPortInfo.java inflating: com/sun/xml/internal/ws/client/SenderException.java inflating: com/sun/xml/internal/ws/client/Stub.java inflating: com/sun/xml/internal/ws/client/WSServiceDelegate.java inflating: com/sun/xml/internal/ws/client/dispatch/DataSourceDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/DispatchImpl.java inflating: com/sun/xml/internal/ws/client/dispatch/JAXBDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/MessageDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/RESTSourceDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/SOAPMessageDispatch.java inflating: com/sun/xml/internal/ws/client/dispatch/SOAPSourceDispatch.java inflating: com/sun/xml/internal/ws/client/package-info.java inflating: com/sun/xml/internal/ws/client/sei/AsyncBuilder.java inflating: com/sun/xml/internal/ws/client/sei/AsyncMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/BodyBuilder.java inflating: com/sun/xml/internal/ws/client/sei/CallbackMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/MessageFiller.java inflating: com/sun/xml/internal/ws/client/sei/MethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/PollingMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/ResponseBuilder.java inflating: com/sun/xml/internal/ws/client/sei/SEIStub.java inflating: com/sun/xml/internal/ws/client/sei/SyncMethodHandler.java inflating: com/sun/xml/internal/ws/client/sei/ValueGetter.java inflating: com/sun/xml/internal/ws/client/sei/ValueSetter.java inflating: com/sun/xml/internal/ws/client/sei/pacakge-info.java inflating: com/sun/xml/internal/ws/developer/EPRRecipe.java inflating: com/sun/xml/internal/ws/developer/JAXWSProperties.java inflating: com/sun/xml/internal/ws/developer/MemberSubmissionAddressing.java inflating: com/sun/xml/internal/ws/developer/MemberSubmissionAddressingFeature.java inflating: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference.java inflating: com/sun/xml/internal/ws/developer/ServerSideException.java inflating: com/sun/xml/internal/ws/developer/Stateful.java inflating: com/sun/xml/internal/ws/developer/StatefulFeature.java inflating: com/sun/xml/internal/ws/developer/StatefulWebServiceManager.java inflating: com/sun/xml/internal/ws/developer/WSBindingProvider.java inflating: com/sun/xml/internal/ws/developer/package-info.java inflating: com/sun/xml/internal/ws/encoding/AbstractXMLStreamWriterExImpl.java inflating: com/sun/xml/internal/ws/encoding/ContentTypeImpl.java inflating: com/sun/xml/internal/ws/encoding/MimeCodec.java inflating: com/sun/xml/internal/ws/encoding/MimeMultipartParser.java inflating: com/sun/xml/internal/ws/encoding/MtomCodec.java inflating: com/sun/xml/internal/ws/encoding/SOAPBindingCodec.java inflating: com/sun/xml/internal/ws/encoding/StreamSOAP11Codec.java inflating: com/sun/xml/internal/ws/encoding/StreamSOAP12Codec.java inflating: com/sun/xml/internal/ws/encoding/StreamSOAPCodec.java inflating: com/sun/xml/internal/ws/encoding/SwACodec.java inflating: com/sun/xml/internal/ws/encoding/TagInfoset.java inflating: com/sun/xml/internal/ws/encoding/XMLHTTPBindingCodec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetCodec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetMIMETypes.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderRecyclable.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP11Codec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP12Codec.java inflating: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAPCodec.java inflating: com/sun/xml/internal/ws/encoding/soap/DeserializationException.java inflating: com/sun/xml/internal/ws/encoding/soap/SOAP12Constants.java inflating: com/sun/xml/internal/ws/encoding/soap/SOAPConstants.java inflating: com/sun/xml/internal/ws/encoding/soap/SerializationException.java inflating: com/sun/xml/internal/ws/encoding/soap/SerializerConstants.java inflating: com/sun/xml/internal/ws/encoding/soap/streaming/SOAP12NamespaceConstants.java inflating: com/sun/xml/internal/ws/encoding/soap/streaming/SOAPNamespaceConstants.java inflating: com/sun/xml/internal/ws/encoding/xml/XMLCodec.java inflating: com/sun/xml/internal/ws/encoding/xml/XMLMessage.java inflating: com/sun/xml/internal/ws/fault/CodeType.java inflating: com/sun/xml/internal/ws/fault/DetailType.java inflating: com/sun/xml/internal/ws/fault/ExceptionBean.java inflating: com/sun/xml/internal/ws/fault/ReasonType.java inflating: com/sun/xml/internal/ws/fault/SOAP11Fault.java inflating: com/sun/xml/internal/ws/fault/SOAP12Fault.java inflating: com/sun/xml/internal/ws/fault/SOAPFaultBuilder.java inflating: com/sun/xml/internal/ws/fault/SubcodeType.java inflating: com/sun/xml/internal/ws/fault/TextType.java inflating: com/sun/xml/internal/ws/handler/ClientLogicalHandlerTube.java inflating: com/sun/xml/internal/ws/handler/ClientSOAPHandlerTube.java inflating: com/sun/xml/internal/ws/handler/HandlerChainsModel.java inflating: com/sun/xml/internal/ws/handler/HandlerException.java inflating: com/sun/xml/internal/ws/handler/HandlerProcessor.java inflating: com/sun/xml/internal/ws/handler/HandlerTube.java inflating: com/sun/xml/internal/ws/handler/LogicalMessageContextImpl.java inflating: com/sun/xml/internal/ws/handler/LogicalMessageImpl.java inflating: com/sun/xml/internal/ws/handler/MessageContextImpl.java inflating: com/sun/xml/internal/ws/handler/MessageUpdatableContext.java inflating: com/sun/xml/internal/ws/handler/PortInfoImpl.java inflating: com/sun/xml/internal/ws/handler/SOAPHandlerProcessor.java inflating: com/sun/xml/internal/ws/handler/SOAPMessageContextImpl.java inflating: com/sun/xml/internal/ws/handler/ServerLogicalHandlerTube.java inflating: com/sun/xml/internal/ws/handler/ServerSOAPHandlerTube.java inflating: com/sun/xml/internal/ws/handler/XMLHandlerProcessor.java inflating: com/sun/xml/internal/ws/message/AbstractHeaderImpl.java inflating: com/sun/xml/internal/ws/message/AbstractMessageImpl.java inflating: com/sun/xml/internal/ws/message/AttachmentSetImpl.java inflating: com/sun/xml/internal/ws/message/AttachmentUnmarshallerImpl.java inflating: com/sun/xml/internal/ws/message/ByteArrayAttachment.java inflating: com/sun/xml/internal/ws/message/DOMHeader.java inflating: com/sun/xml/internal/ws/message/DOMMessage.java inflating: com/sun/xml/internal/ws/message/DataHandlerAttachment.java inflating: com/sun/xml/internal/ws/message/EmptyMessageImpl.java inflating: com/sun/xml/internal/ws/message/FaultDetailHeader.java inflating: com/sun/xml/internal/ws/message/JAXBAttachment.java inflating: com/sun/xml/internal/ws/message/MimeAttachmentSet.java inflating: com/sun/xml/internal/ws/message/ProblemActionHeader.java inflating: com/sun/xml/internal/ws/message/RelatesToHeader.java inflating: com/sun/xml/internal/ws/message/RootElementSniffer.java inflating: com/sun/xml/internal/ws/message/StringHeader.java inflating: com/sun/xml/internal/ws/message/Util.java inflating: com/sun/xml/internal/ws/message/XMLReaderImpl.java inflating: com/sun/xml/internal/ws/message/jaxb/AttachmentMarshallerImpl.java inflating: com/sun/xml/internal/ws/message/jaxb/JAXBBridgeSource.java inflating: com/sun/xml/internal/ws/message/jaxb/JAXBHeader.java inflating: com/sun/xml/internal/ws/message/jaxb/JAXBMessage.java inflating: com/sun/xml/internal/ws/message/jaxb/MarshallerBridge.java inflating: com/sun/xml/internal/ws/message/jaxb/package-info.java inflating: com/sun/xml/internal/ws/message/package-info.java inflating: com/sun/xml/internal/ws/message/saaj/SAAJHeader.java inflating: com/sun/xml/internal/ws/message/saaj/SAAJMessage.java inflating: com/sun/xml/internal/ws/message/source/PayloadSourceMessage.java inflating: com/sun/xml/internal/ws/message/source/ProtocolSourceMessage.java inflating: com/sun/xml/internal/ws/message/source/SourceUtils.java inflating: com/sun/xml/internal/ws/message/stream/OutboundStreamHeader.java inflating: com/sun/xml/internal/ws/message/stream/PayloadStreamReaderMessage.java inflating: com/sun/xml/internal/ws/message/stream/StreamAttachment.java inflating: com/sun/xml/internal/ws/message/stream/StreamHeader.java inflating: com/sun/xml/internal/ws/message/stream/StreamHeader11.java inflating: com/sun/xml/internal/ws/message/stream/StreamHeader12.java inflating: com/sun/xml/internal/ws/message/stream/StreamMessage.java inflating: com/sun/xml/internal/ws/model/AbstractSEIModelImpl.java inflating: com/sun/xml/internal/ws/model/CheckedExceptionImpl.java inflating: com/sun/xml/internal/ws/model/JavaMethodImpl.java inflating: com/sun/xml/internal/ws/model/ParameterImpl.java inflating: com/sun/xml/internal/ws/model/RuntimeModeler.java inflating: com/sun/xml/internal/ws/model/RuntimeModelerException.java inflating: com/sun/xml/internal/ws/model/SOAPSEIModel.java inflating: com/sun/xml/internal/ws/model/WrapperParameter.java inflating: com/sun/xml/internal/ws/model/soap/SOAPBindingImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/AbstractFeaturedObjectImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/AbstractObjectImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLBoundOperationImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLBoundPortTypeImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLFaultImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLInputImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLMessageImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLModelImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLOperationImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLOutputImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPartDescriptorImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPartImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPortImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLPortTypeImpl.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLProperties.java inflating: com/sun/xml/internal/ws/model/wsdl/WSDLServiceImpl.java inflating: com/sun/xml/internal/ws/package-info.java inflating: com/sun/xml/internal/ws/protocol/soap/ClientMUTube.java inflating: com/sun/xml/internal/ws/protocol/soap/MUTube.java inflating: com/sun/xml/internal/ws/protocol/soap/ServerMUTube.java inflating: com/sun/xml/internal/ws/protocol/soap/VersionMismatchException.java inflating: com/sun/xml/internal/ws/protocol/xml/XMLMessageException.java inflating: com/sun/xml/internal/ws/resources/AddressingMessages.java inflating: com/sun/xml/internal/ws/resources/ClientMessages.java inflating: com/sun/xml/internal/ws/resources/DispatchMessages.java inflating: com/sun/xml/internal/ws/resources/EncodingMessages.java inflating: com/sun/xml/internal/ws/resources/HandlerMessages.java inflating: com/sun/xml/internal/ws/resources/HttpserverMessages.java inflating: com/sun/xml/internal/ws/resources/ModelerMessages.java inflating: com/sun/xml/internal/ws/resources/ProviderApiMessages.java inflating: com/sun/xml/internal/ws/resources/SenderMessages.java inflating: com/sun/xml/internal/ws/resources/ServerMessages.java inflating: com/sun/xml/internal/ws/resources/SoapMessages.java inflating: com/sun/xml/internal/ws/resources/StreamingMessages.java inflating: com/sun/xml/internal/ws/resources/UtilMessages.java inflating: com/sun/xml/internal/ws/resources/WsdlmodelMessages.java inflating: com/sun/xml/internal/ws/resources/WsservletMessages.java inflating: com/sun/xml/internal/ws/resources/XmlmessageMessages.java inflating: com/sun/xml/internal/ws/resources/addressing.properties inflating: com/sun/xml/internal/ws/resources/client.properties inflating: com/sun/xml/internal/ws/resources/dispatch.properties inflating: com/sun/xml/internal/ws/resources/encoding.properties inflating: com/sun/xml/internal/ws/resources/handler.properties inflating: com/sun/xml/internal/ws/resources/httpserver.properties inflating: com/sun/xml/internal/ws/resources/modeler.properties inflating: com/sun/xml/internal/ws/resources/providerApi.properties inflating: com/sun/xml/internal/ws/resources/sender.properties inflating: com/sun/xml/internal/ws/resources/server.properties inflating: com/sun/xml/internal/ws/resources/soap.properties inflating: com/sun/xml/internal/ws/resources/streaming.properties inflating: com/sun/xml/internal/ws/resources/util.properties inflating: com/sun/xml/internal/ws/resources/wsdlmodel.properties inflating: com/sun/xml/internal/ws/resources/wsservlet.properties inflating: com/sun/xml/internal/ws/resources/xmlmessage.properties inflating: com/sun/xml/internal/ws/server/AbstractInstanceResolver.java inflating: com/sun/xml/internal/ws/server/AbstractMultiInstanceResolver.java inflating: com/sun/xml/internal/ws/server/AbstractWebServiceContext.java inflating: com/sun/xml/internal/ws/server/DefaultResourceInjector.java inflating: com/sun/xml/internal/ws/server/EndpointFactory.java inflating: com/sun/xml/internal/ws/server/EndpointMessageContextImpl.java inflating: com/sun/xml/internal/ws/server/InvokerTube.java inflating: com/sun/xml/internal/ws/server/SDDocumentImpl.java inflating: com/sun/xml/internal/ws/server/ServerPropertyConstants.java inflating: com/sun/xml/internal/ws/server/ServerRtException.java inflating: com/sun/xml/internal/ws/server/ServiceDefinitionImpl.java inflating: com/sun/xml/internal/ws/server/SingletonResolver.java inflating: com/sun/xml/internal/ws/server/StatefulInstanceResolver.java inflating: com/sun/xml/internal/ws/server/UnsupportedMediaException.java inflating: com/sun/xml/internal/ws/server/WSDLGenResolver.java inflating: com/sun/xml/internal/ws/server/WSDLPatcher.java inflating: com/sun/xml/internal/ws/server/WSEndpointImpl.java inflating: com/sun/xml/internal/ws/server/package-info.java inflating: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube.java inflating: com/sun/xml/internal/ws/server/provider/MessageProviderArgumentBuilder.java inflating: com/sun/xml/internal/ws/server/provider/ProviderArgumentsBuilder.java inflating: com/sun/xml/internal/ws/server/provider/ProviderEndpointModel.java inflating: com/sun/xml/internal/ws/server/provider/ProviderInvokerTube.java inflating: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder.java inflating: com/sun/xml/internal/ws/server/provider/SyncProviderInvokerTube.java inflating: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder.java inflating: com/sun/xml/internal/ws/server/sei/ActionBasedDispatcher.java inflating: com/sun/xml/internal/ws/server/sei/DispatchException.java inflating: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder.java inflating: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcher.java inflating: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcherGetter.java inflating: com/sun/xml/internal/ws/server/sei/EndpointMethodHandler.java inflating: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder.java inflating: com/sun/xml/internal/ws/server/sei/EndpointValueSetter.java inflating: com/sun/xml/internal/ws/server/sei/MessageFiller.java inflating: com/sun/xml/internal/ws/server/sei/PayloadQNameBasedDispatcher.java inflating: com/sun/xml/internal/ws/server/sei/SEIInvokerTube.java inflating: com/sun/xml/internal/ws/server/sei/ValueGetter.java inflating: com/sun/xml/internal/ws/spi/ProviderImpl.java inflating: com/sun/xml/internal/ws/streaming/Attributes.java inflating: com/sun/xml/internal/ws/streaming/DOMStreamReader.java inflating: com/sun/xml/internal/ws/streaming/PrefixFactory.java inflating: com/sun/xml/internal/ws/streaming/PrefixFactoryImpl.java inflating: com/sun/xml/internal/ws/streaming/SourceReaderFactory.java inflating: com/sun/xml/internal/ws/streaming/TidyXMLStreamReader.java inflating: com/sun/xml/internal/ws/streaming/XMLReader.java inflating: com/sun/xml/internal/ws/streaming/XMLReaderException.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamReaderException.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamWriterException.java inflating: com/sun/xml/internal/ws/streaming/XMLStreamWriterUtil.java inflating: com/sun/xml/internal/ws/transport/DeferredTransportPipe.java inflating: com/sun/xml/internal/ws/transport/Headers.java inflating: com/sun/xml/internal/ws/transport/http/DeploymentDescriptorParser.java inflating: com/sun/xml/internal/ws/transport/http/HttpAdapter.java inflating: com/sun/xml/internal/ws/transport/http/HttpAdapterList.java inflating: com/sun/xml/internal/ws/transport/http/ResourceLoader.java inflating: com/sun/xml/internal/ws/transport/http/WSHTTPConnection.java inflating: com/sun/xml/internal/ws/transport/http/client/CookieJar.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpCookie.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpResponseProperties.java inflating: com/sun/xml/internal/ws/transport/http/client/HttpTransportPipe.java inflating: com/sun/xml/internal/ws/transport/http/client/RfcDateParser.java inflating: com/sun/xml/internal/ws/transport/http/server/EndpointImpl.java inflating: com/sun/xml/internal/ws/transport/http/server/HttpEndpoint.java inflating: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl.java inflating: com/sun/xml/internal/ws/transport/http/server/ServerMgr.java inflating: com/sun/xml/internal/ws/transport/http/server/WSHttpHandler.java inflating: com/sun/xml/internal/ws/util/ASCIIUtility.java inflating: com/sun/xml/internal/ws/util/ByteArrayBuffer.java inflating: com/sun/xml/internal/ws/util/ByteArrayDataSource.java inflating: com/sun/xml/internal/ws/util/CompletedFuture.java inflating: com/sun/xml/internal/ws/util/Constants.java inflating: com/sun/xml/internal/ws/util/DOMUtil.java inflating: com/sun/xml/internal/ws/util/FastInfosetReflection.java inflating: com/sun/xml/internal/ws/util/FastInfosetUtil.java inflating: com/sun/xml/internal/ws/util/HandlerAnnotationInfo.java inflating: com/sun/xml/internal/ws/util/HandlerAnnotationProcessor.java inflating: com/sun/xml/internal/ws/util/JAXWSUtils.java inflating: com/sun/xml/internal/ws/util/NamespaceSupport.java inflating: com/sun/xml/internal/ws/util/NoCloseInputStream.java inflating: com/sun/xml/internal/ws/util/NoCloseOutputStream.java inflating: com/sun/xml/internal/ws/util/Pool.java inflating: com/sun/xml/internal/ws/util/QNameMap.java inflating: com/sun/xml/internal/ws/util/ReadOnlyPropertyException.java inflating: com/sun/xml/internal/ws/util/RuntimeVersion.java inflating: com/sun/xml/internal/ws/util/ServiceConfigurationError.java inflating: com/sun/xml/internal/ws/util/ServiceFinder.java inflating: com/sun/xml/internal/ws/util/StringUtils.java inflating: com/sun/xml/internal/ws/util/UtilException.java inflating: com/sun/xml/internal/ws/util/Version.java inflating: com/sun/xml/internal/ws/util/VersionUtil.java inflating: com/sun/xml/internal/ws/util/exception/JAXWSExceptionBase.java inflating: com/sun/xml/internal/ws/util/exception/LocatableWebServiceException.java inflating: com/sun/xml/internal/ws/util/localization/Localizable.java inflating: com/sun/xml/internal/ws/util/localization/LocalizableImpl.java inflating: com/sun/xml/internal/ws/util/localization/LocalizableMessage.java inflating: com/sun/xml/internal/ws/util/localization/LocalizableMessageFactory.java inflating: com/sun/xml/internal/ws/util/localization/Localizer.java inflating: com/sun/xml/internal/ws/util/localization/NullLocalizable.java inflating: com/sun/xml/internal/ws/util/pipe/DumpTube.java inflating: com/sun/xml/internal/ws/util/pipe/StandalonePipeAssembler.java inflating: com/sun/xml/internal/ws/util/pipe/StandaloneTubeAssembler.java inflating: com/sun/xml/internal/ws/util/resources/Messages_en.properties inflating: com/sun/xml/internal/ws/util/version.properties inflating: com/sun/xml/internal/ws/util/xml/CDATA.java inflating: com/sun/xml/internal/ws/util/xml/ContentHandlerToXMLStreamWriter.java inflating: com/sun/xml/internal/ws/util/xml/DummyLocation.java inflating: com/sun/xml/internal/ws/util/xml/NamedNodeMapIterator.java inflating: com/sun/xml/internal/ws/util/xml/NodeListIterator.java inflating: com/sun/xml/internal/ws/util/xml/StAXResult.java inflating: com/sun/xml/internal/ws/util/xml/StAXSource.java inflating: com/sun/xml/internal/ws/util/xml/XMLStreamReaderFilter.java inflating: com/sun/xml/internal/ws/util/xml/XMLStreamReaderToXMLStreamWriter.java inflating: com/sun/xml/internal/ws/util/xml/XMLStreamWriterFilter.java inflating: com/sun/xml/internal/ws/util/xml/XmlUtil.java inflating: com/sun/xml/internal/ws/wsdl/parser/DelegatingParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/EntityResolverWrapper.java inflating: com/sun/xml/internal/ws/wsdl/parser/ErrorHandler.java inflating: com/sun/xml/internal/ws/wsdl/parser/FoolProofParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/InaccessibleWSDLException.java inflating: com/sun/xml/internal/ws/wsdl/parser/MIMEConstants.java inflating: com/sun/xml/internal/ws/wsdl/parser/MemberSubmissionAddressingWSDLParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/MexEntityResolver.java inflating: com/sun/xml/internal/ws/wsdl/parser/ParserUtil.java inflating: com/sun/xml/internal/ws/wsdl/parser/RuntimeWSDLParser.java inflating: com/sun/xml/internal/ws/wsdl/parser/SOAPConstants.java inflating: com/sun/xml/internal/ws/wsdl/parser/W3CAddressingWSDLParserExtension.java inflating: com/sun/xml/internal/ws/wsdl/parser/WSDLConstants.java inflating: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionContextImpl.java inflating: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionFacade.java inflating: com/sun/xml/internal/ws/wsdl/writer/UsingAddressing.java inflating: com/sun/xml/internal/ws/wsdl/writer/W3CAddressingWSDLGeneratorExtension.java inflating: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator.java inflating: com/sun/xml/internal/ws/wsdl/writer/WSDLGeneratorExtensionFacade.java inflating: com/sun/xml/internal/ws/wsdl/writer/WSDLResolver.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Binding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/BindingOperationType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Definitions.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Documented.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Fault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/FaultType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Import.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Message.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/OpenAtts.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Operation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/ParamType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Part.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Port.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/PortType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Service.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/StartWithExtensionsType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/Types.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/Address.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/Binding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/Operation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/http/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/Body.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/BodyType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/Header.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/HeaderFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPAddress.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPBinding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPOperation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Body.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/BodyType.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Header.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/HeaderFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPAddress.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPBinding.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPFault.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPOperation.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/soap12/package-info.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Import.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Schema.java inflating: com/sun/xml/internal/ws/wsdl/writer/document/xsd/package-info.java inflating: com/sun/xml/internal/xsom/ForeignAttributes.java inflating: com/sun/xml/internal/xsom/SCD.java inflating: com/sun/xml/internal/xsom/XSAnnotation.java inflating: com/sun/xml/internal/xsom/XSAttContainer.java inflating: com/sun/xml/internal/xsom/XSAttGroupDecl.java inflating: com/sun/xml/internal/xsom/XSAttributeDecl.java inflating: com/sun/xml/internal/xsom/XSAttributeUse.java inflating: com/sun/xml/internal/xsom/XSComplexType.java inflating: com/sun/xml/internal/xsom/XSComponent.java inflating: com/sun/xml/internal/xsom/XSContentType.java inflating: com/sun/xml/internal/xsom/XSDeclaration.java inflating: com/sun/xml/internal/xsom/XSElementDecl.java inflating: com/sun/xml/internal/xsom/XSFacet.java inflating: com/sun/xml/internal/xsom/XSIdentityConstraint.java inflating: com/sun/xml/internal/xsom/XSListSimpleType.java inflating: com/sun/xml/internal/xsom/XSModelGroup.java inflating: com/sun/xml/internal/xsom/XSModelGroupDecl.java inflating: com/sun/xml/internal/xsom/XSNotation.java inflating: com/sun/xml/internal/xsom/XSParticle.java inflating: com/sun/xml/internal/xsom/XSRestrictionSimpleType.java inflating: com/sun/xml/internal/xsom/XSSchema.java inflating: com/sun/xml/internal/xsom/XSSchemaSet.java inflating: com/sun/xml/internal/xsom/XSSimpleType.java inflating: com/sun/xml/internal/xsom/XSTerm.java inflating: com/sun/xml/internal/xsom/XSType.java inflating: com/sun/xml/internal/xsom/XSUnionSimpleType.java inflating: com/sun/xml/internal/xsom/XSVariety.java inflating: com/sun/xml/internal/xsom/XSWildcard.java inflating: com/sun/xml/internal/xsom/XSXPath.java inflating: com/sun/xml/internal/xsom/XmlString.java inflating: com/sun/xml/internal/xsom/impl/AnnotationImpl.java inflating: com/sun/xml/internal/xsom/impl/AttGroupDeclImpl.java inflating: com/sun/xml/internal/xsom/impl/AttributeDeclImpl.java inflating: com/sun/xml/internal/xsom/impl/AttributeUseImpl.java inflating: com/sun/xml/internal/xsom/impl/AttributesHolder.java inflating: com/sun/xml/internal/xsom/impl/ComplexTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/ComponentImpl.java inflating: com/sun/xml/internal/xsom/impl/Const.java inflating: com/sun/xml/internal/xsom/impl/ContentTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/DeclarationImpl.java inflating: com/sun/xml/internal/xsom/impl/ElementDecl.java inflating: com/sun/xml/internal/xsom/impl/EmptyImpl.java inflating: com/sun/xml/internal/xsom/impl/FacetImpl.java inflating: com/sun/xml/internal/xsom/impl/ForeignAttributesImpl.java inflating: com/sun/xml/internal/xsom/impl/IdentityConstraintImpl.java inflating: com/sun/xml/internal/xsom/impl/ListSimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/ModelGroupDeclImpl.java inflating: com/sun/xml/internal/xsom/impl/ModelGroupImpl.java inflating: com/sun/xml/internal/xsom/impl/NotationImpl.java inflating: com/sun/xml/internal/xsom/impl/ParticleImpl.java inflating: com/sun/xml/internal/xsom/impl/Ref.java inflating: com/sun/xml/internal/xsom/impl/RestrictionSimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/SchemaImpl.java inflating: com/sun/xml/internal/xsom/impl/SchemaSetImpl.java inflating: com/sun/xml/internal/xsom/impl/SimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/UName.java inflating: com/sun/xml/internal/xsom/impl/UnionSimpleTypeImpl.java inflating: com/sun/xml/internal/xsom/impl/Util.java inflating: com/sun/xml/internal/xsom/impl/WildcardImpl.java inflating: com/sun/xml/internal/xsom/impl/XPathImpl.java inflating: com/sun/xml/internal/xsom/impl/package.html inflating: com/sun/xml/internal/xsom/impl/parser/BaseContentRef.java inflating: com/sun/xml/internal/xsom/impl/parser/DefaultAnnotationParser.java inflating: com/sun/xml/internal/xsom/impl/parser/DelayedRef.java inflating: com/sun/xml/internal/xsom/impl/parser/Messages.java inflating: com/sun/xml/internal/xsom/impl/parser/Messages.properties inflating: com/sun/xml/internal/xsom/impl/parser/Messages_ja.properties inflating: com/sun/xml/internal/xsom/impl/parser/NGCCRuntimeEx.java inflating: com/sun/xml/internal/xsom/impl/parser/ParserContext.java inflating: com/sun/xml/internal/xsom/impl/parser/Patch.java inflating: com/sun/xml/internal/xsom/impl/parser/PatcherManager.java inflating: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor.java inflating: com/sun/xml/internal/xsom/impl/parser/SchemaDocumentImpl.java inflating: com/sun/xml/internal/xsom/impl/parser/SubstGroupBaseTypeRef.java inflating: com/sun/xml/internal/xsom/impl/parser/datatypes.xsd inflating: com/sun/xml/internal/xsom/impl/parser/package.html inflating: com/sun/xml/internal/xsom/impl/parser/state/AttributesImpl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventReceiver.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventSource.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCHandler.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCInterleaveFilter.java inflating: com/sun/xml/internal/xsom/impl/parser/state/NGCCRuntime.java inflating: com/sun/xml/internal/xsom/impl/parser/state/Schema.java inflating: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_List.java inflating: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Restriction.java inflating: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Union.java inflating: com/sun/xml/internal/xsom/impl/parser/state/annotation.java inflating: com/sun/xml/internal/xsom/impl/parser/state/attributeDeclBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/attributeGroupDecl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/attributeUses.java inflating: com/sun/xml/internal/xsom/impl/parser/state/complexType.java inflating: com/sun/xml/internal/xsom/impl/parser/state/complexType_complexContent_body.java inflating: com/sun/xml/internal/xsom/impl/parser/state/elementDeclBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/erSet.java inflating: com/sun/xml/internal/xsom/impl/parser/state/ersSet.java inflating: com/sun/xml/internal/xsom/impl/parser/state/facet.java inflating: com/sun/xml/internal/xsom/impl/parser/state/foreignAttributes.java inflating: com/sun/xml/internal/xsom/impl/parser/state/group.java inflating: com/sun/xml/internal/xsom/impl/parser/state/identityConstraint.java inflating: com/sun/xml/internal/xsom/impl/parser/state/importDecl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/includeDecl.java inflating: com/sun/xml/internal/xsom/impl/parser/state/modelGroupBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/notation.java inflating: com/sun/xml/internal/xsom/impl/parser/state/occurs.java inflating: com/sun/xml/internal/xsom/impl/parser/state/particle.java inflating: com/sun/xml/internal/xsom/impl/parser/state/qname.java inflating: com/sun/xml/internal/xsom/impl/parser/state/qualification.java inflating: com/sun/xml/internal/xsom/impl/parser/state/redefine.java inflating: com/sun/xml/internal/xsom/impl/parser/state/simpleType.java inflating: com/sun/xml/internal/xsom/impl/parser/state/wildcardBody.java inflating: com/sun/xml/internal/xsom/impl/parser/state/xpath.java inflating: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl.java inflating: com/sun/xml/internal/xsom/impl/scd/Axis.java inflating: com/sun/xml/internal/xsom/impl/scd/Iterators.java inflating: com/sun/xml/internal/xsom/impl/scd/ParseException.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDImpl.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDParser.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDParserConstants.java inflating: com/sun/xml/internal/xsom/impl/scd/SCDParserTokenManager.java inflating: com/sun/xml/internal/xsom/impl/scd/SimpleCharStream.java inflating: com/sun/xml/internal/xsom/impl/scd/Step.java inflating: com/sun/xml/internal/xsom/impl/scd/Token.java inflating: com/sun/xml/internal/xsom/impl/scd/TokenMgrError.java inflating: com/sun/xml/internal/xsom/impl/util/DraconianErrorHandler.java inflating: com/sun/xml/internal/xsom/impl/util/ResourceEntityResolver.java inflating: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser.java inflating: com/sun/xml/internal/xsom/impl/util/SchemaWriter.java inflating: com/sun/xml/internal/xsom/impl/util/Uri.java inflating: com/sun/xml/internal/xsom/package.html inflating: com/sun/xml/internal/xsom/parser/AnnotationContext.java inflating: com/sun/xml/internal/xsom/parser/AnnotationParser.java inflating: com/sun/xml/internal/xsom/parser/AnnotationParserFactory.java inflating: com/sun/xml/internal/xsom/parser/JAXPParser.java inflating: com/sun/xml/internal/xsom/parser/SchemaDocument.java inflating: com/sun/xml/internal/xsom/parser/XMLParser.java inflating: com/sun/xml/internal/xsom/parser/XSOMParser.java inflating: com/sun/xml/internal/xsom/parser/package.html inflating: com/sun/xml/internal/xsom/util/ComponentNameFunction.java inflating: com/sun/xml/internal/xsom/util/DeferedCollection.java inflating: com/sun/xml/internal/xsom/util/DomAnnotationParserFactory.java inflating: com/sun/xml/internal/xsom/util/NameGetter.java inflating: com/sun/xml/internal/xsom/util/NameGetter.properties inflating: com/sun/xml/internal/xsom/util/SimpleTypeSet.java inflating: com/sun/xml/internal/xsom/util/TypeClosure.java inflating: com/sun/xml/internal/xsom/util/TypeSet.java inflating: com/sun/xml/internal/xsom/util/XSFinder.java inflating: com/sun/xml/internal/xsom/util/XSFunctionFilter.java inflating: com/sun/xml/internal/xsom/visitor/XSContentTypeFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSContentTypeVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSSimpleTypeFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSSimpleTypeVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSTermFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSTermFunctionWithParam.java inflating: com/sun/xml/internal/xsom/visitor/XSTermVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSVisitor.java inflating: com/sun/xml/internal/xsom/visitor/XSWildcardFunction.java inflating: com/sun/xml/internal/xsom/visitor/XSWildcardVisitor.java inflating: com/sun/xml/internal/xsom/visitor/package.html inflating: javax/activation/ActivationDataFlavor.java inflating: javax/activation/CommandInfo.java inflating: javax/activation/CommandMap.java inflating: javax/activation/CommandObject.java inflating: javax/activation/DataContentHandler.java inflating: javax/activation/DataContentHandlerFactory.java inflating: javax/activation/DataHandler.java inflating: javax/activation/DataSource.java inflating: javax/activation/FileDataSource.java inflating: javax/activation/FileTypeMap.java inflating: javax/activation/MailcapCommandMap.java inflating: javax/activation/MimeType.java inflating: javax/activation/MimeTypeParameterList.java inflating: javax/activation/MimeTypeParseException.java inflating: javax/activation/MimetypesFileTypeMap.java inflating: javax/activation/SecuritySupport.java inflating: javax/activation/URLDataSource.java inflating: javax/activation/UnsupportedDataTypeException.java inflating: javax/annotation/Generated.java inflating: javax/annotation/PostConstruct.java inflating: javax/annotation/PreDestroy.java inflating: javax/annotation/Resource.java inflating: javax/annotation/Resources.java inflating: javax/jws/HandlerChain.java inflating: javax/jws/Oneway.java inflating: javax/jws/WebMethod.java inflating: javax/jws/WebParam.java inflating: javax/jws/WebResult.java inflating: javax/jws/WebService.java inflating: javax/jws/soap/InitParam.java inflating: javax/jws/soap/SOAPBinding.java inflating: javax/jws/soap/SOAPMessageHandler.java inflating: javax/jws/soap/SOAPMessageHandlers.java inflating: javax/xml/bind/Binder.java inflating: javax/xml/bind/ContextFinder.java inflating: javax/xml/bind/DataBindingException.java inflating: javax/xml/bind/DatatypeConverter.java inflating: javax/xml/bind/DatatypeConverterImpl.java inflating: javax/xml/bind/DatatypeConverterInterface.java inflating: javax/xml/bind/Element.java inflating: javax/xml/bind/GetPropertyAction.java inflating: javax/xml/bind/JAXB.java inflating: javax/xml/bind/JAXBContext.java inflating: javax/xml/bind/JAXBElement.java inflating: javax/xml/bind/JAXBException.java inflating: javax/xml/bind/JAXBIntrospector.java inflating: javax/xml/bind/MarshalException.java inflating: javax/xml/bind/Marshaller.java inflating: javax/xml/bind/Messages.java inflating: javax/xml/bind/Messages.properties inflating: javax/xml/bind/NotIdentifiableEvent.java inflating: javax/xml/bind/ParseConversionEvent.java inflating: javax/xml/bind/PrintConversionEvent.java inflating: javax/xml/bind/PropertyException.java inflating: javax/xml/bind/SchemaOutputResolver.java inflating: javax/xml/bind/TypeConstraintException.java inflating: javax/xml/bind/UnmarshalException.java inflating: javax/xml/bind/Unmarshaller.java inflating: javax/xml/bind/UnmarshallerHandler.java inflating: javax/xml/bind/ValidationEvent.java inflating: javax/xml/bind/ValidationEventHandler.java inflating: javax/xml/bind/ValidationEventLocator.java inflating: javax/xml/bind/ValidationException.java inflating: javax/xml/bind/Validator.java inflating: javax/xml/bind/WhiteSpaceProcessor.java inflating: javax/xml/bind/annotation/DomHandler.java inflating: javax/xml/bind/annotation/W3CDomHandler.java inflating: javax/xml/bind/annotation/XmlAccessOrder.java inflating: javax/xml/bind/annotation/XmlAccessType.java inflating: javax/xml/bind/annotation/XmlAccessorOrder.java inflating: javax/xml/bind/annotation/XmlAccessorType.java inflating: javax/xml/bind/annotation/XmlAnyAttribute.java inflating: javax/xml/bind/annotation/XmlAnyElement.java inflating: javax/xml/bind/annotation/XmlAttachmentRef.java inflating: javax/xml/bind/annotation/XmlAttribute.java inflating: javax/xml/bind/annotation/XmlElement.java inflating: javax/xml/bind/annotation/XmlElementDecl.java inflating: javax/xml/bind/annotation/XmlElementRef.java inflating: javax/xml/bind/annotation/XmlElementRefs.java inflating: javax/xml/bind/annotation/XmlElementWrapper.java inflating: javax/xml/bind/annotation/XmlElements.java inflating: javax/xml/bind/annotation/XmlEnum.java inflating: javax/xml/bind/annotation/XmlEnumValue.java inflating: javax/xml/bind/annotation/XmlID.java inflating: javax/xml/bind/annotation/XmlIDREF.java inflating: javax/xml/bind/annotation/XmlInlineBinaryData.java inflating: javax/xml/bind/annotation/XmlList.java inflating: javax/xml/bind/annotation/XmlMimeType.java inflating: javax/xml/bind/annotation/XmlMixed.java inflating: javax/xml/bind/annotation/XmlNs.java inflating: javax/xml/bind/annotation/XmlNsForm.java inflating: javax/xml/bind/annotation/XmlRegistry.java inflating: javax/xml/bind/annotation/XmlRootElement.java inflating: javax/xml/bind/annotation/XmlSchema.java inflating: javax/xml/bind/annotation/XmlSchemaType.java inflating: javax/xml/bind/annotation/XmlSchemaTypes.java inflating: javax/xml/bind/annotation/XmlSeeAlso.java inflating: javax/xml/bind/annotation/XmlTransient.java inflating: javax/xml/bind/annotation/XmlType.java inflating: javax/xml/bind/annotation/XmlValue.java inflating: javax/xml/bind/annotation/adapters/CollapsedStringAdapter.java inflating: javax/xml/bind/annotation/adapters/HexBinaryAdapter.java inflating: javax/xml/bind/annotation/adapters/NormalizedStringAdapter.java inflating: javax/xml/bind/annotation/adapters/XmlAdapter.java inflating: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.java inflating: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.java inflating: javax/xml/bind/annotation/adapters/package.html inflating: javax/xml/bind/annotation/package.html inflating: javax/xml/bind/attachment/AttachmentMarshaller.java inflating: javax/xml/bind/attachment/AttachmentUnmarshaller.java inflating: javax/xml/bind/attachment/package.html inflating: javax/xml/bind/helpers/AbstractMarshallerImpl.java inflating: javax/xml/bind/helpers/AbstractUnmarshallerImpl.java inflating: javax/xml/bind/helpers/DefaultValidationEventHandler.java inflating: javax/xml/bind/helpers/Messages.java inflating: javax/xml/bind/helpers/Messages.properties inflating: javax/xml/bind/helpers/NotIdentifiableEventImpl.java inflating: javax/xml/bind/helpers/ParseConversionEventImpl.java inflating: javax/xml/bind/helpers/PrintConversionEventImpl.java inflating: javax/xml/bind/helpers/ValidationEventImpl.java inflating: javax/xml/bind/helpers/ValidationEventLocatorImpl.java inflating: javax/xml/bind/helpers/package.html inflating: javax/xml/bind/package.html inflating: javax/xml/bind/util/JAXBResult.java inflating: javax/xml/bind/util/JAXBSource.java inflating: javax/xml/bind/util/Messages.java inflating: javax/xml/bind/util/Messages.properties inflating: javax/xml/bind/util/ValidationEventCollector.java inflating: javax/xml/bind/util/package.html inflating: javax/xml/soap/AttachmentPart.java inflating: javax/xml/soap/Detail.java inflating: javax/xml/soap/DetailEntry.java inflating: javax/xml/soap/FactoryFinder.java inflating: javax/xml/soap/MessageFactory.java inflating: javax/xml/soap/MimeHeader.java inflating: javax/xml/soap/MimeHeaders.java inflating: javax/xml/soap/Name.java inflating: javax/xml/soap/Node.java inflating: javax/xml/soap/SAAJMetaFactory.java inflating: javax/xml/soap/SAAJResult.java inflating: javax/xml/soap/SOAPBody.java inflating: javax/xml/soap/SOAPBodyElement.java inflating: javax/xml/soap/SOAPConnection.java inflating: javax/xml/soap/SOAPConnectionFactory.java inflating: javax/xml/soap/SOAPConstants.java inflating: javax/xml/soap/SOAPElement.java inflating: javax/xml/soap/SOAPElementFactory.java inflating: javax/xml/soap/SOAPEnvelope.java inflating: javax/xml/soap/SOAPException.java inflating: javax/xml/soap/SOAPFactory.java inflating: javax/xml/soap/SOAPFault.java inflating: javax/xml/soap/SOAPFaultElement.java inflating: javax/xml/soap/SOAPHeader.java inflating: javax/xml/soap/SOAPHeaderElement.java inflating: javax/xml/soap/SOAPMessage.java inflating: javax/xml/soap/SOAPPart.java inflating: javax/xml/soap/Text.java inflating: javax/xml/soap/package.html inflating: javax/xml/ws/Action.java inflating: javax/xml/ws/AsyncHandler.java inflating: javax/xml/ws/Binding.java inflating: javax/xml/ws/BindingProvider.java inflating: javax/xml/ws/BindingType.java inflating: javax/xml/ws/Dispatch.java inflating: javax/xml/ws/Endpoint.java inflating: javax/xml/ws/EndpointReference.java inflating: javax/xml/ws/FaultAction.java inflating: javax/xml/ws/Holder.java inflating: javax/xml/ws/LogicalMessage.java inflating: javax/xml/ws/ProtocolException.java inflating: javax/xml/ws/Provider.java inflating: javax/xml/ws/RequestWrapper.java inflating: javax/xml/ws/RespectBinding.java inflating: javax/xml/ws/RespectBindingFeature.java inflating: javax/xml/ws/Response.java inflating: javax/xml/ws/ResponseWrapper.java inflating: javax/xml/ws/Service.java inflating: javax/xml/ws/ServiceMode.java inflating: javax/xml/ws/WebEndpoint.java inflating: javax/xml/ws/WebFault.java inflating: javax/xml/ws/WebServiceClient.java inflating: javax/xml/ws/WebServiceContext.java inflating: javax/xml/ws/WebServiceException.java inflating: javax/xml/ws/WebServiceFeature.java inflating: javax/xml/ws/WebServicePermission.java inflating: javax/xml/ws/WebServiceProvider.java inflating: javax/xml/ws/WebServiceRef.java inflating: javax/xml/ws/WebServiceRefs.java inflating: javax/xml/ws/handler/Handler.java inflating: javax/xml/ws/handler/HandlerResolver.java inflating: javax/xml/ws/handler/LogicalHandler.java inflating: javax/xml/ws/handler/LogicalMessageContext.java inflating: javax/xml/ws/handler/MessageContext.java inflating: javax/xml/ws/handler/PortInfo.java inflating: javax/xml/ws/handler/package.html inflating: javax/xml/ws/handler/soap/SOAPHandler.java inflating: javax/xml/ws/handler/soap/SOAPMessageContext.java inflating: javax/xml/ws/handler/soap/package.html inflating: javax/xml/ws/http/HTTPBinding.java inflating: javax/xml/ws/http/HTTPException.java inflating: javax/xml/ws/http/package.html inflating: javax/xml/ws/package.html inflating: javax/xml/ws/soap/Addressing.java inflating: javax/xml/ws/soap/AddressingFeature.java inflating: javax/xml/ws/soap/MTOM.java inflating: javax/xml/ws/soap/MTOMFeature.java inflating: javax/xml/ws/soap/SOAPBinding.java inflating: javax/xml/ws/soap/SOAPFaultException.java inflating: javax/xml/ws/soap/package.html inflating: javax/xml/ws/spi/FactoryFinder.java inflating: javax/xml/ws/spi/Provider.java inflating: javax/xml/ws/spi/ServiceDelegate.java inflating: javax/xml/ws/spi/WebServiceFeatureAnnotation.java inflating: javax/xml/ws/spi/package.html inflating: javax/xml/ws/wsaddressing/W3CEndpointReference.java inflating: javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java inflating: javax/xml/ws/wsaddressing/package-info.java inflating: javax/xml/ws/wsaddressing/package.html inflating: org/relaxng/datatype/Datatype.java inflating: org/relaxng/datatype/DatatypeBuilder.java inflating: org/relaxng/datatype/DatatypeException.java inflating: org/relaxng/datatype/DatatypeLibrary.java inflating: org/relaxng/datatype/DatatypeLibraryFactory.java inflating: org/relaxng/datatype/DatatypeStreamingValidator.java inflating: org/relaxng/datatype/ValidationContext.java inflating: org/relaxng/datatype/helpers/DatatypeLibraryLoader.java inflating: org/relaxng/datatype/helpers/ParameterlessDatatypeBuilder.java inflating: org/relaxng/datatype/helpers/StreamingValidatorImpl.java /bin/echo -e "Import classes from /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0" Import classes from /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0 if [ "" != "" ] ; then ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar ) ); ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/lib/tools.jar ) ); fi if [ "" != "" ] ; then ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/resources.jar ) ); ( /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes; /bin/echo -e "( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar )" ; ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/jre/lib/rt.jar ) ); fi Importing classes from component LANGTOOLS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/lib/classes.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF created: com/ created: com/sun/ created: com/sun/javadoc/ created: com/sun/mirror/ created: com/sun/mirror/apt/ created: com/sun/mirror/declaration/ created: com/sun/mirror/type/ created: com/sun/mirror/util/ created: com/sun/source/ created: com/sun/source/tree/ created: com/sun/source/util/ created: com/sun/tools/ created: com/sun/tools/apt/ created: com/sun/tools/apt/comp/ created: com/sun/tools/apt/main/ created: com/sun/tools/apt/mirror/ created: com/sun/tools/apt/mirror/apt/ created: com/sun/tools/apt/mirror/declaration/ created: com/sun/tools/apt/mirror/type/ created: com/sun/tools/apt/mirror/util/ created: com/sun/tools/apt/resources/ created: com/sun/tools/apt/util/ created: com/sun/tools/doclets/ created: com/sun/tools/doclets/formats/ created: com/sun/tools/doclets/formats/html/ created: com/sun/tools/doclets/formats/html/markup/ created: com/sun/tools/doclets/formats/html/resources/ created: com/sun/tools/doclets/internal/ created: com/sun/tools/doclets/internal/toolkit/ created: com/sun/tools/doclets/internal/toolkit/builders/ created: com/sun/tools/doclets/internal/toolkit/resources/ created: com/sun/tools/doclets/internal/toolkit/taglets/ created: com/sun/tools/doclets/internal/toolkit/util/ created: com/sun/tools/doclets/internal/toolkit/util/links/ created: com/sun/tools/doclets/standard/ created: com/sun/tools/javac/ created: com/sun/tools/javac/api/ created: com/sun/tools/javac/code/ created: com/sun/tools/javac/comp/ created: com/sun/tools/javac/jvm/ created: com/sun/tools/javac/main/ created: com/sun/tools/javac/model/ created: com/sun/tools/javac/parser/ created: com/sun/tools/javac/processing/ created: com/sun/tools/javac/resources/ created: com/sun/tools/javac/sym/ created: com/sun/tools/javac/tree/ created: com/sun/tools/javac/util/ created: com/sun/tools/javac/zip/ created: com/sun/tools/javadoc/ created: com/sun/tools/javadoc/resources/ created: com/sun/tools/javah/ created: com/sun/tools/javah/resources/ created: javax/ created: javax/annotation/ created: javax/annotation/processing/ created: javax/lang/ created: javax/lang/model/ created: javax/lang/model/element/ created: javax/lang/model/type/ created: javax/lang/model/util/ created: javax/tools/ created: sun/ created: sun/tools/ created: sun/tools/javap/ inflated: com/sun/javadoc/AnnotationDesc$ElementValuePair.class inflated: com/sun/javadoc/AnnotationDesc.class inflated: com/sun/javadoc/AnnotationTypeDoc.class inflated: com/sun/javadoc/AnnotationTypeElementDoc.class inflated: com/sun/javadoc/AnnotationValue.class inflated: com/sun/javadoc/ClassDoc.class inflated: com/sun/javadoc/ConstructorDoc.class inflated: com/sun/javadoc/Doc.class inflated: com/sun/javadoc/DocErrorReporter.class inflated: com/sun/javadoc/Doclet.class inflated: com/sun/javadoc/ExecutableMemberDoc.class inflated: com/sun/javadoc/FieldDoc.class inflated: com/sun/javadoc/LanguageVersion.class inflated: com/sun/javadoc/MemberDoc.class inflated: com/sun/javadoc/MethodDoc.class inflated: com/sun/javadoc/PackageDoc.class inflated: com/sun/javadoc/ParamTag.class inflated: com/sun/javadoc/Parameter.class inflated: com/sun/javadoc/ParameterizedType.class inflated: com/sun/javadoc/ProgramElementDoc.class inflated: com/sun/javadoc/RootDoc.class inflated: com/sun/javadoc/SeeTag.class inflated: com/sun/javadoc/SerialFieldTag.class inflated: com/sun/javadoc/SourcePosition.class inflated: com/sun/javadoc/Tag.class inflated: com/sun/javadoc/ThrowsTag.class inflated: com/sun/javadoc/Type.class inflated: com/sun/javadoc/TypeVariable.class inflated: com/sun/javadoc/WildcardType.class inflated: com/sun/mirror/apt/AnnotationProcessor.class inflated: com/sun/mirror/apt/AnnotationProcessorEnvironment.class inflated: com/sun/mirror/apt/AnnotationProcessorFactory.class inflated: com/sun/mirror/apt/AnnotationProcessorListener.class inflated: com/sun/mirror/apt/AnnotationProcessors$CompositeAnnotationProcessor.class inflated: com/sun/mirror/apt/AnnotationProcessors$NoOpAP.class inflated: com/sun/mirror/apt/AnnotationProcessors.class inflated: com/sun/mirror/apt/Filer$Location.class inflated: com/sun/mirror/apt/Filer.class inflated: com/sun/mirror/apt/Messager.class inflated: com/sun/mirror/apt/RoundCompleteEvent.class inflated: com/sun/mirror/apt/RoundCompleteListener.class inflated: com/sun/mirror/apt/RoundState.class inflated: com/sun/mirror/declaration/AnnotationMirror.class inflated: com/sun/mirror/declaration/AnnotationTypeDeclaration.class inflated: com/sun/mirror/declaration/AnnotationTypeElementDeclaration.class inflated: com/sun/mirror/declaration/AnnotationValue.class inflated: com/sun/mirror/declaration/ClassDeclaration.class inflated: com/sun/mirror/declaration/ConstructorDeclaration.class inflated: com/sun/mirror/declaration/Declaration.class inflated: com/sun/mirror/declaration/EnumConstantDeclaration.class inflated: com/sun/mirror/declaration/EnumDeclaration.class inflated: com/sun/mirror/declaration/ExecutableDeclaration.class inflated: com/sun/mirror/declaration/FieldDeclaration.class inflated: com/sun/mirror/declaration/InterfaceDeclaration.class inflated: com/sun/mirror/declaration/MemberDeclaration.class inflated: com/sun/mirror/declaration/MethodDeclaration.class inflated: com/sun/mirror/declaration/Modifier.class inflated: com/sun/mirror/declaration/PackageDeclaration.class inflated: com/sun/mirror/declaration/ParameterDeclaration.class inflated: com/sun/mirror/declaration/TypeDeclaration.class inflated: com/sun/mirror/declaration/TypeParameterDeclaration.class inflated: com/sun/mirror/type/AnnotationType.class inflated: com/sun/mirror/type/ArrayType.class inflated: com/sun/mirror/type/ClassType.class inflated: com/sun/mirror/type/DeclaredType.class inflated: com/sun/mirror/type/EnumType.class inflated: com/sun/mirror/type/InterfaceType.class inflated: com/sun/mirror/type/MirroredTypeException.class inflated: com/sun/mirror/type/MirroredTypesException.class inflated: com/sun/mirror/type/PrimitiveType$Kind.class inflated: com/sun/mirror/type/PrimitiveType.class inflated: com/sun/mirror/type/ReferenceType.class inflated: com/sun/mirror/type/TypeMirror.class inflated: com/sun/mirror/type/TypeVariable.class inflated: com/sun/mirror/type/VoidType.class inflated: com/sun/mirror/type/WildcardType.class inflated: com/sun/mirror/util/DeclarationFilter$1.class inflated: com/sun/mirror/util/DeclarationFilter$2.class inflated: com/sun/mirror/util/DeclarationFilter$3.class inflated: com/sun/mirror/util/DeclarationFilter$4.class inflated: com/sun/mirror/util/DeclarationFilter$5.class inflated: com/sun/mirror/util/DeclarationFilter$AccessFilter.class inflated: com/sun/mirror/util/DeclarationFilter.class inflated: com/sun/mirror/util/DeclarationScanner.class inflated: com/sun/mirror/util/DeclarationVisitor.class inflated: com/sun/mirror/util/DeclarationVisitors.class inflated: com/sun/mirror/util/Declarations.class inflated: com/sun/mirror/util/SimpleDeclarationVisitor.class inflated: com/sun/mirror/util/SimpleTypeVisitor.class inflated: com/sun/mirror/util/SourceOrderDeclScanner$SourceOrderComparator$DeclPartialOrder.class inflated: com/sun/mirror/util/SourceOrderDeclScanner$SourceOrderComparator.class inflated: com/sun/mirror/util/SourceOrderDeclScanner.class inflated: com/sun/mirror/util/SourcePosition.class inflated: com/sun/mirror/util/TypeVisitor.class inflated: com/sun/mirror/util/Types.class inflated: com/sun/source/tree/AnnotationTree.class inflated: com/sun/source/tree/ArrayAccessTree.class inflated: com/sun/source/tree/ArrayTypeTree.class inflated: com/sun/source/tree/AssertTree.class inflated: com/sun/source/tree/AssignmentTree.class inflated: com/sun/source/tree/BinaryTree.class inflated: com/sun/source/tree/BlockTree.class inflated: com/sun/source/tree/BreakTree.class inflated: com/sun/source/tree/CaseTree.class inflated: com/sun/source/tree/CatchTree.class inflated: com/sun/source/tree/ClassTree.class inflated: com/sun/source/tree/CompilationUnitTree.class inflated: com/sun/source/tree/CompoundAssignmentTree.class inflated: com/sun/source/tree/ConditionalExpressionTree.class inflated: com/sun/source/tree/ContinueTree.class inflated: com/sun/source/tree/DoWhileLoopTree.class inflated: com/sun/source/tree/EmptyStatementTree.class inflated: com/sun/source/tree/EnhancedForLoopTree.class inflated: com/sun/source/tree/ErroneousTree.class inflated: com/sun/source/tree/ExpressionStatementTree.class inflated: com/sun/source/tree/ExpressionTree.class inflated: com/sun/source/tree/ForLoopTree.class inflated: com/sun/source/tree/IdentifierTree.class inflated: com/sun/source/tree/IfTree.class inflated: com/sun/source/tree/ImportTree.class inflated: com/sun/source/tree/InstanceOfTree.class inflated: com/sun/source/tree/LabeledStatementTree.class inflated: com/sun/source/tree/LineMap.class inflated: com/sun/source/tree/LiteralTree.class inflated: com/sun/source/tree/MemberSelectTree.class inflated: com/sun/source/tree/MethodInvocationTree.class inflated: com/sun/source/tree/MethodTree.class inflated: com/sun/source/tree/ModifiersTree.class inflated: com/sun/source/tree/NewArrayTree.class inflated: com/sun/source/tree/NewClassTree.class inflated: com/sun/source/tree/ParameterizedTypeTree.class inflated: com/sun/source/tree/ParenthesizedTree.class inflated: com/sun/source/tree/PrimitiveTypeTree.class inflated: com/sun/source/tree/ReturnTree.class inflated: com/sun/source/tree/Scope.class inflated: com/sun/source/tree/StatementTree.class inflated: com/sun/source/tree/SwitchTree.class inflated: com/sun/source/tree/SynchronizedTree.class inflated: com/sun/source/tree/ThrowTree.class inflated: com/sun/source/tree/Tree$Kind.class inflated: com/sun/source/tree/Tree.class inflated: com/sun/source/tree/TreeVisitor.class inflated: com/sun/source/tree/TryTree.class inflated: com/sun/source/tree/TypeCastTree.class inflated: com/sun/source/tree/TypeParameterTree.class inflated: com/sun/source/tree/UnaryTree.class inflated: com/sun/source/tree/VariableTree.class inflated: com/sun/source/tree/WhileLoopTree.class inflated: com/sun/source/tree/WildcardTree.class inflated: com/sun/source/util/JavacTask.class inflated: com/sun/source/util/SimpleTreeVisitor.class inflated: com/sun/source/util/SourcePositions.class inflated: com/sun/source/util/TaskEvent$Kind.class inflated: com/sun/source/util/TaskEvent.class inflated: com/sun/source/util/TaskListener.class inflated: com/sun/source/util/TreePath$1.class inflated: com/sun/source/util/TreePath$1PathFinder.class inflated: com/sun/source/util/TreePath$1Result.class inflated: com/sun/source/util/TreePath.class inflated: com/sun/source/util/TreePathScanner.class inflated: com/sun/source/util/TreeScanner.class inflated: com/sun/source/util/Trees.class inflated: com/sun/tools/apt/Main.class inflated: com/sun/tools/apt/comp/AnnotationProcessingError.class inflated: com/sun/tools/apt/comp/Apt$AptTreeScanner.class inflated: com/sun/tools/apt/comp/Apt.class inflated: com/sun/tools/apt/comp/BootstrapAPF.class inflated: com/sun/tools/apt/comp/PrintAP$PrintingVisitors$PostPrinting.class inflated: com/sun/tools/apt/comp/PrintAP$PrintingVisitors$PrePrinting.class inflated: com/sun/tools/apt/comp/PrintAP$PrintingVisitors.class inflated: com/sun/tools/apt/comp/PrintAP.class inflated: com/sun/tools/apt/comp/UsageMessageNeededException.class inflated: com/sun/tools/apt/main/CommandLine.class inflated: com/sun/tools/apt/main/JavaCompiler.class inflated: com/sun/tools/apt/main/Main$1.class inflated: com/sun/tools/apt/main/Main$10.class inflated: com/sun/tools/apt/main/Main$11.class inflated: com/sun/tools/apt/main/Main$12.class inflated: com/sun/tools/apt/main/Main$13.class inflated: com/sun/tools/apt/main/Main$14.class inflated: com/sun/tools/apt/main/Main$15.class inflated: com/sun/tools/apt/main/Main$16.class inflated: com/sun/tools/apt/main/Main$17.class inflated: com/sun/tools/apt/main/Main$18.class inflated: com/sun/tools/apt/main/Main$19.class inflated: com/sun/tools/apt/main/Main$2.class inflated: com/sun/tools/apt/main/Main$20.class inflated: com/sun/tools/apt/main/Main$21.class inflated: com/sun/tools/apt/main/Main$22.class inflated: com/sun/tools/apt/main/Main$23.class inflated: com/sun/tools/apt/main/Main$3.class inflated: com/sun/tools/apt/main/Main$4.class inflated: com/sun/tools/apt/main/Main$5.class inflated: com/sun/tools/apt/main/Main$6.class inflated: com/sun/tools/apt/main/Main$7.class inflated: com/sun/tools/apt/main/Main$8.class inflated: com/sun/tools/apt/main/Main$9.class inflated: com/sun/tools/apt/main/Main$AptHiddenOption.class inflated: com/sun/tools/apt/main/Main$AptOption.class inflated: com/sun/tools/apt/main/Main$AptXOption.class inflated: com/sun/tools/apt/main/Main$HiddenOption.class inflated: com/sun/tools/apt/main/Main$Option.class inflated: com/sun/tools/apt/main/Main$SharedOption.class inflated: com/sun/tools/apt/main/Main$XOption.class inflated: com/sun/tools/apt/main/Main.class inflated: com/sun/tools/apt/mirror/AptEnv.class inflated: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl$1.class inflated: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl$CollectingAP$CollectingVisitor.class inflated: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl$CollectingAP.class inflated: com/sun/tools/apt/mirror/apt/AnnotationProcessorEnvironmentImpl.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$1.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind$1.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind$2.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind$3.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl$FileKind.class inflated: com/sun/tools/apt/mirror/apt/FilerImpl.class inflated: com/sun/tools/apt/mirror/apt/MessagerImpl.class inflated: com/sun/tools/apt/mirror/apt/RoundCompleteEventImpl.class inflated: com/sun/tools/apt/mirror/apt/RoundStateImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationMirrorImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$MirroredTypeExceptionProxy.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$MirroredTypesExceptionProxy.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$ValueVisitor$1.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker$ValueVisitor.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationTypeDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationTypeElementDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationValueImpl$1.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationValueImpl$ValueVisitor.class inflated: com/sun/tools/apt/mirror/declaration/AnnotationValueImpl.class inflated: com/sun/tools/apt/mirror/declaration/ClassDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/Constants$1.class inflated: com/sun/tools/apt/mirror/declaration/Constants$Formatter.class inflated: com/sun/tools/apt/mirror/declaration/Constants.class inflated: com/sun/tools/apt/mirror/declaration/ConstructorDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/DeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/DeclarationMaker.class inflated: com/sun/tools/apt/mirror/declaration/EnumConstantDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/EnumDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/ExecutableDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/FieldDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/InterfaceDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/MemberDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/MethodDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/PackageDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/ParameterDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/TypeDeclarationImpl.class inflated: com/sun/tools/apt/mirror/declaration/TypeParameterDeclarationImpl.class inflated: com/sun/tools/apt/mirror/type/AnnotationTypeImpl.class inflated: com/sun/tools/apt/mirror/type/ArrayTypeImpl.class inflated: com/sun/tools/apt/mirror/type/ClassTypeImpl.class inflated: com/sun/tools/apt/mirror/type/DeclaredTypeImpl.class inflated: com/sun/tools/apt/mirror/type/EnumTypeImpl.class inflated: com/sun/tools/apt/mirror/type/InterfaceTypeImpl.class inflated: com/sun/tools/apt/mirror/type/PrimitiveTypeImpl$1.class inflated: com/sun/tools/apt/mirror/type/PrimitiveTypeImpl.class inflated: com/sun/tools/apt/mirror/type/TypeMaker.class inflated: com/sun/tools/apt/mirror/type/TypeMirrorImpl.class inflated: com/sun/tools/apt/mirror/type/TypeVariableImpl.class inflated: com/sun/tools/apt/mirror/type/VoidTypeImpl.class inflated: com/sun/tools/apt/mirror/type/WildcardTypeImpl.class inflated: com/sun/tools/apt/mirror/util/DeclarationsImpl.class inflated: com/sun/tools/apt/mirror/util/SourcePositionImpl.class inflated: com/sun/tools/apt/mirror/util/TypesImpl$1.class inflated: com/sun/tools/apt/mirror/util/TypesImpl.class inflated: com/sun/tools/apt/resources/apt.class inflated: com/sun/tools/apt/resources/apt_ja.class inflated: com/sun/tools/apt/resources/apt_zh_CN.class inflated: com/sun/tools/apt/util/Bark$1.class inflated: com/sun/tools/apt/util/Bark$2.class inflated: com/sun/tools/apt/util/Bark.class inflated: com/sun/tools/doclets/Taglet.class inflated: com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractIndexWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractMemberWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractPackageIndexWriter.class inflated: com/sun/tools/doclets/formats/html/AbstractTreeWriter.class inflated: com/sun/tools/doclets/formats/html/AllClassesFrameWriter.class inflated: com/sun/tools/doclets/formats/html/AnnotationTypeOptionalMemberWriterImpl.class inflated: com/sun/tools/doclets/formats/html/AnnotationTypeRequiredMemberWriterImpl.class inflated: com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.class inflated: com/sun/tools/doclets/formats/html/ClassUseWriter.class inflated: com/sun/tools/doclets/formats/html/ClassWriterImpl.class inflated: com/sun/tools/doclets/formats/html/ConfigurationImpl.class inflated: com/sun/tools/doclets/formats/html/ConstantsSummaryWriterImpl.class inflated: com/sun/tools/doclets/formats/html/ConstructorWriterImpl.class inflated: com/sun/tools/doclets/formats/html/DeprecatedListWriter.class inflated: com/sun/tools/doclets/formats/html/EnumConstantWriterImpl.class inflated: com/sun/tools/doclets/formats/html/FieldWriterImpl.class inflated: com/sun/tools/doclets/formats/html/FrameOutputWriter.class inflated: com/sun/tools/doclets/formats/html/HelpWriter.class inflated: com/sun/tools/doclets/formats/html/HtmlDoclet.class inflated: com/sun/tools/doclets/formats/html/HtmlDocletWriter.class inflated: com/sun/tools/doclets/formats/html/HtmlSerialFieldWriter.class inflated: com/sun/tools/doclets/formats/html/HtmlSerialMethodWriter.class inflated: com/sun/tools/doclets/formats/html/LinkFactoryImpl.class inflated: com/sun/tools/doclets/formats/html/LinkInfoImpl.class inflated: com/sun/tools/doclets/formats/html/LinkOutputImpl.class inflated: com/sun/tools/doclets/formats/html/MethodWriterImpl.class inflated: com/sun/tools/doclets/formats/html/NestedClassWriterImpl.class inflated: com/sun/tools/doclets/formats/html/PackageFrameWriter.class inflated: com/sun/tools/doclets/formats/html/PackageIndexFrameWriter.class inflated: com/sun/tools/doclets/formats/html/PackageIndexWriter.class inflated: com/sun/tools/doclets/formats/html/PackageTreeWriter.class inflated: com/sun/tools/doclets/formats/html/PackageUseWriter.class inflated: com/sun/tools/doclets/formats/html/PackageWriterImpl.class inflated: com/sun/tools/doclets/formats/html/SerializedFormWriterImpl.class inflated: com/sun/tools/doclets/formats/html/SingleIndexWriter.class inflated: com/sun/tools/doclets/formats/html/SplitIndexWriter.class inflated: com/sun/tools/doclets/formats/html/StylesheetWriter.class inflated: com/sun/tools/doclets/formats/html/SubWriterHolderWriter.class inflated: com/sun/tools/doclets/formats/html/TagletOutputImpl.class inflated: com/sun/tools/doclets/formats/html/TagletWriterImpl.class inflated: com/sun/tools/doclets/formats/html/TreeWriter.class inflated: com/sun/tools/doclets/formats/html/WriterFactoryImpl.class inflated: com/sun/tools/doclets/formats/html/markup/HtmlDocWriter.class inflated: com/sun/tools/doclets/formats/html/markup/HtmlWriter.class inflated: com/sun/tools/doclets/formats/html/resources/standard.class inflated: com/sun/tools/doclets/formats/html/resources/standard_ja.class inflated: com/sun/tools/doclets/formats/html/resources/standard_zh_CN.class inflated: com/sun/tools/doclets/internal/toolkit/AbstractDoclet.class inflated: com/sun/tools/doclets/internal/toolkit/AnnotationTypeOptionalMemberWriter.class inflated: com/sun/tools/doclets/internal/toolkit/AnnotationTypeRequiredMemberWriter.class inflated: com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.class inflated: com/sun/tools/doclets/internal/toolkit/ClassWriter.class inflated: com/sun/tools/doclets/internal/toolkit/Configuration.class inflated: com/sun/tools/doclets/internal/toolkit/ConstantsSummaryWriter.class inflated: com/sun/tools/doclets/internal/toolkit/ConstructorWriter.class inflated: com/sun/tools/doclets/internal/toolkit/EnumConstantWriter.class inflated: com/sun/tools/doclets/internal/toolkit/FieldWriter.class inflated: com/sun/tools/doclets/internal/toolkit/MemberSummaryWriter.class inflated: com/sun/tools/doclets/internal/toolkit/MethodWriter.class inflated: com/sun/tools/doclets/internal/toolkit/NestedClassWriter.class inflated: com/sun/tools/doclets/internal/toolkit/PackageSummaryWriter.class inflated: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter$SerialFieldWriter.class inflated: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter$SerialMethodWriter.class inflated: com/sun/tools/doclets/internal/toolkit/SerializedFormWriter.class inflated: com/sun/tools/doclets/internal/toolkit/WriterFactory.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AbstractBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AbstractMemberBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeOptionalMemberBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/AnnotationTypeRequiredMemberBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/BuilderFactory.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ConstantsSummaryBuilder$ConstantFieldBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ConstantsSummaryBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/ConstructorBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/EnumConstantBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/FieldBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/LayoutParser.class inflated: com/sun/tools/doclets/internal/toolkit/builders/MemberSummaryBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/MethodBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/PackageSummaryBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/builders/SerializedFormBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/resources/doclet.xml inflated: com/sun/tools/doclets/internal/toolkit/resources/doclets.class inflated: com/sun/tools/doclets/internal/toolkit/resources/doclets_ja.class inflated: com/sun/tools/doclets/internal/toolkit/resources/doclets_zh_CN.class inflated: com/sun/tools/doclets/internal/toolkit/resources/inherit.gif inflated: com/sun/tools/doclets/internal/toolkit/taglets/BaseExecutableMemberTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/BaseInlineTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/BaseTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/CodeTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/DeprecatedTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/DocRootTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/InheritDocTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/InheritableTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/LegacyTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/LiteralTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ParamTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ReturnTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/SeeTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/SimpleTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/Taglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/TagletManager.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/TagletOutput.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/TagletWriter.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ThrowsTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/taglets/ValueTaglet.class inflated: com/sun/tools/doclets/internal/toolkit/util/ClassDocCatalog.class inflated: com/sun/tools/doclets/internal/toolkit/util/ClassTree.class inflated: com/sun/tools/doclets/internal/toolkit/util/ClassUseMapper.class inflated: com/sun/tools/doclets/internal/toolkit/util/CommentedMethodFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/util/DirectoryManager.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocFinder$Input.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocFinder$Output.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocletAbortException.class inflated: com/sun/tools/doclets/internal/toolkit/util/DocletConstants.class inflated: com/sun/tools/doclets/internal/toolkit/util/Extern$Item.class inflated: com/sun/tools/doclets/internal/toolkit/util/Extern.class inflated: com/sun/tools/doclets/internal/toolkit/util/Group$1.class inflated: com/sun/tools/doclets/internal/toolkit/util/Group$MapKeyComparator.class inflated: com/sun/tools/doclets/internal/toolkit/util/Group.class inflated: com/sun/tools/doclets/internal/toolkit/util/ImplementedMethods.class inflated: com/sun/tools/doclets/internal/toolkit/util/IndexBuilder$1.class inflated: com/sun/tools/doclets/internal/toolkit/util/IndexBuilder$DocComparator.class inflated: com/sun/tools/doclets/internal/toolkit/util/IndexBuilder.class inflated: com/sun/tools/doclets/internal/toolkit/util/MessageRetriever.class inflated: com/sun/tools/doclets/internal/toolkit/util/MetaKeywords.class inflated: com/sun/tools/doclets/internal/toolkit/util/MethodFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/PackageListWriter.class inflated: com/sun/tools/doclets/internal/toolkit/util/SourcePath.class inflated: com/sun/tools/doclets/internal/toolkit/util/SourceToHTMLConverter.class inflated: com/sun/tools/doclets/internal/toolkit/util/TaggedMethodFinder.class inflated: com/sun/tools/doclets/internal/toolkit/util/TextTag.class inflated: com/sun/tools/doclets/internal/toolkit/util/Util$1.class inflated: com/sun/tools/doclets/internal/toolkit/util/Util$TypeComparator.class inflated: com/sun/tools/doclets/internal/toolkit/util/Util.class inflated: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap$1.class inflated: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap$ClassMember.class inflated: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap$ClassMembers.class inflated: com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.class inflated: com/sun/tools/doclets/internal/toolkit/util/links/LinkFactory.class inflated: com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.class inflated: com/sun/tools/doclets/internal/toolkit/util/links/LinkOutput.class inflated: com/sun/tools/doclets/standard/Standard.class inflated: com/sun/tools/javac/Launcher.class inflated: com/sun/tools/javac/Main.class inflated: com/sun/tools/javac/Server$CwdFileManager.class inflated: com/sun/tools/javac/Server.class inflated: com/sun/tools/javac/api/JavacScope$1.class inflated: com/sun/tools/javac/api/JavacScope.class inflated: com/sun/tools/javac/api/JavacTaskImpl$1.class inflated: com/sun/tools/javac/api/JavacTaskImpl$2.class inflated: com/sun/tools/javac/api/JavacTaskImpl$3.class inflated: com/sun/tools/javac/api/JavacTaskImpl$Filter.class inflated: com/sun/tools/javac/api/JavacTaskImpl.class inflated: com/sun/tools/javac/api/JavacTool$1.class inflated: com/sun/tools/javac/api/JavacTool$2.class inflated: com/sun/tools/javac/api/JavacTool.class inflated: com/sun/tools/javac/api/JavacTrees$1.class inflated: com/sun/tools/javac/api/JavacTrees$2.class inflated: com/sun/tools/javac/api/JavacTrees$Copier.class inflated: com/sun/tools/javac/api/JavacTrees.class inflated: com/sun/tools/javac/api/WrappingJavaFileManager.class inflated: com/sun/tools/javac/code/Attribute$Array.class inflated: com/sun/tools/javac/code/Attribute$Class.class inflated: com/sun/tools/javac/code/Attribute$Compound.class inflated: com/sun/tools/javac/code/Attribute$Constant.class inflated: com/sun/tools/javac/code/Attribute$Enum.class inflated: com/sun/tools/javac/code/Attribute$Error.class inflated: com/sun/tools/javac/code/Attribute$Visitor.class inflated: com/sun/tools/javac/code/Attribute.class inflated: com/sun/tools/javac/code/BoundKind.class inflated: com/sun/tools/javac/code/Flags.class inflated: com/sun/tools/javac/code/Kinds.class inflated: com/sun/tools/javac/code/Lint$AugmentVisitor.class inflated: com/sun/tools/javac/code/Lint$LintCategory.class inflated: com/sun/tools/javac/code/Lint.class inflated: com/sun/tools/javac/code/Scope$1$1.class inflated: com/sun/tools/javac/code/Scope$1.class inflated: com/sun/tools/javac/code/Scope$DelegatedScope.class inflated: com/sun/tools/javac/code/Scope$Entry.class inflated: com/sun/tools/javac/code/Scope$ErrorScope.class inflated: com/sun/tools/javac/code/Scope$ImportScope$ImportEntry.class inflated: com/sun/tools/javac/code/Scope$ImportScope.class inflated: com/sun/tools/javac/code/Scope.class inflated: com/sun/tools/javac/code/Source$1.class inflated: com/sun/tools/javac/code/Source.class inflated: com/sun/tools/javac/code/Symbol$ClassSymbol.class inflated: com/sun/tools/javac/code/Symbol$Completer.class inflated: com/sun/tools/javac/code/Symbol$CompletionFailure.class inflated: com/sun/tools/javac/code/Symbol$DelegatedSymbol.class inflated: com/sun/tools/javac/code/Symbol$MethodSymbol.class inflated: com/sun/tools/javac/code/Symbol$OperatorSymbol.class inflated: com/sun/tools/javac/code/Symbol$PackageSymbol.class inflated: com/sun/tools/javac/code/Symbol$TypeSymbol.class inflated: com/sun/tools/javac/code/Symbol$VarSymbol$1.class inflated: com/sun/tools/javac/code/Symbol$VarSymbol.class inflated: com/sun/tools/javac/code/Symbol.class inflated: com/sun/tools/javac/code/Symtab$1.class inflated: com/sun/tools/javac/code/Symtab$2.class inflated: com/sun/tools/javac/code/Symtab$3.class inflated: com/sun/tools/javac/code/Symtab.class inflated: com/sun/tools/javac/code/Type$1.class inflated: com/sun/tools/javac/code/Type$ArrayType.class inflated: com/sun/tools/javac/code/Type$BottomType.class inflated: com/sun/tools/javac/code/Type$CapturedType.class inflated: com/sun/tools/javac/code/Type$ClassType$1.class inflated: com/sun/tools/javac/code/Type$ClassType.class inflated: com/sun/tools/javac/code/Type$DelegatedType.class inflated: com/sun/tools/javac/code/Type$ErrorType.class inflated: com/sun/tools/javac/code/Type$ForAll.class inflated: com/sun/tools/javac/code/Type$JCNoType.class inflated: com/sun/tools/javac/code/Type$Mapping.class inflated: com/sun/tools/javac/code/Type$MethodType.class inflated: com/sun/tools/javac/code/Type$PackageType.class inflated: com/sun/tools/javac/code/Type$TypeVar.class inflated: com/sun/tools/javac/code/Type$UndetVar.class inflated: com/sun/tools/javac/code/Type$Visitor.class inflated: com/sun/tools/javac/code/Type$WildcardType.class inflated: com/sun/tools/javac/code/Type.class inflated: com/sun/tools/javac/code/TypeTags.class inflated: com/sun/tools/javac/code/Types$1.class inflated: com/sun/tools/javac/code/Types$10.class inflated: com/sun/tools/javac/code/Types$11.class inflated: com/sun/tools/javac/code/Types$12.class inflated: com/sun/tools/javac/code/Types$13.class inflated: com/sun/tools/javac/code/Types$14.class inflated: com/sun/tools/javac/code/Types$15.class inflated: com/sun/tools/javac/code/Types$16.class inflated: com/sun/tools/javac/code/Types$17.class inflated: com/sun/tools/javac/code/Types$18.class inflated: com/sun/tools/javac/code/Types$19.class inflated: com/sun/tools/javac/code/Types$2.class inflated: com/sun/tools/javac/code/Types$20.class inflated: com/sun/tools/javac/code/Types$21.class inflated: com/sun/tools/javac/code/Types$22.class inflated: com/sun/tools/javac/code/Types$23.class inflated: com/sun/tools/javac/code/Types$24.class inflated: com/sun/tools/javac/code/Types$3.class inflated: com/sun/tools/javac/code/Types$4.class inflated: com/sun/tools/javac/code/Types$5.class inflated: com/sun/tools/javac/code/Types$6.class inflated: com/sun/tools/javac/code/Types$7.class inflated: com/sun/tools/javac/code/Types$8.class inflated: com/sun/tools/javac/code/Types$9.class inflated: com/sun/tools/javac/code/Types$AdaptFailure.class inflated: com/sun/tools/javac/code/Types$DefaultTypeVisitor.class inflated: com/sun/tools/javac/code/Types$MapVisitor.class inflated: com/sun/tools/javac/code/Types$SimpleVisitor.class inflated: com/sun/tools/javac/code/Types$SingletonType.class inflated: com/sun/tools/javac/code/Types$Subst.class inflated: com/sun/tools/javac/code/Types$TypePair.class inflated: com/sun/tools/javac/code/Types$TypeRelation.class inflated: com/sun/tools/javac/code/Types$UnaryVisitor.class inflated: com/sun/tools/javac/code/Types.class inflated: com/sun/tools/javac/comp/Annotate$Annotator.class inflated: com/sun/tools/javac/comp/Annotate.class inflated: com/sun/tools/javac/comp/Attr$1.class inflated: com/sun/tools/javac/comp/Attr$BreakAttr.class inflated: com/sun/tools/javac/comp/Attr$IdentAttributer.class inflated: com/sun/tools/javac/comp/Attr.class inflated: com/sun/tools/javac/comp/AttrContext.class inflated: com/sun/tools/javac/comp/AttrContextEnv.class inflated: com/sun/tools/javac/comp/Check$1SpecialTreeVisitor.class inflated: com/sun/tools/javac/comp/Check$ConversionWarner.class inflated: com/sun/tools/javac/comp/Check$Validator.class inflated: com/sun/tools/javac/comp/Check.class inflated: com/sun/tools/javac/comp/ConstFold.class inflated: com/sun/tools/javac/comp/Enter.class inflated: com/sun/tools/javac/comp/Env$1.class inflated: com/sun/tools/javac/comp/Env.class inflated: com/sun/tools/javac/comp/Flow$PendingExit.class inflated: com/sun/tools/javac/comp/Flow.class inflated: com/sun/tools/javac/comp/Infer$1.class inflated: com/sun/tools/javac/comp/Infer$2.class inflated: com/sun/tools/javac/comp/Infer$NoInstanceException.class inflated: com/sun/tools/javac/comp/Infer.class inflated: com/sun/tools/javac/comp/Lower$1.class inflated: com/sun/tools/javac/comp/Lower$1Patcher.class inflated: com/sun/tools/javac/comp/Lower$2$1.class inflated: com/sun/tools/javac/comp/Lower$2.class inflated: com/sun/tools/javac/comp/Lower$3.class inflated: com/sun/tools/javac/comp/Lower$4.class inflated: com/sun/tools/javac/comp/Lower$5$1.class inflated: com/sun/tools/javac/comp/Lower$5.class inflated: com/sun/tools/javac/comp/Lower$ClassMap.class inflated: com/sun/tools/javac/comp/Lower$EnumMapping.class inflated: com/sun/tools/javac/comp/Lower$FreeVarCollector.class inflated: com/sun/tools/javac/comp/Lower$TreeBuilder.class inflated: com/sun/tools/javac/comp/Lower.class inflated: com/sun/tools/javac/comp/MemberEnter$1.class inflated: com/sun/tools/javac/comp/MemberEnter$2.class inflated: com/sun/tools/javac/comp/MemberEnter$3.class inflated: com/sun/tools/javac/comp/MemberEnter$4.class inflated: com/sun/tools/javac/comp/MemberEnter$5.class inflated: com/sun/tools/javac/comp/MemberEnter$6.class inflated: com/sun/tools/javac/comp/MemberEnter.class inflated: com/sun/tools/javac/comp/Resolve$1.class inflated: com/sun/tools/javac/comp/Resolve$AccessError.class inflated: com/sun/tools/javac/comp/Resolve$AmbiguityError.class inflated: com/sun/tools/javac/comp/Resolve$ResolveError.class inflated: com/sun/tools/javac/comp/Resolve$StaticError.class inflated: com/sun/tools/javac/comp/Resolve.class inflated: com/sun/tools/javac/comp/Todo.class inflated: com/sun/tools/javac/comp/TransTypes.class inflated: com/sun/tools/javac/jvm/ByteCodes.class inflated: com/sun/tools/javac/jvm/CRTFlags.class inflated: com/sun/tools/javac/jvm/CRTable$CRTEntry.class inflated: com/sun/tools/javac/jvm/CRTable$SourceComputer.class inflated: com/sun/tools/javac/jvm/CRTable$SourceRange.class inflated: com/sun/tools/javac/jvm/CRTable.class inflated: com/sun/tools/javac/jvm/ClassFile$NameAndType.class inflated: com/sun/tools/javac/jvm/ClassFile.class inflated: com/sun/tools/javac/jvm/ClassReader$1.class inflated: com/sun/tools/javac/jvm/ClassReader$2.class inflated: com/sun/tools/javac/jvm/ClassReader$AnnotationCompleter.class inflated: com/sun/tools/javac/jvm/ClassReader$AnnotationDefaultCompleter.class inflated: com/sun/tools/javac/jvm/ClassReader$AnnotationDeproxy.class inflated: com/sun/tools/javac/jvm/ClassReader$ArrayAttributeProxy.class inflated: com/sun/tools/javac/jvm/ClassReader$BadClassFile.class inflated: com/sun/tools/javac/jvm/ClassReader$CompoundAnnotationProxy.class inflated: com/sun/tools/javac/jvm/ClassReader$EnumAttributeProxy.class inflated: com/sun/tools/javac/jvm/ClassReader$ProxyVisitor.class inflated: com/sun/tools/javac/jvm/ClassReader$SourceCompleter.class inflated: com/sun/tools/javac/jvm/ClassReader$SourceFileObject.class inflated: com/sun/tools/javac/jvm/ClassReader.class inflated: com/sun/tools/javac/jvm/ClassWriter$1.class inflated: com/sun/tools/javac/jvm/ClassWriter$AttributeWriter.class inflated: com/sun/tools/javac/jvm/ClassWriter$PoolOverflow.class inflated: com/sun/tools/javac/jvm/ClassWriter$RetentionPolicy.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$AppendFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$ChopFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$FullFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$SameFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame$SameLocals1StackItemFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame.class inflated: com/sun/tools/javac/jvm/ClassWriter$StringOverflow.class inflated: com/sun/tools/javac/jvm/ClassWriter.class inflated: com/sun/tools/javac/jvm/Code$1.class inflated: com/sun/tools/javac/jvm/Code$Chain.class inflated: com/sun/tools/javac/jvm/Code$LocalVar.class inflated: com/sun/tools/javac/jvm/Code$Mneumonics.class inflated: com/sun/tools/javac/jvm/Code$StackMapFormat$1.class inflated: com/sun/tools/javac/jvm/Code$StackMapFormat$2.class inflated: com/sun/tools/javac/jvm/Code$StackMapFormat.class inflated: com/sun/tools/javac/jvm/Code$StackMapFrame.class inflated: com/sun/tools/javac/jvm/Code$State.class inflated: com/sun/tools/javac/jvm/Code.class inflated: com/sun/tools/javac/jvm/Gen$1.class inflated: com/sun/tools/javac/jvm/Gen$1ComplexityScanner.class inflated: com/sun/tools/javac/jvm/Gen$2.class inflated: com/sun/tools/javac/jvm/Gen$CodeSizeOverflow.class inflated: com/sun/tools/javac/jvm/Gen$GenContext.class inflated: com/sun/tools/javac/jvm/Gen$GenFinalizer.class inflated: com/sun/tools/javac/jvm/Gen.class inflated: com/sun/tools/javac/jvm/Items$1.class inflated: com/sun/tools/javac/jvm/Items$AssignItem.class inflated: com/sun/tools/javac/jvm/Items$CondItem.class inflated: com/sun/tools/javac/jvm/Items$ImmediateItem.class inflated: com/sun/tools/javac/jvm/Items$IndexedItem.class inflated: com/sun/tools/javac/jvm/Items$Item.class inflated: com/sun/tools/javac/jvm/Items$LocalItem.class inflated: com/sun/tools/javac/jvm/Items$MemberItem.class inflated: com/sun/tools/javac/jvm/Items$SelfItem.class inflated: com/sun/tools/javac/jvm/Items$StackItem.class inflated: com/sun/tools/javac/jvm/Items$StaticItem.class inflated: com/sun/tools/javac/jvm/Items.class inflated: com/sun/tools/javac/jvm/Pool$Method.class inflated: com/sun/tools/javac/jvm/Pool$Variable.class inflated: com/sun/tools/javac/jvm/Pool.class inflated: com/sun/tools/javac/jvm/Target.class inflated: com/sun/tools/javac/jvm/UninitializedType.class inflated: com/sun/tools/javac/main/CommandLine.class inflated: com/sun/tools/javac/main/JavaCompiler$1.class inflated: com/sun/tools/javac/main/JavaCompiler$1MethodBodyRemover.class inflated: com/sun/tools/javac/main/JavaCompiler$1ScanNested.class inflated: com/sun/tools/javac/main/JavaCompiler$CompilePolicy.class inflated: com/sun/tools/javac/main/JavaCompiler$ImplicitSourcePolicy.class inflated: com/sun/tools/javac/main/JavaCompiler.class inflated: com/sun/tools/javac/main/JavacOption$HiddenOption.class inflated: com/sun/tools/javac/main/JavacOption$Option.class inflated: com/sun/tools/javac/main/JavacOption$OptionKind.class inflated: com/sun/tools/javac/main/JavacOption$XOption.class inflated: com/sun/tools/javac/main/JavacOption.class inflated: com/sun/tools/javac/main/Main$1.class inflated: com/sun/tools/javac/main/Main$2.class inflated: com/sun/tools/javac/main/Main.class inflated: com/sun/tools/javac/main/OptionName.class inflated: com/sun/tools/javac/main/RecognizedOptions$1.class inflated: com/sun/tools/javac/main/RecognizedOptions$10.class inflated: com/sun/tools/javac/main/RecognizedOptions$11.class inflated: com/sun/tools/javac/main/RecognizedOptions$12.class inflated: com/sun/tools/javac/main/RecognizedOptions$13.class inflated: com/sun/tools/javac/main/RecognizedOptions$14.class inflated: com/sun/tools/javac/main/RecognizedOptions$15.class inflated: com/sun/tools/javac/main/RecognizedOptions$16.class inflated: com/sun/tools/javac/main/RecognizedOptions$17.class inflated: com/sun/tools/javac/main/RecognizedOptions$18.class inflated: com/sun/tools/javac/main/RecognizedOptions$19.class inflated: com/sun/tools/javac/main/RecognizedOptions$2.class inflated: com/sun/tools/javac/main/RecognizedOptions$20.class inflated: com/sun/tools/javac/main/RecognizedOptions$21.class inflated: com/sun/tools/javac/main/RecognizedOptions$22.class inflated: com/sun/tools/javac/main/RecognizedOptions$23.class inflated: com/sun/tools/javac/main/RecognizedOptions$24.class inflated: com/sun/tools/javac/main/RecognizedOptions$25.class inflated: com/sun/tools/javac/main/RecognizedOptions$26.class inflated: com/sun/tools/javac/main/RecognizedOptions$3.class inflated: com/sun/tools/javac/main/RecognizedOptions$4.class inflated: com/sun/tools/javac/main/RecognizedOptions$5.class inflated: com/sun/tools/javac/main/RecognizedOptions$6.class inflated: com/sun/tools/javac/main/RecognizedOptions$7.class inflated: com/sun/tools/javac/main/RecognizedOptions$8.class inflated: com/sun/tools/javac/main/RecognizedOptions$9.class inflated: com/sun/tools/javac/main/RecognizedOptions$GrumpyHelper.class inflated: com/sun/tools/javac/main/RecognizedOptions$OptionHelper.class inflated: com/sun/tools/javac/main/RecognizedOptions.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypeExceptionProxy.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$ValueVisitor$1.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker$ValueVisitor.class inflated: com/sun/tools/javac/model/AnnotationProxyMaker.class inflated: com/sun/tools/javac/model/FilteredMemberList$1.class inflated: com/sun/tools/javac/model/FilteredMemberList.class inflated: com/sun/tools/javac/model/JavacElements$1TS.class inflated: com/sun/tools/javac/model/JavacElements$1Vis.class inflated: com/sun/tools/javac/model/JavacElements$2Vis.class inflated: com/sun/tools/javac/model/JavacElements.class inflated: com/sun/tools/javac/model/JavacSourcePosition.class inflated: com/sun/tools/javac/model/JavacTypes$1.class inflated: com/sun/tools/javac/model/JavacTypes.class inflated: com/sun/tools/javac/parser/DocCommentScanner$Factory$1.class inflated: com/sun/tools/javac/parser/DocCommentScanner$Factory.class inflated: com/sun/tools/javac/parser/DocCommentScanner.class inflated: com/sun/tools/javac/parser/EndPosParser.class inflated: com/sun/tools/javac/parser/Keywords$1.class inflated: com/sun/tools/javac/parser/Keywords.class inflated: com/sun/tools/javac/parser/Lexer.class inflated: com/sun/tools/javac/parser/Parser$1.class inflated: com/sun/tools/javac/parser/Parser$Factory.class inflated: com/sun/tools/javac/parser/Parser.class inflated: com/sun/tools/javac/parser/Scanner$CommentStyle.class inflated: com/sun/tools/javac/parser/Scanner$Factory.class inflated: com/sun/tools/javac/parser/Scanner.class inflated: com/sun/tools/javac/parser/Token.class inflated: com/sun/tools/javac/processing/AnnotationProcessingError.class inflated: com/sun/tools/javac/processing/JavacFiler$1.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerInputFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerInputJavaFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerOutputFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerOutputJavaFileObject.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerOutputStream.class inflated: com/sun/tools/javac/processing/JavacFiler$FilerWriter.class inflated: com/sun/tools/javac/processing/JavacFiler.class inflated: com/sun/tools/javac/processing/JavacMessager$1.class inflated: com/sun/tools/javac/processing/JavacMessager.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$1.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$AnnotationCollector.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$ComputeAnnotationSet.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$DiscoveredProcessors$ProcessorStateIterator.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$DiscoveredProcessors.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$NameProcessIterator.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$ProcessorState.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment$ServiceIterator.class inflated: com/sun/tools/javac/processing/JavacProcessingEnvironment.class inflated: com/sun/tools/javac/processing/JavacRoundEnvironment$AnnotationSetScanner.class inflated: com/sun/tools/javac/processing/JavacRoundEnvironment.class inflated: com/sun/tools/javac/processing/PrintingProcessor$1.class inflated: com/sun/tools/javac/processing/PrintingProcessor$PrintingElementVisitor$1.class inflated: com/sun/tools/javac/processing/PrintingProcessor$PrintingElementVisitor.class inflated: com/sun/tools/javac/processing/PrintingProcessor.class inflated: com/sun/tools/javac/processing/ServiceProxy$ServiceConfigurationError.class inflated: com/sun/tools/javac/processing/ServiceProxy.class inflated: com/sun/tools/javac/resources/compiler.class inflated: com/sun/tools/javac/resources/compiler_ja.class inflated: com/sun/tools/javac/resources/compiler_zh_CN.class inflated: com/sun/tools/javac/resources/javac.class inflated: com/sun/tools/javac/resources/javac_ja.class inflated: com/sun/tools/javac/resources/javac_zh_CN.class inflated: com/sun/tools/javac/resources/legacy.class inflated: com/sun/tools/javac/resources/version.class inflated: com/sun/tools/javac/sym/CreateSymbols.class inflated: com/sun/tools/javac/tree/JCTree$1.class inflated: com/sun/tools/javac/tree/JCTree$Factory.class inflated: com/sun/tools/javac/tree/JCTree$JCAnnotation.class inflated: com/sun/tools/javac/tree/JCTree$JCArrayAccess.class inflated: com/sun/tools/javac/tree/JCTree$JCArrayTypeTree.class inflated: com/sun/tools/javac/tree/JCTree$JCAssert.class inflated: com/sun/tools/javac/tree/JCTree$JCAssign.class inflated: com/sun/tools/javac/tree/JCTree$JCAssignOp.class inflated: com/sun/tools/javac/tree/JCTree$JCBinary.class inflated: com/sun/tools/javac/tree/JCTree$JCBlock.class inflated: com/sun/tools/javac/tree/JCTree$JCBreak.class inflated: com/sun/tools/javac/tree/JCTree$JCCase.class inflated: com/sun/tools/javac/tree/JCTree$JCCatch.class inflated: com/sun/tools/javac/tree/JCTree$JCClassDecl.class inflated: com/sun/tools/javac/tree/JCTree$JCCompilationUnit.class inflated: com/sun/tools/javac/tree/JCTree$JCConditional.class inflated: com/sun/tools/javac/tree/JCTree$JCContinue.class inflated: com/sun/tools/javac/tree/JCTree$JCDoWhileLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCEnhancedForLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCErroneous.class inflated: com/sun/tools/javac/tree/JCTree$JCExpression.class inflated: com/sun/tools/javac/tree/JCTree$JCExpressionStatement.class inflated: com/sun/tools/javac/tree/JCTree$JCFieldAccess.class inflated: com/sun/tools/javac/tree/JCTree$JCForLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCIdent.class inflated: com/sun/tools/javac/tree/JCTree$JCIf.class inflated: com/sun/tools/javac/tree/JCTree$JCImport.class inflated: com/sun/tools/javac/tree/JCTree$JCInstanceOf.class inflated: com/sun/tools/javac/tree/JCTree$JCLabeledStatement.class inflated: com/sun/tools/javac/tree/JCTree$JCLiteral.class inflated: com/sun/tools/javac/tree/JCTree$JCMethodDecl.class inflated: com/sun/tools/javac/tree/JCTree$JCMethodInvocation.class inflated: com/sun/tools/javac/tree/JCTree$JCModifiers.class inflated: com/sun/tools/javac/tree/JCTree$JCNewArray.class inflated: com/sun/tools/javac/tree/JCTree$JCNewClass.class inflated: com/sun/tools/javac/tree/JCTree$JCParens.class inflated: com/sun/tools/javac/tree/JCTree$JCPrimitiveTypeTree.class inflated: com/sun/tools/javac/tree/JCTree$JCReturn.class inflated: com/sun/tools/javac/tree/JCTree$JCSkip.class inflated: com/sun/tools/javac/tree/JCTree$JCStatement.class inflated: com/sun/tools/javac/tree/JCTree$JCSwitch.class inflated: com/sun/tools/javac/tree/JCTree$JCSynchronized.class inflated: com/sun/tools/javac/tree/JCTree$JCThrow.class inflated: com/sun/tools/javac/tree/JCTree$JCTry.class inflated: com/sun/tools/javac/tree/JCTree$JCTypeApply.class inflated: com/sun/tools/javac/tree/JCTree$JCTypeCast.class inflated: com/sun/tools/javac/tree/JCTree$JCTypeParameter.class inflated: com/sun/tools/javac/tree/JCTree$JCUnary.class inflated: com/sun/tools/javac/tree/JCTree$JCVariableDecl.class inflated: com/sun/tools/javac/tree/JCTree$JCWhileLoop.class inflated: com/sun/tools/javac/tree/JCTree$JCWildcard.class inflated: com/sun/tools/javac/tree/JCTree$LetExpr.class inflated: com/sun/tools/javac/tree/JCTree$TypeBoundKind.class inflated: com/sun/tools/javac/tree/JCTree$Visitor.class inflated: com/sun/tools/javac/tree/JCTree.class inflated: com/sun/tools/javac/tree/Pretty$1UsedVisitor.class inflated: com/sun/tools/javac/tree/Pretty$UncheckedIOException.class inflated: com/sun/tools/javac/tree/Pretty.class inflated: com/sun/tools/javac/tree/TreeCopier.class inflated: com/sun/tools/javac/tree/TreeInfo$1.class inflated: com/sun/tools/javac/tree/TreeInfo$1DeclScanner.class inflated: com/sun/tools/javac/tree/TreeInfo$1PathFinder.class inflated: com/sun/tools/javac/tree/TreeInfo$1Result.class inflated: com/sun/tools/javac/tree/TreeInfo.class inflated: com/sun/tools/javac/tree/TreeMaker$AnnotationBuilder.class inflated: com/sun/tools/javac/tree/TreeMaker.class inflated: com/sun/tools/javac/tree/TreeScanner.class inflated: com/sun/tools/javac/tree/TreeTranslator.class inflated: com/sun/tools/javac/util/Abort.class inflated: com/sun/tools/javac/util/BaseFileObject.class inflated: com/sun/tools/javac/util/Bits.class inflated: com/sun/tools/javac/util/ByteBuffer.class inflated: com/sun/tools/javac/util/ClientCodeException.class inflated: com/sun/tools/javac/util/Constants.class inflated: com/sun/tools/javac/util/Context$Factory.class inflated: com/sun/tools/javac/util/Context$Key.class inflated: com/sun/tools/javac/util/Context.class inflated: com/sun/tools/javac/util/Convert.class inflated: com/sun/tools/javac/util/DiagnosticFormatter$1.class inflated: com/sun/tools/javac/util/DiagnosticFormatter.class inflated: com/sun/tools/javac/util/FatalError.class inflated: com/sun/tools/javac/util/JCDiagnostic$1.class inflated: com/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition.class inflated: com/sun/tools/javac/util/JCDiagnostic$DiagnosticSource.class inflated: com/sun/tools/javac/util/JCDiagnostic$DiagnosticType.class inflated: com/sun/tools/javac/util/JCDiagnostic$Factory.class inflated: com/sun/tools/javac/util/JCDiagnostic$SimpleDiagnosticPosition.class inflated: com/sun/tools/javac/util/JCDiagnostic.class inflated: com/sun/tools/javac/util/JavacFileManager$1.class inflated: com/sun/tools/javac/util/JavacFileManager$Archive.class inflated: com/sun/tools/javac/util/JavacFileManager$ByteBufferCache.class inflated: com/sun/tools/javac/util/JavacFileManager$MissingArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$RegularFileObject.class inflated: com/sun/tools/javac/util/JavacFileManager$SymbolArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipFileIndexArchive.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipFileIndexFileObject.class inflated: com/sun/tools/javac/util/JavacFileManager$ZipFileObject.class inflated: com/sun/tools/javac/util/JavacFileManager.class inflated: com/sun/tools/javac/util/LayoutCharacters.class inflated: com/sun/tools/javac/util/List$1.class inflated: com/sun/tools/javac/util/List$2.class inflated: com/sun/tools/javac/util/List$3.class inflated: com/sun/tools/javac/util/List.class inflated: com/sun/tools/javac/util/ListBuffer$1.class inflated: com/sun/tools/javac/util/ListBuffer.class inflated: com/sun/tools/javac/util/Log$1.class inflated: com/sun/tools/javac/util/Log$2.class inflated: com/sun/tools/javac/util/Log$3.class inflated: com/sun/tools/javac/util/Log.class inflated: com/sun/tools/javac/util/MandatoryWarningHandler$DeferredDiagnosticKind.class inflated: com/sun/tools/javac/util/MandatoryWarningHandler.class inflated: com/sun/tools/javac/util/Messages.class inflated: com/sun/tools/javac/util/Name$Table.class inflated: com/sun/tools/javac/util/Name.class inflated: com/sun/tools/javac/util/Old199.class inflated: com/sun/tools/javac/util/Options.class inflated: com/sun/tools/javac/util/Pair.class inflated: com/sun/tools/javac/util/Paths$Path.class inflated: com/sun/tools/javac/util/Paths$PathEntry.class inflated: com/sun/tools/javac/util/Paths.class inflated: com/sun/tools/javac/util/Position$LineMap.class inflated: com/sun/tools/javac/util/Position$LineMapImpl.class inflated: com/sun/tools/javac/util/Position$LineTabMapImpl.class inflated: com/sun/tools/javac/util/Position.class inflated: com/sun/tools/javac/util/PropagatedException.class inflated: com/sun/tools/javac/util/Warner.class inflated: com/sun/tools/javac/zip/ZipFileIndex$DirectoryEntry.class inflated: com/sun/tools/javac/zip/ZipFileIndex$ZipDirectory.class inflated: com/sun/tools/javac/zip/ZipFileIndex.class inflated: com/sun/tools/javac/zip/ZipFileIndexEntry.class inflated: com/sun/tools/javadoc/AbstractTypeImpl.class inflated: com/sun/tools/javadoc/AnnotationDescImpl$ElementValuePairImpl.class inflated: com/sun/tools/javadoc/AnnotationDescImpl.class inflated: com/sun/tools/javadoc/AnnotationTypeDocImpl.class inflated: com/sun/tools/javadoc/AnnotationTypeElementDocImpl.class inflated: com/sun/tools/javadoc/AnnotationValueImpl$1.class inflated: com/sun/tools/javadoc/AnnotationValueImpl$ToStringVisitor.class inflated: com/sun/tools/javadoc/AnnotationValueImpl$ValueVisitor.class inflated: com/sun/tools/javadoc/AnnotationValueImpl.class inflated: com/sun/tools/javadoc/ClassDocImpl.class inflated: com/sun/tools/javadoc/Comment$1CommentStringParser.class inflated: com/sun/tools/javadoc/Comment.class inflated: com/sun/tools/javadoc/ConstructorDocImpl.class inflated: com/sun/tools/javadoc/DocEnv.class inflated: com/sun/tools/javadoc/DocImpl.class inflated: com/sun/tools/javadoc/DocLocale.class inflated: com/sun/tools/javadoc/DocletInvoker$1.class inflated: com/sun/tools/javadoc/DocletInvoker$DocletInvokeException.class inflated: com/sun/tools/javadoc/DocletInvoker.class inflated: com/sun/tools/javadoc/ExecutableMemberDocImpl.class inflated: com/sun/tools/javadoc/FieldDocImpl.class inflated: com/sun/tools/javadoc/JavadocClassReader$1.class inflated: com/sun/tools/javadoc/JavadocClassReader.class inflated: com/sun/tools/javadoc/JavadocEnter$1.class inflated: com/sun/tools/javadoc/JavadocEnter.class inflated: com/sun/tools/javadoc/JavadocMemberEnter$1.class inflated: com/sun/tools/javadoc/JavadocMemberEnter.class inflated: com/sun/tools/javadoc/JavadocTodo$1.class inflated: com/sun/tools/javadoc/JavadocTodo.class inflated: com/sun/tools/javadoc/JavadocTool.class inflated: com/sun/tools/javadoc/Main.class inflated: com/sun/tools/javadoc/MemberDocImpl.class inflated: com/sun/tools/javadoc/Messager$1.class inflated: com/sun/tools/javadoc/Messager$2.class inflated: com/sun/tools/javadoc/Messager$ExitJavadoc.class inflated: com/sun/tools/javadoc/Messager.class inflated: com/sun/tools/javadoc/MethodDocImpl.class inflated: com/sun/tools/javadoc/ModifierFilter.class inflated: com/sun/tools/javadoc/PackageDocImpl.class inflated: com/sun/tools/javadoc/ParamTagImpl.class inflated: com/sun/tools/javadoc/ParameterImpl.class inflated: com/sun/tools/javadoc/ParameterizedTypeImpl.class inflated: com/sun/tools/javadoc/PrimitiveType.class inflated: com/sun/tools/javadoc/ProgramElementDocImpl.class inflated: com/sun/tools/javadoc/RootDocImpl.class inflated: com/sun/tools/javadoc/SeeTagImpl$ParameterParseMachine.class inflated: com/sun/tools/javadoc/SeeTagImpl.class inflated: com/sun/tools/javadoc/SerialFieldTagImpl.class inflated: com/sun/tools/javadoc/SerializedForm.class inflated: com/sun/tools/javadoc/SourcePositionImpl.class inflated: com/sun/tools/javadoc/Start.class inflated: com/sun/tools/javadoc/TagImpl.class inflated: com/sun/tools/javadoc/ThrowsTagImpl.class inflated: com/sun/tools/javadoc/TypeMaker$ArrayTypeImpl.class inflated: com/sun/tools/javadoc/TypeMaker.class inflated: com/sun/tools/javadoc/TypeVariableImpl.class inflated: com/sun/tools/javadoc/WildcardTypeImpl.class inflated: com/sun/tools/javadoc/resources/javadoc.class inflated: com/sun/tools/javadoc/resources/javadoc_ja.class inflated: com/sun/tools/javadoc/resources/javadoc_zh_CN.class inflated: com/sun/tools/javah/Gen.class inflated: com/sun/tools/javah/JNI.class inflated: com/sun/tools/javah/LLNI$FieldDefsRes.class inflated: com/sun/tools/javah/LLNI.class inflated: com/sun/tools/javah/Main.class inflated: com/sun/tools/javah/MainDoclet.class inflated: com/sun/tools/javah/Mangle$Type.class inflated: com/sun/tools/javah/Mangle.class inflated: com/sun/tools/javah/TypeSignature.class inflated: com/sun/tools/javah/Util.class inflated: com/sun/tools/javah/resources/Linux_ppc.class inflated: com/sun/tools/javah/resources/Linux_sparc.class inflated: com/sun/tools/javah/resources/SunOS_sparc.class inflated: com/sun/tools/javah/resources/SunOS_sparcv9.class inflated: com/sun/tools/javah/resources/l10n.class inflated: com/sun/tools/javah/resources/l10n_ja.class inflated: com/sun/tools/javah/resources/l10n_zh_CN.class inflated: com/sun/tools/javah/resources/win32_x86.class inflated: javax/annotation/processing/AbstractProcessor.class inflated: javax/annotation/processing/Completion.class inflated: javax/annotation/processing/Completions$SimpleCompletion.class inflated: javax/annotation/processing/Completions.class inflated: javax/annotation/processing/Filer.class inflated: javax/annotation/processing/FilerException.class inflated: javax/annotation/processing/Messager.class inflated: javax/annotation/processing/ProcessingEnvironment.class inflated: javax/annotation/processing/Processor.class inflated: javax/annotation/processing/RoundEnvironment.class inflated: javax/annotation/processing/SupportedAnnotationTypes.class inflated: javax/annotation/processing/SupportedOptions.class inflated: javax/annotation/processing/SupportedSourceVersion.class inflated: javax/lang/model/SourceVersion.class inflated: javax/lang/model/element/AnnotationMirror.class inflated: javax/lang/model/element/AnnotationValue.class inflated: javax/lang/model/element/AnnotationValueVisitor.class inflated: javax/lang/model/element/Element.class inflated: javax/lang/model/element/ElementKind.class inflated: javax/lang/model/element/ElementVisitor.class inflated: javax/lang/model/element/ExecutableElement.class inflated: javax/lang/model/element/Modifier.class inflated: javax/lang/model/element/Name.class inflated: javax/lang/model/element/NestingKind.class inflated: javax/lang/model/element/PackageElement.class inflated: javax/lang/model/element/TypeElement.class inflated: javax/lang/model/element/TypeParameterElement.class inflated: javax/lang/model/element/UnknownAnnotationValueException.class inflated: javax/lang/model/element/UnknownElementException.class inflated: javax/lang/model/element/VariableElement.class inflated: javax/lang/model/type/ArrayType.class inflated: javax/lang/model/type/DeclaredType.class inflated: javax/lang/model/type/ErrorType.class inflated: javax/lang/model/type/ExecutableType.class inflated: javax/lang/model/type/MirroredTypeException.class inflated: javax/lang/model/type/MirroredTypesException.class inflated: javax/lang/model/type/NoType.class inflated: javax/lang/model/type/NullType.class inflated: javax/lang/model/type/PrimitiveType.class inflated: javax/lang/model/type/ReferenceType.class inflated: javax/lang/model/type/TypeKind$1.class inflated: javax/lang/model/type/TypeKind.class inflated: javax/lang/model/type/TypeMirror.class inflated: javax/lang/model/type/TypeVariable.class inflated: javax/lang/model/type/TypeVisitor.class inflated: javax/lang/model/type/UnknownTypeException.class inflated: javax/lang/model/type/WildcardType.class inflated: javax/lang/model/util/AbstractAnnotationValueVisitor6.class inflated: javax/lang/model/util/AbstractElementVisitor6.class inflated: javax/lang/model/util/AbstractTypeVisitor6.class inflated: javax/lang/model/util/ElementFilter.class inflated: javax/lang/model/util/ElementKindVisitor6$1.class inflated: javax/lang/model/util/ElementKindVisitor6.class inflated: javax/lang/model/util/ElementScanner6.class inflated: javax/lang/model/util/Elements.class inflated: javax/lang/model/util/SimpleAnnotationValueVisitor6.class inflated: javax/lang/model/util/SimpleElementVisitor6.class inflated: javax/lang/model/util/SimpleTypeVisitor6.class inflated: javax/lang/model/util/TypeKindVisitor6$1.class inflated: javax/lang/model/util/TypeKindVisitor6.class inflated: javax/lang/model/util/Types.class inflated: javax/tools/Diagnostic$Kind.class inflated: javax/tools/Diagnostic.class inflated: javax/tools/DiagnosticCollector.class inflated: javax/tools/DiagnosticListener.class inflated: javax/tools/FileObject.class inflated: javax/tools/ForwardingFileObject.class inflated: javax/tools/ForwardingJavaFileManager.class inflated: javax/tools/ForwardingJavaFileObject.class inflated: javax/tools/JavaCompiler$CompilationTask.class inflated: javax/tools/JavaCompiler.class inflated: javax/tools/JavaFileManager$Location.class inflated: javax/tools/JavaFileManager.class inflated: javax/tools/JavaFileObject$Kind.class inflated: javax/tools/JavaFileObject.class inflated: javax/tools/OptionChecker.class inflated: javax/tools/SimpleJavaFileObject.class inflated: javax/tools/StandardJavaFileManager.class inflated: javax/tools/StandardLocation$1.class inflated: javax/tools/StandardLocation.class inflated: javax/tools/Tool.class inflated: javax/tools/ToolProvider$Lazy.class inflated: javax/tools/ToolProvider.class inflated: sun/tools/javap/AttrData.class inflated: sun/tools/javap/CPX.class inflated: sun/tools/javap/CPX2.class inflated: sun/tools/javap/ClassData.class inflated: sun/tools/javap/Constants.class inflated: sun/tools/javap/FieldData.class inflated: sun/tools/javap/InnerClassData.class inflated: sun/tools/javap/JavapEnvironment.class inflated: sun/tools/javap/JavapPrinter.class inflated: sun/tools/javap/LineNumData.class inflated: sun/tools/javap/LocVarData.class inflated: sun/tools/javap/Main.class inflated: sun/tools/javap/MethodData.class inflated: sun/tools/javap/RuntimeConstants.class inflated: sun/tools/javap/StackMapData.class inflated: sun/tools/javap/StackMapTableData$AppendFrame.class inflated: sun/tools/javap/StackMapTableData$ChopFrame.class inflated: sun/tools/javap/StackMapTableData$FullFrame.class inflated: sun/tools/javap/StackMapTableData$SameFrame.class inflated: sun/tools/javap/StackMapTableData$SameLocals1StackItem.class inflated: sun/tools/javap/StackMapTableData.class inflated: sun/tools/javap/Tables.class inflated: sun/tools/javap/TrapData.class inflated: sun/tools/javap/TypeSignature.class Importing classes from component CORBA_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist/lib/classes.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF created: sun/ created: sun/rmi/ created: sun/rmi/rmic/ created: sun/rmi/rmic/iiop/ inflated: sun/rmi/rmic/iiop/Util.class inflated: sun/rmi/rmic/iiop/RemoteType.class inflated: sun/rmi/rmic/iiop/PrimitiveType.class inflated: sun/rmi/rmic/iiop/Generator.class inflated: sun/rmi/rmic/iiop/IDLNames.class inflated: sun/rmi/rmic/iiop/Null.class inflated: sun/rmi/rmic/iiop/Constants.class inflated: sun/rmi/rmic/iiop/CompoundType$Method.class inflated: sun/rmi/rmic/iiop/SpecialInterfaceType.class inflated: sun/rmi/rmic/iiop/CompoundType.class inflated: sun/rmi/rmic/iiop/StringComparator.class inflated: sun/rmi/rmic/iiop/NameContext.class inflated: sun/rmi/rmic/iiop/SpecialClassType.class inflated: sun/rmi/rmic/iiop/NCInterfaceType.class inflated: sun/rmi/rmic/iiop/TypeContext.class inflated: sun/rmi/rmic/iiop/Generator$OutputType.class inflated: sun/rmi/rmic/iiop/NCClassType.class inflated: sun/rmi/rmic/iiop/ClassPathLoader.class inflated: sun/rmi/rmic/iiop/AbstractType.class inflated: sun/rmi/rmic/iiop/PrintGenerator.class inflated: sun/rmi/rmic/iiop/UserExceptionComparator.class inflated: sun/rmi/rmic/iiop/ArrayType.class inflated: sun/rmi/rmic/iiop/ValueType.class inflated: sun/rmi/rmic/iiop/Type.class inflated: sun/rmi/rmic/iiop/ContextElement.class inflated: sun/rmi/rmic/iiop/ImplementationType.class inflated: sun/rmi/rmic/iiop/StaticStringsHash.class inflated: sun/rmi/rmic/iiop/CompoundType$Member.class inflated: sun/rmi/rmic/iiop/InterfaceType.class inflated: sun/rmi/rmic/iiop/DirectoryLoader.class inflated: sun/rmi/rmic/iiop/IDLGenerator.class inflated: sun/rmi/rmic/iiop/BatchEnvironment.class inflated: sun/rmi/rmic/iiop/ClassType.class inflated: sun/rmi/rmic/iiop/ContextStack.class inflated: sun/rmi/rmic/iiop/NameContext$Name.class inflated: sun/rmi/rmic/iiop/StubGenerator.class created: sun/corba/ inflated: sun/corba/Bridge$2.class inflated: sun/corba/Bridge.class inflated: sun/corba/Bridge$1.class inflated: sun/corba/BridgePermission.class created: org/ created: org/omg/ created: org/omg/CORBA/ inflated: org/omg/CORBA/UShortSeqHolder.class inflated: org/omg/CORBA/IDLTypeHelper.class inflated: org/omg/CORBA/LongLongSeqHelper.class inflated: org/omg/CORBA/CTX_RESTRICT_SCOPE.class inflated: org/omg/CORBA/LongLongSeqHolder.class inflated: org/omg/CORBA/DoubleHolder.class inflated: org/omg/CORBA/TRANSACTION_REQUIRED.class inflated: org/omg/CORBA/IDLTypeOperations.class inflated: org/omg/CORBA/MARSHAL.class inflated: org/omg/CORBA/DynValue.class inflated: org/omg/CORBA/FloatSeqHolder.class inflated: org/omg/CORBA/Environment.class inflated: org/omg/CORBA/DynEnum.class inflated: org/omg/CORBA/ShortSeqHolder.class inflated: org/omg/CORBA/FREE_MEM.class inflated: org/omg/CORBA/FixedHolder.class inflated: org/omg/CORBA/BAD_QOS.class inflated: org/omg/CORBA/INTF_REPOS.class inflated: org/omg/CORBA/WrongTransactionHolder.class inflated: org/omg/CORBA/ARG_IN.class inflated: org/omg/CORBA/DynAny.class inflated: org/omg/CORBA/ORB$2.class inflated: org/omg/CORBA/ParameterMode.class inflated: org/omg/CORBA/PolicyListHolder.class inflated: org/omg/CORBA/INV_OBJREF.class inflated: org/omg/CORBA/TRANSIENT.class inflated: org/omg/CORBA/PERSIST_STORE.class inflated: org/omg/CORBA/FloatSeqHelper.class inflated: org/omg/CORBA/ParameterModeHelper.class inflated: org/omg/CORBA/DoubleSeqHolder.class inflated: org/omg/CORBA/DomainManager.class inflated: org/omg/CORBA/PUBLIC_MEMBER.class inflated: org/omg/CORBA/LocalObject.class inflated: org/omg/CORBA/ServiceDetail.class inflated: org/omg/CORBA/CharHolder.class inflated: org/omg/CORBA/TRANSACTION_ROLLEDBACK.class inflated: org/omg/CORBA/INV_POLICY.class inflated: org/omg/CORBA/ValueBaseHolder.class inflated: org/omg/CORBA/VM_CUSTOM.class inflated: org/omg/CORBA/TRANSACTION_UNAVAILABLE.class inflated: org/omg/CORBA/PolicyError.class inflated: org/omg/CORBA/Request.class inflated: org/omg/CORBA/StringSeqHolder.class inflated: org/omg/CORBA/CurrentHelper.class inflated: org/omg/CORBA/RepositoryIdHelper.class inflated: org/omg/CORBA/ULongLongSeqHolder.class inflated: org/omg/CORBA/NO_RESOURCES.class inflated: org/omg/CORBA/ORB$1.class inflated: org/omg/CORBA/ObjectHelper.class inflated: org/omg/CORBA/PolicyHolder.class inflated: org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.class inflated: org/omg/CORBA/WCharSeqHelper.class inflated: org/omg/CORBA/ExceptionList.class inflated: org/omg/CORBA/UnknownUserException.class inflated: org/omg/CORBA/BAD_POLICY.class inflated: org/omg/CORBA/BAD_INV_ORDER.class inflated: org/omg/CORBA/WrongTransaction.class inflated: org/omg/CORBA/PolicyErrorHolder.class inflated: org/omg/CORBA/VM_NONE.class inflated: org/omg/CORBA/PrincipalHolder.class inflated: org/omg/CORBA/DynStruct.class inflated: org/omg/CORBA/COMM_FAILURE.class inflated: org/omg/CORBA/FloatHolder.class inflated: org/omg/CORBA/AnySeqHelper.class inflated: org/omg/CORBA/BooleanSeqHolder.class inflated: org/omg/CORBA/ContextList.class inflated: org/omg/CORBA/DynUnion.class inflated: org/omg/CORBA/NameValuePair.class inflated: org/omg/CORBA/OBJECT_NOT_EXIST.class inflated: org/omg/CORBA/StringHolder.class inflated: org/omg/CORBA/DataOutputStream.class inflated: org/omg/CORBA/DoubleSeqHelper.class inflated: org/omg/CORBA/OBJ_ADAPTER.class inflated: org/omg/CORBA/CompletionStatusHelper.class inflated: org/omg/CORBA/ServerRequest.class inflated: org/omg/CORBA/AnyHolder.class inflated: org/omg/CORBA/NameValuePairHelper.class inflated: org/omg/CORBA/BAD_PARAM.class inflated: org/omg/CORBA/Context.class inflated: org/omg/CORBA/WrongTransactionHelper.class inflated: org/omg/CORBA/WStringSeqHelper.class inflated: org/omg/CORBA/INVALID_ACTIVITY.class inflated: org/omg/CORBA/DataInputStream.class inflated: org/omg/CORBA/OMGVMCID.class inflated: org/omg/CORBA/UserException.class inflated: org/omg/CORBA/CharSeqHelper.class inflated: org/omg/CORBA/INVALID_TRANSACTION.class inflated: org/omg/CORBA/StructMemberHelper.class inflated: org/omg/CORBA/ServiceInformationHelper.class inflated: org/omg/CORBA/ACTIVITY_REQUIRED.class inflated: org/omg/CORBA/ObjectHolder.class inflated: org/omg/CORBA/SystemException.class inflated: org/omg/CORBA/ORB.class inflated: org/omg/CORBA/VisibilityHelper.class inflated: org/omg/CORBA/LongSeqHelper.class inflated: org/omg/CORBA/IDLType.class inflated: org/omg/CORBA/NamedValue.class inflated: org/omg/CORBA/LongHolder.class inflated: org/omg/CORBA/ULongSeqHolder.class inflated: org/omg/CORBA/_PolicyStub.class inflated: org/omg/CORBA/ShortHolder.class inflated: org/omg/CORBA/TypeCode.class inflated: org/omg/CORBA/CustomMarshal.class inflated: org/omg/CORBA/Object.class inflated: org/omg/CORBA/BAD_POLICY_TYPE.class inflated: org/omg/CORBA/ShortSeqHelper.class inflated: org/omg/CORBA/INITIALIZE.class inflated: org/omg/CORBA/SetOverrideType.class inflated: org/omg/CORBA/DomainManagerOperations.class inflated: org/omg/CORBA/TRANSACTION_MODE.class inflated: org/omg/CORBA/OctetSeqHolder.class inflated: org/omg/CORBA/OctetSeqHelper.class inflated: org/omg/CORBA/CurrentOperations.class inflated: org/omg/CORBA/IRObjectOperations.class inflated: org/omg/CORBA/PolicyHelper.class inflated: org/omg/CORBA/IntHolder.class inflated: org/omg/CORBA/ACTIVITY_COMPLETED.class inflated: org/omg/CORBA/INV_FLAG.class inflated: org/omg/CORBA/SetOverrideTypeHelper.class inflated: org/omg/CORBA/IMP_LIMIT.class inflated: org/omg/CORBA/ServiceInformation.class inflated: org/omg/CORBA/TIMEOUT.class inflated: org/omg/CORBA/BooleanHolder.class inflated: org/omg/CORBA/TCKind.class inflated: org/omg/CORBA/CurrentHolder.class inflated: org/omg/CORBA/Current.class inflated: org/omg/CORBA/LongSeqHolder.class inflated: org/omg/CORBA/PolicyOperations.class inflated: org/omg/CORBA/StringSeqHelper.class inflated: org/omg/CORBA/PolicyErrorHelper.class inflated: org/omg/CORBA/WCharSeqHolder.class inflated: org/omg/CORBA/UnionMemberHelper.class inflated: org/omg/CORBA/IRObject.class inflated: org/omg/CORBA/BAD_POLICY_VALUE.class inflated: org/omg/CORBA/Principal.class inflated: org/omg/CORBA/NO_RESPONSE.class inflated: org/omg/CORBA/UnknownUserExceptionHolder.class inflated: org/omg/CORBA/NO_IMPLEMENT.class inflated: org/omg/CORBA/DATA_CONVERSION.class inflated: org/omg/CORBA/VersionSpecHelper.class inflated: org/omg/CORBA/REBIND.class inflated: org/omg/CORBA/UNSUPPORTED_POLICY.class inflated: org/omg/CORBA/INV_IDENT.class created: org/omg/CORBA/ORBPackage/ inflated: org/omg/CORBA/ORBPackage/InvalidName.class inflated: org/omg/CORBA/ORBPackage/InconsistentTypeCode.class inflated: org/omg/CORBA/DynFixed.class inflated: org/omg/CORBA/DynamicImplementation.class inflated: org/omg/CORBA/BAD_TYPECODE.class inflated: org/omg/CORBA/DynArray.class inflated: org/omg/CORBA/UShortSeqHelper.class inflated: org/omg/CORBA/DefinitionKindHelper.class inflated: org/omg/CORBA/NVList.class inflated: org/omg/CORBA/PolicyErrorCodeHelper.class inflated: org/omg/CORBA/ValueMember.class inflated: org/omg/CORBA/TypeCodeHolder.class created: org/omg/CORBA/TypeCodePackage/ inflated: org/omg/CORBA/TypeCodePackage/BadKind.class inflated: org/omg/CORBA/TypeCodePackage/Bounds.class inflated: org/omg/CORBA/CODESET_INCOMPATIBLE.class inflated: org/omg/CORBA/PRIVATE_MEMBER.class inflated: org/omg/CORBA/FieldNameHelper.class inflated: org/omg/CORBA/ByteHolder.class inflated: org/omg/CORBA/Any.class inflated: org/omg/CORBA/NO_MEMORY.class inflated: org/omg/CORBA/UnionMember.class inflated: org/omg/CORBA/BAD_OPERATION.class inflated: org/omg/CORBA/Bounds.class inflated: org/omg/CORBA/VM_ABSTRACT.class inflated: org/omg/CORBA/BAD_CONTEXT.class inflated: org/omg/CORBA/ParameterModeHolder.class inflated: org/omg/CORBA/StringValueHelper.class inflated: org/omg/CORBA/ValueBaseHelper.class inflated: org/omg/CORBA/IdentifierHelper.class inflated: org/omg/CORBA/CompletionStatus.class inflated: org/omg/CORBA/PolicyListHelper.class inflated: org/omg/CORBA/ARG_INOUT.class inflated: org/omg/CORBA/AnySeqHolder.class inflated: org/omg/CORBA/ServiceInformationHolder.class inflated: org/omg/CORBA/UNKNOWN.class inflated: org/omg/CORBA/_IDLTypeStub.class inflated: org/omg/CORBA/WStringSeqHolder.class inflated: org/omg/CORBA/ULongLongSeqHelper.class inflated: org/omg/CORBA/CharSeqHolder.class inflated: org/omg/CORBA/UnknownUserExceptionHelper.class inflated: org/omg/CORBA/NO_PERMISSION.class inflated: org/omg/CORBA/PolicyTypeHelper.class created: org/omg/CORBA/portable/ inflated: org/omg/CORBA/portable/BoxedValueHelper.class inflated: org/omg/CORBA/portable/ResponseHandler.class inflated: org/omg/CORBA/portable/ServantObject.class inflated: org/omg/CORBA/portable/Streamable.class inflated: org/omg/CORBA/portable/IDLEntity.class inflated: org/omg/CORBA/portable/RemarshalException.class inflated: org/omg/CORBA/portable/ValueOutputStream.class inflated: org/omg/CORBA/portable/IndirectionException.class inflated: org/omg/CORBA/portable/ValueInputStream.class inflated: org/omg/CORBA/portable/ValueFactory.class inflated: org/omg/CORBA/portable/InputStream.class inflated: org/omg/CORBA/portable/Delegate.class inflated: org/omg/CORBA/portable/ApplicationException.class inflated: org/omg/CORBA/portable/OutputStream.class inflated: org/omg/CORBA/portable/StreamableValue.class inflated: org/omg/CORBA/portable/InvokeHandler.class inflated: org/omg/CORBA/portable/ValueBase.class inflated: org/omg/CORBA/portable/ObjectImpl.class inflated: org/omg/CORBA/portable/CustomValue.class inflated: org/omg/CORBA/portable/UnknownException.class inflated: org/omg/CORBA/ARG_OUT.class inflated: org/omg/CORBA/WStringValueHelper.class inflated: org/omg/CORBA/ServiceDetailHelper.class inflated: org/omg/CORBA/ULongSeqHelper.class inflated: org/omg/CORBA/DynSequence.class inflated: org/omg/CORBA/BooleanSeqHelper.class inflated: org/omg/CORBA/StructMember.class inflated: org/omg/CORBA/ValueMemberHelper.class inflated: org/omg/CORBA/Policy.class created: org/omg/CORBA/DynAnyPackage/ inflated: org/omg/CORBA/DynAnyPackage/TypeMismatch.class inflated: org/omg/CORBA/DynAnyPackage/InvalidValue.class inflated: org/omg/CORBA/DynAnyPackage/InvalidSeq.class inflated: org/omg/CORBA/DynAnyPackage/Invalid.class inflated: org/omg/CORBA/INTERNAL.class inflated: org/omg/CORBA/VM_TRUNCATABLE.class inflated: org/omg/CORBA/DefinitionKind.class created: org/omg/Dynamic/ inflated: org/omg/Dynamic/Parameter.class created: org/omg/PortableInterceptor/ inflated: org/omg/PortableInterceptor/USER_EXCEPTION.class inflated: org/omg/PortableInterceptor/ServerIdHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfo.class inflated: org/omg/PortableInterceptor/AdapterManagerIdHelper.class inflated: org/omg/PortableInterceptor/Interceptor.class inflated: org/omg/PortableInterceptor/ObjectReferenceFactory.class inflated: org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.class inflated: org/omg/PortableInterceptor/AdapterNameHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfoOperations.class inflated: org/omg/PortableInterceptor/SUCCESSFUL.class inflated: org/omg/PortableInterceptor/IORInterceptor.class inflated: org/omg/PortableInterceptor/PolicyFactoryOperations.class inflated: org/omg/PortableInterceptor/CurrentHelper.class inflated: org/omg/PortableInterceptor/LOCATION_FORWARD.class created: org/omg/PortableInterceptor/ORBInitInfoPackage/ inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.class inflated: org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.class inflated: org/omg/PortableInterceptor/ServerRequestInfoOperations.class inflated: org/omg/PortableInterceptor/ACTIVE.class inflated: org/omg/PortableInterceptor/PolicyFactory.class inflated: org/omg/PortableInterceptor/ClientRequestInfoOperations.class inflated: org/omg/PortableInterceptor/RequestInfo.class inflated: org/omg/PortableInterceptor/InvalidSlotHelper.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0.class inflated: org/omg/PortableInterceptor/DISCARDING.class inflated: org/omg/PortableInterceptor/SYSTEM_EXCEPTION.class inflated: org/omg/PortableInterceptor/ClientRequestInterceptor.class inflated: org/omg/PortableInterceptor/RequestInfoOperations.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0Helper.class inflated: org/omg/PortableInterceptor/CurrentOperations.class inflated: org/omg/PortableInterceptor/ORBIdHelper.class inflated: org/omg/PortableInterceptor/IORInfo.class inflated: org/omg/PortableInterceptor/NON_EXISTENT.class inflated: org/omg/PortableInterceptor/ServerRequestInterceptorOperations.class inflated: org/omg/PortableInterceptor/HOLDING.class inflated: org/omg/PortableInterceptor/ServerRequestInfo.class inflated: org/omg/PortableInterceptor/Current.class inflated: org/omg/PortableInterceptor/IORInterceptorOperations.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.class inflated: org/omg/PortableInterceptor/TRANSPORT_RETRY.class inflated: org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.class inflated: org/omg/PortableInterceptor/ORBInitializer.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0Holder.class inflated: org/omg/PortableInterceptor/ClientRequestInfo.class inflated: org/omg/PortableInterceptor/ClientRequestInterceptorOperations.class inflated: org/omg/PortableInterceptor/ObjectIdHelper.class inflated: org/omg/PortableInterceptor/IORInterceptor_3_0Operations.class inflated: org/omg/PortableInterceptor/ForwardRequestHelper.class inflated: org/omg/PortableInterceptor/InvalidSlot.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.class inflated: org/omg/PortableInterceptor/InterceptorOperations.class inflated: org/omg/PortableInterceptor/AdapterStateHelper.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.class inflated: org/omg/PortableInterceptor/ORBInitializerOperations.class inflated: org/omg/PortableInterceptor/IORInfoOperations.class inflated: org/omg/PortableInterceptor/INACTIVE.class inflated: org/omg/PortableInterceptor/ServerRequestInterceptor.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplate.class inflated: org/omg/PortableInterceptor/ForwardRequest.class inflated: org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.class created: org/omg/SendingContext/ inflated: org/omg/SendingContext/RunTime.class inflated: org/omg/SendingContext/RunTimeOperations.class created: org/omg/CosNaming/ inflated: org/omg/CosNaming/NamingContextExtHolder.class inflated: org/omg/CosNaming/_NamingContextImplBase.class inflated: org/omg/CosNaming/_NamingContextExtStub.class inflated: org/omg/CosNaming/BindingHelper.class created: org/omg/CosNaming/NamingContextPackage/ inflated: org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.class inflated: org/omg/CosNaming/NamingContextPackage/InvalidName.class inflated: org/omg/CosNaming/NamingContextPackage/CannotProceed.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.class inflated: org/omg/CosNaming/NamingContextPackage/NotEmpty.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundHelper.class inflated: org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.class inflated: org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.class inflated: org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundReason.class inflated: org/omg/CosNaming/NamingContextPackage/NotFound.class inflated: org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.class inflated: org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.class inflated: org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.class inflated: org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.class inflated: org/omg/CosNaming/NamingContextPackage/NotFoundHolder.class inflated: org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.class inflated: org/omg/CosNaming/NamingContextPackage/AlreadyBound.class inflated: org/omg/CosNaming/BindingIteratorHelper.class inflated: org/omg/CosNaming/_BindingIteratorImplBase.class inflated: org/omg/CosNaming/NameComponentHelper.class inflated: org/omg/CosNaming/NameComponent.class inflated: org/omg/CosNaming/NamingContextHolder.class inflated: org/omg/CosNaming/Binding.class inflated: org/omg/CosNaming/BindingListHelper.class inflated: org/omg/CosNaming/BindingIteratorHolder.class inflated: org/omg/CosNaming/NamingContext.class inflated: org/omg/CosNaming/NameComponentHolder.class created: org/omg/CosNaming/NamingContextExtPackage/ inflated: org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.class inflated: org/omg/CosNaming/NamingContextExtPackage/AddressHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.class inflated: org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.class inflated: org/omg/CosNaming/BindingIteratorPOA.class inflated: org/omg/CosNaming/NamingContextOperations.class inflated: org/omg/CosNaming/NameHelper.class inflated: org/omg/CosNaming/_NamingContextStub.class inflated: org/omg/CosNaming/NamingContextExt.class inflated: org/omg/CosNaming/IstringHelper.class inflated: org/omg/CosNaming/_BindingIteratorStub.class inflated: org/omg/CosNaming/BindingListHolder.class inflated: org/omg/CosNaming/BindingTypeHolder.class inflated: org/omg/CosNaming/NameHolder.class inflated: org/omg/CosNaming/NamingContextExtPOA.class inflated: org/omg/CosNaming/BindingHolder.class inflated: org/omg/CosNaming/BindingTypeHelper.class inflated: org/omg/CosNaming/NamingContextExtHelper.class inflated: org/omg/CosNaming/BindingIterator.class inflated: org/omg/CosNaming/NamingContextPOA.class inflated: org/omg/CosNaming/NamingContextHelper.class inflated: org/omg/CosNaming/BindingIteratorOperations.class inflated: org/omg/CosNaming/BindingType.class inflated: org/omg/CosNaming/NamingContextExtOperations.class created: org/omg/IOP/ inflated: org/omg/IOP/CodecFactory.class inflated: org/omg/IOP/TAG_INTERNET_IOP.class inflated: org/omg/IOP/TaggedComponent.class inflated: org/omg/IOP/ServiceContextListHelper.class inflated: org/omg/IOP/ServiceIdHelper.class inflated: org/omg/IOP/ProfileIdHelper.class inflated: org/omg/IOP/MultipleComponentProfileHolder.class inflated: org/omg/IOP/TAG_CODE_SETS.class inflated: org/omg/IOP/TaggedProfileHelper.class inflated: org/omg/IOP/TaggedComponentHelper.class created: org/omg/IOP/CodecFactoryPackage/ inflated: org/omg/IOP/CodecFactoryPackage/UnknownEncoding.class inflated: org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.class inflated: org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.class inflated: org/omg/IOP/IOR.class inflated: org/omg/IOP/ENCODING_CDR_ENCAPS.class inflated: org/omg/IOP/RMICustomMaxStreamFormat.class inflated: org/omg/IOP/MultipleComponentProfileHelper.class inflated: org/omg/IOP/TaggedProfile.class created: org/omg/IOP/CodecPackage/ inflated: org/omg/IOP/CodecPackage/InvalidTypeForEncoding.class inflated: org/omg/IOP/CodecPackage/FormatMismatchHelper.class inflated: org/omg/IOP/CodecPackage/TypeMismatch.class inflated: org/omg/IOP/CodecPackage/FormatMismatch.class inflated: org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.class inflated: org/omg/IOP/CodecPackage/TypeMismatchHelper.class inflated: org/omg/IOP/TAG_JAVA_CODEBASE.class inflated: org/omg/IOP/ExceptionDetailMessage.class inflated: org/omg/IOP/TAG_ORB_TYPE.class inflated: org/omg/IOP/TAG_MULTIPLE_COMPONENTS.class inflated: org/omg/IOP/Codec.class inflated: org/omg/IOP/CodecFactoryHelper.class inflated: org/omg/IOP/CodecFactoryOperations.class inflated: org/omg/IOP/TaggedProfileHolder.class inflated: org/omg/IOP/TaggedComponentHolder.class inflated: org/omg/IOP/IORHolder.class inflated: org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.class inflated: org/omg/IOP/ServiceContext.class inflated: org/omg/IOP/ServiceContextHelper.class inflated: org/omg/IOP/CodecOperations.class inflated: org/omg/IOP/IORHelper.class inflated: org/omg/IOP/ServiceContextHolder.class inflated: org/omg/IOP/TAG_POLICIES.class inflated: org/omg/IOP/CodeSets.class inflated: org/omg/IOP/ServiceContextListHolder.class inflated: org/omg/IOP/ComponentIdHelper.class inflated: org/omg/IOP/TransactionService.class inflated: org/omg/IOP/Encoding.class created: org/omg/DynamicAny/ inflated: org/omg/DynamicAny/NameDynAnyPair.class inflated: org/omg/DynamicAny/DynAnyHelper.class inflated: org/omg/DynamicAny/DynStructOperations.class inflated: org/omg/DynamicAny/DynSequenceHelper.class inflated: org/omg/DynamicAny/DynSequenceOperations.class inflated: org/omg/DynamicAny/DynValue.class inflated: org/omg/DynamicAny/DynEnumOperations.class inflated: org/omg/DynamicAny/DynEnum.class inflated: org/omg/DynamicAny/DynValueHelper.class inflated: org/omg/DynamicAny/DynAny.class inflated: org/omg/DynamicAny/_DynArrayStub.class inflated: org/omg/DynamicAny/DynAnyFactory.class inflated: org/omg/DynamicAny/DynValueCommonOperations.class inflated: org/omg/DynamicAny/DynFixedOperations.class inflated: org/omg/DynamicAny/DynStruct.class inflated: org/omg/DynamicAny/AnySeqHelper.class inflated: org/omg/DynamicAny/DynUnion.class inflated: org/omg/DynamicAny/NameValuePair.class inflated: org/omg/DynamicAny/DynArrayOperations.class inflated: org/omg/DynamicAny/DynAnyFactoryHelper.class inflated: org/omg/DynamicAny/NameValuePairHelper.class inflated: org/omg/DynamicAny/DynAnyFactoryOperations.class inflated: org/omg/DynamicAny/_DynFixedStub.class inflated: org/omg/DynamicAny/DynEnumHelper.class inflated: org/omg/DynamicAny/_DynSequenceStub.class inflated: org/omg/DynamicAny/DynValueBox.class inflated: org/omg/DynamicAny/DynValueCommon.class inflated: org/omg/DynamicAny/NameValuePairSeqHelper.class inflated: org/omg/DynamicAny/_DynAnyStub.class inflated: org/omg/DynamicAny/_DynEnumStub.class created: org/omg/DynamicAny/DynAnyFactoryPackage/ inflated: org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.class inflated: org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.class inflated: org/omg/DynamicAny/DynUnionOperations.class inflated: org/omg/DynamicAny/DynFixedHelper.class inflated: org/omg/DynamicAny/DynValueBoxOperations.class inflated: org/omg/DynamicAny/DynValueOperations.class inflated: org/omg/DynamicAny/NameDynAnyPairHelper.class inflated: org/omg/DynamicAny/DynStructHelper.class inflated: org/omg/DynamicAny/DynFixed.class inflated: org/omg/DynamicAny/DynArray.class inflated: org/omg/DynamicAny/DynUnionHelper.class inflated: org/omg/DynamicAny/_DynAnyFactoryStub.class inflated: org/omg/DynamicAny/_DynUnionStub.class inflated: org/omg/DynamicAny/FieldNameHelper.class inflated: org/omg/DynamicAny/NameDynAnyPairSeqHelper.class inflated: org/omg/DynamicAny/_DynValueStub.class inflated: org/omg/DynamicAny/DynArrayHelper.class inflated: org/omg/DynamicAny/DynAnyOperations.class inflated: org/omg/DynamicAny/DynSequence.class inflated: org/omg/DynamicAny/_DynStructStub.class created: org/omg/DynamicAny/DynAnyPackage/ inflated: org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.class inflated: org/omg/DynamicAny/DynAnyPackage/TypeMismatch.class inflated: org/omg/DynamicAny/DynAnyPackage/InvalidValue.class inflated: org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.class inflated: org/omg/DynamicAny/DynAnySeqHelper.class created: org/omg/CORBA_2_3/ inflated: org/omg/CORBA_2_3/ORB.class created: org/omg/CORBA_2_3/portable/ inflated: org/omg/CORBA_2_3/portable/InputStream.class inflated: org/omg/CORBA_2_3/portable/Delegate.class inflated: org/omg/CORBA_2_3/portable/OutputStream.class inflated: org/omg/CORBA_2_3/portable/ObjectImpl.class created: org/omg/stub/ created: org/omg/stub/java/ created: org/omg/stub/java/rmi/ inflated: org/omg/stub/java/rmi/_Remote_Stub.class created: org/omg/Messaging/ inflated: org/omg/Messaging/SyncScopeHelper.class inflated: org/omg/Messaging/SYNC_WITH_TRANSPORT.class created: org/omg/PortableServer/ inflated: org/omg/PortableServer/ServantRetentionPolicyValue.class created: org/omg/PortableServer/CurrentPackage/ inflated: org/omg/PortableServer/CurrentPackage/NoContext.class inflated: org/omg/PortableServer/CurrentPackage/NoContextHelper.class inflated: org/omg/PortableServer/POA.class inflated: org/omg/PortableServer/_ServantActivatorStub.class inflated: org/omg/PortableServer/Servant.class inflated: org/omg/PortableServer/ServantLocatorOperations.class inflated: org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.class inflated: org/omg/PortableServer/CurrentHelper.class inflated: org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.class inflated: org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.class inflated: org/omg/PortableServer/IdAssignmentPolicyOperations.class inflated: org/omg/PortableServer/ImplicitActivationPolicy.class inflated: org/omg/PortableServer/POAManager.class inflated: org/omg/PortableServer/ServantActivatorHelper.class inflated: org/omg/PortableServer/ThreadPolicyOperations.class inflated: org/omg/PortableServer/ServantActivatorOperations.class inflated: org/omg/PortableServer/RequestProcessingPolicy.class inflated: org/omg/PortableServer/POAOperations.class inflated: org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.class inflated: org/omg/PortableServer/IdAssignmentPolicy.class inflated: org/omg/PortableServer/CurrentOperations.class inflated: org/omg/PortableServer/AdapterActivator.class created: org/omg/PortableServer/ServantLocatorPackage/ inflated: org/omg/PortableServer/ServantLocatorPackage/CookieHolder.class inflated: org/omg/PortableServer/ServantManager.class inflated: org/omg/PortableServer/THREAD_POLICY_ID.class inflated: org/omg/PortableServer/Current.class inflated: org/omg/PortableServer/AdapterActivatorOperations.class inflated: org/omg/PortableServer/IdUniquenessPolicyValue.class inflated: org/omg/PortableServer/IdAssignmentPolicyValue.class inflated: org/omg/PortableServer/IdUniquenessPolicyOperations.class inflated: org/omg/PortableServer/POAManagerOperations.class created: org/omg/PortableServer/POAManagerPackage/ inflated: org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.class inflated: org/omg/PortableServer/POAManagerPackage/AdapterInactive.class inflated: org/omg/PortableServer/POAManagerPackage/State.class inflated: org/omg/PortableServer/ThreadPolicy.class inflated: org/omg/PortableServer/DynamicImplementation.class inflated: org/omg/PortableServer/ServantLocator.class inflated: org/omg/PortableServer/ImplicitActivationPolicyOperations.class inflated: org/omg/PortableServer/LifespanPolicy.class inflated: org/omg/PortableServer/_ServantLocatorStub.class inflated: org/omg/PortableServer/LifespanPolicyOperations.class inflated: org/omg/PortableServer/ForwardRequestHelper.class created: org/omg/PortableServer/POAPackage/ inflated: org/omg/PortableServer/POAPackage/InvalidPolicy.class inflated: org/omg/PortableServer/POAPackage/WrongPolicyHelper.class inflated: org/omg/PortableServer/POAPackage/ObjectNotActive.class inflated: org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.class inflated: org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.class inflated: org/omg/PortableServer/POAPackage/ServantNotActiveHelper.class inflated: org/omg/PortableServer/POAPackage/ObjectAlreadyActive.class inflated: org/omg/PortableServer/POAPackage/WrongAdapter.class inflated: org/omg/PortableServer/POAPackage/NoServant.class inflated: org/omg/PortableServer/POAPackage/AdapterAlreadyExists.class inflated: org/omg/PortableServer/POAPackage/InvalidPolicyHelper.class inflated: org/omg/PortableServer/POAPackage/NoServantHelper.class inflated: org/omg/PortableServer/POAPackage/WrongPolicy.class inflated: org/omg/PortableServer/POAPackage/AdapterNonExistent.class inflated: org/omg/PortableServer/POAPackage/WrongAdapterHelper.class inflated: org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.class inflated: org/omg/PortableServer/POAPackage/ServantAlreadyActive.class inflated: org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.class inflated: org/omg/PortableServer/POAPackage/ServantNotActive.class inflated: org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.class inflated: org/omg/PortableServer/LIFESPAN_POLICY_ID.class inflated: org/omg/PortableServer/LifespanPolicyValue.class inflated: org/omg/PortableServer/ServantActivatorPOA.class inflated: org/omg/PortableServer/RequestProcessingPolicyValue.class inflated: org/omg/PortableServer/IdUniquenessPolicy.class inflated: org/omg/PortableServer/ServantActivator.class inflated: org/omg/PortableServer/RequestProcessingPolicyOperations.class inflated: org/omg/PortableServer/ServantRetentionPolicy.class inflated: org/omg/PortableServer/ServantManagerOperations.class inflated: org/omg/PortableServer/ServantLocatorHelper.class inflated: org/omg/PortableServer/ImplicitActivationPolicyValue.class inflated: org/omg/PortableServer/ServantRetentionPolicyOperations.class created: org/omg/PortableServer/portable/ inflated: org/omg/PortableServer/portable/Delegate.class inflated: org/omg/PortableServer/ForwardRequest.class inflated: org/omg/PortableServer/POAHelper.class inflated: org/omg/PortableServer/ServantLocatorPOA.class inflated: org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.class inflated: org/omg/PortableServer/ThreadPolicyValue.class created: com/ created: com/sun/ created: com/sun/org/ created: com/sun/org/omg/ created: com/sun/org/omg/CORBA/ inflated: com/sun/org/omg/CORBA/IDLTypeHelper.class inflated: com/sun/org/omg/CORBA/InitializerSeqHelper.class inflated: com/sun/org/omg/CORBA/AttrDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/ParameterMode.class inflated: com/sun/org/omg/CORBA/ParameterModeHelper.class inflated: com/sun/org/omg/CORBA/Repository.class created: com/sun/org/omg/CORBA/ValueDefPackage/ inflated: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.class inflated: com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescriptionHelper.class inflated: com/sun/org/omg/CORBA/RepositoryIdHelper.class inflated: com/sun/org/omg/CORBA/ParameterDescriptionHelper.class inflated: com/sun/org/omg/CORBA/ContextIdSeqHelper.class inflated: com/sun/org/omg/CORBA/ContextIdentifierHelper.class inflated: com/sun/org/omg/CORBA/AttributeDescription.class inflated: com/sun/org/omg/CORBA/AttributeMode.class inflated: com/sun/org/omg/CORBA/ExceptionDescription.class inflated: com/sun/org/omg/CORBA/StructMemberHelper.class inflated: com/sun/org/omg/CORBA/Initializer.class inflated: com/sun/org/omg/CORBA/OperationMode.class inflated: com/sun/org/omg/CORBA/VisibilityHelper.class inflated: com/sun/org/omg/CORBA/OperationDescriptionHelper.class inflated: com/sun/org/omg/CORBA/AttributeModeHelper.class inflated: com/sun/org/omg/CORBA/AttributeDescriptionHelper.class inflated: com/sun/org/omg/CORBA/OperationModeHelper.class inflated: com/sun/org/omg/CORBA/ExcDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/StructMemberSeqHelper.class inflated: com/sun/org/omg/CORBA/VersionSpecHelper.class inflated: com/sun/org/omg/CORBA/OpDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/DefinitionKindHelper.class inflated: com/sun/org/omg/CORBA/RepositoryHelper.class inflated: com/sun/org/omg/CORBA/RepositoryIdSeqHelper.class inflated: com/sun/org/omg/CORBA/ParDescriptionSeqHelper.class inflated: com/sun/org/omg/CORBA/ExceptionDescriptionHelper.class inflated: com/sun/org/omg/CORBA/ParameterDescription.class inflated: com/sun/org/omg/CORBA/IdentifierHelper.class inflated: com/sun/org/omg/CORBA/OperationDescription.class inflated: com/sun/org/omg/CORBA/_IDLTypeStub.class inflated: com/sun/org/omg/CORBA/ValueMemberSeqHelper.class created: com/sun/org/omg/CORBA/portable/ inflated: com/sun/org/omg/CORBA/portable/ValueHelper.class inflated: com/sun/org/omg/CORBA/InitializerHelper.class inflated: com/sun/org/omg/CORBA/ValueMemberHelper.class created: com/sun/org/omg/SendingContext/ inflated: com/sun/org/omg/SendingContext/CodeBase.class created: com/sun/org/omg/SendingContext/CodeBasePackage/ inflated: com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.class inflated: com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.class inflated: com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.class inflated: com/sun/org/omg/SendingContext/_CodeBaseStub.class inflated: com/sun/org/omg/SendingContext/_CodeBaseImplBase.class inflated: com/sun/org/omg/SendingContext/CodeBaseOperations.class inflated: com/sun/org/omg/SendingContext/CodeBaseHelper.class created: com/sun/corba/ created: com/sun/corba/se/ created: com/sun/corba/se/pept/ created: com/sun/corba/se/pept/broker/ inflated: com/sun/corba/se/pept/broker/Broker.class created: com/sun/corba/se/pept/encoding/ inflated: com/sun/corba/se/pept/encoding/OutputObject.class inflated: com/sun/corba/se/pept/encoding/InputObject.class created: com/sun/corba/se/pept/protocol/ inflated: com/sun/corba/se/pept/protocol/ClientDelegate.class inflated: com/sun/corba/se/pept/protocol/MessageMediator.class inflated: com/sun/corba/se/pept/protocol/ClientInvocationInfo.class inflated: com/sun/corba/se/pept/protocol/ClientRequestDispatcher.class inflated: com/sun/corba/se/pept/protocol/ServerRequestDispatcher.class inflated: com/sun/corba/se/pept/protocol/ProtocolHandler.class created: com/sun/corba/se/pept/transport/ inflated: com/sun/corba/se/pept/transport/ByteBufferPool.class inflated: com/sun/corba/se/pept/transport/Selector.class inflated: com/sun/corba/se/pept/transport/ContactInfoList.class inflated: com/sun/corba/se/pept/transport/EventHandler.class inflated: com/sun/corba/se/pept/transport/ListenerThread.class inflated: com/sun/corba/se/pept/transport/ContactInfoListIterator.class inflated: com/sun/corba/se/pept/transport/ContactInfo.class inflated: com/sun/corba/se/pept/transport/OutboundConnectionCache.class inflated: com/sun/corba/se/pept/transport/Acceptor.class inflated: com/sun/corba/se/pept/transport/ReaderThread.class inflated: com/sun/corba/se/pept/transport/InboundConnectionCache.class inflated: com/sun/corba/se/pept/transport/ConnectionCache.class inflated: com/sun/corba/se/pept/transport/Connection.class inflated: com/sun/corba/se/pept/transport/TransportManager.class inflated: com/sun/corba/se/pept/transport/ResponseWaitingRoom.class created: com/sun/corba/se/spi/ created: com/sun/corba/se/spi/monitoring/ inflated: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfoFactory.class inflated: com/sun/corba/se/spi/monitoring/MonitoringFactories.class inflated: com/sun/corba/se/spi/monitoring/StatisticMonitoredAttribute.class inflated: com/sun/corba/se/spi/monitoring/MonitoredAttribute.class inflated: com/sun/corba/se/spi/monitoring/MonitoringConstants.class inflated: com/sun/corba/se/spi/monitoring/MonitoredObjectFactory.class inflated: com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.class inflated: com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.class inflated: com/sun/corba/se/spi/monitoring/StatisticsAccumulator.class inflated: com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.class inflated: com/sun/corba/se/spi/monitoring/MonitoredAttributeInfo.class inflated: com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.class inflated: com/sun/corba/se/spi/monitoring/MonitoredObject.class inflated: com/sun/corba/se/spi/monitoring/MonitoringManager.class created: com/sun/corba/se/spi/extension/ inflated: com/sun/corba/se/spi/extension/CopyObjectPolicy.class inflated: com/sun/corba/se/spi/extension/ServantCachingPolicy.class inflated: com/sun/corba/se/spi/extension/RequestPartitioningPolicy.class inflated: com/sun/corba/se/spi/extension/ZeroPortPolicy.class created: com/sun/corba/se/spi/orbutil/ created: com/sun/corba/se/spi/orbutil/proxy/ inflated: com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl.class inflated: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandler.class inflated: com/sun/corba/se/spi/orbutil/proxy/LinkedInvocationHandler.class inflated: com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.class inflated: com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl$1.class inflated: com/sun/corba/se/spi/orbutil/proxy/InvocationHandlerFactory.class created: com/sun/corba/se/spi/orbutil/fsm/ inflated: com/sun/corba/se/spi/orbutil/fsm/GuardBase.class inflated: com/sun/corba/se/spi/orbutil/fsm/MyFSM.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestAction1.class inflated: com/sun/corba/se/spi/orbutil/fsm/InputImpl.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestInput.class inflated: com/sun/corba/se/spi/orbutil/fsm/NegateGuard.class inflated: com/sun/corba/se/spi/orbutil/fsm/Input.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestAction2.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSM.class inflated: com/sun/corba/se/spi/orbutil/fsm/StateImpl.class inflated: com/sun/corba/se/spi/orbutil/fsm/State.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSMTest$1.class inflated: com/sun/corba/se/spi/orbutil/fsm/Guard$Complement.class inflated: com/sun/corba/se/spi/orbutil/fsm/Action.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSMTest.class inflated: com/sun/corba/se/spi/orbutil/fsm/Guard$Result.class inflated: com/sun/corba/se/spi/orbutil/fsm/StateEngine.class inflated: com/sun/corba/se/spi/orbutil/fsm/Guard.class inflated: com/sun/corba/se/spi/orbutil/fsm/FSMImpl.class inflated: com/sun/corba/se/spi/orbutil/fsm/TestAction3.class inflated: com/sun/corba/se/spi/orbutil/fsm/ActionBase.class inflated: com/sun/corba/se/spi/orbutil/fsm/StateEngineFactory.class created: com/sun/corba/se/spi/orbutil/closure/ inflated: com/sun/corba/se/spi/orbutil/closure/ClosureFactory.class inflated: com/sun/corba/se/spi/orbutil/closure/Closure.class created: com/sun/corba/se/spi/orbutil/threadpool/ inflated: com/sun/corba/se/spi/orbutil/threadpool/NoSuchThreadPoolException.class inflated: com/sun/corba/se/spi/orbutil/threadpool/Work.class inflated: com/sun/corba/se/spi/orbutil/threadpool/WorkQueue.class inflated: com/sun/corba/se/spi/orbutil/threadpool/NoSuchWorkQueueException.class inflated: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.class inflated: com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolChooser.class inflated: com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.class created: com/sun/corba/se/spi/encoding/ inflated: com/sun/corba/se/spi/encoding/CorbaInputObject.class inflated: com/sun/corba/se/spi/encoding/CorbaOutputObject.class created: com/sun/corba/se/spi/copyobject/ inflated: com/sun/corba/se/spi/copyobject/ReflectiveCopyException.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$3.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$4.class inflated: com/sun/corba/se/spi/copyobject/ObjectCopierFactory.class inflated: com/sun/corba/se/spi/copyobject/CopierManager.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$2.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults$1.class inflated: com/sun/corba/se/spi/copyobject/CopyobjectDefaults.class inflated: com/sun/corba/se/spi/copyobject/ObjectCopier.class created: com/sun/corba/se/spi/activation/ inflated: com/sun/corba/se/spi/activation/_InitialNameServiceImplBase.class inflated: com/sun/corba/se/spi/activation/ServerOperations.class inflated: com/sun/corba/se/spi/activation/BadServerDefinitionHelper.class inflated: com/sun/corba/se/spi/activation/ServerNotActiveHolder.class inflated: com/sun/corba/se/spi/activation/ServerIdHelper.class inflated: com/sun/corba/se/spi/activation/ServerManagerOperations.class inflated: com/sun/corba/se/spi/activation/NoSuchEndPoint.class inflated: com/sun/corba/se/spi/activation/Repository.class inflated: com/sun/corba/se/spi/activation/ORBAlreadyRegistered.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoListHolder.class created: com/sun/corba/se/spi/activation/RepositoryPackage/ inflated: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHolder.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHolder.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.class inflated: com/sun/corba/se/spi/activation/_RepositoryStub.class inflated: com/sun/corba/se/spi/activation/ServerManagerHelper.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoHolder.class inflated: com/sun/corba/se/spi/activation/InvalidORBidHelper.class inflated: com/sun/corba/se/spi/activation/BadServerDefinition.class created: com/sun/corba/se/spi/activation/LocatorPackage/ inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHolder.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocation.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHelper.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHelper.class inflated: com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORB.class inflated: com/sun/corba/se/spi/activation/NoSuchEndPointHolder.class inflated: com/sun/corba/se/spi/activation/IIOP_CLEAR_TEXT.class inflated: com/sun/corba/se/spi/activation/ServerHeldDownHelper.class inflated: com/sun/corba/se/spi/activation/ActivatorOperations.class inflated: com/sun/corba/se/spi/activation/InitialNameServiceHelper.class inflated: com/sun/corba/se/spi/activation/LocatorHolder.class inflated: com/sun/corba/se/spi/activation/_ServerManagerStub.class inflated: com/sun/corba/se/spi/activation/NoSuchEndPointHelper.class inflated: com/sun/corba/se/spi/activation/ORBidHelper.class inflated: com/sun/corba/se/spi/activation/_InitialNameServiceStub.class inflated: com/sun/corba/se/spi/activation/Server.class inflated: com/sun/corba/se/spi/activation/LocatorHelper.class inflated: com/sun/corba/se/spi/activation/EndpointInfoListHolder.class inflated: com/sun/corba/se/spi/activation/ServerHelper.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHelper.class inflated: com/sun/corba/se/spi/activation/ServerHeldDown.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHolder.class inflated: com/sun/corba/se/spi/activation/EndPointInfoHolder.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyUninstalled.class inflated: com/sun/corba/se/spi/activation/Activator.class inflated: com/sun/corba/se/spi/activation/ORBidListHelper.class inflated: com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHelper.class inflated: com/sun/corba/se/spi/activation/POANameHolder.class inflated: com/sun/corba/se/spi/activation/ServerNotRegisteredHolder.class inflated: com/sun/corba/se/spi/activation/ActivatorHolder.class inflated: com/sun/corba/se/spi/activation/_ServerManagerImplBase.class inflated: com/sun/corba/se/spi/activation/EndPointInfo.class inflated: com/sun/corba/se/spi/activation/ServerNotRegisteredHelper.class inflated: com/sun/corba/se/spi/activation/ServerManagerHolder.class inflated: com/sun/corba/se/spi/activation/ServerHolder.class inflated: com/sun/corba/se/spi/activation/ActivatorHelper.class inflated: com/sun/corba/se/spi/activation/_ActivatorStub.class inflated: com/sun/corba/se/spi/activation/InitialNameServiceOperations.class inflated: com/sun/corba/se/spi/activation/EndpointInfoListHelper.class inflated: com/sun/corba/se/spi/activation/ORBPortInfo.class inflated: com/sun/corba/se/spi/activation/ServerManager.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyInstalledHelper.class inflated: com/sun/corba/se/spi/activation/BadServerDefinitionHolder.class inflated: com/sun/corba/se/spi/activation/ServerNotActiveHelper.class inflated: com/sun/corba/se/spi/activation/_LocatorImplBase.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyActiveHelper.class inflated: com/sun/corba/se/spi/activation/_RepositoryImplBase.class inflated: com/sun/corba/se/spi/activation/ServerNotRegistered.class inflated: com/sun/corba/se/spi/activation/ORBidListHolder.class inflated: com/sun/corba/se/spi/activation/_ServerStub.class inflated: com/sun/corba/se/spi/activation/ServerIdsHolder.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryOperations.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyActiveHolder.class inflated: com/sun/corba/se/spi/activation/InitialNameService.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHelper.class inflated: com/sun/corba/se/spi/activation/LocatorOperations.class inflated: com/sun/corba/se/spi/activation/RepositoryHelper.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHolder.class inflated: com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHolder.class created: com/sun/corba/se/spi/activation/InitialNameServicePackage/ inflated: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHolder.class inflated: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBound.class inflated: com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHelper.class inflated: com/sun/corba/se/spi/activation/_LocatorStub.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyActive.class inflated: com/sun/corba/se/spi/activation/_ActivatorImplBase.class inflated: com/sun/corba/se/spi/activation/ServerIdsHelper.class inflated: com/sun/corba/se/spi/activation/InvalidORBidHolder.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyInstalledHolder.class inflated: com/sun/corba/se/spi/activation/EndPointInfoHelper.class inflated: com/sun/corba/se/spi/activation/TCPPortHelper.class inflated: com/sun/corba/se/spi/activation/InitialNameServiceHolder.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyRegistered.class inflated: com/sun/corba/se/spi/activation/POANameHelper.class inflated: com/sun/corba/se/spi/activation/Locator.class inflated: com/sun/corba/se/spi/activation/InvalidORBid.class inflated: com/sun/corba/se/spi/activation/ServerAlreadyInstalled.class inflated: com/sun/corba/se/spi/activation/ORBPortInfoListHelper.class inflated: com/sun/corba/se/spi/activation/RepositoryHolder.class inflated: com/sun/corba/se/spi/activation/ServerNotActive.class inflated: com/sun/corba/se/spi/activation/_ServerImplBase.class inflated: com/sun/corba/se/spi/activation/ServerHeldDownHolder.class created: com/sun/corba/se/spi/ior/ inflated: com/sun/corba/se/spi/ior/ObjectId.class inflated: com/sun/corba/se/spi/ior/ObjectKeyFactory.class inflated: com/sun/corba/se/spi/ior/TaggedComponent.class inflated: com/sun/corba/se/spi/ior/IORTemplateList.class inflated: com/sun/corba/se/spi/ior/IORFactory.class inflated: com/sun/corba/se/spi/ior/Writeable.class inflated: com/sun/corba/se/spi/ior/ObjectAdapterId.class inflated: com/sun/corba/se/spi/ior/IdentifiableBase.class inflated: com/sun/corba/se/spi/ior/IdentifiableContainerBase.class inflated: com/sun/corba/se/spi/ior/IOR.class inflated: com/sun/corba/se/spi/ior/MakeImmutable.class inflated: com/sun/corba/se/spi/ior/IdentifiableFactory.class inflated: com/sun/corba/se/spi/ior/TaggedProfile.class inflated: com/sun/corba/se/spi/ior/TaggedProfileTemplateBase.class inflated: com/sun/corba/se/spi/ior/IORTemplate.class inflated: com/sun/corba/se/spi/ior/TaggedComponentBase.class inflated: com/sun/corba/se/spi/ior/ObjectKeyTemplate.class inflated: com/sun/corba/se/spi/ior/IORFactories.class inflated: com/sun/corba/se/spi/ior/IdentifiableFactoryFinder.class inflated: com/sun/corba/se/spi/ior/Identifiable.class inflated: com/sun/corba/se/spi/ior/ObjectKey.class inflated: com/sun/corba/se/spi/ior/IORFactories$1.class inflated: com/sun/corba/se/spi/ior/EncapsulationFactoryBase.class inflated: com/sun/corba/se/spi/ior/IORFactories$2.class created: com/sun/corba/se/spi/ior/iiop/ inflated: com/sun/corba/se/spi/ior/iiop/IIOPProfileTemplate.class inflated: com/sun/corba/se/spi/ior/iiop/RequestPartitioningComponent.class inflated: com/sun/corba/se/spi/ior/iiop/JavaCodebaseComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPProfile.class inflated: com/sun/corba/se/spi/ior/iiop/AlternateIIOPAddressComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$8.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$5.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$9.class inflated: com/sun/corba/se/spi/ior/iiop/GIOPVersion.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPAddress.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$7.class inflated: com/sun/corba/se/spi/ior/iiop/CodeSetsComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$4.class inflated: com/sun/corba/se/spi/ior/iiop/MaxStreamFormatVersionComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$3.class inflated: com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$1.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$2.class inflated: com/sun/corba/se/spi/ior/iiop/IIOPFactories$6.class inflated: com/sun/corba/se/spi/ior/TaggedProfileTemplate.class inflated: com/sun/corba/se/spi/ior/WriteContents.class inflated: com/sun/corba/se/spi/ior/TaggedComponentFactoryFinder.class inflated: com/sun/corba/se/spi/ior/IdentifiableContainerBase$1.class created: com/sun/corba/se/spi/orb/ inflated: com/sun/corba/se/spi/orb/ORBConfigurator.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ClassAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$URLAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IntegerAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IndexAction.class inflated: com/sun/corba/se/spi/orb/ORB$2.class inflated: com/sun/corba/se/spi/orb/OperationFactory$MapAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$MaskErrorAction.class inflated: com/sun/corba/se/spi/orb/ORB$1.class inflated: com/sun/corba/se/spi/orb/OperationFactory.class inflated: com/sun/corba/se/spi/orb/PropertyParser.class inflated: com/sun/corba/se/spi/orb/DataCollector.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$FieldMap.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IdentityAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$SetFlagAction.class inflated: com/sun/corba/se/spi/orb/ORBVersion.class inflated: com/sun/corba/se/spi/orb/ORBVersionFactory.class inflated: com/sun/corba/se/spi/orb/OperationFactory$SuffixAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ConvertIntegerToShort.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$FieldMap$1$1.class inflated: com/sun/corba/se/spi/orb/ORB.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ListAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ComposeAction.class inflated: com/sun/corba/se/spi/orb/ParserImplBase.class inflated: com/sun/corba/se/spi/orb/Operation.class inflated: com/sun/corba/se/spi/orb/OperationFactory$ValueAction.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$MapEntry.class inflated: com/sun/corba/se/spi/orb/OperationFactory$IntegerRangeAction.class inflated: com/sun/corba/se/spi/orb/OperationFactory$BooleanAction.class inflated: com/sun/corba/se/spi/orb/ParserDataFactory.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase.class inflated: com/sun/corba/se/spi/orb/OperationFactory$OperationBase.class inflated: com/sun/corba/se/spi/orb/OperationFactory$MapSequenceAction.class inflated: com/sun/corba/se/spi/orb/ParserData.class inflated: com/sun/corba/se/spi/orb/ParserImplBase$1.class inflated: com/sun/corba/se/spi/orb/OperationFactory$1.class inflated: com/sun/corba/se/spi/orb/ORBData.class inflated: com/sun/corba/se/spi/orb/ParserImplTableBase$FieldMap$1.class inflated: com/sun/corba/se/spi/orb/OperationFactory$StringAction.class inflated: com/sun/corba/se/spi/orb/StringPair.class inflated: com/sun/corba/se/spi/orb/OperationFactory$SequenceAction.class created: com/sun/corba/se/spi/servicecontext/ inflated: com/sun/corba/se/spi/servicecontext/UnknownServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContextRegistry.class inflated: com/sun/corba/se/spi/servicecontext/ORBVersionServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/SendingContextServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/CodeSetServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/MaxStreamFormatVersionServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/UEInfoServiceContext.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContexts.class inflated: com/sun/corba/se/spi/servicecontext/ServiceContextData.class created: com/sun/corba/se/spi/protocol/ inflated: com/sun/corba/se/spi/protocol/CorbaProtocolHandler.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault.class inflated: com/sun/corba/se/spi/protocol/CorbaClientDelegate.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$5.class inflated: com/sun/corba/se/spi/protocol/CorbaMessageMediator.class inflated: com/sun/corba/se/spi/protocol/ClientDelegateFactory.class inflated: com/sun/corba/se/spi/protocol/CorbaServerRequestDispatcher.class inflated: com/sun/corba/se/spi/protocol/ForwardException.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$1.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$4.class inflated: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcher.class inflated: com/sun/corba/se/spi/protocol/LocalClientRequestDispatcherFactory.class inflated: com/sun/corba/se/spi/protocol/PIHandler.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$3.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.class inflated: com/sun/corba/se/spi/protocol/RequestDispatcherDefault$2.class inflated: com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.class created: com/sun/corba/se/spi/logging/ inflated: com/sun/corba/se/spi/logging/LogWrapperBase.class inflated: com/sun/corba/se/spi/logging/LogWrapperFactory.class inflated: com/sun/corba/se/spi/logging/CORBALogDomains.class created: com/sun/corba/se/spi/legacy/ created: com/sun/corba/se/spi/legacy/interceptor/ inflated: com/sun/corba/se/spi/legacy/interceptor/ORBInitInfoExt.class inflated: com/sun/corba/se/spi/legacy/interceptor/UnknownType.class inflated: com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.class inflated: com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.class created: com/sun/corba/se/spi/legacy/connection/ inflated: com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.class inflated: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.class inflated: com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.class inflated: com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.class inflated: com/sun/corba/se/spi/legacy/connection/Connection.class created: com/sun/corba/se/spi/presentation/ created: com/sun/corba/se/spi/presentation/rmi/ inflated: com/sun/corba/se/spi/presentation/rmi/PresentationDefaults.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager$ClassData.class inflated: com/sun/corba/se/spi/presentation/rmi/DynamicMethodMarshaller.class inflated: com/sun/corba/se/spi/presentation/rmi/IDLNameTranslator.class inflated: com/sun/corba/se/spi/presentation/rmi/DynamicStub.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager$StubFactoryFactory.class inflated: com/sun/corba/se/spi/presentation/rmi/StubAdapter.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager.class inflated: com/sun/corba/se/spi/presentation/rmi/PresentationManager$StubFactory.class created: com/sun/corba/se/spi/oa/ inflated: com/sun/corba/se/spi/oa/OAInvocationInfo.class inflated: com/sun/corba/se/spi/oa/OADefault.class inflated: com/sun/corba/se/spi/oa/ObjectAdapterBase.class inflated: com/sun/corba/se/spi/oa/OADestroyed.class inflated: com/sun/corba/se/spi/oa/NullServant.class inflated: com/sun/corba/se/spi/oa/ObjectAdapterFactory.class inflated: com/sun/corba/se/spi/oa/ObjectAdapter.class created: com/sun/corba/se/spi/resolver/ inflated: com/sun/corba/se/spi/resolver/ResolverDefault.class inflated: com/sun/corba/se/spi/resolver/Resolver.class inflated: com/sun/corba/se/spi/resolver/LocalResolver.class created: com/sun/corba/se/spi/transport/ inflated: com/sun/corba/se/spi/transport/TransportDefault.class inflated: com/sun/corba/se/spi/transport/TransportDefault$3.class inflated: com/sun/corba/se/spi/transport/ORBSocketFactory.class inflated: com/sun/corba/se/spi/transport/ReadTimeouts.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfoList.class inflated: com/sun/corba/se/spi/transport/SocketOrChannelAcceptor.class inflated: com/sun/corba/se/spi/transport/TransportDefault$2.class inflated: com/sun/corba/se/spi/transport/IIOPPrimaryToContactInfo.class inflated: com/sun/corba/se/spi/transport/CorbaAcceptor.class inflated: com/sun/corba/se/spi/transport/TransportDefault$1.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfoListFactory.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfo.class inflated: com/sun/corba/se/spi/transport/SocketInfo.class inflated: com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.class inflated: com/sun/corba/se/spi/transport/IORTransformer.class inflated: com/sun/corba/se/spi/transport/CorbaConnectionCache.class inflated: com/sun/corba/se/spi/transport/ReadTimeoutsFactory.class inflated: com/sun/corba/se/spi/transport/CorbaTransportManager.class inflated: com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.class inflated: com/sun/corba/se/spi/transport/CorbaConnection.class inflated: com/sun/corba/se/spi/transport/IORToSocketInfo.class created: com/sun/corba/se/internal/ created: com/sun/corba/se/internal/Interceptors/ inflated: com/sun/corba/se/internal/Interceptors/PIORB.class created: com/sun/corba/se/internal/CosNaming/ inflated: com/sun/corba/se/internal/CosNaming/BootstrapServer.class created: com/sun/corba/se/internal/POA/ inflated: com/sun/corba/se/internal/POA/POAORB.class created: com/sun/corba/se/internal/corba/ inflated: com/sun/corba/se/internal/corba/ORBSingleton.class created: com/sun/corba/se/internal/iiop/ inflated: com/sun/corba/se/internal/iiop/ORB.class created: com/sun/corba/se/org/ created: com/sun/corba/se/org/omg/ created: com/sun/corba/se/org/omg/CORBA/ inflated: com/sun/corba/se/org/omg/CORBA/ORB.class created: com/sun/corba/se/impl/ created: com/sun/corba/se/impl/io/ inflated: com/sun/corba/se/impl/io/OutputStreamHook$HookPutFields.class inflated: com/sun/corba/se/impl/io/IIOPInputStream$ActiveRecursionManager.class inflated: com/sun/corba/se/impl/io/ValueHandlerImpl$1.class inflated: com/sun/corba/se/impl/io/InputStreamHook$DefaultState.class inflated: com/sun/corba/se/impl/io/ValueUtility.class inflated: com/sun/corba/se/impl/io/ValueUtility$IdentityKeyValueStack.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$ObjectStreamClassEntry.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$2.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$MethodSignature.class inflated: com/sun/corba/se/impl/io/IIOPInputStream.class inflated: com/sun/corba/se/impl/io/InputStreamHook.class inflated: com/sun/corba/se/impl/io/InputStreamHook$HookGetFields.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectOptionalDataState.class inflated: com/sun/corba/se/impl/io/ValueHandlerImpl.class inflated: com/sun/corba/se/impl/io/TypeMismatchException.class inflated: com/sun/corba/se/impl/io/IIOPInputStream$1.class inflated: com/sun/corba/se/impl/io/IIOPOutputStream.class inflated: com/sun/corba/se/impl/io/IIOPOutputStream$1.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectPastDefaultsRemoteDidNotUseWOState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$WriteObjectState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$3.class inflated: com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt$1.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$CompareObjStrFieldsByName.class inflated: com/sun/corba/se/impl/io/ObjectStreamField.class inflated: com/sun/corba/se/impl/io/ValueHandlerImpl$StreamFactory.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$1.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass.class inflated: com/sun/corba/se/impl/io/OptionalDataException.class inflated: com/sun/corba/se/impl/io/InputStreamHook$NoReadObjectDefaultsSentState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$4.class inflated: com/sun/corba/se/impl/io/IIOPInputStream$2.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$DefaultState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$WroteCustomDataState.class inflated: com/sun/corba/se/impl/io/InputStreamHook$ReadObjectState.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectRemoteDidNotUseWriteObjectState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$InWriteObjectState.class inflated: com/sun/corba/se/impl/io/OutputStreamHook.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$CompareClassByName.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$WroteDefaultDataState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt.class inflated: com/sun/corba/se/impl/io/OutputStreamHook$1.class inflated: com/sun/corba/se/impl/io/ValueUtility$IdentityKeyValueStack$KeyValuePair.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectDefaultsSentState.class inflated: com/sun/corba/se/impl/io/ObjectStreamClass$CompareMemberByName.class inflated: com/sun/corba/se/impl/io/ValueUtility$1.class inflated: com/sun/corba/se/impl/io/FVDCodeBaseImpl.class inflated: com/sun/corba/se/impl/io/ObjectStreamField$1.class inflated: com/sun/corba/se/impl/io/InputStreamHook$InReadObjectNoMoreOptionalDataState.class created: com/sun/corba/se/impl/monitoring/ inflated: com/sun/corba/se/impl/monitoring/MonitoredObjectImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoredObjectFactoryImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoringManagerFactoryImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoFactoryImpl.class inflated: com/sun/corba/se/impl/monitoring/MonitoringManagerImpl.class created: com/sun/corba/se/impl/orbutil/ inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdPool_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/GetPropertyAction.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/DenseIntMapImpl.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$MethodSignature.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdInterface.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$1.class inflated: com/sun/corba/se/impl/orbutil/ORBUtility.class inflated: com/sun/corba/se/impl/orbutil/ORBClassLoader.class inflated: com/sun/corba/se/impl/orbutil/ObjectWriter$1.class inflated: com/sun/corba/se/impl/orbutil/CacheTable.class inflated: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$3.class inflated: com/sun/corba/se/impl/orbutil/HexOutputStream.class inflated: com/sun/corba/se/impl/orbutil/ORBUtility$1.class inflated: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$ObjectPrinter.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$CompareClassByName.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$Pair.class inflated: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepositoryId_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepIdDelegator.class inflated: com/sun/corba/se/impl/orbutil/StackImpl.class inflated: com/sun/corba/se/impl/orbutil/LegacyHookPutFields.class inflated: com/sun/corba/se/impl/orbutil/ORBConstants.class inflated: com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$1.class inflated: com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$4.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdFactory.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamField.class created: com/sun/corba/se/impl/orbutil/fsm/ inflated: com/sun/corba/se/impl/orbutil/fsm/GuardedAction.class inflated: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl$2.class inflated: com/sun/corba/se/impl/orbutil/fsm/NameBase.class inflated: com/sun/corba/se/impl/orbutil/fsm/GuardedAction$1.class inflated: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl$1.class inflated: com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl.class inflated: com/sun/corba/se/impl/orbutil/RepositoryId_1_3_1.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$1.class created: com/sun/corba/se/impl/orbutil/resources/ inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_HK.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_fr.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_CN.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_sv.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_es.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_ja.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_zh_TW.properties inflated: com/sun/corba/se/impl/orbutil/resources/sunorb_ko.properties inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$2.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$ClassMap.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$CompareMemberByName.class created: com/sun/corba/se/impl/orbutil/concurrent/ inflated: com/sun/corba/se/impl/orbutil/concurrent/DebugMutex.class inflated: com/sun/corba/se/impl/orbutil/concurrent/ReentrantMutex.class inflated: com/sun/corba/se/impl/orbutil/concurrent/SyncUtil.class inflated: com/sun/corba/se/impl/orbutil/concurrent/Sync.class inflated: com/sun/corba/se/impl/orbutil/concurrent/Mutex.class inflated: com/sun/corba/se/impl/orbutil/concurrent/CondVar.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdUtility.class created: com/sun/corba/se/impl/orbutil/graph/ inflated: com/sun/corba/se/impl/orbutil/graph/NodeData.class inflated: com/sun/corba/se/impl/orbutil/graph/Graph.class inflated: com/sun/corba/se/impl/orbutil/graph/GraphImpl$1.class inflated: com/sun/corba/se/impl/orbutil/graph/GraphImpl.class inflated: com/sun/corba/se/impl/orbutil/graph/GraphImpl$NodeVisitor.class inflated: com/sun/corba/se/impl/orbutil/graph/Node.class inflated: com/sun/corba/se/impl/orbutil/LogKeywords.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$3.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$3.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$2.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdPool_1_3.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$MethodSignature.class inflated: com/sun/corba/se/impl/orbutil/LegacyHookGetFields.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$CompareClassByName.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$2.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1$ObjectStreamClassEntry.class inflated: com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3$CompareMemberByName.class inflated: com/sun/corba/se/impl/orbutil/ObjectWriter$IndentingObjectWriter.class inflated: com/sun/corba/se/impl/orbutil/ObjectWriter$SimpleObjectWriter.class inflated: com/sun/corba/se/impl/orbutil/ObjectWriter.class created: com/sun/corba/se/impl/orbutil/closure/ inflated: com/sun/corba/se/impl/orbutil/closure/Constant.class inflated: com/sun/corba/se/impl/orbutil/closure/Future.class inflated: com/sun/corba/se/impl/orbutil/RepositoryIdStrings.class inflated: com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3.class created: com/sun/corba/se/impl/orbutil/threadpool/ inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl$3.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$1.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$5.class inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl$1.class inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$3.class inflated: com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl$2.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$4.class inflated: com/sun/corba/se/impl/orbutil/threadpool/TimeoutException.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$2.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.class inflated: com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl$WorkerThread.class inflated: com/sun/corba/se/impl/orbutil/CorbaResourceUtil.class inflated: com/sun/corba/se/impl/orbutil/CacheTable$Entry.class inflated: com/sun/corba/se/impl/orbutil/ObjectUtility$5.class inflated: com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3.class created: com/sun/corba/se/impl/encoding/ inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$JavaCTBConverter.class inflated: com/sun/corba/se/impl/encoding/OSFCodeSetRegistry$1.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_0$1.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$UTF16BTCConverter.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_2.class inflated: com/sun/corba/se/impl/encoding/BufferManagerRead.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$JavaBTCConverter.class inflated: com/sun/corba/se/impl/encoding/BufferManagerReadGrow.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream$_ByteArrayOutputStream.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$CodeSetConversionHolder.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream.class inflated: com/sun/corba/se/impl/encoding/EncapsInputStream.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream.class inflated: com/sun/corba/se/impl/encoding/MarshalInputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream$MarshalObjectOutputStream.class inflated: com/sun/corba/se/impl/encoding/EncapsOutputStream.class inflated: com/sun/corba/se/impl/encoding/ByteBufferWithInfo.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream.class inflated: com/sun/corba/se/impl/encoding/TypeCodeInputStream.class inflated: com/sun/corba/se/impl/encoding/BufferManagerFactory.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteCollect$BufferManagerWriteCollectIterator.class inflated: com/sun/corba/se/impl/encoding/TypeCodeReader.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWrite.class inflated: com/sun/corba/se/impl/encoding/OSFCodeSetRegistry$Entry.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$UTF16CTBConverter.class inflated: com/sun/corba/se/impl/encoding/CachedCodeBase.class inflated: com/sun/corba/se/impl/encoding/OSFCodeSetRegistry.class inflated: com/sun/corba/se/impl/encoding/CDROutputStreamBase.class inflated: com/sun/corba/se/impl/encoding/CodeSetCache.class inflated: com/sun/corba/se/impl/encoding/CodeSetComponentInfo$CodeSetContext.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream$MarshalObjectInputStream.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_0$1.class inflated: com/sun/corba/se/impl/encoding/CDROutputObject.class inflated: com/sun/corba/se/impl/encoding/TypeCodeOutputStream.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_1.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_1$FragmentableStreamMemento.class inflated: com/sun/corba/se/impl/encoding/MarkAndResetHandler.class inflated: com/sun/corba/se/impl/encoding/CodeSetCache$1.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteCollect$1.class inflated: com/sun/corba/se/impl/encoding/BufferManagerReadStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream$_ByteArrayInputStream.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteGrow.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_2.class inflated: com/sun/corba/se/impl/encoding/WrapperInputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationInputStream$MarshalObjectInputStream$1.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_0.class inflated: com/sun/corba/se/impl/encoding/RestorableInputStream.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_1.class inflated: com/sun/corba/se/impl/encoding/CDRInputStreamBase.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream_1_0$StreamMemento.class inflated: com/sun/corba/se/impl/encoding/MarshalOutputStream.class inflated: com/sun/corba/se/impl/encoding/IDLJavaSerializationOutputStream$MarshalObjectOutputStream$1.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteCollect.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$BTCConverter.class inflated: com/sun/corba/se/impl/encoding/CodeSetComponentInfo$CodeSetComponent.class inflated: com/sun/corba/se/impl/encoding/CodeSetComponentInfo.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream$OutputStreamFactory.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$1.class inflated: com/sun/corba/se/impl/encoding/CodeSetConversion$CTBConverter.class inflated: com/sun/corba/se/impl/encoding/BufferManagerWriteStream.class inflated: com/sun/corba/se/impl/encoding/CDRInputStream$InputStreamFactory.class inflated: com/sun/corba/se/impl/encoding/CDROutputStream_1_0.class inflated: com/sun/corba/se/impl/encoding/BufferQueue.class inflated: com/sun/corba/se/impl/encoding/CDRInputObject.class created: com/sun/corba/se/impl/copyobject/ inflated: com/sun/corba/se/impl/copyobject/FallbackObjectCopierImpl.class inflated: com/sun/corba/se/impl/copyobject/JavaStreamObjectCopierImpl.class inflated: com/sun/corba/se/impl/copyobject/ORBStreamObjectCopierImpl.class inflated: com/sun/corba/se/impl/copyobject/CopierManagerImpl.class inflated: com/sun/corba/se/impl/copyobject/ReferenceObjectCopierImpl.class created: com/sun/corba/se/impl/activation/ inflated: com/sun/corba/se/impl/activation/ListActiveServers.class inflated: com/sun/corba/se/impl/activation/StartServer.class inflated: com/sun/corba/se/impl/activation/RepositoryImpl$DBServerDef.class inflated: com/sun/corba/se/impl/activation/LocateServerForORB.class inflated: com/sun/corba/se/impl/activation/Quit.class inflated: com/sun/corba/se/impl/activation/ListServers.class inflated: com/sun/corba/se/impl/activation/ShutdownServer.class inflated: com/sun/corba/se/impl/activation/NameServiceStartThread.class inflated: com/sun/corba/se/impl/activation/ListORBs.class inflated: com/sun/corba/se/impl/activation/LocateServer.class inflated: com/sun/corba/se/impl/activation/Help.class inflated: com/sun/corba/se/impl/activation/RepositoryImpl.class inflated: com/sun/corba/se/impl/activation/ServerTool.class inflated: com/sun/corba/se/impl/activation/ServerTableEntry.class inflated: com/sun/corba/se/impl/activation/ProcessMonitorThread.class inflated: com/sun/corba/se/impl/activation/UnRegisterServer.class inflated: com/sun/corba/se/impl/activation/CommandHandler.class inflated: com/sun/corba/se/impl/activation/RepositoryImpl$RepositoryDB.class inflated: com/sun/corba/se/impl/activation/ORBD.class inflated: com/sun/corba/se/impl/activation/ListAliases.class inflated: com/sun/corba/se/impl/activation/RegisterServer.class inflated: com/sun/corba/se/impl/activation/ServerMain.class inflated: com/sun/corba/se/impl/activation/GetServerID.class inflated: com/sun/corba/se/impl/activation/ServerManagerImpl.class inflated: com/sun/corba/se/impl/activation/ServerCallback.class created: com/sun/corba/se/impl/naming/ created: com/sun/corba/se/impl/naming/cosnaming/ inflated: com/sun/corba/se/impl/naming/cosnaming/NamingContextDataStore.class inflated: com/sun/corba/se/impl/naming/cosnaming/InterOperableNamingImpl.class inflated: com/sun/corba/se/impl/naming/cosnaming/NamingContextImpl.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientNameService.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientNameServer.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientBindingIterator.class inflated: com/sun/corba/se/impl/naming/cosnaming/InternalBindingValue.class inflated: com/sun/corba/se/impl/naming/cosnaming/TransientNamingContext.class inflated: com/sun/corba/se/impl/naming/cosnaming/NamingUtils.class inflated: com/sun/corba/se/impl/naming/cosnaming/InternalBindingKey.class inflated: com/sun/corba/se/impl/naming/cosnaming/BindingIteratorImpl.class created: com/sun/corba/se/impl/naming/namingutil/ inflated: com/sun/corba/se/impl/naming/namingutil/INSURL.class inflated: com/sun/corba/se/impl/naming/namingutil/INSURLBase.class inflated: com/sun/corba/se/impl/naming/namingutil/Utility.class inflated: com/sun/corba/se/impl/naming/namingutil/CorbalocURL.class inflated: com/sun/corba/se/impl/naming/namingutil/CorbanameURL.class inflated: com/sun/corba/se/impl/naming/namingutil/IIOPEndpointInfo.class inflated: com/sun/corba/se/impl/naming/namingutil/INSURLHandler.class inflated: com/sun/corba/se/impl/naming/namingutil/NamingConstants.class created: com/sun/corba/se/impl/naming/pcosnaming/ inflated: com/sun/corba/se/impl/naming/pcosnaming/NameService.class inflated: com/sun/corba/se/impl/naming/pcosnaming/ServantManagerImpl.class inflated: com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.class inflated: com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.class inflated: com/sun/corba/se/impl/naming/pcosnaming/NameServer.class inflated: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingValue.class inflated: com/sun/corba/se/impl/naming/pcosnaming/CounterDB.class inflated: com/sun/corba/se/impl/naming/pcosnaming/InternalBindingKey.class created: com/sun/corba/se/impl/ior/ inflated: com/sun/corba/se/impl/ior/ObjectReferenceFactoryImpl.class inflated: com/sun/corba/se/impl/ior/OldObjectKeyTemplateBase.class inflated: com/sun/corba/se/impl/ior/IORImpl.class inflated: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl$2.class inflated: com/sun/corba/se/impl/ior/TaggedComponentFactoryFinderImpl.class inflated: com/sun/corba/se/impl/ior/ByteBuffer.class inflated: com/sun/corba/se/impl/ior/OldPOAObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/ObjectReferenceProducerBase.class inflated: com/sun/corba/se/impl/ior/JIDLObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/FreezableList.class inflated: com/sun/corba/se/impl/ior/WireObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/OldJIDLObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/Handler.class inflated: com/sun/corba/se/impl/ior/NewObjectKeyTemplateBase.class inflated: com/sun/corba/se/impl/ior/IdentifiableFactoryFinderBase.class inflated: com/sun/corba/se/impl/ior/StubIORImpl.class inflated: com/sun/corba/se/impl/ior/ObjectKeyImpl.class inflated: com/sun/corba/se/impl/ior/ObjectAdapterIdNumber.class inflated: com/sun/corba/se/impl/ior/IORTemplateImpl.class inflated: com/sun/corba/se/impl/ior/EncapsulationUtility.class inflated: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl$1.class inflated: com/sun/corba/se/impl/ior/GenericTaggedProfile.class inflated: com/sun/corba/se/impl/ior/ObjectIdImpl.class inflated: com/sun/corba/se/impl/ior/IORTemplateListImpl.class inflated: com/sun/corba/se/impl/ior/TaggedProfileTemplateFactoryFinderImpl.class inflated: com/sun/corba/se/impl/ior/TaggedProfileFactoryFinderImpl.class inflated: com/sun/corba/se/impl/ior/ObjectReferenceTemplateImpl.class created: com/sun/corba/se/impl/ior/iiop/ inflated: com/sun/corba/se/impl/ior/iiop/IIOPAddressBase.class inflated: com/sun/corba/se/impl/ior/iiop/RequestPartitioningComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl$LocalCodeBaseSingletonHolder.class inflated: com/sun/corba/se/impl/ior/iiop/JavaCodebaseComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/AlternateIIOPAddressComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPAddressClosureImpl.class inflated: com/sun/corba/se/impl/ior/iiop/CodeSetsComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/JavaSerializationComponent.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPAddressImpl.class inflated: com/sun/corba/se/impl/ior/iiop/MaxStreamFormatVersionComponentImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPProfileTemplateImpl.class inflated: com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl.class inflated: com/sun/corba/se/impl/ior/iiop/ORBTypeComponentImpl.class inflated: com/sun/corba/se/impl/ior/GenericTaggedComponent.class inflated: com/sun/corba/se/impl/ior/ObjectKeyTemplateBase.class inflated: com/sun/corba/se/impl/ior/GenericIdentifiable.class inflated: com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl.class inflated: com/sun/corba/se/impl/ior/ObjectAdapterIdBase.class inflated: com/sun/corba/se/impl/ior/POAObjectKeyTemplate.class inflated: com/sun/corba/se/impl/ior/ObjectAdapterIdArray.class created: com/sun/corba/se/impl/orb/ inflated: com/sun/corba/se/impl/orb/ParserTable$13$1.class inflated: com/sun/corba/se/impl/orb/ParserTable$11.class inflated: com/sun/corba/se/impl/orb/NormalDataCollector.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$2.class inflated: com/sun/corba/se/impl/orb/PropertyCallback.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestORBSocketFactory.class inflated: com/sun/corba/se/impl/orb/SynchVariable.class inflated: com/sun/corba/se/impl/orb/ParserTable$4.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestLegacyORBSocketFactory.class inflated: com/sun/corba/se/impl/orb/ORBImpl$5.class inflated: com/sun/corba/se/impl/orb/PrefixParserAction.class inflated: com/sun/corba/se/impl/orb/ParserDataBase.class inflated: com/sun/corba/se/impl/orb/ParserTable$12.class inflated: com/sun/corba/se/impl/orb/PrefixParserData.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$5.class inflated: com/sun/corba/se/impl/orb/ORBImpl$ConfigParser.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$2.class inflated: com/sun/corba/se/impl/orb/ParserTable$1.class inflated: com/sun/corba/se/impl/orb/ORBImpl$3.class inflated: com/sun/corba/se/impl/orb/ORBImpl$1.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$6.class inflated: com/sun/corba/se/impl/orb/ParserTable$9.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestORBInitializer2.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$3.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$3.class inflated: com/sun/corba/se/impl/orb/ParserTable$13.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl.class inflated: com/sun/corba/se/impl/orb/ORBImpl$2.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$1.class inflated: com/sun/corba/se/impl/orb/ORBVersionImpl.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$1.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestAcceptor2.class inflated: com/sun/corba/se/impl/orb/ParserTable$6.class inflated: com/sun/corba/se/impl/orb/ParserTable$7.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestContactInfoListFactory.class inflated: com/sun/corba/se/impl/orb/ORBImpl$4.class inflated: com/sun/corba/se/impl/orb/NormalParserAction.class inflated: com/sun/corba/se/impl/orb/ParserTable$3.class inflated: com/sun/corba/se/impl/orb/ParserActionFactory.class inflated: com/sun/corba/se/impl/orb/ORBSingleton.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestORBInitializer1.class inflated: com/sun/corba/se/impl/orb/ParserTable$5.class inflated: com/sun/corba/se/impl/orb/AppletDataCollector.class inflated: com/sun/corba/se/impl/orb/ParserTable.class inflated: com/sun/corba/se/impl/orb/NormalParserData.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestAcceptor1.class inflated: com/sun/corba/se/impl/orb/ParserTable$14$1.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestIORToSocketInfo.class inflated: com/sun/corba/se/impl/orb/ORBDataParserImpl.class inflated: com/sun/corba/se/impl/orb/ORBImpl.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase$4.class inflated: com/sun/corba/se/impl/orb/PropertyOnlyDataCollector.class inflated: com/sun/corba/se/impl/orb/ParserActionBase.class inflated: com/sun/corba/se/impl/orb/ParserTable$15.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestBadServerIdHandler.class inflated: com/sun/corba/se/impl/orb/DataCollectorFactory.class inflated: com/sun/corba/se/impl/orb/ParserTable$TestIIOPPrimaryToContactInfo.class inflated: com/sun/corba/se/impl/orb/ParserTable$10.class inflated: com/sun/corba/se/impl/orb/ParserTable$14.class inflated: com/sun/corba/se/impl/orb/ParserTable$2.class inflated: com/sun/corba/se/impl/orb/ParserTable$8.class inflated: com/sun/corba/se/impl/orb/ORBConfiguratorImpl$ConfigParser.class inflated: com/sun/corba/se/impl/orb/ParserAction.class inflated: com/sun/corba/se/impl/orb/DataCollectorBase.class created: com/sun/corba/se/impl/interceptors/ inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl$2.class inflated: com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl$AddReplyServiceContextCommand.class inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl$1.class inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl.class inflated: com/sun/corba/se/impl/interceptors/InterceptorInvoker.class inflated: com/sun/corba/se/impl/interceptors/CodecFactoryImpl.class inflated: com/sun/corba/se/impl/interceptors/ORBInitInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/PIHandlerImpl$RequestInfoStack.class inflated: com/sun/corba/se/impl/interceptors/InterceptorList.class inflated: com/sun/corba/se/impl/interceptors/SlotTableStack.class inflated: com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/PICurrent$1.class inflated: com/sun/corba/se/impl/interceptors/PICurrent.class inflated: com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/CDREncapsCodec.class inflated: com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl$1.class inflated: com/sun/corba/se/impl/interceptors/SlotTableStack$SlotTablePool.class inflated: com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.class inflated: com/sun/corba/se/impl/interceptors/IORInfoImpl.class inflated: com/sun/corba/se/impl/interceptors/SlotTable.class inflated: com/sun/corba/se/impl/interceptors/RequestInfoImpl.class created: com/sun/corba/se/impl/protocol/ inflated: com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.class inflated: com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.class inflated: com/sun/corba/se/impl/protocol/NotLocalLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/CorbaMessageMediatorImpl.class inflated: com/sun/corba/se/impl/protocol/POALocalCRDImpl.class created: com/sun/corba/se/impl/protocol/giopmsgheaders/ inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddress.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddressHelper.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyOrReplyMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfoHelper.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageBase.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ProfileAddr.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/MessageHandler.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/AddressingDispositionHelper.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/KeyAddr.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_2.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/ReferenceAddr.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_0.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_1.class inflated: com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage.class inflated: com/sun/corba/se/impl/protocol/CorbaClientDelegateImpl.class inflated: com/sun/corba/se/impl/protocol/RequestDispatcherRegistryImpl.class inflated: com/sun/corba/se/impl/protocol/InfoOnlyServantCacheLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/ServantCacheLocalCRDBase.class inflated: com/sun/corba/se/impl/protocol/AddressingDispositionException.class inflated: com/sun/corba/se/impl/protocol/IsA.class inflated: com/sun/corba/se/impl/protocol/INSServerRequestDispatcher.class inflated: com/sun/corba/se/impl/protocol/CorbaInvocationInfo.class inflated: com/sun/corba/se/impl/protocol/SharedCDRClientRequestDispatcherImpl.class inflated: com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase$1.class inflated: com/sun/corba/se/impl/protocol/NonExistent.class inflated: com/sun/corba/se/impl/protocol/NotExistent.class inflated: com/sun/corba/se/impl/protocol/GetInterface.class inflated: com/sun/corba/se/impl/protocol/FullServantCacheLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/MinimalServantCacheLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/CorbaServerRequestDispatcherImpl.class inflated: com/sun/corba/se/impl/protocol/RequestCanceledException.class inflated: com/sun/corba/se/impl/protocol/BootstrapServerRequestDispatcher.class inflated: com/sun/corba/se/impl/protocol/JIDLLocalCRDImpl.class inflated: com/sun/corba/se/impl/protocol/SpecialMethod.class created: com/sun/corba/se/impl/logging/ inflated: com/sun/corba/se/impl/logging/InterceptorsSystemException$1.class inflated: com/sun/corba/se/impl/logging/UtilSystemException$1.class inflated: com/sun/corba/se/impl/logging/ORBUtilSystemException.class inflated: com/sun/corba/se/impl/logging/ORBUtilSystemException$1.class inflated: com/sun/corba/se/impl/logging/LogStrings.properties inflated: com/sun/corba/se/impl/logging/OMGSystemException.class inflated: com/sun/corba/se/impl/logging/InterceptorsSystemException.class inflated: com/sun/corba/se/impl/logging/OMGSystemException$1.class inflated: com/sun/corba/se/impl/logging/POASystemException.class inflated: com/sun/corba/se/impl/logging/ActivationSystemException$1.class inflated: com/sun/corba/se/impl/logging/POASystemException$1.class inflated: com/sun/corba/se/impl/logging/ActivationSystemException.class inflated: com/sun/corba/se/impl/logging/NamingSystemException.class inflated: com/sun/corba/se/impl/logging/IORSystemException$1.class inflated: com/sun/corba/se/impl/logging/UtilSystemException.class inflated: com/sun/corba/se/impl/logging/IORSystemException.class inflated: com/sun/corba/se/impl/logging/NamingSystemException$1.class created: com/sun/corba/se/impl/legacy/ created: com/sun/corba/se/impl/legacy/connection/ inflated: com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.class inflated: com/sun/corba/se/impl/legacy/connection/USLPort.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.class inflated: com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.class inflated: com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.class inflated: com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.class created: com/sun/corba/se/impl/corba/ inflated: com/sun/corba/se/impl/corba/NVListImpl.class inflated: com/sun/corba/se/impl/corba/AnyImpl$AnyOutputStream.class inflated: com/sun/corba/se/impl/corba/NamedValueImpl.class inflated: com/sun/corba/se/impl/corba/TCUtility.class inflated: com/sun/corba/se/impl/corba/ServerRequestImpl.class inflated: com/sun/corba/se/impl/corba/CORBAObjectImpl.class inflated: com/sun/corba/se/impl/corba/AnyImplHelper.class inflated: com/sun/corba/se/impl/corba/ExceptionListImpl.class inflated: com/sun/corba/se/impl/corba/ContextImpl.class inflated: com/sun/corba/se/impl/corba/TypeCodeFactory.class inflated: com/sun/corba/se/impl/corba/PrincipalImpl.class inflated: com/sun/corba/se/impl/corba/ContextListImpl.class inflated: com/sun/corba/se/impl/corba/EnvironmentImpl.class inflated: com/sun/corba/se/impl/corba/AnyImpl.class inflated: com/sun/corba/se/impl/corba/AnyImpl$AnyInputStream.class inflated: com/sun/corba/se/impl/corba/AsynchInvoke.class inflated: com/sun/corba/se/impl/corba/TypeCodeImpl.class inflated: com/sun/corba/se/impl/corba/TypeCodeImplHelper.class inflated: com/sun/corba/se/impl/corba/RequestImpl.class created: com/sun/corba/se/impl/dynamicany/ inflated: com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynUnionImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynArrayImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynEnumImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyComplexImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynSequenceImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynValueImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynValueBoxImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyBasicImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyCollectionImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynStructImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynFixedImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyConstructedImpl.class inflated: com/sun/corba/se/impl/dynamicany/DynAnyUtil.class inflated: com/sun/corba/se/impl/dynamicany/DynValueCommonImpl.class created: com/sun/corba/se/impl/presentation/ created: com/sun/corba/se/impl/presentation/rmi/ inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$14.class inflated: com/sun/corba/se/impl/presentation/rmi/ReflectiveTie.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRWRMIImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandler.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryProxyImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryDynamicBase.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl$1.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$10.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$5.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLTypeException.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRWIDLImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicAccessPermission.class inflated: com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl$CustomCompositeInvocationHandlerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$9.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLType.class inflated: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl$1.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$ReaderWriter.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$6.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRW.class inflated: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl$ClassDataImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$11.class inflated: com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$4.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryBase.class inflated: com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl$ExceptionRWBase.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$12.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl$IDLMethodInfo.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$1.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil$1.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$ReaderWriterBase.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$8.class inflated: com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl$NodeImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryBase.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$13.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryProxyImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryStaticImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubFactoryStaticImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$2.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicStubImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/StubConnectImpl.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$7.class inflated: com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl$3.class created: com/sun/corba/se/impl/oa/ created: com/sun/corba/se/impl/oa/poa/ inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_AOM.class inflated: com/sun/corba/se/impl/oa/poa/POAFactory.class inflated: com/sun/corba/se/impl/oa/poa/POAImpl.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase_R.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM$Etherealizer.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$6.class inflated: com/sun/corba/se/impl/oa/poa/IdAssignmentPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/ServantRetentionPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/LifespanPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry.class inflated: com/sun/corba/se/impl/oa/poa/MultipleObjectMap.class inflated: com/sun/corba/se/impl/oa/poa/ThreadPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$4.class inflated: com/sun/corba/se/impl/oa/poa/ImplicitActivationPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_USM.class inflated: com/sun/corba/se/impl/oa/poa/ActiveObjectMap$Key.class inflated: com/sun/corba/se/impl/oa/poa/POAFactory$1.class inflated: com/sun/corba/se/impl/oa/poa/POAManagerImpl$POAManagerDeactivator.class inflated: com/sun/corba/se/impl/oa/poa/ActiveObjectMap.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$CounterGuard.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$2.class inflated: com/sun/corba/se/impl/oa/poa/POAManagerImpl.class inflated: com/sun/corba/se/impl/oa/poa/POAImpl$DestroyThread.class inflated: com/sun/corba/se/impl/oa/poa/SingleObjectMap.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_UDS.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorFactory.class inflated: com/sun/corba/se/impl/oa/poa/POAImpl$1.class inflated: com/sun/corba/se/impl/oa/poa/IdUniquenessPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/POACurrent.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$3.class inflated: com/sun/corba/se/impl/oa/poa/BadServerIdHandler.class inflated: com/sun/corba/se/impl/oa/poa/DelegateImpl.class inflated: com/sun/corba/se/impl/oa/poa/Policies.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$1.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediator.class inflated: com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_UDS.class inflated: com/sun/corba/se/impl/oa/poa/RequestProcessingPolicyImpl.class inflated: com/sun/corba/se/impl/oa/poa/AOMEntry$5.class inflated: com/sun/corba/se/impl/oa/NullServantImpl.class created: com/sun/corba/se/impl/oa/toa/ inflated: com/sun/corba/se/impl/oa/toa/Element.class inflated: com/sun/corba/se/impl/oa/toa/TOA.class inflated: com/sun/corba/se/impl/oa/toa/TransientObjectManager.class inflated: com/sun/corba/se/impl/oa/toa/TOAFactory.class inflated: com/sun/corba/se/impl/oa/toa/TOAImpl.class created: com/sun/corba/se/impl/resolver/ inflated: com/sun/corba/se/impl/resolver/CompositeResolverImpl.class inflated: com/sun/corba/se/impl/resolver/FileResolverImpl.class inflated: com/sun/corba/se/impl/resolver/ORBInitRefResolverImpl.class inflated: com/sun/corba/se/impl/resolver/LocalResolverImpl.class inflated: com/sun/corba/se/impl/resolver/INSURLOperationImpl$1.class inflated: com/sun/corba/se/impl/resolver/INSURLOperationImpl.class inflated: com/sun/corba/se/impl/resolver/SplitLocalResolverImpl.class inflated: com/sun/corba/se/impl/resolver/ORBDefaultInitRefResolverImpl.class inflated: com/sun/corba/se/impl/resolver/BootstrapResolverImpl.class created: com/sun/corba/se/impl/util/ inflated: com/sun/corba/se/impl/util/IdentityHashtable.class inflated: com/sun/corba/se/impl/util/ORBProperties.class inflated: com/sun/corba/se/impl/util/RepositoryIdPool.class inflated: com/sun/corba/se/impl/util/Utility.class inflated: com/sun/corba/se/impl/util/PackagePrefixChecker.class inflated: com/sun/corba/se/impl/util/IdentityHashtableEntry.class inflated: com/sun/corba/se/impl/util/JDKClassLoader$JDKClassLoaderCache$CacheKey.class inflated: com/sun/corba/se/impl/util/Version.class inflated: com/sun/corba/se/impl/util/IdentityHashtableEnumerator.class inflated: com/sun/corba/se/impl/util/JDKClassLoader$1.class inflated: com/sun/corba/se/impl/util/RepositoryIdCache.class inflated: com/sun/corba/se/impl/util/JDKClassLoader.class inflated: com/sun/corba/se/impl/util/SUNVMCID.class inflated: com/sun/corba/se/impl/util/RepositoryId.class inflated: com/sun/corba/se/impl/util/JDKClassLoader$JDKClassLoaderCache.class inflated: com/sun/corba/se/impl/util/JDKBridge.class inflated: com/sun/corba/se/impl/util/StubEntry.class created: com/sun/corba/se/impl/javax/ created: com/sun/corba/se/impl/javax/rmi/ created: com/sun/corba/se/impl/javax/rmi/CORBA/ inflated: com/sun/corba/se/impl/javax/rmi/CORBA/Util.class inflated: com/sun/corba/se/impl/javax/rmi/CORBA/Util$1.class inflated: com/sun/corba/se/impl/javax/rmi/CORBA/KeepAlive.class inflated: com/sun/corba/se/impl/javax/rmi/CORBA/StubDelegateImpl.class inflated: com/sun/corba/se/impl/javax/rmi/PortableRemoteObject.class created: com/sun/corba/se/impl/transport/ inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.class inflated: com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl$OutCallDesc.class inflated: com/sun/corba/se/impl/transport/SelectorImpl$SelectionKeyAndOp.class inflated: com/sun/corba/se/impl/transport/CorbaContactInfoBase.class inflated: com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.class inflated: com/sun/corba/se/impl/transport/ReaderThreadImpl.class inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl$2.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.class inflated: com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.class inflated: com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.class inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl$3.class inflated: com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelContactInfoImpl.class inflated: com/sun/corba/se/impl/transport/ReadTCPTimeoutsImpl.class inflated: com/sun/corba/se/impl/transport/EventHandlerBase.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl$2.class inflated: com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl.class inflated: com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl$1.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl$3.class inflated: com/sun/corba/se/impl/transport/CorbaContactInfoListImpl.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.class inflated: com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl$1.class inflated: com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl$1.class inflated: com/sun/corba/se/impl/transport/CorbaContactInfoListIteratorImpl.class inflated: com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl$1.class inflated: com/sun/corba/se/impl/transport/SharedCDRContactInfoImpl.class inflated: com/sun/corba/se/impl/transport/SelectorImpl.class inflated: com/sun/corba/se/impl/transport/ByteBufferPoolImpl.class inflated: com/sun/corba/se/impl/transport/ListenerThreadImpl.class created: com/sun/tools/ created: com/sun/tools/corba/ created: com/sun/tools/corba/se/ created: com/sun/tools/corba/se/idl/ inflated: com/sun/tools/corba/se/idl/Util.class inflated: com/sun/tools/corba/se/idl/AttributeGen.class created: com/sun/tools/corba/se/idl/constExpr/ inflated: com/sun/tools/corba/se/idl/constExpr/Expression.class inflated: com/sun/tools/corba/se/idl/constExpr/DefaultExprFactory.class inflated: com/sun/tools/corba/se/idl/constExpr/Positive.class inflated: com/sun/tools/corba/se/idl/constExpr/Not.class inflated: com/sun/tools/corba/se/idl/constExpr/ShiftRight.class inflated: com/sun/tools/corba/se/idl/constExpr/Negative.class inflated: com/sun/tools/corba/se/idl/constExpr/BooleanOr.class inflated: com/sun/tools/corba/se/idl/constExpr/Equal.class inflated: com/sun/tools/corba/se/idl/constExpr/ExprFactory.class inflated: com/sun/tools/corba/se/idl/constExpr/Terminal.class inflated: com/sun/tools/corba/se/idl/constExpr/BooleanAnd.class inflated: com/sun/tools/corba/se/idl/constExpr/Or.class inflated: com/sun/tools/corba/se/idl/constExpr/Minus.class inflated: com/sun/tools/corba/se/idl/constExpr/EvaluationException.class inflated: com/sun/tools/corba/se/idl/constExpr/Xor.class inflated: com/sun/tools/corba/se/idl/constExpr/UnaryExpr.class inflated: com/sun/tools/corba/se/idl/constExpr/Modulo.class inflated: com/sun/tools/corba/se/idl/constExpr/ShiftLeft.class inflated: com/sun/tools/corba/se/idl/constExpr/GreaterEqual.class inflated: com/sun/tools/corba/se/idl/constExpr/BinaryExpr.class inflated: com/sun/tools/corba/se/idl/constExpr/LessThan.class inflated: com/sun/tools/corba/se/idl/constExpr/And.class inflated: com/sun/tools/corba/se/idl/constExpr/Plus.class inflated: com/sun/tools/corba/se/idl/constExpr/BooleanNot.class inflated: com/sun/tools/corba/se/idl/constExpr/Times.class inflated: com/sun/tools/corba/se/idl/constExpr/Divide.class inflated: com/sun/tools/corba/se/idl/constExpr/NotEqual.class inflated: com/sun/tools/corba/se/idl/constExpr/GreaterThan.class inflated: com/sun/tools/corba/se/idl/constExpr/LessEqual.class inflated: com/sun/tools/corba/se/idl/PrimitiveGen.class inflated: com/sun/tools/corba/se/idl/EnumGen.class inflated: com/sun/tools/corba/se/idl/ParseException.class inflated: com/sun/tools/corba/se/idl/Noop.class inflated: com/sun/tools/corba/se/idl/ForwardValueGen.class inflated: com/sun/tools/corba/se/idl/UnionBranch.class inflated: com/sun/tools/corba/se/idl/ForwardValueEntry.class inflated: com/sun/tools/corba/se/idl/InvalidCharacter.class inflated: com/sun/tools/corba/se/idl/AttributeEntry.class inflated: com/sun/tools/corba/se/idl/ValueBoxEntry.class inflated: com/sun/tools/corba/se/idl/InterfaceEntry.class inflated: com/sun/tools/corba/se/idl/Factories.class inflated: com/sun/tools/corba/se/idl/PragmaEntry.class inflated: com/sun/tools/corba/se/idl/UnionEntry.class inflated: com/sun/tools/corba/se/idl/ScannerData.class inflated: com/sun/tools/corba/se/idl/Generator.class inflated: com/sun/tools/corba/se/idl/IDLID.class inflated: com/sun/tools/corba/se/idl/ValueGen.class inflated: com/sun/tools/corba/se/idl/StructEntry.class inflated: com/sun/tools/corba/se/idl/StructGen.class inflated: com/sun/tools/corba/se/idl/IncludeGen.class inflated: com/sun/tools/corba/se/idl/MethodGen.class inflated: com/sun/tools/corba/se/idl/InterfaceGen.class inflated: com/sun/tools/corba/se/idl/PrimitiveEntry.class inflated: com/sun/tools/corba/se/idl/InvalidArgument.class inflated: com/sun/tools/corba/se/idl/RepositoryID.class inflated: com/sun/tools/corba/se/idl/PragmaGen.class inflated: com/sun/tools/corba/se/idl/NativeGen.class inflated: com/sun/tools/corba/se/idl/EnumEntry.class inflated: com/sun/tools/corba/se/idl/ValueRepositoryId.class inflated: com/sun/tools/corba/se/idl/idl_ja.prp inflated: com/sun/tools/corba/se/idl/ForwardGen.class inflated: com/sun/tools/corba/se/idl/DefaultSymtabFactory.class inflated: com/sun/tools/corba/se/idl/MethodEntry.class inflated: com/sun/tools/corba/se/idl/SymtabEntry.class inflated: com/sun/tools/corba/se/idl/TokenBuffer.class inflated: com/sun/tools/corba/se/idl/GenFactory.class inflated: com/sun/tools/corba/se/idl/idl.prp inflated: com/sun/tools/corba/se/idl/ParameterEntry.class inflated: com/sun/tools/corba/se/idl/StringEntry.class inflated: com/sun/tools/corba/se/idl/Preprocessor.class inflated: com/sun/tools/corba/se/idl/ConstGen.class inflated: com/sun/tools/corba/se/idl/IncludeEntry.class inflated: com/sun/tools/corba/se/idl/Comment.class inflated: com/sun/tools/corba/se/idl/ValueBoxGen.class inflated: com/sun/tools/corba/se/idl/NoPragma.class created: com/sun/tools/corba/se/idl/toJavaPortable/ inflated: com/sun/tools/corba/se/idl/toJavaPortable/Util.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/PrimitiveGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/EnumGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Helper24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ForwardValueGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Factories.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/StructGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Helper.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/NativeGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueFactory.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/NameModifierImpl.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/NameModifier.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Holder.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/GenFactory.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24$ImplStreamWriter.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ConstGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/MethodGenClone24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/TypedefGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ModuleGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Stub.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/JavaGenerator.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/DefaultFactory.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/AuxGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/UnionGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Compile.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp inflated: com/sun/tools/corba/se/idl/toJavaPortable/ExceptionGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen24.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/Arguments.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp inflated: com/sun/tools/corba/se/idl/toJavaPortable/Skeleton.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/TCOffsets.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp inflated: com/sun/tools/corba/se/idl/toJavaPortable/SequenceGen.class inflated: com/sun/tools/corba/se/idl/toJavaPortable/StringGen.class inflated: com/sun/tools/corba/se/idl/TypedefGen.class inflated: com/sun/tools/corba/se/idl/ModuleEntry.class created: com/sun/tools/corba/se/idl/som/ created: com/sun/tools/corba/se/idl/som/idlemit/ inflated: com/sun/tools/corba/se/idl/som/idlemit/MetaPragma.class created: com/sun/tools/corba/se/idl/som/cff/ inflated: com/sun/tools/corba/se/idl/som/cff/FileLocator.class inflated: com/sun/tools/corba/se/idl/som/cff/NamedDataInputStream.class inflated: com/sun/tools/corba/se/idl/som/cff/Messages.class inflated: com/sun/tools/corba/se/idl/ModuleGen.class inflated: com/sun/tools/corba/se/idl/ValueEntry.class inflated: com/sun/tools/corba/se/idl/ExceptionEntry.class inflated: com/sun/tools/corba/se/idl/SymtabFactory.class inflated: com/sun/tools/corba/se/idl/PragmaHandler.class inflated: com/sun/tools/corba/se/idl/UnionGen.class inflated: com/sun/tools/corba/se/idl/Compile.class inflated: com/sun/tools/corba/se/idl/Scanner.class inflated: com/sun/tools/corba/se/idl/Parser.class inflated: com/sun/tools/corba/se/idl/NativeEntry.class inflated: com/sun/tools/corba/se/idl/InterfaceType.class inflated: com/sun/tools/corba/se/idl/ExceptionGen.class inflated: com/sun/tools/corba/se/idl/SequenceEntry.class inflated: com/sun/tools/corba/se/idl/GenFileStream.class inflated: com/sun/tools/corba/se/idl/ParameterGen.class inflated: com/sun/tools/corba/se/idl/TypedefEntry.class inflated: com/sun/tools/corba/se/idl/Arguments.class inflated: com/sun/tools/corba/se/idl/ConstEntry.class inflated: com/sun/tools/corba/se/idl/idl_zh_CN.prp inflated: com/sun/tools/corba/se/idl/ForwardEntry.class inflated: com/sun/tools/corba/se/idl/SequenceGen.class inflated: com/sun/tools/corba/se/idl/InterfaceState.class inflated: com/sun/tools/corba/se/idl/StringGen.class inflated: com/sun/tools/corba/se/idl/Token.class created: javax/ created: javax/rmi/ created: javax/rmi/CORBA/ inflated: javax/rmi/CORBA/Util.class inflated: javax/rmi/CORBA/ValueHandler.class inflated: javax/rmi/CORBA/Tie.class inflated: javax/rmi/CORBA/ValueHandlerMultiFormat.class inflated: javax/rmi/CORBA/UtilDelegate.class inflated: javax/rmi/CORBA/Stub.class inflated: javax/rmi/CORBA/StubDelegate.class inflated: javax/rmi/CORBA/GetORBPropertiesFileAction$1.class inflated: javax/rmi/CORBA/GetORBPropertiesFileAction.class inflated: javax/rmi/CORBA/PortableRemoteObjectDelegate.class inflated: javax/rmi/CORBA/ClassDesc.class inflated: javax/rmi/PortableRemoteObject.class inflated: javax/rmi/GetORBPropertiesFileAction$1.class inflated: javax/rmi/GetORBPropertiesFileAction.class created: javax/activity/ inflated: javax/activity/InvalidActivityException.class inflated: javax/activity/ActivityRequiredException.class inflated: javax/activity/ActivityCompletedException.class created: javax/transaction/ inflated: javax/transaction/InvalidTransactionException.class inflated: javax/transaction/TransactionRolledbackException.class inflated: javax/transaction/TransactionRequiredException.class created: javax/transaction/xa/ inflated: javax/transaction/xa/Xid.class inflated: javax/transaction/xa/XAException.class inflated: javax/transaction/xa/XAResource.class Importing classes from component JAXP_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxp/dist/lib/classes.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF created: com/ created: com/sun/ created: com/sun/java_cup/ created: com/sun/java_cup/internal/ created: com/sun/java_cup/internal/runtime/ created: com/sun/org/ created: com/sun/org/apache/ created: com/sun/org/apache/bcel/ created: com/sun/org/apache/bcel/internal/ created: com/sun/org/apache/bcel/internal/classfile/ created: com/sun/org/apache/bcel/internal/generic/ created: com/sun/org/apache/bcel/internal/util/ created: com/sun/org/apache/regexp/ created: com/sun/org/apache/regexp/internal/ created: com/sun/org/apache/xalan/ created: com/sun/org/apache/xalan/internal/ created: com/sun/org/apache/xalan/internal/extensions/ created: com/sun/org/apache/xalan/internal/lib/ created: com/sun/org/apache/xalan/internal/res/ created: com/sun/org/apache/xalan/internal/templates/ created: com/sun/org/apache/xalan/internal/xslt/ created: com/sun/org/apache/xalan/internal/xsltc/ created: com/sun/org/apache/xalan/internal/xsltc/cmdline/ created: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/ created: com/sun/org/apache/xalan/internal/xsltc/compiler/ created: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ created: com/sun/org/apache/xalan/internal/xsltc/dom/ created: com/sun/org/apache/xalan/internal/xsltc/runtime/ created: com/sun/org/apache/xalan/internal/xsltc/runtime/output/ created: com/sun/org/apache/xalan/internal/xsltc/trax/ created: com/sun/org/apache/xalan/internal/xsltc/util/ created: com/sun/org/apache/xerces/ created: com/sun/org/apache/xerces/internal/ created: com/sun/org/apache/xerces/internal/dom/ created: com/sun/org/apache/xerces/internal/dom/events/ created: com/sun/org/apache/xerces/internal/impl/ created: com/sun/org/apache/xerces/internal/impl/dtd/ created: com/sun/org/apache/xerces/internal/impl/dtd/models/ created: com/sun/org/apache/xerces/internal/impl/dv/ created: com/sun/org/apache/xerces/internal/impl/dv/dtd/ created: com/sun/org/apache/xerces/internal/impl/dv/util/ created: com/sun/org/apache/xerces/internal/impl/dv/xs/ created: com/sun/org/apache/xerces/internal/impl/io/ created: com/sun/org/apache/xerces/internal/impl/msg/ created: com/sun/org/apache/xerces/internal/impl/validation/ created: com/sun/org/apache/xerces/internal/impl/xpath/ created: com/sun/org/apache/xerces/internal/impl/xpath/regex/ created: com/sun/org/apache/xerces/internal/impl/xs/ created: com/sun/org/apache/xerces/internal/impl/xs/identity/ created: com/sun/org/apache/xerces/internal/impl/xs/models/ created: com/sun/org/apache/xerces/internal/impl/xs/opti/ created: com/sun/org/apache/xerces/internal/impl/xs/traversers/ created: com/sun/org/apache/xerces/internal/impl/xs/util/ created: com/sun/org/apache/xerces/internal/jaxp/ created: com/sun/org/apache/xerces/internal/jaxp/datatype/ created: com/sun/org/apache/xerces/internal/jaxp/validation/ created: com/sun/org/apache/xerces/internal/parsers/ created: com/sun/org/apache/xerces/internal/util/ created: com/sun/org/apache/xerces/internal/xinclude/ created: com/sun/org/apache/xerces/internal/xni/ created: com/sun/org/apache/xerces/internal/xni/grammars/ created: com/sun/org/apache/xerces/internal/xni/parser/ created: com/sun/org/apache/xerces/internal/xpointer/ created: com/sun/org/apache/xerces/internal/xs/ created: com/sun/org/apache/xerces/internal/xs/datatypes/ created: com/sun/org/apache/xml/ created: com/sun/org/apache/xml/internal/ created: com/sun/org/apache/xml/internal/dtm/ created: com/sun/org/apache/xml/internal/dtm/ref/ created: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/ created: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ created: com/sun/org/apache/xml/internal/res/ created: com/sun/org/apache/xml/internal/resolver/ created: com/sun/org/apache/xml/internal/resolver/helpers/ created: com/sun/org/apache/xml/internal/resolver/readers/ created: com/sun/org/apache/xml/internal/resolver/tools/ created: com/sun/org/apache/xml/internal/serialize/ created: com/sun/org/apache/xml/internal/serializer/ created: com/sun/org/apache/xml/internal/serializer/utils/ created: com/sun/org/apache/xml/internal/utils/ created: com/sun/org/apache/xml/internal/utils/res/ created: com/sun/org/apache/xpath/ created: com/sun/org/apache/xpath/internal/ created: com/sun/org/apache/xpath/internal/axes/ created: com/sun/org/apache/xpath/internal/compiler/ created: com/sun/org/apache/xpath/internal/domapi/ created: com/sun/org/apache/xpath/internal/functions/ created: com/sun/org/apache/xpath/internal/jaxp/ created: com/sun/org/apache/xpath/internal/objects/ created: com/sun/org/apache/xpath/internal/operations/ created: com/sun/org/apache/xpath/internal/patterns/ created: com/sun/org/apache/xpath/internal/res/ created: com/sun/xml/ created: com/sun/xml/internal/ created: com/sun/xml/internal/stream/ created: com/sun/xml/internal/stream/dtd/ created: com/sun/xml/internal/stream/dtd/nonvalidating/ created: com/sun/xml/internal/stream/events/ created: com/sun/xml/internal/stream/util/ created: com/sun/xml/internal/stream/writers/ created: javax/ created: javax/xml/ created: javax/xml/datatype/ created: javax/xml/namespace/ created: javax/xml/parsers/ created: javax/xml/stream/ created: javax/xml/stream/events/ created: javax/xml/stream/util/ created: javax/xml/transform/ created: javax/xml/transform/dom/ created: javax/xml/transform/sax/ created: javax/xml/transform/stax/ created: javax/xml/transform/stream/ created: javax/xml/validation/ created: javax/xml/xpath/ created: org/ created: org/w3c/ created: org/w3c/dom/ created: org/w3c/dom/bootstrap/ created: org/w3c/dom/css/ created: org/w3c/dom/events/ created: org/w3c/dom/html/ created: org/w3c/dom/ls/ created: org/w3c/dom/ranges/ created: org/w3c/dom/stylesheets/ created: org/w3c/dom/traversal/ created: org/w3c/dom/views/ created: org/w3c/dom/xpath/ created: org/xml/ created: org/xml/sax/ created: org/xml/sax/ext/ created: org/xml/sax/helpers/ inflated: com/sun/java_cup/internal/runtime/Scanner.class inflated: com/sun/java_cup/internal/runtime/Symbol.class inflated: com/sun/java_cup/internal/runtime/lr_parser.class inflated: com/sun/java_cup/internal/runtime/virtual_parse_stack.class inflated: com/sun/org/apache/bcel/internal/Constants.class inflated: com/sun/org/apache/bcel/internal/ExceptionConstants.class inflated: com/sun/org/apache/bcel/internal/Repository.class inflated: com/sun/org/apache/bcel/internal/classfile/AccessFlags.class inflated: com/sun/org/apache/bcel/internal/classfile/Attribute.class inflated: com/sun/org/apache/bcel/internal/classfile/AttributeReader.class inflated: com/sun/org/apache/bcel/internal/classfile/ClassFormatException.class inflated: com/sun/org/apache/bcel/internal/classfile/ClassParser.class inflated: com/sun/org/apache/bcel/internal/classfile/Code.class inflated: com/sun/org/apache/bcel/internal/classfile/CodeException.class inflated: com/sun/org/apache/bcel/internal/classfile/Constant.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantCP.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantClass.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantDouble.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantFieldref.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantFloat.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantInteger.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantInterfaceMethodref.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantLong.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantMethodref.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantNameAndType.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantObject.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantPool.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantString.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantUtf8.class inflated: com/sun/org/apache/bcel/internal/classfile/ConstantValue.class inflated: com/sun/org/apache/bcel/internal/classfile/Deprecated.class inflated: com/sun/org/apache/bcel/internal/classfile/DescendingVisitor.class inflated: com/sun/org/apache/bcel/internal/classfile/EmptyVisitor.class inflated: com/sun/org/apache/bcel/internal/classfile/ExceptionTable.class inflated: com/sun/org/apache/bcel/internal/classfile/Field.class inflated: com/sun/org/apache/bcel/internal/classfile/FieldOrMethod.class inflated: com/sun/org/apache/bcel/internal/classfile/InnerClass.class inflated: com/sun/org/apache/bcel/internal/classfile/InnerClasses.class inflated: com/sun/org/apache/bcel/internal/classfile/JavaClass.class inflated: com/sun/org/apache/bcel/internal/classfile/LineNumber.class inflated: com/sun/org/apache/bcel/internal/classfile/LineNumberTable.class inflated: com/sun/org/apache/bcel/internal/classfile/LocalVariable.class inflated: com/sun/org/apache/bcel/internal/classfile/LocalVariableTable.class inflated: com/sun/org/apache/bcel/internal/classfile/Method.class inflated: com/sun/org/apache/bcel/internal/classfile/Node.class inflated: com/sun/org/apache/bcel/internal/classfile/PMGClass.class inflated: com/sun/org/apache/bcel/internal/classfile/Signature$MyByteArrayInputStream.class inflated: com/sun/org/apache/bcel/internal/classfile/Signature.class inflated: com/sun/org/apache/bcel/internal/classfile/SourceFile.class inflated: com/sun/org/apache/bcel/internal/classfile/StackMap.class inflated: com/sun/org/apache/bcel/internal/classfile/StackMapEntry.class inflated: com/sun/org/apache/bcel/internal/classfile/StackMapType.class inflated: com/sun/org/apache/bcel/internal/classfile/Synthetic.class inflated: com/sun/org/apache/bcel/internal/classfile/Unknown.class inflated: com/sun/org/apache/bcel/internal/classfile/Utility$JavaReader.class inflated: com/sun/org/apache/bcel/internal/classfile/Utility$JavaWriter.class inflated: com/sun/org/apache/bcel/internal/classfile/Utility.class inflated: com/sun/org/apache/bcel/internal/classfile/Visitor.class inflated: com/sun/org/apache/bcel/internal/generic/AALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/AASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ACONST_NULL.class inflated: com/sun/org/apache/bcel/internal/generic/ALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/ANEWARRAY.class inflated: com/sun/org/apache/bcel/internal/generic/ARETURN.class inflated: com/sun/org/apache/bcel/internal/generic/ARRAYLENGTH.class inflated: com/sun/org/apache/bcel/internal/generic/ASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ATHROW.class inflated: com/sun/org/apache/bcel/internal/generic/AllocationInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ArithmeticInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ArrayInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ArrayType.class inflated: com/sun/org/apache/bcel/internal/generic/BALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/BASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/BIPUSH.class inflated: com/sun/org/apache/bcel/internal/generic/BREAKPOINT.class inflated: com/sun/org/apache/bcel/internal/generic/BasicType.class inflated: com/sun/org/apache/bcel/internal/generic/BranchHandle.class inflated: com/sun/org/apache/bcel/internal/generic/BranchInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/CALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/CASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/CHECKCAST.class inflated: com/sun/org/apache/bcel/internal/generic/CPInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ClassGen.class inflated: com/sun/org/apache/bcel/internal/generic/ClassGenException.class inflated: com/sun/org/apache/bcel/internal/generic/ClassObserver.class inflated: com/sun/org/apache/bcel/internal/generic/CodeExceptionGen.class inflated: com/sun/org/apache/bcel/internal/generic/CompoundInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ConstantPoolGen$Index.class inflated: com/sun/org/apache/bcel/internal/generic/ConstantPoolGen.class inflated: com/sun/org/apache/bcel/internal/generic/ConstantPushInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ConversionInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/D2F.class inflated: com/sun/org/apache/bcel/internal/generic/D2I.class inflated: com/sun/org/apache/bcel/internal/generic/D2L.class inflated: com/sun/org/apache/bcel/internal/generic/DADD.class inflated: com/sun/org/apache/bcel/internal/generic/DALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/DASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/DCMPG.class inflated: com/sun/org/apache/bcel/internal/generic/DCMPL.class inflated: com/sun/org/apache/bcel/internal/generic/DCONST.class inflated: com/sun/org/apache/bcel/internal/generic/DDIV.class inflated: com/sun/org/apache/bcel/internal/generic/DLOAD.class inflated: com/sun/org/apache/bcel/internal/generic/DMUL.class inflated: com/sun/org/apache/bcel/internal/generic/DNEG.class inflated: com/sun/org/apache/bcel/internal/generic/DREM.class inflated: com/sun/org/apache/bcel/internal/generic/DRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/DSTORE.class inflated: com/sun/org/apache/bcel/internal/generic/DSUB.class inflated: com/sun/org/apache/bcel/internal/generic/DUP.class inflated: com/sun/org/apache/bcel/internal/generic/DUP2.class inflated: com/sun/org/apache/bcel/internal/generic/DUP2_X1.class inflated: com/sun/org/apache/bcel/internal/generic/DUP2_X2.class inflated: com/sun/org/apache/bcel/internal/generic/DUP_X1.class inflated: com/sun/org/apache/bcel/internal/generic/DUP_X2.class inflated: com/sun/org/apache/bcel/internal/generic/EmptyVisitor.class inflated: com/sun/org/apache/bcel/internal/generic/ExceptionThrower.class inflated: com/sun/org/apache/bcel/internal/generic/F2D.class inflated: com/sun/org/apache/bcel/internal/generic/F2I.class inflated: com/sun/org/apache/bcel/internal/generic/F2L.class inflated: com/sun/org/apache/bcel/internal/generic/FADD.class inflated: com/sun/org/apache/bcel/internal/generic/FALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/FASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/FCMPG.class inflated: com/sun/org/apache/bcel/internal/generic/FCMPL.class inflated: com/sun/org/apache/bcel/internal/generic/FCONST.class inflated: com/sun/org/apache/bcel/internal/generic/FDIV.class inflated: com/sun/org/apache/bcel/internal/generic/FLOAD.class inflated: com/sun/org/apache/bcel/internal/generic/FMUL.class inflated: com/sun/org/apache/bcel/internal/generic/FNEG.class inflated: com/sun/org/apache/bcel/internal/generic/FREM.class inflated: com/sun/org/apache/bcel/internal/generic/FRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/FSTORE.class inflated: com/sun/org/apache/bcel/internal/generic/FSUB.class inflated: com/sun/org/apache/bcel/internal/generic/FieldGen.class inflated: com/sun/org/apache/bcel/internal/generic/FieldGenOrMethodGen.class inflated: com/sun/org/apache/bcel/internal/generic/FieldInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/FieldObserver.class inflated: com/sun/org/apache/bcel/internal/generic/FieldOrMethod.class inflated: com/sun/org/apache/bcel/internal/generic/GETFIELD.class inflated: com/sun/org/apache/bcel/internal/generic/GETSTATIC.class inflated: com/sun/org/apache/bcel/internal/generic/GOTO.class inflated: com/sun/org/apache/bcel/internal/generic/GOTO_W.class inflated: com/sun/org/apache/bcel/internal/generic/GotoInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/I2B.class inflated: com/sun/org/apache/bcel/internal/generic/I2C.class inflated: com/sun/org/apache/bcel/internal/generic/I2D.class inflated: com/sun/org/apache/bcel/internal/generic/I2F.class inflated: com/sun/org/apache/bcel/internal/generic/I2L.class inflated: com/sun/org/apache/bcel/internal/generic/I2S.class inflated: com/sun/org/apache/bcel/internal/generic/IADD.class inflated: com/sun/org/apache/bcel/internal/generic/IALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/IAND.class inflated: com/sun/org/apache/bcel/internal/generic/IASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ICONST.class inflated: com/sun/org/apache/bcel/internal/generic/IDIV.class inflated: com/sun/org/apache/bcel/internal/generic/IFEQ.class inflated: com/sun/org/apache/bcel/internal/generic/IFGE.class inflated: com/sun/org/apache/bcel/internal/generic/IFGT.class inflated: com/sun/org/apache/bcel/internal/generic/IFLE.class inflated: com/sun/org/apache/bcel/internal/generic/IFLT.class inflated: com/sun/org/apache/bcel/internal/generic/IFNE.class inflated: com/sun/org/apache/bcel/internal/generic/IFNONNULL.class inflated: com/sun/org/apache/bcel/internal/generic/IFNULL.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ACMPEQ.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ACMPNE.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPEQ.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPGE.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPGT.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPLE.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPLT.class inflated: com/sun/org/apache/bcel/internal/generic/IF_ICMPNE.class inflated: com/sun/org/apache/bcel/internal/generic/IINC.class inflated: com/sun/org/apache/bcel/internal/generic/ILOAD.class inflated: com/sun/org/apache/bcel/internal/generic/IMPDEP1.class inflated: com/sun/org/apache/bcel/internal/generic/IMPDEP2.class inflated: com/sun/org/apache/bcel/internal/generic/IMUL.class inflated: com/sun/org/apache/bcel/internal/generic/INEG.class inflated: com/sun/org/apache/bcel/internal/generic/INSTANCEOF.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKEINTERFACE.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKESPECIAL.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKESTATIC.class inflated: com/sun/org/apache/bcel/internal/generic/INVOKEVIRTUAL.class inflated: com/sun/org/apache/bcel/internal/generic/IOR.class inflated: com/sun/org/apache/bcel/internal/generic/IREM.class inflated: com/sun/org/apache/bcel/internal/generic/IRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/ISHL.class inflated: com/sun/org/apache/bcel/internal/generic/ISHR.class inflated: com/sun/org/apache/bcel/internal/generic/ISTORE.class inflated: com/sun/org/apache/bcel/internal/generic/ISUB.class inflated: com/sun/org/apache/bcel/internal/generic/IUSHR.class inflated: com/sun/org/apache/bcel/internal/generic/IXOR.class inflated: com/sun/org/apache/bcel/internal/generic/IfInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/IndexedInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/Instruction.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionComparator$1.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionComparator.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionConstants$Clinit.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionConstants.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionFactory$MethodObject.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionFactory.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionHandle.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionList$1.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionList.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionListObserver.class inflated: com/sun/org/apache/bcel/internal/generic/InstructionTargeter.class inflated: com/sun/org/apache/bcel/internal/generic/InvokeInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/JSR.class inflated: com/sun/org/apache/bcel/internal/generic/JSR_W.class inflated: com/sun/org/apache/bcel/internal/generic/JsrInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/L2D.class inflated: com/sun/org/apache/bcel/internal/generic/L2F.class inflated: com/sun/org/apache/bcel/internal/generic/L2I.class inflated: com/sun/org/apache/bcel/internal/generic/LADD.class inflated: com/sun/org/apache/bcel/internal/generic/LALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/LAND.class inflated: com/sun/org/apache/bcel/internal/generic/LASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/LCMP.class inflated: com/sun/org/apache/bcel/internal/generic/LCONST.class inflated: com/sun/org/apache/bcel/internal/generic/LDC.class inflated: com/sun/org/apache/bcel/internal/generic/LDC2_W.class inflated: com/sun/org/apache/bcel/internal/generic/LDC_W.class inflated: com/sun/org/apache/bcel/internal/generic/LDIV.class inflated: com/sun/org/apache/bcel/internal/generic/LLOAD.class inflated: com/sun/org/apache/bcel/internal/generic/LMUL.class inflated: com/sun/org/apache/bcel/internal/generic/LNEG.class inflated: com/sun/org/apache/bcel/internal/generic/LOOKUPSWITCH.class inflated: com/sun/org/apache/bcel/internal/generic/LOR.class inflated: com/sun/org/apache/bcel/internal/generic/LREM.class inflated: com/sun/org/apache/bcel/internal/generic/LRETURN.class inflated: com/sun/org/apache/bcel/internal/generic/LSHL.class inflated: com/sun/org/apache/bcel/internal/generic/LSHR.class inflated: com/sun/org/apache/bcel/internal/generic/LSTORE.class inflated: com/sun/org/apache/bcel/internal/generic/LSUB.class inflated: com/sun/org/apache/bcel/internal/generic/LUSHR.class inflated: com/sun/org/apache/bcel/internal/generic/LXOR.class inflated: com/sun/org/apache/bcel/internal/generic/LineNumberGen.class inflated: com/sun/org/apache/bcel/internal/generic/LoadClass.class inflated: com/sun/org/apache/bcel/internal/generic/LoadInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/LocalVariableGen.class inflated: com/sun/org/apache/bcel/internal/generic/LocalVariableInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/MONITORENTER.class inflated: com/sun/org/apache/bcel/internal/generic/MONITOREXIT.class inflated: com/sun/org/apache/bcel/internal/generic/MULTIANEWARRAY.class inflated: com/sun/org/apache/bcel/internal/generic/MethodGen$BranchStack.class inflated: com/sun/org/apache/bcel/internal/generic/MethodGen$BranchTarget.class inflated: com/sun/org/apache/bcel/internal/generic/MethodGen.class inflated: com/sun/org/apache/bcel/internal/generic/MethodObserver.class inflated: com/sun/org/apache/bcel/internal/generic/NEW.class inflated: com/sun/org/apache/bcel/internal/generic/NEWARRAY.class inflated: com/sun/org/apache/bcel/internal/generic/NOP.class inflated: com/sun/org/apache/bcel/internal/generic/NamedAndTyped.class inflated: com/sun/org/apache/bcel/internal/generic/ObjectType.class inflated: com/sun/org/apache/bcel/internal/generic/POP.class inflated: com/sun/org/apache/bcel/internal/generic/POP2.class inflated: com/sun/org/apache/bcel/internal/generic/PUSH.class inflated: com/sun/org/apache/bcel/internal/generic/PUTFIELD.class inflated: com/sun/org/apache/bcel/internal/generic/PUTSTATIC.class inflated: com/sun/org/apache/bcel/internal/generic/PopInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/PushInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/RET.class inflated: com/sun/org/apache/bcel/internal/generic/RETURN.class inflated: com/sun/org/apache/bcel/internal/generic/ReferenceType.class inflated: com/sun/org/apache/bcel/internal/generic/ReturnInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/ReturnaddressType.class inflated: com/sun/org/apache/bcel/internal/generic/SALOAD.class inflated: com/sun/org/apache/bcel/internal/generic/SASTORE.class inflated: com/sun/org/apache/bcel/internal/generic/SIPUSH.class inflated: com/sun/org/apache/bcel/internal/generic/SWAP.class inflated: com/sun/org/apache/bcel/internal/generic/SWITCH.class inflated: com/sun/org/apache/bcel/internal/generic/Select.class inflated: com/sun/org/apache/bcel/internal/generic/StackConsumer.class inflated: com/sun/org/apache/bcel/internal/generic/StackInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/StackProducer.class inflated: com/sun/org/apache/bcel/internal/generic/StoreInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/TABLESWITCH.class inflated: com/sun/org/apache/bcel/internal/generic/TargetLostException.class inflated: com/sun/org/apache/bcel/internal/generic/Type$1.class inflated: com/sun/org/apache/bcel/internal/generic/Type$2.class inflated: com/sun/org/apache/bcel/internal/generic/Type.class inflated: com/sun/org/apache/bcel/internal/generic/TypedInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/UnconditionalBranch.class inflated: com/sun/org/apache/bcel/internal/generic/VariableLengthInstruction.class inflated: com/sun/org/apache/bcel/internal/generic/Visitor.class inflated: com/sun/org/apache/bcel/internal/util/AttributeHTML.class inflated: com/sun/org/apache/bcel/internal/util/BCELFactory.class inflated: com/sun/org/apache/bcel/internal/util/BCELifier.class inflated: com/sun/org/apache/bcel/internal/util/ByteSequence$ByteArrayStream.class inflated: com/sun/org/apache/bcel/internal/util/ByteSequence.class inflated: com/sun/org/apache/bcel/internal/util/Class2HTML.class inflated: com/sun/org/apache/bcel/internal/util/ClassLoader.class inflated: com/sun/org/apache/bcel/internal/util/ClassLoaderRepository.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$1.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$ClassFile.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Dir$1.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Dir.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$PathEntry.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Zip$1.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath$Zip.class inflated: com/sun/org/apache/bcel/internal/util/ClassPath.class inflated: com/sun/org/apache/bcel/internal/util/ClassQueue.class inflated: com/sun/org/apache/bcel/internal/util/ClassSet.class inflated: com/sun/org/apache/bcel/internal/util/ClassStack.class inflated: com/sun/org/apache/bcel/internal/util/ClassVector.class inflated: com/sun/org/apache/bcel/internal/util/CodeHTML.class inflated: com/sun/org/apache/bcel/internal/util/ConstantHTML.class inflated: com/sun/org/apache/bcel/internal/util/InstructionFinder$CodeConstraint.class inflated: com/sun/org/apache/bcel/internal/util/InstructionFinder.class inflated: com/sun/org/apache/bcel/internal/util/JavaWrapper.class inflated: com/sun/org/apache/bcel/internal/util/MethodHTML.class inflated: com/sun/org/apache/bcel/internal/util/Repository.class inflated: com/sun/org/apache/bcel/internal/util/SyntheticRepository.class inflated: com/sun/org/apache/regexp/internal/CharacterArrayCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/CharacterIterator.class inflated: com/sun/org/apache/regexp/internal/RE.class inflated: com/sun/org/apache/regexp/internal/RECompiler$RERange.class inflated: com/sun/org/apache/regexp/internal/RECompiler.class inflated: com/sun/org/apache/regexp/internal/REDebugCompiler.class inflated: com/sun/org/apache/regexp/internal/REProgram.class inflated: com/sun/org/apache/regexp/internal/RESyntaxException.class inflated: com/sun/org/apache/regexp/internal/RETest.class inflated: com/sun/org/apache/regexp/internal/RETestCase.class inflated: com/sun/org/apache/regexp/internal/REUtil.class inflated: com/sun/org/apache/regexp/internal/ReaderCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/StreamCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/StringCharacterIterator.class inflated: com/sun/org/apache/regexp/internal/recompile.class inflated: com/sun/org/apache/xalan/internal/Version.class inflated: com/sun/org/apache/xalan/internal/extensions/ExpressionContext.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltBase.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltCommon.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltDatetime.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltDynamic.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltMath.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltSets.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltStrings$DocumentHolder.class inflated: com/sun/org/apache/xalan/internal/lib/ExsltStrings.class inflated: com/sun/org/apache/xalan/internal/lib/Extensions$DocumentHolder.class inflated: com/sun/org/apache/xalan/internal/lib/Extensions.class inflated: com/sun/org/apache/xalan/internal/lib/NodeInfo.class inflated: com/sun/org/apache/xalan/internal/lib/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/lib/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/lib/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/res/XSLMessages.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_de.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_en.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_es.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_fr.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_it.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ja.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_ko.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_CN.class inflated: com/sun/org/apache/xalan/internal/res/XSLTErrorResources_zh_TW.class inflated: com/sun/org/apache/xalan/internal/res/XSLTInfo.properties inflated: com/sun/org/apache/xalan/internal/templates/Constants.class inflated: com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.class inflated: com/sun/org/apache/xalan/internal/xslt/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xslt/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xslt/Process.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xslt/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/CollatorFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/DOM.class inflated: com/sun/org/apache/xalan/internal/xsltc/DOMCache.class inflated: com/sun/org/apache/xalan/internal/xsltc/DOMEnhancedForDTM.class inflated: com/sun/org/apache/xalan/internal/xsltc/NodeIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/ProcessorVersion.class inflated: com/sun/org/apache/xalan/internal/xsltc/StripFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/Translet.class inflated: com/sun/org/apache/xalan/internal/xsltc/TransletException.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/Compile.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/Transform.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt$Option.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt$OptionMatcher.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOpt.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/GetOptsException.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/IllegalArgumentException.class inflated: com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/MissingOptArgException.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsoluteLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AbsolutePathPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AlternativePattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AncestorPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyImports.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyTemplates.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ArgumentList.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Attribute.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeSet.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValue.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValueTemplate.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/BinOpExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CUP$XPathParser$actions.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CastCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CastExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CeilingCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Choose.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Closure.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Comment.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CompilerException.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ConcatCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Constants.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ContainsCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Copy.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CopyOf.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/CurrentCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/DecimalFormatting.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/DocumentCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ElementAvailableCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/EqualityExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Fallback.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FilterParentPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FilteredAbsoluteLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FloorCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FlowList.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ForEach.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FormatNumberCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionAvailableCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall$JavaType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/GenerateIdCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IdKeyPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IdPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/If.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IllegalCharException.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Import.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Include.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Instruction.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/IntExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Key.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/KeyPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LangCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LastCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralAttribute.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LocalNameCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LocationPathPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/LogicalExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Message.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NameCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceAlias.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceUriCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NodeTest.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NotCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Number.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/NumberCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Otherwise.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Output.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Param.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ParameterRef.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ParentPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Pattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/PositionCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Predicate.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstruction.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstructionPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/QName.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RealExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RelativePathPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/RoundCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SimpleAttributeValue.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Sort.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SourceLoader.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StartsWithCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Step.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StringCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/StringLengthCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Stylesheet.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Template.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Text.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/TransletOutput.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnaryOpExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnparsedEntityUriCall.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnresolvedRef.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UnsupportedElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/UseAttributeSets.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/ValueOf.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Variable.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRef.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/When.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/WithParam.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathLexer.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XPathParser.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/XslElement.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/sym.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/AttributeSetMethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/BooleanType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/CompareGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ca.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_cs.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_es.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_fr.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_it.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ja.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_ko.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_sk.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_TW.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/FilterGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MatchGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/MultiHashtable.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NamedMethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeCounterGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSetType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordFactGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSortRecordGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/NumberType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RealType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/ResultTreeType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/RtMethodGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/SlotAllocator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringStack.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringType.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TestGenerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Type.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/TypeCheckError.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.class inflated: com/sun/org/apache/xalan/internal/xsltc/compiler/util/VoidType.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AbsoluteIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AdaptiveResultTreeImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AnyNodeCounter$DefaultAnyNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/AnyNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CachedNodeListIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ClonedNodeListIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CollatorFactoryBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/CurrentNodeListIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DOMBuilder.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DOMWSFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DocumentCache$CachedDocument.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DocumentCache.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/DupFilterIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/EmptyFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ExtendedSAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/Filter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/FilterIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/FilteredStepIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ForwardPositionIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex$KeyIndexIterator$KeyIndexHeapNode.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex$KeyIndexIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/LoadDocument.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MatchingIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM$AxisIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM$NodeValueIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiValuedNodeHeapIterator$HeapNode.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultiValuedNodeHeapIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultipleNodeCounter$DefaultMultipleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/MultipleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeIteratorBase.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecord.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecordFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/NthIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NamespaceAttributeIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NamespaceChildrenIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NamespaceWildcardIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$NodeValueIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl$TypedNamespaceIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl$SimpleIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl$SingletonIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SimpleResultTreeImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SingleNodeCounter$DefaultSingleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SingleNodeCounter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SingletonIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SortSettings.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/SortingIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/StepIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/StripWhitespaceFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/UnionIterator$LookAheadIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/UnionIterator.class inflated: com/sun/org/apache/xalan/internal/xsltc/dom/XSLTCDTMManager.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Attributes.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Constants.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ca.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_cs.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_de.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_es.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_fr.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_it.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ja.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ko.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_sk.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_CN.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_zh_TW.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Hashtable$HashtableEnumerator.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Hashtable.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/HashtableEntry.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/MessageHandler.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Node.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Operators.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/Parameter.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/StringValueHandler.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/OutputBuffer.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/StringOutputBuffer.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2SAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/DOM2TO.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/ObjectFactory.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/OutputSettings.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXBaseWriter$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXBaseWriter$SAXLocation.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXBaseWriter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXEventWriter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SAX2StAXStreamWriter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$2.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$3.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$4.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$5.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$6.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$7.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12$8.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SecuritySupport12.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/SmartTransformerFactoryImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXEvent2SAX$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXEvent2SAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXStream2SAX$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/StAXStream2SAX.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesHandlerImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl$TransletClassLoader.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TrAXFilter.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl$1.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl$PIParamWrapper.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerHandlerImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl$MessageHandler.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/Util.class inflated: com/sun/org/apache/xalan/internal/xsltc/trax/XSLTCSource.class inflated: com/sun/org/apache/xalan/internal/xsltc/util/IntegerArray.class inflated: com/sun/org/apache/xerces/internal/dom/AttrImpl.class inflated: com/sun/org/apache/xerces/internal/dom/AttrNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/AttributeMap.class inflated: com/sun/org/apache/xerces/internal/dom/CDATASectionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/CharacterDataImpl$1.class inflated: com/sun/org/apache/xerces/internal/dom/CharacterDataImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ChildNode.class inflated: com/sun/org/apache/xerces/internal/dom/CommentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/CoreDOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMErrorImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMImplementationListImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMInputImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMLocatorImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/dom/DOMNormalizer$XMLAttributesProxy.class inflated: com/sun/org/apache/xerces/internal/dom/DOMNormalizer.class inflated: com/sun/org/apache/xerces/internal/dom/DOMOutputImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMStringListImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredAttrImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredAttrNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredCDATASectionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredCommentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl$IntVector.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl$RefCount.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredDocumentTypeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredElementDefinitionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredElementImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredElementNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredEntityImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredEntityReferenceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredNode.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredNotationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredProcessingInstructionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DeferredTextImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentFragmentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentImpl$EnclosingAttr.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentImpl$LEntry.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/DocumentTypeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ElementDefinitionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ElementImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ElementNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/EntityImpl.class inflated: com/sun/org/apache/xerces/internal/dom/EntityReferenceImpl.class inflated: com/sun/org/apache/xerces/internal/dom/LCount.class inflated: com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl.class inflated: com/sun/org/apache/xerces/internal/dom/NodeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/NodeIteratorImpl.class inflated: com/sun/org/apache/xerces/internal/dom/NodeListCache.class inflated: com/sun/org/apache/xerces/internal/dom/NotationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/dom/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIAttrNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIDOMImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIDocumentImpl.class inflated: com/sun/org/apache/xerces/internal/dom/PSVIElementNSImpl.class inflated: com/sun/org/apache/xerces/internal/dom/ParentNode$1.class inflated: com/sun/org/apache/xerces/internal/dom/ParentNode$UserDataRecord.class inflated: com/sun/org/apache/xerces/internal/dom/ParentNode.class inflated: com/sun/org/apache/xerces/internal/dom/ProcessingInstructionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/RangeExceptionImpl.class inflated: com/sun/org/apache/xerces/internal/dom/RangeImpl.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/dom/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/dom/TextImpl.class inflated: com/sun/org/apache/xerces/internal/dom/TreeWalkerImpl.class inflated: com/sun/org/apache/xerces/internal/dom/events/EventImpl.class inflated: com/sun/org/apache/xerces/internal/dom/events/MutationEventImpl.class inflated: com/sun/org/apache/xerces/internal/impl/Constants$ArrayEnumeration.class inflated: com/sun/org/apache/xerces/internal/impl/Constants.class inflated: com/sun/org/apache/xerces/internal/impl/ExternalSubsetResolver.class inflated: com/sun/org/apache/xerces/internal/impl/PropertyManager.class inflated: com/sun/org/apache/xerces/internal/impl/RevalidationHandler.class inflated: com/sun/org/apache/xerces/internal/impl/Version.class inflated: com/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XML11DocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XML11EntityScanner.class inflated: com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl$NS11ContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XML11NSDocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XML11NamespaceBinder.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Driver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Element.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack2.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$FragmentContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$ContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$DTDDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$PrologDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$TrailingMiscDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$XMLDeclDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityDescription.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityHandler.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBuffer.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager$CharacterBufferPool.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager$RewindableInputStream.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityManager.class inflated: com/sun/org/apache/xerces/internal/impl/XMLEntityScanner.class inflated: com/sun/org/apache/xerces/internal/impl/XMLErrorReporter$1.class inflated: com/sun/org/apache/xerces/internal/impl/XMLErrorReporter.class inflated: com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl$NSContentDriver.class inflated: com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder.class inflated: com/sun/org/apache/xerces/internal/impl/XMLScanner.class inflated: com/sun/org/apache/xerces/internal/impl/XMLStreamFilterImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLStreamReaderImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/XMLStreamReaderImpl.class inflated: com/sun/org/apache/xerces/internal/impl/XMLVersionDetector.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar$ChildrenList.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar$QNameHashtable.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XML11DTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XML11NSDTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLAttributeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLContentSpec$Provider.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLContentSpec.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDDescription.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDLoader.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLElementDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLEntityDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLNSDTDValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLNotationDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/XMLSimpleType.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMAny.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMBinOp.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMLeaf.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMNode.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/CMUniOp.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/ContentModelValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/DFAContentModel.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/MixedContentModel.class inflated: com/sun/org/apache/xerces/internal/impl/dtd/models/SimpleContentModel.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DVFactoryException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DatatypeException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/DatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeFacetException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/InvalidDatatypeValueException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SchemaDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/impl/dv/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo.class inflated: com/sun/org/apache/xerces/internal/impl/dv/ValidationContext.class inflated: com/sun/org/apache/xerces/internal/impl/dv/XSFacets.class inflated: com/sun/org/apache/xerces/internal/impl/dv/XSSimpleType.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/DTDDVFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/ENTITYDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/IDREFDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/ListDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/NMTOKENDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/NOTATIONDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/StringDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11DTDDVFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11IDREFDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/dtd/XML11NMTOKENDatatypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/util/Base64.class inflated: com/sun/org/apache/xerces/internal/impl/dv/util/ByteListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/util/HexBin.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AbstractDateTimeDV$DateTimeData.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AbstractDateTimeDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyAtomicDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AnySimpleDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/AnyURIDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/Base64BinaryDV$XBase64.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/Base64BinaryDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/BaseDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/BooleanDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DateDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DateTimeDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DayDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DayTimeDurationDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DecimalDV$XDecimal.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DecimalDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DoubleDV$XDouble.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DoubleDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/DurationDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/EntityDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/FloatDV$XFloat.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/FloatDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/HexBinaryDV$XHex.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/HexBinaryDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/IDDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/IDREFDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/IntegerDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV$ListData.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/MonthDayDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/PrecisionDecimalDV$XPrecisionDecimal.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/PrecisionDecimalDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/QNameDV$XQName.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/QNameDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDVFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDateTimeException.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/StringDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/TimeDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/TypeValidator.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/UnionDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$1.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$2.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$3.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$4.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$ValidationContextImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$XSFacetImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl$XSMVFacetImpl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/YearDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDV.class inflated: com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDurationDV.class inflated: com/sun/org/apache/xerces/internal/impl/io/ASCIIReader.class inflated: com/sun/org/apache/xerces/internal/impl/io/MalformedByteSequenceException.class inflated: com/sun/org/apache/xerces/internal/impl/io/UCSReader.class inflated: com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.class inflated: com/sun/org/apache/xerces/internal/impl/msg/DOMMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/DatatypeMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/JAXPValidationMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/SAXMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XIncludeMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLSchemaMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XMLSerializerMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/msg/XPointerMessages.properties inflated: com/sun/org/apache/xerces/internal/impl/validation/EntityState.class inflated: com/sun/org/apache/xerces/internal/impl/validation/ValidationManager.class inflated: com/sun/org/apache/xerces/internal/impl/validation/ValidationState.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$1.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Scanner.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Step.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPath.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/XPathException.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/BMPattern.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Match.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$CharOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$ChildOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$ConditionOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$ModifierOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$RangeOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$StringOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op$UnionOp.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Op.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParseException.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/ParserForXMLSchema.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/REUtil.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RangeToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser$ReferencePosition.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression$Context.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$CharToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ClosureToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ConcatToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ConditionToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$FixedStringContainer.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ModifierToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$ParenToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$StringToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token$UnionToken.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/Token.class inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/message.properties inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_fr.properties inflated: com/sun/org/apache/xerces/internal/impl/xpath/regex/message_ja.properties inflated: com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$BuiltinAttrDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$BuiltinSchemaGrammar.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$Schema4Annotations.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$XSAnyType.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaNamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SchemaSymbols.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup.class inflated: com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$KeyRefValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$KeyValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$LocalIDKey.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$ShortVector.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$UniqueValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$ValueStoreBase.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$ValueStoreCache.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XSIErrorReporter.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSConstraints.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSDDescription.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSDeclarationPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSElementDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSLoaderImpl$XSGrammarMerger.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSLoaderImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSModelImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSNotationDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Field$Matcher.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Field.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/FieldActivator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/KeyRef.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector$Matcher.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector$XPath.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/Selector.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore.class inflated: com/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/CMNodeFactory.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMBinOp.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMUniOp.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/models/XSEmptyCM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/AttrImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultDocument.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultElement.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultNode.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultText.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/DefaultXMLDocumentHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/ElementImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/NamedNodeMapImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/NodeImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOM.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOMParser$BooleanStack.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOMParser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaParsingConfig.class inflated: com/sun/org/apache/xerces/internal/impl/xs/opti/TextImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/Container.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/LargeContainer.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/OneAttr.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/OneElement.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/SchemaContentHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/SmallContainer.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAnnotationInfo.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractIDConstraintTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser$ParticleArray.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractParticleTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser$FacetInfo.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeGroupTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAttributeTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser$ComplexTypeRecoverableError.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDComplexTypeTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler$1.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler$XSAnnotationGrammarPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler$XSDKey.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDKeyrefTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDNotationTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDUniqueOrKeyTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDWildcardTraverser.class inflated: com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/NSItemListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/ShortListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XInt.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XIntPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSGrammarPool.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMap4Types.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl$1.class inflated: com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/DefaultValidationErrorHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/DocumentBuilderImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPConstants.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$1.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$2.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$3.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$DraconianErrorHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX.class inflated: com/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent.class inflated: com/sun/org/apache/xerces/internal/jaxp/SAXParserFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl$JAXPSAXParser.class inflated: com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/SchemaValidatorConfiguration.class inflated: com/sun/org/apache/xerces/internal/jaxp/TeeXMLDocumentFilterImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/UnparsedEntityHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/DatatypeFactoryImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl$1.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl$DurationStream.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl$1.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl$Parser.class inflated: com/sun/org/apache/xerces/internal/jaxp/datatype/XMLGregorianCalendarImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMDocumentHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultBuilder.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper$DOMNamespaceContext.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/EmptyXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ErrorHandlerAdaptor.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/JAXPValidationMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ReadOnlyGrammarPool.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SimpleXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/StAXValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/StreamValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/Util.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl$1.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl$ResolutionForwarder.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl$XMLSchemaTypeInfoProvider.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHelper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorImpl.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/WeakReferenceXMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchema.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolImplExtension.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolWrapper.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaValidatorComponentManager.class inflated: com/sun/org/apache/xerces/internal/jaxp/validation/XSGrammarPoolContainer.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractDOMParser.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$1.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$2.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$AttributesProxy.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$LocatorProxy.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser.class inflated: com/sun/org/apache/xerces/internal/parsers/AbstractXMLDocumentParser.class inflated: com/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/CachingParserPool$ShadowedGrammarPool.class inflated: com/sun/org/apache/xerces/internal/parsers/CachingParserPool$SynchronizedGrammarPool.class inflated: com/sun/org/apache/xerces/internal/parsers/CachingParserPool.class inflated: com/sun/org/apache/xerces/internal/parsers/DOMParser.class inflated: com/sun/org/apache/xerces/internal/parsers/DOMParserImpl$1.class inflated: com/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler.class inflated: com/sun/org/apache/xerces/internal/parsers/DOMParserImpl.class inflated: com/sun/org/apache/xerces/internal/parsers/DTDConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/DTDParser.class inflated: com/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/parsers/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/parsers/SAXParser.class inflated: com/sun/org/apache/xerces/internal/parsers/SecurityConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/parsers/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XIncludeParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11Configurable.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11Configuration.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11DTDConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XML11NonValidatingConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLDocumentParser.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLGrammarCachingConfiguration.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLGrammarParser.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLGrammarPreparser.class inflated: com/sun/org/apache/xerces/internal/parsers/XMLParser.class inflated: com/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/util/AttributesProxy.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer.class inflated: com/sun/org/apache/xerces/internal/util/AugmentationsImpl.class inflated: com/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper.class inflated: com/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper$DOMErrorTypeMap.class inflated: com/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper.class inflated: com/sun/org/apache/xerces/internal/util/DOMInputSource.class inflated: com/sun/org/apache/xerces/internal/util/DOMUtil.class inflated: com/sun/org/apache/xerces/internal/util/DatatypeMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/util/DefaultErrorHandler.class inflated: com/sun/org/apache/xerces/internal/util/DraconianErrorHandler.class inflated: com/sun/org/apache/xerces/internal/util/EncodingMap.class inflated: com/sun/org/apache/xerces/internal/util/EntityResolver2Wrapper.class inflated: com/sun/org/apache/xerces/internal/util/EntityResolverWrapper.class inflated: com/sun/org/apache/xerces/internal/util/ErrorHandlerProxy.class inflated: com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper$1.class inflated: com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper.class inflated: com/sun/org/apache/xerces/internal/util/HTTPInputSource.class inflated: com/sun/org/apache/xerces/internal/util/IntStack.class inflated: com/sun/org/apache/xerces/internal/util/LocatorProxy.class inflated: com/sun/org/apache/xerces/internal/util/LocatorWrapper.class inflated: com/sun/org/apache/xerces/internal/util/MessageFormatter.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceContextWrapper.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceSupport$IteratorPrefixes.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceSupport$Prefixes.class inflated: com/sun/org/apache/xerces/internal/util/NamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings.class inflated: com/sun/org/apache/xerces/internal/util/SAX2XNI.class inflated: com/sun/org/apache/xerces/internal/util/SAXInputSource.class inflated: com/sun/org/apache/xerces/internal/util/SAXLocatorWrapper.class inflated: com/sun/org/apache/xerces/internal/util/SAXMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/util/SecurityManager.class inflated: com/sun/org/apache/xerces/internal/util/ShadowedSymbolTable.class inflated: com/sun/org/apache/xerces/internal/util/SymbolHash$Entry.class inflated: com/sun/org/apache/xerces/internal/util/SymbolHash.class inflated: com/sun/org/apache/xerces/internal/util/SymbolTable$Entry.class inflated: com/sun/org/apache/xerces/internal/util/SymbolTable.class inflated: com/sun/org/apache/xerces/internal/util/SynchronizedSymbolTable.class inflated: com/sun/org/apache/xerces/internal/util/TeeXMLDocumentFilterImpl.class inflated: com/sun/org/apache/xerces/internal/util/TypeInfoImpl.class inflated: com/sun/org/apache/xerces/internal/util/URI$MalformedURIException.class inflated: com/sun/org/apache/xerces/internal/util/URI.class inflated: com/sun/org/apache/xerces/internal/util/XML11Char.class inflated: com/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute.class inflated: com/sun/org/apache/xerces/internal/util/XMLAttributesImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLCatalogResolver.class inflated: com/sun/org/apache/xerces/internal/util/XMLChar.class inflated: com/sun/org/apache/xerces/internal/util/XMLDocumentFilterImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLEntityDescriptionImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLErrorCode.class inflated: com/sun/org/apache/xerces/internal/util/XMLGrammarPoolImpl$Entry.class inflated: com/sun/org/apache/xerces/internal/util/XMLGrammarPoolImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLInputSourceAdaptor.class inflated: com/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl.class inflated: com/sun/org/apache/xerces/internal/util/XMLStringBuffer.class inflated: com/sun/org/apache/xerces/internal/util/XMLSymbols.class inflated: com/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/xinclude/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xerces/internal/xinclude/ObjectFactory.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$1.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$2.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$3.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$4.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$5.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$6.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$7.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport$8.class inflated: com/sun/org/apache/xerces/internal/xinclude/SecuritySupport.class inflated: com/sun/org/apache/xerces/internal/xinclude/XInclude11TextReader.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$Notation.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler$UnparsedEntity.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport.class inflated: com/sun/org/apache/xerces/internal/xinclude/XIncludeTextReader.class inflated: com/sun/org/apache/xerces/internal/xinclude/XPointerElementHandler.class inflated: com/sun/org/apache/xerces/internal/xinclude/XPointerFramework.class inflated: com/sun/org/apache/xerces/internal/xinclude/XPointerSchema.class inflated: com/sun/org/apache/xerces/internal/xni/Augmentations.class inflated: com/sun/org/apache/xerces/internal/xni/NamespaceContext.class inflated: com/sun/org/apache/xerces/internal/xni/QName.class inflated: com/sun/org/apache/xerces/internal/xni/XMLAttributes.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDTDHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDocumentFragmentHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLDocumentHandler.class inflated: com/sun/org/apache/xerces/internal/xni/XMLLocator.class inflated: com/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier.class inflated: com/sun/org/apache/xerces/internal/xni/XMLString.class inflated: com/sun/org/apache/xerces/internal/xni/XNIException.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/Grammar.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLDTDDescription.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarLoader.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription.class inflated: com/sun/org/apache/xerces/internal/xni/grammars/XSGrammar.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLComponent.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelFilter.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDFilter.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentFilter.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLParseException.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/xni/parser/XMLPullParserConfiguration.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer$1.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer$Scanner.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer$Tokens.class inflated: com/sun/org/apache/xerces/internal/xpointer/ElementSchemePointer.class inflated: com/sun/org/apache/xerces/internal/xpointer/ShortHandPointer.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerErrorHandler.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler$1.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler$Scanner.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler$Tokens.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerHandler.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerPart.class inflated: com/sun/org/apache/xerces/internal/xpointer/XPointerProcessor.class inflated: com/sun/org/apache/xerces/internal/xs/AttributePSVI.class inflated: com/sun/org/apache/xerces/internal/xs/ElementPSVI.class inflated: com/sun/org/apache/xerces/internal/xs/ItemPSVI.class inflated: com/sun/org/apache/xerces/internal/xs/LSInputList.class inflated: com/sun/org/apache/xerces/internal/xs/PSVIProvider.class inflated: com/sun/org/apache/xerces/internal/xs/ShortList.class inflated: com/sun/org/apache/xerces/internal/xs/StringList.class inflated: com/sun/org/apache/xerces/internal/xs/XSAnnotation.class inflated: com/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration.class inflated: com/sun/org/apache/xerces/internal/xs/XSAttributeGroupDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSAttributeUse.class inflated: com/sun/org/apache/xerces/internal/xs/XSComplexTypeDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSConstants.class inflated: com/sun/org/apache/xerces/internal/xs/XSElementDeclaration.class inflated: com/sun/org/apache/xerces/internal/xs/XSException.class inflated: com/sun/org/apache/xerces/internal/xs/XSFacet.class inflated: com/sun/org/apache/xerces/internal/xs/XSIDCDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSImplementation.class inflated: com/sun/org/apache/xerces/internal/xs/XSLoader.class inflated: com/sun/org/apache/xerces/internal/xs/XSModel.class inflated: com/sun/org/apache/xerces/internal/xs/XSModelGroup.class inflated: com/sun/org/apache/xerces/internal/xs/XSModelGroupDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSMultiValueFacet.class inflated: com/sun/org/apache/xerces/internal/xs/XSNamedMap.class inflated: com/sun/org/apache/xerces/internal/xs/XSNamespaceItem.class inflated: com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.class inflated: com/sun/org/apache/xerces/internal/xs/XSNotationDeclaration.class inflated: com/sun/org/apache/xerces/internal/xs/XSObject.class inflated: com/sun/org/apache/xerces/internal/xs/XSObjectList.class inflated: com/sun/org/apache/xerces/internal/xs/XSParticle.class inflated: com/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSTerm.class inflated: com/sun/org/apache/xerces/internal/xs/XSTypeDefinition.class inflated: com/sun/org/apache/xerces/internal/xs/XSWildcard.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/ObjectList.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSDateTime.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSDecimal.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSDouble.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSFloat.class inflated: com/sun/org/apache/xerces/internal/xs/datatypes/XSQName.class inflated: com/sun/org/apache/xml/internal/dtm/Axis.class inflated: com/sun/org/apache/xml/internal/dtm/DTM.class inflated: com/sun/org/apache/xml/internal/dtm/DTMAxisIterator.class inflated: com/sun/org/apache/xml/internal/dtm/DTMAxisTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/DTMConfigurationException.class inflated: com/sun/org/apache/xml/internal/dtm/DTMDOMException.class inflated: com/sun/org/apache/xml/internal/dtm/DTMException.class inflated: com/sun/org/apache/xml/internal/dtm/DTMFilter.class inflated: com/sun/org/apache/xml/internal/dtm/DTMIterator.class inflated: com/sun/org/apache/xml/internal/dtm/DTMManager.class inflated: com/sun/org/apache/xml/internal/dtm/DTMWSFilter.class inflated: com/sun/org/apache/xml/internal/dtm/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/dtm/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/dtm/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ChunkedIntArray$ChunksVector.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ChunkedIntArray.class inflated: com/sun/org/apache/xml/internal/dtm/ref/CoroutineManager.class inflated: com/sun/org/apache/xml/internal/dtm/ref/CoroutineParser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIterNodeList.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMChildIterNodeList.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$AncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$AttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$ChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$DescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$FollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$FollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$InternalAxisIteratorBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NamespaceAttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NamespaceChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NamespaceIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$NthDescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$ParentIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$PrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$PrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$RootIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$SingletonIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedAncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedAttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedDescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedFollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedFollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedNamespaceIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedPrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedPrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedRootIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators$TypedSingletonIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseIterators.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$1.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AllFromNodeTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AllFromRootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AncestorOrSelfTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AncestorTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$AttributeTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$ChildTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantFromRootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantOrSelfFromRootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantOrSelfTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$DescendantTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$FollowingSiblingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$FollowingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$IndexedDTMAxisTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$NamespaceDeclsTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$NamespaceTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$ParentTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$PrecedingAndAncestorTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$PrecedingSiblingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$PrecedingTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$RootTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers$SelfTraverser.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBaseTraversers.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMDocumentImpl.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNamedNodeMap$DTMException.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNamedNodeMap.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeList.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeListBase.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy$DTMNodeProxyImplementation.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMSafeStringPool.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMStringPool.class inflated: com/sun/org/apache/xml/internal/dtm/ref/DTMTreeWalker.class inflated: com/sun/org/apache/xml/internal/dtm/ref/EmptyIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ExpandedNameTable$HashEntry.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ExpandedNameTable.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ExtendedType.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Filter$StopException.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Filter.class inflated: com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.class inflated: com/sun/org/apache/xml/internal/dtm/ref/NodeLocator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/dtm/ref/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/dtm/ref/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM$CharacterNodeHandler.class inflated: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.class inflated: com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$AncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$AttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$ChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$DescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$FollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$FollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$ParentIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$PrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$PrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedAncestorIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedAttributeIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedChildrenIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedDescendantIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedFollowingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedFollowingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedPrecedingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedPrecedingSiblingIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedRootIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2$TypedSingletonIterator.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.class inflated: com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2RTFDTM.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_ca.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_cs.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_de.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_en.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_es.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_fr.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_it.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_ja.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_ko.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_sk.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_sv.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_tr.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_HK.class inflated: com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_TW.class inflated: com/sun/org/apache/xml/internal/res/XMLMessages.class inflated: com/sun/org/apache/xml/internal/resolver/Catalog.class inflated: com/sun/org/apache/xml/internal/resolver/CatalogEntry.class inflated: com/sun/org/apache/xml/internal/resolver/CatalogException.class inflated: com/sun/org/apache/xml/internal/resolver/CatalogManager.class inflated: com/sun/org/apache/xml/internal/resolver/Resolver.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/BootstrapResolver.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/Debug.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/FileURL.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/Namespaces.class inflated: com/sun/org/apache/xml/internal/resolver/helpers/PublicId.class inflated: com/sun/org/apache/xml/internal/resolver/readers/CatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogParser.class inflated: com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/ExtendedXMLCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/OASISXMLCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogParser.class inflated: com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/SAXParserHandler.class inflated: com/sun/org/apache/xml/internal/resolver/readers/TR9401CatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/TextCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/readers/XCatalogReader.class inflated: com/sun/org/apache/xml/internal/resolver/tools/CatalogResolver.class inflated: com/sun/org/apache/xml/internal/resolver/tools/ResolvingParser.class inflated: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLFilter.class inflated: com/sun/org/apache/xml/internal/resolver/tools/ResolvingXMLReader.class inflated: com/sun/org/apache/xml/internal/serialize/BaseMarkupSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/DOMSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.class inflated: com/sun/org/apache/xml/internal/serialize/ElementState.class inflated: com/sun/org/apache/xml/internal/serialize/EncodingInfo$CharToByteConverterMethods.class inflated: com/sun/org/apache/xml/internal/serialize/EncodingInfo$CharsetMethods.class inflated: com/sun/org/apache/xml/internal/serialize/EncodingInfo.class inflated: com/sun/org/apache/xml/internal/serialize/Encodings.class inflated: com/sun/org/apache/xml/internal/serialize/HTMLSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/HTMLdtd.class inflated: com/sun/org/apache/xml/internal/serialize/IndentPrinter.class inflated: com/sun/org/apache/xml/internal/serialize/LineSeparator.class inflated: com/sun/org/apache/xml/internal/serialize/Method.class inflated: com/sun/org/apache/xml/internal/serialize/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/serialize/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/serialize/OutputFormat$DTD.class inflated: com/sun/org/apache/xml/internal/serialize/OutputFormat$Defaults.class inflated: com/sun/org/apache/xml/internal/serialize/OutputFormat.class inflated: com/sun/org/apache/xml/internal/serialize/Printer.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$1.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$2.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$3.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$4.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$5.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$6.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$7.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport$8.class inflated: com/sun/org/apache/xml/internal/serialize/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/serialize/Serializer.class inflated: com/sun/org/apache/xml/internal/serialize/SerializerFactory.class inflated: com/sun/org/apache/xml/internal/serialize/SerializerFactoryImpl.class inflated: com/sun/org/apache/xml/internal/serialize/TextSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/XHTMLSerializer.class inflated: com/sun/org/apache/xml/internal/serialize/XML11Serializer.class inflated: com/sun/org/apache/xml/internal/serialize/XMLSerializer.class inflated: com/sun/org/apache/xml/internal/serializer/AttributesImplSerializer.class inflated: com/sun/org/apache/xml/internal/serializer/CharInfo$1.class inflated: com/sun/org/apache/xml/internal/serializer/CharInfo$CharKey.class inflated: com/sun/org/apache/xml/internal/serializer/CharInfo.class inflated: com/sun/org/apache/xml/internal/serializer/DOMSerializer.class inflated: com/sun/org/apache/xml/internal/serializer/ElemContext.class inflated: com/sun/org/apache/xml/internal/serializer/ElemDesc.class inflated: com/sun/org/apache/xml/internal/serializer/EmptySerializer.class inflated: com/sun/org/apache/xml/internal/serializer/EncodingInfo$1.class inflated: com/sun/org/apache/xml/internal/serializer/EncodingInfo$EncodingImpl.class inflated: com/sun/org/apache/xml/internal/serializer/EncodingInfo$InEncoding.class inflated: com/sun/org/apache/xml/internal/serializer/EncodingInfo.class inflated: com/sun/org/apache/xml/internal/serializer/Encodings.class inflated: com/sun/org/apache/xml/internal/serializer/Encodings.properties inflated: com/sun/org/apache/xml/internal/serializer/ExtendedContentHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ExtendedLexicalHandler.class inflated: com/sun/org/apache/xml/internal/serializer/HTMLEntities.properties inflated: com/sun/org/apache/xml/internal/serializer/Method.class inflated: com/sun/org/apache/xml/internal/serializer/NamespaceMappings$MappingRecord.class inflated: com/sun/org/apache/xml/internal/serializer/NamespaceMappings.class inflated: com/sun/org/apache/xml/internal/serializer/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/serializer/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory$1.class inflated: com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.class inflated: com/sun/org/apache/xml/internal/serializer/OutputPropertyUtils.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/serializer/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/serializer/SerializationHandler.class inflated: com/sun/org/apache/xml/internal/serializer/Serializer.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerBase.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerConstants.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerFactory.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerTrace.class inflated: com/sun/org/apache/xml/internal/serializer/SerializerTraceWriter.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLStream$Trie$Node.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLStream$Trie.class inflated: com/sun/org/apache/xml/internal/serializer/ToHTMLStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToStream$BoolStack.class inflated: com/sun/org/apache/xml/internal/serializer/ToStream$WritertoStringBuffer.class inflated: com/sun/org/apache/xml/internal/serializer/ToStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToTextSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToTextStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToUnknownStream.class inflated: com/sun/org/apache/xml/internal/serializer/ToXMLSAXHandler.class inflated: com/sun/org/apache/xml/internal/serializer/ToXMLStream.class inflated: com/sun/org/apache/xml/internal/serializer/TransformStateSetter.class inflated: com/sun/org/apache/xml/internal/serializer/TreeWalker.class inflated: com/sun/org/apache/xml/internal/serializer/Utils$CacheHolder.class inflated: com/sun/org/apache/xml/internal/serializer/Utils.class inflated: com/sun/org/apache/xml/internal/serializer/Version.class inflated: com/sun/org/apache/xml/internal/serializer/WriterChain.class inflated: com/sun/org/apache/xml/internal/serializer/WriterToASCI.class inflated: com/sun/org/apache/xml/internal/serializer/WriterToUTF8Buffered.class inflated: com/sun/org/apache/xml/internal/serializer/XMLEntities.properties inflated: com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes.class inflated: com/sun/org/apache/xml/internal/serializer/output_html.properties inflated: com/sun/org/apache/xml/internal/serializer/output_text.properties inflated: com/sun/org/apache/xml/internal/serializer/output_unknown.properties inflated: com/sun/org/apache/xml/internal/serializer/output_xml.properties inflated: com/sun/org/apache/xml/internal/serializer/utils/AttList.class inflated: com/sun/org/apache/xml/internal/serializer/utils/BoolStack.class inflated: com/sun/org/apache/xml/internal/serializer/utils/DOM2Helper.class inflated: com/sun/org/apache/xml/internal/serializer/utils/Messages.class inflated: com/sun/org/apache/xml/internal/serializer/utils/MsgKey.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ca.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_cs.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_de.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_en.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_es.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_fr.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_it.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ja.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_ko.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_sv.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_CN.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_zh_TW.class inflated: com/sun/org/apache/xml/internal/serializer/utils/StringToIntTable.class inflated: com/sun/org/apache/xml/internal/serializer/utils/SystemIDResolver.class inflated: com/sun/org/apache/xml/internal/serializer/utils/URI$MalformedURIException.class inflated: com/sun/org/apache/xml/internal/serializer/utils/URI.class inflated: com/sun/org/apache/xml/internal/serializer/utils/Utils.class inflated: com/sun/org/apache/xml/internal/serializer/utils/WrappedRuntimeException.class inflated: com/sun/org/apache/xml/internal/utils/AttList.class inflated: com/sun/org/apache/xml/internal/utils/BoolStack.class inflated: com/sun/org/apache/xml/internal/utils/CharKey.class inflated: com/sun/org/apache/xml/internal/utils/Constants.class inflated: com/sun/org/apache/xml/internal/utils/Context2.class inflated: com/sun/org/apache/xml/internal/utils/DOM2Helper.class inflated: com/sun/org/apache/xml/internal/utils/DOMBuilder.class inflated: com/sun/org/apache/xml/internal/utils/DOMHelper.class inflated: com/sun/org/apache/xml/internal/utils/DOMOrder.class inflated: com/sun/org/apache/xml/internal/utils/DefaultErrorHandler.class inflated: com/sun/org/apache/xml/internal/utils/ElemDesc.class inflated: com/sun/org/apache/xml/internal/utils/FastStringBuffer.class inflated: com/sun/org/apache/xml/internal/utils/Hashtree2Node.class inflated: com/sun/org/apache/xml/internal/utils/IntStack.class inflated: com/sun/org/apache/xml/internal/utils/IntVector.class inflated: com/sun/org/apache/xml/internal/utils/ListingErrorHandler.class inflated: com/sun/org/apache/xml/internal/utils/LocaleUtility.class inflated: com/sun/org/apache/xml/internal/utils/MutableAttrListImpl.class inflated: com/sun/org/apache/xml/internal/utils/NSInfo.class inflated: com/sun/org/apache/xml/internal/utils/NameSpace.class inflated: com/sun/org/apache/xml/internal/utils/NamespaceSupport2.class inflated: com/sun/org/apache/xml/internal/utils/NodeConsumer.class inflated: com/sun/org/apache/xml/internal/utils/NodeVector.class inflated: com/sun/org/apache/xml/internal/utils/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xml/internal/utils/ObjectFactory.class inflated: com/sun/org/apache/xml/internal/utils/ObjectPool.class inflated: com/sun/org/apache/xml/internal/utils/ObjectStack.class inflated: com/sun/org/apache/xml/internal/utils/ObjectVector.class inflated: com/sun/org/apache/xml/internal/utils/PrefixForUriEnumerator.class inflated: com/sun/org/apache/xml/internal/utils/PrefixResolver.class inflated: com/sun/org/apache/xml/internal/utils/PrefixResolverDefault.class inflated: com/sun/org/apache/xml/internal/utils/QName.class inflated: com/sun/org/apache/xml/internal/utils/RawCharacterHandler.class inflated: com/sun/org/apache/xml/internal/utils/SAXSourceLocator.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$1.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$2.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$3.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$4.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$5.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$6.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$7.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12$8.class inflated: com/sun/org/apache/xml/internal/utils/SecuritySupport12.class inflated: com/sun/org/apache/xml/internal/utils/SerializableLocatorImpl.class inflated: com/sun/org/apache/xml/internal/utils/StopParseException.class inflated: com/sun/org/apache/xml/internal/utils/StringBufferPool.class inflated: com/sun/org/apache/xml/internal/utils/StringComparable.class inflated: com/sun/org/apache/xml/internal/utils/StringToIntTable.class inflated: com/sun/org/apache/xml/internal/utils/StringToStringTable.class inflated: com/sun/org/apache/xml/internal/utils/StringToStringTableVector.class inflated: com/sun/org/apache/xml/internal/utils/StringVector.class inflated: com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.class inflated: com/sun/org/apache/xml/internal/utils/SuballocatedByteVector.class inflated: com/sun/org/apache/xml/internal/utils/SuballocatedIntVector.class inflated: com/sun/org/apache/xml/internal/utils/SystemIDResolver.class inflated: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper$ThreadController$SafeThread.class inflated: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper$ThreadController.class inflated: com/sun/org/apache/xml/internal/utils/ThreadControllerWrapper.class inflated: com/sun/org/apache/xml/internal/utils/TreeWalker.class inflated: com/sun/org/apache/xml/internal/utils/Trie$Node.class inflated: com/sun/org/apache/xml/internal/utils/Trie.class inflated: com/sun/org/apache/xml/internal/utils/URI$MalformedURIException.class inflated: com/sun/org/apache/xml/internal/utils/URI.class inflated: com/sun/org/apache/xml/internal/utils/UnImplNode.class inflated: com/sun/org/apache/xml/internal/utils/WrappedRuntimeException.class inflated: com/sun/org/apache/xml/internal/utils/WrongParserException.class inflated: com/sun/org/apache/xml/internal/utils/XML11Char.class inflated: com/sun/org/apache/xml/internal/utils/XMLChar.class inflated: com/sun/org/apache/xml/internal/utils/XMLCharacterRecognizer.class inflated: com/sun/org/apache/xml/internal/utils/XMLReaderManager.class inflated: com/sun/org/apache/xml/internal/utils/XMLString.class inflated: com/sun/org/apache/xml/internal/utils/XMLStringDefault.class inflated: com/sun/org/apache/xml/internal/utils/XMLStringFactory.class inflated: com/sun/org/apache/xml/internal/utils/XMLStringFactoryDefault.class inflated: com/sun/org/apache/xml/internal/utils/res/CharArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/IntArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/LongArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/StringArrayWrapper.class inflated: com/sun/org/apache/xml/internal/utils/res/XResourceBundle.class inflated: com/sun/org/apache/xml/internal/utils/res/XResourceBundleBase.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_de.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_en.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_es.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_fr.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_it.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_A.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HA.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_HI.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ja_JP_I.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_ko.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_sv.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_zh_CN.class inflated: com/sun/org/apache/xml/internal/utils/res/XResources_zh_TW.class inflated: com/sun/org/apache/xpath/internal/Arg.class inflated: com/sun/org/apache/xpath/internal/CachedXPathAPI.class inflated: com/sun/org/apache/xpath/internal/Expression.class inflated: com/sun/org/apache/xpath/internal/ExpressionNode.class inflated: com/sun/org/apache/xpath/internal/ExpressionOwner.class inflated: com/sun/org/apache/xpath/internal/ExtensionsProvider.class inflated: com/sun/org/apache/xpath/internal/FoundIndex.class inflated: com/sun/org/apache/xpath/internal/NodeSet.class inflated: com/sun/org/apache/xpath/internal/NodeSetDTM.class inflated: com/sun/org/apache/xpath/internal/SourceTree.class inflated: com/sun/org/apache/xpath/internal/SourceTreeManager.class inflated: com/sun/org/apache/xpath/internal/VariableStack.class inflated: com/sun/org/apache/xpath/internal/WhitespaceStrippingElementMatcher.class inflated: com/sun/org/apache/xpath/internal/XPath.class inflated: com/sun/org/apache/xpath/internal/XPathAPI.class inflated: com/sun/org/apache/xpath/internal/XPathContext$XPathExpressionContext.class inflated: com/sun/org/apache/xpath/internal/XPathContext.class inflated: com/sun/org/apache/xpath/internal/XPathException.class inflated: com/sun/org/apache/xpath/internal/XPathFactory.class inflated: com/sun/org/apache/xpath/internal/XPathProcessorException.class inflated: com/sun/org/apache/xpath/internal/XPathVisitable.class inflated: com/sun/org/apache/xpath/internal/XPathVisitor.class inflated: com/sun/org/apache/xpath/internal/axes/AttributeIterator.class inflated: com/sun/org/apache/xpath/internal/axes/AxesWalker.class inflated: com/sun/org/apache/xpath/internal/axes/BasicTestIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ChildIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ChildTestIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ContextNodeList.class inflated: com/sun/org/apache/xpath/internal/axes/DescendantIterator.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIterator$filterExprOwner.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIterator.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple$filterExprOwner.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprWalker$filterExprOwner.class inflated: com/sun/org/apache/xpath/internal/axes/FilterExprWalker.class inflated: com/sun/org/apache/xpath/internal/axes/HasPositionalPredChecker.class inflated: com/sun/org/apache/xpath/internal/axes/IteratorPool.class inflated: com/sun/org/apache/xpath/internal/axes/LocPathIterator.class inflated: com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.class inflated: com/sun/org/apache/xpath/internal/axes/NodeSequence.class inflated: com/sun/org/apache/xpath/internal/axes/OneStepIterator.class inflated: com/sun/org/apache/xpath/internal/axes/OneStepIteratorForward.class inflated: com/sun/org/apache/xpath/internal/axes/PathComponent.class inflated: com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest$PredOwner.class inflated: com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.class inflated: com/sun/org/apache/xpath/internal/axes/RTFIterator.class inflated: com/sun/org/apache/xpath/internal/axes/ReverseAxesWalker.class inflated: com/sun/org/apache/xpath/internal/axes/SelfIteratorNoPredicate.class inflated: com/sun/org/apache/xpath/internal/axes/SubContextList.class inflated: com/sun/org/apache/xpath/internal/axes/UnionChildIterator.class inflated: com/sun/org/apache/xpath/internal/axes/UnionPathIterator$iterOwner.class inflated: com/sun/org/apache/xpath/internal/axes/UnionPathIterator.class inflated: com/sun/org/apache/xpath/internal/axes/WalkerFactory.class inflated: com/sun/org/apache/xpath/internal/axes/WalkingIterator.class inflated: com/sun/org/apache/xpath/internal/axes/WalkingIteratorSorted.class inflated: com/sun/org/apache/xpath/internal/compiler/Compiler.class inflated: com/sun/org/apache/xpath/internal/compiler/FuncLoader.class inflated: com/sun/org/apache/xpath/internal/compiler/FunctionTable.class inflated: com/sun/org/apache/xpath/internal/compiler/Keywords.class inflated: com/sun/org/apache/xpath/internal/compiler/Lexer.class inflated: com/sun/org/apache/xpath/internal/compiler/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xpath/internal/compiler/ObjectFactory.class inflated: com/sun/org/apache/xpath/internal/compiler/OpCodes.class inflated: com/sun/org/apache/xpath/internal/compiler/OpMap.class inflated: com/sun/org/apache/xpath/internal/compiler/OpMapVector.class inflated: com/sun/org/apache/xpath/internal/compiler/PsuedoNames.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$1.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$2.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$3.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$4.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$5.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$6.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$7.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12$8.class inflated: com/sun/org/apache/xpath/internal/compiler/SecuritySupport12.class inflated: com/sun/org/apache/xpath/internal/compiler/XPathDumper.class inflated: com/sun/org/apache/xpath/internal/compiler/XPathParser.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathEvaluatorImpl$DummyPrefixResolver.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathEvaluatorImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathExpressionImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathNSResolverImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathNamespaceImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathResultImpl.class inflated: com/sun/org/apache/xpath/internal/domapi/XPathStylesheetDOM3Exception.class inflated: com/sun/org/apache/xpath/internal/functions/FuncBoolean.class inflated: com/sun/org/apache/xpath/internal/functions/FuncCeiling.class inflated: com/sun/org/apache/xpath/internal/functions/FuncConcat.class inflated: com/sun/org/apache/xpath/internal/functions/FuncContains.class inflated: com/sun/org/apache/xpath/internal/functions/FuncCount.class inflated: com/sun/org/apache/xpath/internal/functions/FuncCurrent.class inflated: com/sun/org/apache/xpath/internal/functions/FuncDoclocation.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtElementAvailable.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtFunction$ArgExtOwner.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtFunction.class inflated: com/sun/org/apache/xpath/internal/functions/FuncExtFunctionAvailable.class inflated: com/sun/org/apache/xpath/internal/functions/FuncFalse.class inflated: com/sun/org/apache/xpath/internal/functions/FuncFloor.class inflated: com/sun/org/apache/xpath/internal/functions/FuncGenerateId.class inflated: com/sun/org/apache/xpath/internal/functions/FuncId.class inflated: com/sun/org/apache/xpath/internal/functions/FuncLang.class inflated: com/sun/org/apache/xpath/internal/functions/FuncLast.class inflated: com/sun/org/apache/xpath/internal/functions/FuncLocalPart.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNamespace.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNormalizeSpace.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNot.class inflated: com/sun/org/apache/xpath/internal/functions/FuncNumber.class inflated: com/sun/org/apache/xpath/internal/functions/FuncPosition.class inflated: com/sun/org/apache/xpath/internal/functions/FuncQname.class inflated: com/sun/org/apache/xpath/internal/functions/FuncRound.class inflated: com/sun/org/apache/xpath/internal/functions/FuncStartsWith.class inflated: com/sun/org/apache/xpath/internal/functions/FuncString.class inflated: com/sun/org/apache/xpath/internal/functions/FuncStringLength.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSubstring.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSubstringAfter.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSubstringBefore.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSum.class inflated: com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.class inflated: com/sun/org/apache/xpath/internal/functions/FuncTranslate.class inflated: com/sun/org/apache/xpath/internal/functions/FuncTrue.class inflated: com/sun/org/apache/xpath/internal/functions/FuncUnparsedEntityURI.class inflated: com/sun/org/apache/xpath/internal/functions/Function.class inflated: com/sun/org/apache/xpath/internal/functions/Function2Args$Arg1Owner.class inflated: com/sun/org/apache/xpath/internal/functions/Function2Args.class inflated: com/sun/org/apache/xpath/internal/functions/Function3Args$Arg2Owner.class inflated: com/sun/org/apache/xpath/internal/functions/Function3Args.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionDef1Arg.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs$ArgMultiOwner.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs.class inflated: com/sun/org/apache/xpath/internal/functions/FunctionOneArg.class inflated: com/sun/org/apache/xpath/internal/functions/ObjectFactory$ConfigurationError.class inflated: com/sun/org/apache/xpath/internal/functions/ObjectFactory.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$1.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$2.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$3.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$4.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$5.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$6.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$7.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12$8.class inflated: com/sun/org/apache/xpath/internal/functions/SecuritySupport12.class inflated: com/sun/org/apache/xpath/internal/functions/WrongNumberArgsException.class inflated: com/sun/org/apache/xpath/internal/jaxp/JAXPExtensionsProvider.class inflated: com/sun/org/apache/xpath/internal/jaxp/JAXPPrefixResolver.class inflated: com/sun/org/apache/xpath/internal/jaxp/JAXPVariableStack.class inflated: com/sun/org/apache/xpath/internal/jaxp/XPathExpressionImpl.class inflated: com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.class inflated: com/sun/org/apache/xpath/internal/jaxp/XPathImpl.class inflated: com/sun/org/apache/xpath/internal/objects/Comparator.class inflated: com/sun/org/apache/xpath/internal/objects/DTMXRTreeFrag.class inflated: com/sun/org/apache/xpath/internal/objects/EqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/GreaterThanComparator.class inflated: com/sun/org/apache/xpath/internal/objects/GreaterThanOrEqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/LessThanComparator.class inflated: com/sun/org/apache/xpath/internal/objects/LessThanOrEqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/NotEqualComparator.class inflated: com/sun/org/apache/xpath/internal/objects/XBoolean.class inflated: com/sun/org/apache/xpath/internal/objects/XBooleanStatic.class inflated: com/sun/org/apache/xpath/internal/objects/XMLStringFactoryImpl.class inflated: com/sun/org/apache/xpath/internal/objects/XNodeSet.class inflated: com/sun/org/apache/xpath/internal/objects/XNodeSetForDOM.class inflated: com/sun/org/apache/xpath/internal/objects/XNull.class inflated: com/sun/org/apache/xpath/internal/objects/XNumber.class inflated: com/sun/org/apache/xpath/internal/objects/XObject.class inflated: com/sun/org/apache/xpath/internal/objects/XObjectFactory.class inflated: com/sun/org/apache/xpath/internal/objects/XRTreeFrag.class inflated: com/sun/org/apache/xpath/internal/objects/XRTreeFragSelectWrapper.class inflated: com/sun/org/apache/xpath/internal/objects/XString.class inflated: com/sun/org/apache/xpath/internal/objects/XStringForChars.class inflated: com/sun/org/apache/xpath/internal/objects/XStringForFSB.class inflated: com/sun/org/apache/xpath/internal/operations/And.class inflated: com/sun/org/apache/xpath/internal/operations/Bool.class inflated: com/sun/org/apache/xpath/internal/operations/Div.class inflated: com/sun/org/apache/xpath/internal/operations/Equals.class inflated: com/sun/org/apache/xpath/internal/operations/Gt.class inflated: com/sun/org/apache/xpath/internal/operations/Gte.class inflated: com/sun/org/apache/xpath/internal/operations/Lt.class inflated: com/sun/org/apache/xpath/internal/operations/Lte.class inflated: com/sun/org/apache/xpath/internal/operations/Minus.class inflated: com/sun/org/apache/xpath/internal/operations/Mod.class inflated: com/sun/org/apache/xpath/internal/operations/Mult.class inflated: com/sun/org/apache/xpath/internal/operations/Neg.class inflated: com/sun/org/apache/xpath/internal/operations/NotEquals.class inflated: com/sun/org/apache/xpath/internal/operations/Number.class inflated: com/sun/org/apache/xpath/internal/operations/Operation$LeftExprOwner.class inflated: com/sun/org/apache/xpath/internal/operations/Operation.class inflated: com/sun/org/apache/xpath/internal/operations/Or.class inflated: com/sun/org/apache/xpath/internal/operations/Plus.class inflated: com/sun/org/apache/xpath/internal/operations/Quo.class inflated: com/sun/org/apache/xpath/internal/operations/String.class inflated: com/sun/org/apache/xpath/internal/operations/UnaryOperation.class inflated: com/sun/org/apache/xpath/internal/operations/Variable.class inflated: com/sun/org/apache/xpath/internal/operations/VariableSafeAbsRef.class inflated: com/sun/org/apache/xpath/internal/patterns/ContextMatchStepPattern.class inflated: com/sun/org/apache/xpath/internal/patterns/FunctionPattern$FunctionOwner.class inflated: com/sun/org/apache/xpath/internal/patterns/FunctionPattern.class inflated: com/sun/org/apache/xpath/internal/patterns/NodeTest.class inflated: com/sun/org/apache/xpath/internal/patterns/NodeTestFilter.class inflated: com/sun/org/apache/xpath/internal/patterns/StepPattern$PredOwner.class inflated: com/sun/org/apache/xpath/internal/patterns/StepPattern.class inflated: com/sun/org/apache/xpath/internal/patterns/UnionPattern$UnionPathPartOwner.class inflated: com/sun/org/apache/xpath/internal/patterns/UnionPattern.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_en.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_es.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_fr.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_it.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ja.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ko.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_sv.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_CN.class inflated: com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_TW.class inflated: com/sun/org/apache/xpath/internal/res/XPATHMessages.class inflated: com/sun/xml/internal/stream/Entity$ExternalEntity.class inflated: com/sun/xml/internal/stream/Entity$InternalEntity.class inflated: com/sun/xml/internal/stream/Entity$ScannedEntity.class inflated: com/sun/xml/internal/stream/Entity.class inflated: com/sun/xml/internal/stream/EventFilterSupport.class inflated: com/sun/xml/internal/stream/StaxEntityResolverWrapper.class inflated: com/sun/xml/internal/stream/StaxErrorReporter$1.class inflated: com/sun/xml/internal/stream/StaxErrorReporter.class inflated: com/sun/xml/internal/stream/StaxXMLInputSource.class inflated: com/sun/xml/internal/stream/XMLBufferListener.class inflated: com/sun/xml/internal/stream/XMLEntityReader.class inflated: com/sun/xml/internal/stream/XMLEntityStorage.class inflated: com/sun/xml/internal/stream/XMLEventReaderImpl.class inflated: com/sun/xml/internal/stream/XMLInputFactoryImpl.class inflated: com/sun/xml/internal/stream/XMLOutputFactoryImpl.class inflated: com/sun/xml/internal/stream/dtd/DTDGrammarUtil.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar$QNameHashtable.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl.class inflated: com/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType.class inflated: com/sun/xml/internal/stream/events/AttributeImpl.class inflated: com/sun/xml/internal/stream/events/CharacterEvent.class inflated: com/sun/xml/internal/stream/events/CommentEvent.class inflated: com/sun/xml/internal/stream/events/DTDEvent.class inflated: com/sun/xml/internal/stream/events/DummyEvent$DummyLocation.class inflated: com/sun/xml/internal/stream/events/DummyEvent.class inflated: com/sun/xml/internal/stream/events/EndDocumentEvent.class inflated: com/sun/xml/internal/stream/events/EndElementEvent.class inflated: com/sun/xml/internal/stream/events/EntityDeclarationImpl.class inflated: com/sun/xml/internal/stream/events/EntityReferenceEvent.class inflated: com/sun/xml/internal/stream/events/LocationImpl.class inflated: com/sun/xml/internal/stream/events/NamedEvent.class inflated: com/sun/xml/internal/stream/events/NamespaceImpl.class inflated: com/sun/xml/internal/stream/events/NotationDeclarationImpl.class inflated: com/sun/xml/internal/stream/events/ProcessingInstructionEvent.class inflated: com/sun/xml/internal/stream/events/StartDocumentEvent.class inflated: com/sun/xml/internal/stream/events/StartElementEvent.class inflated: com/sun/xml/internal/stream/events/XMLEventAllocatorImpl.class inflated: com/sun/xml/internal/stream/events/XMLEventFactoryImpl.class inflated: com/sun/xml/internal/stream/util/BufferAllocator.class inflated: com/sun/xml/internal/stream/util/ReadOnlyIterator.class inflated: com/sun/xml/internal/stream/util/ThreadLocalBufferAllocator.class inflated: com/sun/xml/internal/stream/writers/UTF8OutputStreamWriter.class inflated: com/sun/xml/internal/stream/writers/WriterUtility.class inflated: com/sun/xml/internal/stream/writers/XMLDOMWriterImpl.class inflated: com/sun/xml/internal/stream/writers/XMLEventWriterImpl.class inflated: com/sun/xml/internal/stream/writers/XMLOutputSource.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$Attribute.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$ElementStack.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$ElementState.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl$NamespaceContextImpl.class inflated: com/sun/xml/internal/stream/writers/XMLStreamWriterImpl.class inflated: com/sun/xml/internal/stream/writers/XMLWriter.class inflated: javax/xml/XMLConstants.class inflated: javax/xml/datatype/DatatypeConfigurationException.class inflated: javax/xml/datatype/DatatypeConstants$1.class inflated: javax/xml/datatype/DatatypeConstants$Field.class inflated: javax/xml/datatype/DatatypeConstants.class inflated: javax/xml/datatype/DatatypeFactory.class inflated: javax/xml/datatype/Duration.class inflated: javax/xml/datatype/FactoryFinder$ConfigurationError.class inflated: javax/xml/datatype/FactoryFinder.class inflated: javax/xml/datatype/SecuritySupport$1.class inflated: javax/xml/datatype/SecuritySupport$2.class inflated: javax/xml/datatype/SecuritySupport$3.class inflated: javax/xml/datatype/SecuritySupport$4.class inflated: javax/xml/datatype/SecuritySupport$5.class inflated: javax/xml/datatype/SecuritySupport.class inflated: javax/xml/datatype/XMLGregorianCalendar.class inflated: javax/xml/namespace/NamespaceContext.class inflated: javax/xml/namespace/QName$1.class inflated: javax/xml/namespace/QName.class inflated: javax/xml/parsers/DocumentBuilder.class inflated: javax/xml/parsers/DocumentBuilderFactory.class inflated: javax/xml/parsers/FactoryConfigurationError.class inflated: javax/xml/parsers/FactoryFinder$ConfigurationError.class inflated: javax/xml/parsers/FactoryFinder.class inflated: javax/xml/parsers/ParserConfigurationException.class inflated: javax/xml/parsers/SAXParser.class inflated: javax/xml/parsers/SAXParserFactory.class inflated: javax/xml/parsers/SecuritySupport$1.class inflated: javax/xml/parsers/SecuritySupport$2.class inflated: javax/xml/parsers/SecuritySupport$3.class inflated: javax/xml/parsers/SecuritySupport$4.class inflated: javax/xml/parsers/SecuritySupport$5.class inflated: javax/xml/parsers/SecuritySupport.class inflated: javax/xml/stream/EventFilter.class inflated: javax/xml/stream/FactoryConfigurationError.class inflated: javax/xml/stream/FactoryFinder$ConfigurationError.class inflated: javax/xml/stream/FactoryFinder.class inflated: javax/xml/stream/Location.class inflated: javax/xml/stream/SecuritySupport$1.class inflated: javax/xml/stream/SecuritySupport$2.class inflated: javax/xml/stream/SecuritySupport$3.class inflated: javax/xml/stream/SecuritySupport$4.class inflated: javax/xml/stream/SecuritySupport$5.class inflated: javax/xml/stream/SecuritySupport.class inflated: javax/xml/stream/StreamFilter.class inflated: javax/xml/stream/XMLEventFactory.class inflated: javax/xml/stream/XMLEventReader.class inflated: javax/xml/stream/XMLEventWriter.class inflated: javax/xml/stream/XMLInputFactory.class inflated: javax/xml/stream/XMLOutputFactory.class inflated: javax/xml/stream/XMLReporter.class inflated: javax/xml/stream/XMLResolver.class inflated: javax/xml/stream/XMLStreamConstants.class inflated: javax/xml/stream/XMLStreamException.class inflated: javax/xml/stream/XMLStreamReader.class inflated: javax/xml/stream/XMLStreamWriter.class inflated: javax/xml/stream/events/Attribute.class inflated: javax/xml/stream/events/Characters.class inflated: javax/xml/stream/events/Comment.class inflated: javax/xml/stream/events/DTD.class inflated: javax/xml/stream/events/EndDocument.class inflated: javax/xml/stream/events/EndElement.class inflated: javax/xml/stream/events/EntityDeclaration.class inflated: javax/xml/stream/events/EntityReference.class inflated: javax/xml/stream/events/Namespace.class inflated: javax/xml/stream/events/NotationDeclaration.class inflated: javax/xml/stream/events/ProcessingInstruction.class inflated: javax/xml/stream/events/StartDocument.class inflated: javax/xml/stream/events/StartElement.class inflated: javax/xml/stream/events/XMLEvent.class inflated: javax/xml/stream/util/EventReaderDelegate.class inflated: javax/xml/stream/util/StreamReaderDelegate.class inflated: javax/xml/stream/util/XMLEventAllocator.class inflated: javax/xml/stream/util/XMLEventConsumer.class inflated: javax/xml/transform/ErrorListener.class inflated: javax/xml/transform/FactoryFinder$ConfigurationError.class inflated: javax/xml/transform/FactoryFinder.class inflated: javax/xml/transform/OutputKeys.class inflated: javax/xml/transform/Result.class inflated: javax/xml/transform/SecuritySupport$1.class inflated: javax/xml/transform/SecuritySupport$2.class inflated: javax/xml/transform/SecuritySupport$3.class inflated: javax/xml/transform/SecuritySupport$4.class inflated: javax/xml/transform/SecuritySupport$5.class inflated: javax/xml/transform/SecuritySupport.class inflated: javax/xml/transform/Source.class inflated: javax/xml/transform/SourceLocator.class inflated: javax/xml/transform/Templates.class inflated: javax/xml/transform/Transformer.class inflated: javax/xml/transform/TransformerConfigurationException.class inflated: javax/xml/transform/TransformerException.class inflated: javax/xml/transform/TransformerFactory.class inflated: javax/xml/transform/TransformerFactoryConfigurationError.class inflated: javax/xml/transform/URIResolver.class inflated: javax/xml/transform/dom/DOMLocator.class inflated: javax/xml/transform/dom/DOMResult.class inflated: javax/xml/transform/dom/DOMSource.class inflated: javax/xml/transform/sax/SAXResult.class inflated: javax/xml/transform/sax/SAXSource.class inflated: javax/xml/transform/sax/SAXTransformerFactory.class inflated: javax/xml/transform/sax/TemplatesHandler.class inflated: javax/xml/transform/sax/TransformerHandler.class inflated: javax/xml/transform/stax/StAXResult.class inflated: javax/xml/transform/stax/StAXSource.class inflated: javax/xml/transform/stream/StreamResult.class inflated: javax/xml/transform/stream/StreamSource.class inflated: javax/xml/validation/Schema.class inflated: javax/xml/validation/SchemaFactory.class inflated: javax/xml/validation/SchemaFactoryFinder$1.class inflated: javax/xml/validation/SchemaFactoryFinder$2.class inflated: javax/xml/validation/SchemaFactoryFinder$SingleIterator.class inflated: javax/xml/validation/SchemaFactoryFinder.class inflated: javax/xml/validation/SchemaFactoryLoader.class inflated: javax/xml/validation/SecuritySupport$1.class inflated: javax/xml/validation/SecuritySupport$2.class inflated: javax/xml/validation/SecuritySupport$3.class inflated: javax/xml/validation/SecuritySupport$4.class inflated: javax/xml/validation/SecuritySupport$5.class inflated: javax/xml/validation/SecuritySupport$6.class inflated: javax/xml/validation/SecuritySupport$7.class inflated: javax/xml/validation/SecuritySupport$8.class inflated: javax/xml/validation/SecuritySupport.class inflated: javax/xml/validation/TypeInfoProvider.class inflated: javax/xml/validation/Validator.class inflated: javax/xml/validation/ValidatorHandler.class inflated: javax/xml/xpath/SecuritySupport$1.class inflated: javax/xml/xpath/SecuritySupport$2.class inflated: javax/xml/xpath/SecuritySupport$3.class inflated: javax/xml/xpath/SecuritySupport$4.class inflated: javax/xml/xpath/SecuritySupport$5.class inflated: javax/xml/xpath/SecuritySupport$6.class inflated: javax/xml/xpath/SecuritySupport$7.class inflated: javax/xml/xpath/SecuritySupport$8.class inflated: javax/xml/xpath/SecuritySupport.class inflated: javax/xml/xpath/XPath.class inflated: javax/xml/xpath/XPathConstants.class inflated: javax/xml/xpath/XPathException.class inflated: javax/xml/xpath/XPathExpression.class inflated: javax/xml/xpath/XPathExpressionException.class inflated: javax/xml/xpath/XPathFactory.class inflated: javax/xml/xpath/XPathFactoryConfigurationException.class inflated: javax/xml/xpath/XPathFactoryFinder$1.class inflated: javax/xml/xpath/XPathFactoryFinder$2.class inflated: javax/xml/xpath/XPathFactoryFinder$SingleIterator.class inflated: javax/xml/xpath/XPathFactoryFinder.class inflated: javax/xml/xpath/XPathFunction.class inflated: javax/xml/xpath/XPathFunctionException.class inflated: javax/xml/xpath/XPathFunctionResolver.class inflated: javax/xml/xpath/XPathVariableResolver.class inflated: org/w3c/dom/Attr.class inflated: org/w3c/dom/CDATASection.class inflated: org/w3c/dom/CharacterData.class inflated: org/w3c/dom/Comment.class inflated: org/w3c/dom/DOMConfiguration.class inflated: org/w3c/dom/DOMError.class inflated: org/w3c/dom/DOMErrorHandler.class inflated: org/w3c/dom/DOMException.class inflated: org/w3c/dom/DOMImplementation.class inflated: org/w3c/dom/DOMImplementationList.class inflated: org/w3c/dom/DOMImplementationSource.class inflated: org/w3c/dom/DOMLocator.class inflated: org/w3c/dom/DOMStringList.class inflated: org/w3c/dom/Document.class inflated: org/w3c/dom/DocumentFragment.class inflated: org/w3c/dom/DocumentType.class inflated: org/w3c/dom/Element.class inflated: org/w3c/dom/Entity.class inflated: org/w3c/dom/EntityReference.class inflated: org/w3c/dom/NameList.class inflated: org/w3c/dom/NamedNodeMap.class inflated: org/w3c/dom/Node.class inflated: org/w3c/dom/NodeList.class inflated: org/w3c/dom/Notation.class inflated: org/w3c/dom/ProcessingInstruction.class inflated: org/w3c/dom/Text.class inflated: org/w3c/dom/TypeInfo.class inflated: org/w3c/dom/UserDataHandler.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$1.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$2.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$3.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry$4.class inflated: org/w3c/dom/bootstrap/DOMImplementationRegistry.class inflated: org/w3c/dom/css/CSS2Properties.class inflated: org/w3c/dom/css/CSSCharsetRule.class inflated: org/w3c/dom/css/CSSFontFaceRule.class inflated: org/w3c/dom/css/CSSImportRule.class inflated: org/w3c/dom/css/CSSMediaRule.class inflated: org/w3c/dom/css/CSSPageRule.class inflated: org/w3c/dom/css/CSSPrimitiveValue.class inflated: org/w3c/dom/css/CSSRule.class inflated: org/w3c/dom/css/CSSRuleList.class inflated: org/w3c/dom/css/CSSStyleDeclaration.class inflated: org/w3c/dom/css/CSSStyleRule.class inflated: org/w3c/dom/css/CSSStyleSheet.class inflated: org/w3c/dom/css/CSSUnknownRule.class inflated: org/w3c/dom/css/CSSValue.class inflated: org/w3c/dom/css/CSSValueList.class inflated: org/w3c/dom/css/Counter.class inflated: org/w3c/dom/css/DOMImplementationCSS.class inflated: org/w3c/dom/css/DocumentCSS.class inflated: org/w3c/dom/css/ElementCSSInlineStyle.class inflated: org/w3c/dom/css/RGBColor.class inflated: org/w3c/dom/css/Rect.class inflated: org/w3c/dom/css/ViewCSS.class inflated: org/w3c/dom/events/DocumentEvent.class inflated: org/w3c/dom/events/Event.class inflated: org/w3c/dom/events/EventException.class inflated: org/w3c/dom/events/EventListener.class inflated: org/w3c/dom/events/EventTarget.class inflated: org/w3c/dom/events/MouseEvent.class inflated: org/w3c/dom/events/MutationEvent.class inflated: org/w3c/dom/events/UIEvent.class inflated: org/w3c/dom/html/HTMLAnchorElement.class inflated: org/w3c/dom/html/HTMLAppletElement.class inflated: org/w3c/dom/html/HTMLAreaElement.class inflated: org/w3c/dom/html/HTMLBRElement.class inflated: org/w3c/dom/html/HTMLBaseElement.class inflated: org/w3c/dom/html/HTMLBaseFontElement.class inflated: org/w3c/dom/html/HTMLBodyElement.class inflated: org/w3c/dom/html/HTMLButtonElement.class inflated: org/w3c/dom/html/HTMLCollection.class inflated: org/w3c/dom/html/HTMLDListElement.class inflated: org/w3c/dom/html/HTMLDOMImplementation.class inflated: org/w3c/dom/html/HTMLDirectoryElement.class inflated: org/w3c/dom/html/HTMLDivElement.class inflated: org/w3c/dom/html/HTMLDocument.class inflated: org/w3c/dom/html/HTMLElement.class inflated: org/w3c/dom/html/HTMLFieldSetElement.class inflated: org/w3c/dom/html/HTMLFontElement.class inflated: org/w3c/dom/html/HTMLFormElement.class inflated: org/w3c/dom/html/HTMLFrameElement.class inflated: org/w3c/dom/html/HTMLFrameSetElement.class inflated: org/w3c/dom/html/HTMLHRElement.class inflated: org/w3c/dom/html/HTMLHeadElement.class inflated: org/w3c/dom/html/HTMLHeadingElement.class inflated: org/w3c/dom/html/HTMLHtmlElement.class inflated: org/w3c/dom/html/HTMLIFrameElement.class inflated: org/w3c/dom/html/HTMLImageElement.class inflated: org/w3c/dom/html/HTMLInputElement.class inflated: org/w3c/dom/html/HTMLIsIndexElement.class inflated: org/w3c/dom/html/HTMLLIElement.class inflated: org/w3c/dom/html/HTMLLabelElement.class inflated: org/w3c/dom/html/HTMLLegendElement.class inflated: org/w3c/dom/html/HTMLLinkElement.class inflated: org/w3c/dom/html/HTMLMapElement.class inflated: org/w3c/dom/html/HTMLMenuElement.class inflated: org/w3c/dom/html/HTMLMetaElement.class inflated: org/w3c/dom/html/HTMLModElement.class inflated: org/w3c/dom/html/HTMLOListElement.class inflated: org/w3c/dom/html/HTMLObjectElement.class inflated: org/w3c/dom/html/HTMLOptGroupElement.class inflated: org/w3c/dom/html/HTMLOptionElement.class inflated: org/w3c/dom/html/HTMLParagraphElement.class inflated: org/w3c/dom/html/HTMLParamElement.class inflated: org/w3c/dom/html/HTMLPreElement.class inflated: org/w3c/dom/html/HTMLQuoteElement.class inflated: org/w3c/dom/html/HTMLScriptElement.class inflated: org/w3c/dom/html/HTMLSelectElement.class inflated: org/w3c/dom/html/HTMLStyleElement.class inflated: org/w3c/dom/html/HTMLTableCaptionElement.class inflated: org/w3c/dom/html/HTMLTableCellElement.class inflated: org/w3c/dom/html/HTMLTableColElement.class inflated: org/w3c/dom/html/HTMLTableElement.class inflated: org/w3c/dom/html/HTMLTableRowElement.class inflated: org/w3c/dom/html/HTMLTableSectionElement.class inflated: org/w3c/dom/html/HTMLTextAreaElement.class inflated: org/w3c/dom/html/HTMLTitleElement.class inflated: org/w3c/dom/html/HTMLUListElement.class inflated: org/w3c/dom/ls/DOMImplementationLS.class inflated: org/w3c/dom/ls/LSException.class inflated: org/w3c/dom/ls/LSInput.class inflated: org/w3c/dom/ls/LSLoadEvent.class inflated: org/w3c/dom/ls/LSOutput.class inflated: org/w3c/dom/ls/LSParser.class inflated: org/w3c/dom/ls/LSParserFilter.class inflated: org/w3c/dom/ls/LSProgressEvent.class inflated: org/w3c/dom/ls/LSResourceResolver.class inflated: org/w3c/dom/ls/LSSerializer.class inflated: org/w3c/dom/ls/LSSerializerFilter.class inflated: org/w3c/dom/ranges/DocumentRange.class inflated: org/w3c/dom/ranges/Range.class inflated: org/w3c/dom/ranges/RangeException.class inflated: org/w3c/dom/stylesheets/DocumentStyle.class inflated: org/w3c/dom/stylesheets/LinkStyle.class inflated: org/w3c/dom/stylesheets/MediaList.class inflated: org/w3c/dom/stylesheets/StyleSheet.class inflated: org/w3c/dom/stylesheets/StyleSheetList.class inflated: org/w3c/dom/traversal/DocumentTraversal.class inflated: org/w3c/dom/traversal/NodeFilter.class inflated: org/w3c/dom/traversal/NodeIterator.class inflated: org/w3c/dom/traversal/TreeWalker.class inflated: org/w3c/dom/views/AbstractView.class inflated: org/w3c/dom/views/DocumentView.class inflated: org/w3c/dom/xpath/XPathEvaluator.class inflated: org/w3c/dom/xpath/XPathException.class inflated: org/w3c/dom/xpath/XPathExpression.class inflated: org/w3c/dom/xpath/XPathNSResolver.class inflated: org/w3c/dom/xpath/XPathNamespace.class inflated: org/w3c/dom/xpath/XPathResult.class inflated: org/xml/sax/AttributeList.class inflated: org/xml/sax/Attributes.class inflated: org/xml/sax/ContentHandler.class inflated: org/xml/sax/DTDHandler.class inflated: org/xml/sax/DocumentHandler.class inflated: org/xml/sax/EntityResolver.class inflated: org/xml/sax/ErrorHandler.class inflated: org/xml/sax/HandlerBase.class inflated: org/xml/sax/InputSource.class inflated: org/xml/sax/Locator.class inflated: org/xml/sax/Parser.class inflated: org/xml/sax/SAXException.class inflated: org/xml/sax/SAXNotRecognizedException.class inflated: org/xml/sax/SAXNotSupportedException.class inflated: org/xml/sax/SAXParseException.class inflated: org/xml/sax/XMLFilter.class inflated: org/xml/sax/XMLReader.class inflated: org/xml/sax/ext/Attributes2.class inflated: org/xml/sax/ext/Attributes2Impl.class inflated: org/xml/sax/ext/DeclHandler.class inflated: org/xml/sax/ext/DefaultHandler2.class inflated: org/xml/sax/ext/EntityResolver2.class inflated: org/xml/sax/ext/LexicalHandler.class inflated: org/xml/sax/ext/Locator2.class inflated: org/xml/sax/ext/Locator2Impl.class inflated: org/xml/sax/helpers/AttributeListImpl.class inflated: org/xml/sax/helpers/AttributesImpl.class inflated: org/xml/sax/helpers/DefaultHandler.class inflated: org/xml/sax/helpers/LocatorImpl.class inflated: org/xml/sax/helpers/NamespaceSupport$Context.class inflated: org/xml/sax/helpers/NamespaceSupport.class inflated: org/xml/sax/helpers/NewInstance.class inflated: org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class inflated: org/xml/sax/helpers/ParserAdapter.class inflated: org/xml/sax/helpers/ParserFactory.class inflated: org/xml/sax/helpers/XMLFilterImpl.class inflated: org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class inflated: org/xml/sax/helpers/XMLReaderAdapter.class inflated: org/xml/sax/helpers/XMLReaderFactory.class Importing classes from component JAXWS_DIST ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar xfv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxws/dist/lib/classes.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF created: META-INF/services/ created: com/ created: com/sun/ created: com/sun/activation/ created: com/sun/activation/registries/ created: com/sun/codemodel/ created: com/sun/codemodel/internal/ created: com/sun/codemodel/internal/fmt/ created: com/sun/codemodel/internal/util/ created: com/sun/codemodel/internal/writer/ created: com/sun/istack/ created: com/sun/istack/internal/ created: com/sun/istack/internal/tools/ created: com/sun/istack/internal/ws/ created: com/sun/tools/ created: com/sun/tools/internal/ created: com/sun/tools/internal/jxc/ created: com/sun/tools/internal/jxc/apt/ created: com/sun/tools/internal/jxc/gen/ created: com/sun/tools/internal/jxc/gen/config/ created: com/sun/tools/internal/jxc/model/ created: com/sun/tools/internal/jxc/model/nav/ created: com/sun/tools/internal/ws/ created: com/sun/tools/internal/ws/api/ created: com/sun/tools/internal/ws/api/wsdl/ created: com/sun/tools/internal/ws/processor/ created: com/sun/tools/internal/ws/processor/generator/ created: com/sun/tools/internal/ws/processor/model/ created: com/sun/tools/internal/ws/processor/model/exporter/ created: com/sun/tools/internal/ws/processor/model/java/ created: com/sun/tools/internal/ws/processor/model/jaxb/ created: com/sun/tools/internal/ws/processor/modeler/ created: com/sun/tools/internal/ws/processor/modeler/annotation/ created: com/sun/tools/internal/ws/processor/modeler/wsdl/ created: com/sun/tools/internal/ws/processor/util/ created: com/sun/tools/internal/ws/resources/ created: com/sun/tools/internal/ws/spi/ created: com/sun/tools/internal/ws/util/ created: com/sun/tools/internal/ws/util/xml/ created: com/sun/tools/internal/ws/wscompile/ created: com/sun/tools/internal/ws/wsdl/ created: com/sun/tools/internal/ws/wsdl/document/ created: com/sun/tools/internal/ws/wsdl/document/http/ created: com/sun/tools/internal/ws/wsdl/document/jaxws/ created: com/sun/tools/internal/ws/wsdl/document/mime/ created: com/sun/tools/internal/ws/wsdl/document/schema/ created: com/sun/tools/internal/ws/wsdl/document/soap/ created: com/sun/tools/internal/ws/wsdl/framework/ created: com/sun/tools/internal/ws/wsdl/parser/ created: com/sun/tools/internal/xjc/ created: com/sun/tools/internal/xjc/addon/ created: com/sun/tools/internal/xjc/addon/at_generated/ created: com/sun/tools/internal/xjc/addon/code_injector/ created: com/sun/tools/internal/xjc/addon/episode/ created: com/sun/tools/internal/xjc/addon/locator/ created: com/sun/tools/internal/xjc/addon/sync/ created: com/sun/tools/internal/xjc/api/ created: com/sun/tools/internal/xjc/api/impl/ created: com/sun/tools/internal/xjc/api/impl/j2s/ created: com/sun/tools/internal/xjc/api/impl/s2j/ created: com/sun/tools/internal/xjc/api/util/ created: com/sun/tools/internal/xjc/generator/ created: com/sun/tools/internal/xjc/generator/annotation/ created: com/sun/tools/internal/xjc/generator/annotation/ri/ created: com/sun/tools/internal/xjc/generator/annotation/spec/ created: com/sun/tools/internal/xjc/generator/bean/ created: com/sun/tools/internal/xjc/generator/bean/field/ created: com/sun/tools/internal/xjc/generator/util/ created: com/sun/tools/internal/xjc/model/ created: com/sun/tools/internal/xjc/model/nav/ created: com/sun/tools/internal/xjc/outline/ created: com/sun/tools/internal/xjc/reader/ created: com/sun/tools/internal/xjc/reader/dtd/ created: com/sun/tools/internal/xjc/reader/dtd/bindinfo/ created: com/sun/tools/internal/xjc/reader/gbind/ created: com/sun/tools/internal/xjc/reader/internalizer/ created: com/sun/tools/internal/xjc/reader/relaxng/ created: com/sun/tools/internal/xjc/reader/xmlschema/ created: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ created: com/sun/tools/internal/xjc/reader/xmlschema/ct/ created: com/sun/tools/internal/xjc/reader/xmlschema/parser/ created: com/sun/tools/internal/xjc/runtime/ created: com/sun/tools/internal/xjc/util/ created: com/sun/tools/internal/xjc/writer/ created: com/sun/xml/ created: com/sun/xml/internal/ created: com/sun/xml/internal/bind/ created: com/sun/xml/internal/bind/annotation/ created: com/sun/xml/internal/bind/api/ created: com/sun/xml/internal/bind/api/impl/ created: com/sun/xml/internal/bind/marshaller/ created: com/sun/xml/internal/bind/unmarshaller/ created: com/sun/xml/internal/bind/util/ created: com/sun/xml/internal/bind/v2/ created: com/sun/xml/internal/bind/v2/bytecode/ created: com/sun/xml/internal/bind/v2/model/ created: com/sun/xml/internal/bind/v2/model/annotation/ created: com/sun/xml/internal/bind/v2/model/core/ created: com/sun/xml/internal/bind/v2/model/impl/ created: com/sun/xml/internal/bind/v2/model/nav/ created: com/sun/xml/internal/bind/v2/model/runtime/ created: com/sun/xml/internal/bind/v2/runtime/ created: com/sun/xml/internal/bind/v2/runtime/output/ created: com/sun/xml/internal/bind/v2/runtime/property/ created: com/sun/xml/internal/bind/v2/runtime/reflect/ created: com/sun/xml/internal/bind/v2/runtime/reflect/opt/ created: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ created: com/sun/xml/internal/bind/v2/schemagen/ created: com/sun/xml/internal/bind/v2/schemagen/episode/ created: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ created: com/sun/xml/internal/bind/v2/util/ created: com/sun/xml/internal/dtdparser/ created: com/sun/xml/internal/dtdparser/resources/ created: com/sun/xml/internal/fastinfoset/ created: com/sun/xml/internal/fastinfoset/algorithm/ created: com/sun/xml/internal/fastinfoset/alphabet/ created: com/sun/xml/internal/fastinfoset/dom/ created: com/sun/xml/internal/fastinfoset/org/ created: com/sun/xml/internal/fastinfoset/org/apache/ created: com/sun/xml/internal/fastinfoset/org/apache/xerces/ created: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/ created: com/sun/xml/internal/fastinfoset/resources/ created: com/sun/xml/internal/fastinfoset/sax/ created: com/sun/xml/internal/fastinfoset/stax/ created: com/sun/xml/internal/fastinfoset/stax/events/ created: com/sun/xml/internal/fastinfoset/stax/factory/ created: com/sun/xml/internal/fastinfoset/stax/util/ created: com/sun/xml/internal/fastinfoset/tools/ created: com/sun/xml/internal/fastinfoset/util/ created: com/sun/xml/internal/fastinfoset/vocab/ created: com/sun/xml/internal/messaging/ created: com/sun/xml/internal/messaging/saaj/ created: com/sun/xml/internal/messaging/saaj/client/ created: com/sun/xml/internal/messaging/saaj/client/p2p/ created: com/sun/xml/internal/messaging/saaj/packaging/ created: com/sun/xml/internal/messaging/saaj/packaging/mime/ created: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ created: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ created: com/sun/xml/internal/messaging/saaj/soap/ created: com/sun/xml/internal/messaging/saaj/soap/dynamic/ created: com/sun/xml/internal/messaging/saaj/soap/impl/ created: com/sun/xml/internal/messaging/saaj/soap/name/ created: com/sun/xml/internal/messaging/saaj/soap/ver1_1/ created: com/sun/xml/internal/messaging/saaj/soap/ver1_2/ created: com/sun/xml/internal/messaging/saaj/util/ created: com/sun/xml/internal/messaging/saaj/util/transform/ created: com/sun/xml/internal/org/ created: com/sun/xml/internal/org/jvnet/ created: com/sun/xml/internal/org/jvnet/fastinfoset/ created: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ created: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/ created: com/sun/xml/internal/org/jvnet/fastinfoset/stax/ created: com/sun/xml/internal/org/jvnet/staxex/ created: com/sun/xml/internal/rngom/ created: com/sun/xml/internal/rngom/ast/ created: com/sun/xml/internal/rngom/ast/builder/ created: com/sun/xml/internal/rngom/ast/om/ created: com/sun/xml/internal/rngom/ast/util/ created: com/sun/xml/internal/rngom/binary/ created: com/sun/xml/internal/rngom/binary/visitor/ created: com/sun/xml/internal/rngom/digested/ created: com/sun/xml/internal/rngom/dt/ created: com/sun/xml/internal/rngom/dt/builtin/ created: com/sun/xml/internal/rngom/nc/ created: com/sun/xml/internal/rngom/parse/ created: com/sun/xml/internal/rngom/parse/compact/ created: com/sun/xml/internal/rngom/parse/host/ created: com/sun/xml/internal/rngom/parse/xml/ created: com/sun/xml/internal/rngom/util/ created: com/sun/xml/internal/rngom/xml/ created: com/sun/xml/internal/rngom/xml/sax/ created: com/sun/xml/internal/rngom/xml/util/ created: com/sun/xml/internal/stream/ created: com/sun/xml/internal/stream/buffer/ created: com/sun/xml/internal/stream/buffer/sax/ created: com/sun/xml/internal/stream/buffer/stax/ created: com/sun/xml/internal/txw2/ created: com/sun/xml/internal/txw2/annotation/ created: com/sun/xml/internal/txw2/output/ created: com/sun/xml/internal/ws/ created: com/sun/xml/internal/ws/addressing/ created: com/sun/xml/internal/ws/addressing/model/ created: com/sun/xml/internal/ws/addressing/v200408/ created: com/sun/xml/internal/ws/api/ created: com/sun/xml/internal/ws/api/addressing/ created: com/sun/xml/internal/ws/api/client/ created: com/sun/xml/internal/ws/api/fastinfoset/ created: com/sun/xml/internal/ws/api/message/ created: com/sun/xml/internal/ws/api/message/stream/ created: com/sun/xml/internal/ws/api/model/ created: com/sun/xml/internal/ws/api/model/soap/ created: com/sun/xml/internal/ws/api/model/wsdl/ created: com/sun/xml/internal/ws/api/pipe/ created: com/sun/xml/internal/ws/api/pipe/helper/ created: com/sun/xml/internal/ws/api/server/ created: com/sun/xml/internal/ws/api/streaming/ created: com/sun/xml/internal/ws/api/wsdl/ created: com/sun/xml/internal/ws/api/wsdl/parser/ created: com/sun/xml/internal/ws/api/wsdl/writer/ created: com/sun/xml/internal/ws/binding/ created: com/sun/xml/internal/ws/client/ created: com/sun/xml/internal/ws/client/dispatch/ created: com/sun/xml/internal/ws/client/sei/ created: com/sun/xml/internal/ws/developer/ created: com/sun/xml/internal/ws/encoding/ created: com/sun/xml/internal/ws/encoding/fastinfoset/ created: com/sun/xml/internal/ws/encoding/soap/ created: com/sun/xml/internal/ws/encoding/soap/streaming/ created: com/sun/xml/internal/ws/encoding/xml/ created: com/sun/xml/internal/ws/fault/ created: com/sun/xml/internal/ws/handler/ created: com/sun/xml/internal/ws/message/ created: com/sun/xml/internal/ws/message/jaxb/ created: com/sun/xml/internal/ws/message/saaj/ created: com/sun/xml/internal/ws/message/source/ created: com/sun/xml/internal/ws/message/stream/ created: com/sun/xml/internal/ws/model/ created: com/sun/xml/internal/ws/model/soap/ created: com/sun/xml/internal/ws/model/wsdl/ created: com/sun/xml/internal/ws/protocol/ created: com/sun/xml/internal/ws/protocol/soap/ created: com/sun/xml/internal/ws/protocol/xml/ created: com/sun/xml/internal/ws/resources/ created: com/sun/xml/internal/ws/server/ created: com/sun/xml/internal/ws/server/provider/ created: com/sun/xml/internal/ws/server/sei/ created: com/sun/xml/internal/ws/spi/ created: com/sun/xml/internal/ws/streaming/ created: com/sun/xml/internal/ws/transport/ created: com/sun/xml/internal/ws/transport/http/ created: com/sun/xml/internal/ws/transport/http/client/ created: com/sun/xml/internal/ws/transport/http/server/ created: com/sun/xml/internal/ws/util/ created: com/sun/xml/internal/ws/util/exception/ created: com/sun/xml/internal/ws/util/localization/ created: com/sun/xml/internal/ws/util/pipe/ created: com/sun/xml/internal/ws/util/resources/ created: com/sun/xml/internal/ws/util/xml/ created: com/sun/xml/internal/ws/wsdl/ created: com/sun/xml/internal/ws/wsdl/parser/ created: com/sun/xml/internal/ws/wsdl/writer/ created: com/sun/xml/internal/ws/wsdl/writer/document/ created: com/sun/xml/internal/ws/wsdl/writer/document/http/ created: com/sun/xml/internal/ws/wsdl/writer/document/soap/ created: com/sun/xml/internal/ws/wsdl/writer/document/soap12/ created: com/sun/xml/internal/ws/wsdl/writer/document/xsd/ created: com/sun/xml/internal/xsom/ created: com/sun/xml/internal/xsom/impl/ created: com/sun/xml/internal/xsom/impl/parser/ created: com/sun/xml/internal/xsom/impl/parser/state/ created: com/sun/xml/internal/xsom/impl/scd/ created: com/sun/xml/internal/xsom/impl/util/ created: com/sun/xml/internal/xsom/parser/ created: com/sun/xml/internal/xsom/util/ created: com/sun/xml/internal/xsom/visitor/ created: javax/ created: javax/activation/ created: javax/annotation/ created: javax/jws/ created: javax/jws/soap/ created: javax/xml/ created: javax/xml/bind/ created: javax/xml/bind/annotation/ created: javax/xml/bind/annotation/adapters/ created: javax/xml/bind/attachment/ created: javax/xml/bind/helpers/ created: javax/xml/bind/util/ created: javax/xml/soap/ created: javax/xml/ws/ created: javax/xml/ws/handler/ created: javax/xml/ws/handler/soap/ created: javax/xml/ws/http/ created: javax/xml/ws/soap/ created: javax/xml/ws/spi/ created: javax/xml/ws/wsaddressing/ created: org/ created: org/relaxng/ created: org/relaxng/datatype/ created: org/relaxng/datatype/helpers/ inflated: META-INF/mailcap.default inflated: META-INF/mimetypes.default inflated: META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory inflated: META-INF/services/com.sun.tools.internal.xjc.Plugin inflated: com/sun/activation/registries/LineTokenizer.class inflated: com/sun/activation/registries/LogSupport.class inflated: com/sun/activation/registries/MailcapFile.class inflated: com/sun/activation/registries/MailcapParseException.class inflated: com/sun/activation/registries/MailcapTokenizer.class inflated: com/sun/activation/registries/MimeTypeEntry.class inflated: com/sun/activation/registries/MimeTypeFile.class inflated: com/sun/codemodel/internal/ClassType.class inflated: com/sun/codemodel/internal/CodeWriter$1.class inflated: com/sun/codemodel/internal/CodeWriter.class inflated: com/sun/codemodel/internal/JAnnotatable.class inflated: com/sun/codemodel/internal/JAnnotationArrayMember.class inflated: com/sun/codemodel/internal/JAnnotationStringValue.class inflated: com/sun/codemodel/internal/JAnnotationUse$1.class inflated: com/sun/codemodel/internal/JAnnotationUse.class inflated: com/sun/codemodel/internal/JAnnotationValue.class inflated: com/sun/codemodel/internal/JAnnotationWriter.class inflated: com/sun/codemodel/internal/JAnonymousClass.class inflated: com/sun/codemodel/internal/JArray.class inflated: com/sun/codemodel/internal/JArrayClass.class inflated: com/sun/codemodel/internal/JArrayCompRef.class inflated: com/sun/codemodel/internal/JAssignment.class inflated: com/sun/codemodel/internal/JAssignmentTarget.class inflated: com/sun/codemodel/internal/JAtom.class inflated: com/sun/codemodel/internal/JBlock$1.class inflated: com/sun/codemodel/internal/JBlock.class inflated: com/sun/codemodel/internal/JBreak.class inflated: com/sun/codemodel/internal/JCase.class inflated: com/sun/codemodel/internal/JCast.class inflated: com/sun/codemodel/internal/JCatchBlock.class inflated: com/sun/codemodel/internal/JClass.class inflated: com/sun/codemodel/internal/JClassAlreadyExistsException.class inflated: com/sun/codemodel/internal/JClassContainer.class inflated: com/sun/codemodel/internal/JCodeModel$JReferencedClass$1.class inflated: com/sun/codemodel/internal/JCodeModel$JReferencedClass.class inflated: com/sun/codemodel/internal/JCodeModel$TypeNameParser.class inflated: com/sun/codemodel/internal/JCodeModel.class inflated: com/sun/codemodel/internal/JCommentPart.class inflated: com/sun/codemodel/internal/JConditional.class inflated: com/sun/codemodel/internal/JContinue.class inflated: com/sun/codemodel/internal/JDeclaration.class inflated: com/sun/codemodel/internal/JDefinedClass$1.class inflated: com/sun/codemodel/internal/JDefinedClass.class inflated: com/sun/codemodel/internal/JDirectClass.class inflated: com/sun/codemodel/internal/JDoLoop.class inflated: com/sun/codemodel/internal/JDocComment.class inflated: com/sun/codemodel/internal/JEnumConstant.class inflated: com/sun/codemodel/internal/JExpr$1.class inflated: com/sun/codemodel/internal/JExpr$2.class inflated: com/sun/codemodel/internal/JExpr.class inflated: com/sun/codemodel/internal/JExpression.class inflated: com/sun/codemodel/internal/JExpressionImpl.class inflated: com/sun/codemodel/internal/JFieldRef.class inflated: com/sun/codemodel/internal/JFieldVar.class inflated: com/sun/codemodel/internal/JForEach.class inflated: com/sun/codemodel/internal/JForLoop.class inflated: com/sun/codemodel/internal/JFormatter$1.class inflated: com/sun/codemodel/internal/JFormatter$Mode.class inflated: com/sun/codemodel/internal/JFormatter$ReferenceList.class inflated: com/sun/codemodel/internal/JFormatter.class inflated: com/sun/codemodel/internal/JGenerable.class inflated: com/sun/codemodel/internal/JGenerifiable.class inflated: com/sun/codemodel/internal/JGenerifiableImpl.class inflated: com/sun/codemodel/internal/JInvocation.class inflated: com/sun/codemodel/internal/JJavaName$Entry.class inflated: com/sun/codemodel/internal/JJavaName.class inflated: com/sun/codemodel/internal/JLabel.class inflated: com/sun/codemodel/internal/JMethod.class inflated: com/sun/codemodel/internal/JMod.class inflated: com/sun/codemodel/internal/JMods.class inflated: com/sun/codemodel/internal/JNarrowedClass$1.class inflated: com/sun/codemodel/internal/JNarrowedClass.class inflated: com/sun/codemodel/internal/JNullType.class inflated: com/sun/codemodel/internal/JOp$BinaryOp.class inflated: com/sun/codemodel/internal/JOp$TernaryOp.class inflated: com/sun/codemodel/internal/JOp$TightUnaryOp.class inflated: com/sun/codemodel/internal/JOp$UnaryOp.class inflated: com/sun/codemodel/internal/JOp.class inflated: com/sun/codemodel/internal/JPackage.class inflated: com/sun/codemodel/internal/JPrimitiveType.class inflated: com/sun/codemodel/internal/JResourceFile.class inflated: com/sun/codemodel/internal/JReturn.class inflated: com/sun/codemodel/internal/JStatement.class inflated: com/sun/codemodel/internal/JStringLiteral.class inflated: com/sun/codemodel/internal/JSwitch.class inflated: com/sun/codemodel/internal/JThrow.class inflated: com/sun/codemodel/internal/JTryBlock.class inflated: com/sun/codemodel/internal/JType.class inflated: com/sun/codemodel/internal/JTypeVar.class inflated: com/sun/codemodel/internal/JTypeWildcard.class inflated: com/sun/codemodel/internal/JVar.class inflated: com/sun/codemodel/internal/JWhileLoop.class inflated: com/sun/codemodel/internal/TypedAnnotationWriter.class inflated: com/sun/codemodel/internal/fmt/JBinaryFile.class inflated: com/sun/codemodel/internal/fmt/JPropertyFile.class inflated: com/sun/codemodel/internal/fmt/JSerializedObject.class inflated: com/sun/codemodel/internal/fmt/JStaticFile.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$1.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$ChainFilter.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$JStaticClass.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile$LineFilter.class inflated: com/sun/codemodel/internal/fmt/JStaticJavaFile.class inflated: com/sun/codemodel/internal/fmt/JTextFile.class inflated: com/sun/codemodel/internal/util/ClassNameComparator.class inflated: com/sun/codemodel/internal/util/EncoderFactory.class inflated: com/sun/codemodel/internal/util/JavadocEscapeWriter.class inflated: com/sun/codemodel/internal/util/MS1252Encoder.class inflated: com/sun/codemodel/internal/util/SingleByteEncoder.class inflated: com/sun/codemodel/internal/util/Surrogate$Generator.class inflated: com/sun/codemodel/internal/util/Surrogate$Parser.class inflated: com/sun/codemodel/internal/util/Surrogate.class inflated: com/sun/codemodel/internal/util/UnicodeEscapeWriter.class inflated: com/sun/codemodel/internal/writer/FileCodeWriter.class inflated: com/sun/codemodel/internal/writer/FilterCodeWriter.class inflated: com/sun/codemodel/internal/writer/ProgressCodeWriter.class inflated: com/sun/codemodel/internal/writer/PrologCodeWriter.class inflated: com/sun/codemodel/internal/writer/SingleStreamCodeWriter$1.class inflated: com/sun/codemodel/internal/writer/SingleStreamCodeWriter.class inflated: com/sun/codemodel/internal/writer/ZipCodeWriter$1.class inflated: com/sun/codemodel/internal/writer/ZipCodeWriter.class inflated: com/sun/istack/internal/ByteArrayDataSource.class inflated: com/sun/istack/internal/FinalArrayList.class inflated: com/sun/istack/internal/FragmentContentHandler.class inflated: com/sun/istack/internal/Interned.class inflated: com/sun/istack/internal/NotNull.class inflated: com/sun/istack/internal/Nullable.class inflated: com/sun/istack/internal/Pool$Impl.class inflated: com/sun/istack/internal/Pool.class inflated: com/sun/istack/internal/SAXException2.class inflated: com/sun/istack/internal/SAXParseException2.class inflated: com/sun/istack/internal/XMLStreamException2.class inflated: com/sun/istack/internal/XMLStreamReaderToContentHandler$1.class inflated: com/sun/istack/internal/XMLStreamReaderToContentHandler.class inflated: com/sun/istack/internal/tools/APTTypeVisitor.class inflated: com/sun/istack/internal/tools/MaskingClassLoader.class inflated: com/sun/istack/internal/tools/ParallelWorldClassLoader.class inflated: com/sun/istack/internal/ws/AnnotationProcessorFactoryImpl.class inflated: com/sun/tools/internal/jxc/ConfigReader$SchemaOutputResolverImpl.class inflated: com/sun/tools/internal/jxc/ConfigReader.class inflated: com/sun/tools/internal/jxc/MessageBundle.properties inflated: com/sun/tools/internal/jxc/Messages.class inflated: com/sun/tools/internal/jxc/NGCCRuntimeEx.class inflated: com/sun/tools/internal/jxc/SchemaGenerator$Runner.class inflated: com/sun/tools/internal/jxc/SchemaGenerator.class inflated: com/sun/tools/internal/jxc/apt/AnnotationParser.class inflated: com/sun/tools/internal/jxc/apt/AnnotationProcessorFactoryImpl.class inflated: com/sun/tools/internal/jxc/apt/Const.class inflated: com/sun/tools/internal/jxc/apt/ErrorReceiverImpl.class inflated: com/sun/tools/internal/jxc/apt/InlineAnnotationReaderImpl.class inflated: com/sun/tools/internal/jxc/apt/MessageBundle.properties inflated: com/sun/tools/internal/jxc/apt/Messages.class inflated: com/sun/tools/internal/jxc/apt/Options.class inflated: com/sun/tools/internal/jxc/apt/SchemaGenerator$1$1.class inflated: com/sun/tools/internal/jxc/apt/SchemaGenerator$1.class inflated: com/sun/tools/internal/jxc/apt/SchemaGenerator.class inflated: com/sun/tools/internal/jxc/gen/config/AttributesImpl.class inflated: com/sun/tools/internal/jxc/gen/config/Classes.class inflated: com/sun/tools/internal/jxc/gen/config/Config.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCEventReceiver.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCEventSource.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCHandler.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCInterleaveFilter.class inflated: com/sun/tools/internal/jxc/gen/config/NGCCRuntime.class inflated: com/sun/tools/internal/jxc/gen/config/Schema.class inflated: com/sun/tools/internal/jxc/gen/config/config.xsd inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$1.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$2.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$3.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator$4.class inflated: com/sun/tools/internal/jxc/model/nav/APTNavigator.class inflated: com/sun/tools/internal/ws/Invoker.class inflated: com/sun/tools/internal/ws/ToolVersion.class inflated: com/sun/tools/internal/ws/WsGen.class inflated: com/sun/tools/internal/ws/WsImport.class inflated: com/sun/tools/internal/ws/api/TJavaGeneratorExtension.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensible.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLExtension.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLExtensionHandler.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLOperation.class inflated: com/sun/tools/internal/ws/api/wsdl/TWSDLParserContext.class inflated: com/sun/tools/internal/ws/processor/ProcessorException.class inflated: com/sun/tools/internal/ws/processor/generator/CustomExceptionGenerator.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorBase.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorConstants.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorException.class inflated: com/sun/tools/internal/ws/processor/generator/GeneratorUtil.class inflated: com/sun/tools/internal/ws/processor/generator/JavaGeneratorExtensionFacade.class inflated: com/sun/tools/internal/ws/processor/generator/Names.class inflated: com/sun/tools/internal/ws/processor/generator/SeiGenerator.class inflated: com/sun/tools/internal/ws/processor/generator/ServiceGenerator.class inflated: com/sun/tools/internal/ws/processor/generator/W3CAddressingJavaGeneratorExtension.class inflated: com/sun/tools/internal/ws/processor/model/AbstractType.class inflated: com/sun/tools/internal/ws/processor/model/AsyncOperation.class inflated: com/sun/tools/internal/ws/processor/model/AsyncOperationType.class inflated: com/sun/tools/internal/ws/processor/model/Block.class inflated: com/sun/tools/internal/ws/processor/model/ExtendedModelVisitor.class inflated: com/sun/tools/internal/ws/processor/model/Fault.class inflated: com/sun/tools/internal/ws/processor/model/HeaderFault.class inflated: com/sun/tools/internal/ws/processor/model/Message.class inflated: com/sun/tools/internal/ws/processor/model/Model.class inflated: com/sun/tools/internal/ws/processor/model/ModelException.class inflated: com/sun/tools/internal/ws/processor/model/ModelObject.class inflated: com/sun/tools/internal/ws/processor/model/ModelProperties.class inflated: com/sun/tools/internal/ws/processor/model/ModelVisitor.class inflated: com/sun/tools/internal/ws/processor/model/Operation.class inflated: com/sun/tools/internal/ws/processor/model/Parameter.class inflated: com/sun/tools/internal/ws/processor/model/Port.class inflated: com/sun/tools/internal/ws/processor/model/Request.class inflated: com/sun/tools/internal/ws/processor/model/Response.class inflated: com/sun/tools/internal/ws/processor/model/Service.class inflated: com/sun/tools/internal/ws/processor/model/exporter/ExternalObject.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaArrayType.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaException.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaInterface.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaMethod.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaParameter.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaSimpleType.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaStructureMember.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaStructureType.class inflated: com/sun/tools/internal/ws/processor/model/java/JavaType.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBElementMember.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBMapping.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBModel.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBProperty.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBStructuredType.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBType.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeAndAnnotation.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/JAXBTypeVisitor.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitMember.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/RpcLitStructure.class inflated: com/sun/tools/internal/ws/processor/model/jaxb/Util.class inflated: com/sun/tools/internal/ws/processor/modeler/JavaSimpleTypeCreator.class inflated: com/sun/tools/internal/ws/processor/modeler/Modeler.class inflated: com/sun/tools/internal/ws/processor/modeler/ModelerConstants.class inflated: com/sun/tools/internal/ws/processor/modeler/ModelerException.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SEIContext.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/FaultInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/MakeSafeTypeVisitor.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/ModelBuilder.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeModeler.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$ArrayTypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$DeclaredTypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$PrimitiveTypeMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory$StringMoniker.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/TypeMonikerFactory.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP$1.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP$1Listener.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceAP.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceConstants.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor$MySOAPBinding.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WebServiceWrapperGenerator.class inflated: com/sun/tools/internal/ws/processor/modeler/annotation/WrapperInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/AccessorElement.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/ClassNameAllocatorImpl.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/ConsoleErrorReporter.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/JAXBModelBuilder.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/MimeHelper.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/ModelerUtils.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/PseudoSchemaBuilder.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler$1.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler$StyleAndUse.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModeler.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase$ProcessSOAPOperationInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase$WSDLExceptionInfo.class inflated: com/sun/tools/internal/ws/processor/modeler/wsdl/WSDLModelerBase.class inflated: com/sun/tools/internal/ws/processor/util/ClassNameCollector.class inflated: com/sun/tools/internal/ws/processor/util/DirectoryUtil.class inflated: com/sun/tools/internal/ws/processor/util/IndentingWriter.class inflated: com/sun/tools/internal/ws/resources/ConfigurationMessages.class inflated: com/sun/tools/internal/ws/resources/GeneratorMessages.class inflated: com/sun/tools/internal/ws/resources/JavacompilerMessages.class inflated: com/sun/tools/internal/ws/resources/ModelMessages.class inflated: com/sun/tools/internal/ws/resources/ModelerMessages.class inflated: com/sun/tools/internal/ws/resources/ProcessorMessages.class inflated: com/sun/tools/internal/ws/resources/UtilMessages.class inflated: com/sun/tools/internal/ws/resources/WebserviceapMessages.class inflated: com/sun/tools/internal/ws/resources/WscompileMessages.class inflated: com/sun/tools/internal/ws/resources/WsdlMessages.class inflated: com/sun/tools/internal/ws/resources/configuration.properties inflated: com/sun/tools/internal/ws/resources/generator.properties inflated: com/sun/tools/internal/ws/resources/javacompiler.properties inflated: com/sun/tools/internal/ws/resources/model.properties inflated: com/sun/tools/internal/ws/resources/modeler.properties inflated: com/sun/tools/internal/ws/resources/processor.properties inflated: com/sun/tools/internal/ws/resources/util.properties inflated: com/sun/tools/internal/ws/resources/webserviceap.properties inflated: com/sun/tools/internal/ws/resources/wscompile.properties inflated: com/sun/tools/internal/ws/resources/wsdl.properties inflated: com/sun/tools/internal/ws/spi/WSToolsObjectFactory.class inflated: com/sun/tools/internal/ws/util/ClassNameInfo.class inflated: com/sun/tools/internal/ws/util/ForkEntityResolver.class inflated: com/sun/tools/internal/ws/util/WSDLParseException.class inflated: com/sun/tools/internal/ws/util/WSToolsObjectFactoryImpl.class inflated: com/sun/tools/internal/ws/util/xml/XmlUtil.class inflated: com/sun/tools/internal/ws/version.properties inflated: com/sun/tools/internal/ws/wscompile/AbortException.class inflated: com/sun/tools/internal/ws/wscompile/BadCommandLineException.class inflated: com/sun/tools/internal/ws/wscompile/ErrorReceiver.class inflated: com/sun/tools/internal/ws/wscompile/ErrorReceiverFilter.class inflated: com/sun/tools/internal/ws/wscompile/FilerCodeWriter.class inflated: com/sun/tools/internal/ws/wscompile/JavaCompilerHelper.class inflated: com/sun/tools/internal/ws/wscompile/Options$1.class inflated: com/sun/tools/internal/ws/wscompile/Options$Target.class inflated: com/sun/tools/internal/ws/wscompile/Options$WeAreDone.class inflated: com/sun/tools/internal/ws/wscompile/Options.class inflated: com/sun/tools/internal/ws/wscompile/WSCodeWriter.class inflated: com/sun/tools/internal/ws/wscompile/WsgenOptions.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$1.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$2.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$Listener.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput$QualifiedName.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput$Report.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput$Schema.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool$ReportOutput.class inflated: com/sun/tools/internal/ws/wscompile/WsgenTool.class inflated: com/sun/tools/internal/ws/wscompile/WsimportListener.class inflated: com/sun/tools/internal/ws/wscompile/WsimportOptions.class inflated: com/sun/tools/internal/ws/wscompile/WsimportTool$1.class inflated: com/sun/tools/internal/ws/wscompile/WsimportTool$1Listener.class inflated: com/sun/tools/internal/ws/wscompile/WsimportTool.class inflated: com/sun/tools/internal/ws/wsdl/document/Binding.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingFault.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingInput.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingOperation.class inflated: com/sun/tools/internal/ws/wsdl/document/BindingOutput.class inflated: com/sun/tools/internal/ws/wsdl/document/Definitions.class inflated: com/sun/tools/internal/ws/wsdl/document/Documentation.class inflated: com/sun/tools/internal/ws/wsdl/document/Fault.class inflated: com/sun/tools/internal/ws/wsdl/document/Import.class inflated: com/sun/tools/internal/ws/wsdl/document/Input.class inflated: com/sun/tools/internal/ws/wsdl/document/Kinds.class inflated: com/sun/tools/internal/ws/wsdl/document/Message.class inflated: com/sun/tools/internal/ws/wsdl/document/MessagePart.class inflated: com/sun/tools/internal/ws/wsdl/document/Operation.class inflated: com/sun/tools/internal/ws/wsdl/document/OperationStyle.class inflated: com/sun/tools/internal/ws/wsdl/document/Output.class inflated: com/sun/tools/internal/ws/wsdl/document/Port.class inflated: com/sun/tools/internal/ws/wsdl/document/PortType.class inflated: com/sun/tools/internal/ws/wsdl/document/Service.class inflated: com/sun/tools/internal/ws/wsdl/document/Types.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocument$GloballyValidatingAction.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocument.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitor.class inflated: com/sun/tools/internal/ws/wsdl/document/WSDLDocumentVisitorBase.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPAddress.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPBinding.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPOperation.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlEncoded.class inflated: com/sun/tools/internal/ws/wsdl/document/http/HTTPUrlReplacement.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/CustomName.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/Exception.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBinding.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/JAXWSBindingsConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/jaxws/Parameter.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEContent.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEMultipartRelated.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEPart.class inflated: com/sun/tools/internal/ws/wsdl/document/mime/MIMEXml.class inflated: com/sun/tools/internal/ws/wsdl/document/schema/SchemaConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/schema/SchemaKinds.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Binding.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAP12Constants.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPAddress.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBinding.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPBody.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPFault.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeader.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPHeaderFault.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPOperation.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPStyle.class inflated: com/sun/tools/internal/ws/wsdl/document/soap/SOAPUse.class inflated: com/sun/tools/internal/ws/wsdl/framework/AbstractDocument$LocallyValidatingAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/AbstractDocument.class inflated: com/sun/tools/internal/ws/wsdl/framework/Defining.class inflated: com/sun/tools/internal/ws/wsdl/framework/DuplicateEntityException.class inflated: com/sun/tools/internal/ws/wsdl/framework/Elemental.class inflated: com/sun/tools/internal/ws/wsdl/framework/Entity.class inflated: com/sun/tools/internal/ws/wsdl/framework/EntityAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/EntityReferenceValidator.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensibilityHelper.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensionImpl.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitor.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExtensionVisitorBase.class inflated: com/sun/tools/internal/ws/wsdl/framework/ExternalEntityReference.class inflated: com/sun/tools/internal/ws/wsdl/framework/GlobalEntity.class inflated: com/sun/tools/internal/ws/wsdl/framework/GloballyKnown.class inflated: com/sun/tools/internal/ws/wsdl/framework/Identifiable.class inflated: com/sun/tools/internal/ws/wsdl/framework/Kind.class inflated: com/sun/tools/internal/ws/wsdl/framework/NoSuchEntityException.class inflated: com/sun/tools/internal/ws/wsdl/framework/ParseException.class inflated: com/sun/tools/internal/ws/wsdl/framework/ParserListener.class inflated: com/sun/tools/internal/ws/wsdl/framework/QNameAction.class inflated: com/sun/tools/internal/ws/wsdl/framework/TWSDLParserContextImpl.class inflated: com/sun/tools/internal/ws/wsdl/framework/ValidationException.class inflated: com/sun/tools/internal/ws/wsdl/framework/WSDLLocation$1.class inflated: com/sun/tools/internal/ws/wsdl/framework/WSDLLocation$LocationContext.class inflated: com/sun/tools/internal/ws/wsdl/framework/WSDLLocation.class inflated: com/sun/tools/internal/ws/wsdl/parser/AbstractExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/AbstractReferenceFinderImpl.class inflated: com/sun/tools/internal/ws/wsdl/parser/Constants.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMBuilder.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest$1.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest$Handler.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest$HandlerImpl.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForest.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForestScanner$LocationResolver.class inflated: com/sun/tools/internal/ws/wsdl/parser/DOMForestScanner.class inflated: com/sun/tools/internal/ws/wsdl/parser/HTTPExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/InternalizationLogic.class inflated: com/sun/tools/internal/ws/wsdl/parser/Internalizer$1.class inflated: com/sun/tools/internal/ws/wsdl/parser/Internalizer.class inflated: com/sun/tools/internal/ws/wsdl/parser/JAXWSBindingExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/MIMEExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/MemberSubmissionAddressingExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/MetadataFinder.class inflated: com/sun/tools/internal/ws/wsdl/parser/NamespaceContextImpl.class inflated: com/sun/tools/internal/ws/wsdl/parser/SOAP12ExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/SOAPEntityReferenceValidator.class inflated: com/sun/tools/internal/ws/wsdl/parser/SOAPExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/Util.class inflated: com/sun/tools/internal/ws/wsdl/parser/VersionChecker.class inflated: com/sun/tools/internal/ws/wsdl/parser/W3CAddressingExtensionHandler.class inflated: com/sun/tools/internal/ws/wsdl/parser/WSDLInternalizationLogic$ReferenceFinder.class inflated: com/sun/tools/internal/ws/wsdl/parser/WSDLInternalizationLogic.class inflated: com/sun/tools/internal/ws/wsdl/parser/WSDLParser.class inflated: com/sun/tools/internal/ws/wsdl/parser/WhitespaceStripper.class inflated: com/sun/tools/internal/xjc/AbortException.class inflated: com/sun/tools/internal/xjc/BadCommandLineException.class inflated: com/sun/tools/internal/xjc/ConsoleErrorReporter.class inflated: com/sun/tools/internal/xjc/Driver$1.class inflated: com/sun/tools/internal/xjc/Driver$1Listener.class inflated: com/sun/tools/internal/xjc/Driver$2.class inflated: com/sun/tools/internal/xjc/Driver$3.class inflated: com/sun/tools/internal/xjc/Driver$Mode.class inflated: com/sun/tools/internal/xjc/Driver$OptionsEx.class inflated: com/sun/tools/internal/xjc/Driver$WeAreDone.class inflated: com/sun/tools/internal/xjc/Driver.class inflated: com/sun/tools/internal/xjc/ErrorReceiver.class inflated: com/sun/tools/internal/xjc/Language.class inflated: com/sun/tools/internal/xjc/MessageBundle.properties inflated: com/sun/tools/internal/xjc/Messages.class inflated: com/sun/tools/internal/xjc/ModelLoader$1.class inflated: com/sun/tools/internal/xjc/ModelLoader$2.class inflated: com/sun/tools/internal/xjc/ModelLoader$3$1.class inflated: com/sun/tools/internal/xjc/ModelLoader$3.class inflated: com/sun/tools/internal/xjc/ModelLoader$4.class inflated: com/sun/tools/internal/xjc/ModelLoader$SpeculationChecker.class inflated: com/sun/tools/internal/xjc/ModelLoader$SpeculationFailure.class inflated: com/sun/tools/internal/xjc/ModelLoader$XMLSchemaParser.class inflated: com/sun/tools/internal/xjc/ModelLoader.class inflated: com/sun/tools/internal/xjc/Options$1.class inflated: com/sun/tools/internal/xjc/Options.class inflated: com/sun/tools/internal/xjc/Plugin.class inflated: com/sun/tools/internal/xjc/ProgressCodeWriter.class inflated: com/sun/tools/internal/xjc/SchemaCache.class inflated: com/sun/tools/internal/xjc/XJCListener.class inflated: com/sun/tools/internal/xjc/addon/at_generated/PluginImpl.class inflated: com/sun/tools/internal/xjc/addon/code_injector/Const.class inflated: com/sun/tools/internal/xjc/addon/code_injector/PluginImpl.class inflated: com/sun/tools/internal/xjc/addon/episode/PluginImpl$1.class inflated: com/sun/tools/internal/xjc/addon/episode/PluginImpl.class inflated: com/sun/tools/internal/xjc/addon/episode/package-info.class inflated: com/sun/tools/internal/xjc/addon/locator/SourceLocationAddOn.class inflated: com/sun/tools/internal/xjc/addon/sync/SynchronizedMethodAddOn.class inflated: com/sun/tools/internal/xjc/api/ClassNameAllocator.class inflated: com/sun/tools/internal/xjc/api/ErrorListener.class inflated: com/sun/tools/internal/xjc/api/J2SJAXBModel.class inflated: com/sun/tools/internal/xjc/api/JAXBModel.class inflated: com/sun/tools/internal/xjc/api/JavaCompiler.class inflated: com/sun/tools/internal/xjc/api/Mapping.class inflated: com/sun/tools/internal/xjc/api/Property.class inflated: com/sun/tools/internal/xjc/api/Reference.class inflated: com/sun/tools/internal/xjc/api/S2JJAXBModel.class inflated: com/sun/tools/internal/xjc/api/SchemaCompiler.class inflated: com/sun/tools/internal/xjc/api/SpecVersion.class inflated: com/sun/tools/internal/xjc/api/TypeAndAnnotation.class inflated: com/sun/tools/internal/xjc/api/XJC.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/JAXBModelImpl.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/JavaCompilerImpl$ErrorHandlerImpl.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/JavaCompilerImpl.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/Messages.class inflated: com/sun/tools/internal/xjc/api/impl/j2s/Messages.properties inflated: com/sun/tools/internal/xjc/api/impl/s2j/AbstractMappingImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/BeanMappingImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/DowngradingErrorHandler.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementAdapter$FieldAccessorImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementAdapter.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementCollectionAdapter$FieldAccessorImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementCollectionAdapter.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementMappingImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementSingleAdapter$FieldAccessorImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/ElementSingleAdapter.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/JAXBModelImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/PropertyImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl.class inflated: com/sun/tools/internal/xjc/api/impl/s2j/TypeAndAnnotationImpl.class inflated: com/sun/tools/internal/xjc/api/util/APTClassLoader.class inflated: com/sun/tools/internal/xjc/api/util/FilerCodeWriter.class inflated: com/sun/tools/internal/xjc/api/util/Messages.class inflated: com/sun/tools/internal/xjc/api/util/Messages.properties inflated: com/sun/tools/internal/xjc/api/util/ToolsJarNotFoundException.class inflated: com/sun/tools/internal/xjc/generator/annotation/ri/XmlIsSetWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/ri/XmlLocationWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorOrderWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAccessorTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyAttributeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAnyElementWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttachmentRefWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlAttributeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementDeclWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementRefsWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWrapperWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlElementsWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumValueWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlEnumWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDREFWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlIDWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlInlineBinaryDataWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlJavaTypeAdapterWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlListWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMimeTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlMixedWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlNsWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRegistryWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlRootElementWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaTypesWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSchemaWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlSeeAlsoWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTransientWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlTypeWriter.class inflated: com/sun/tools/internal/xjc/generator/annotation/spec/XmlValueWriter.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$1.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$2.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$3.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$4.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator$5.class inflated: com/sun/tools/internal/xjc/generator/bean/BeanGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/ClassOutlineImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/DualObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/ElementOutlineImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$1$1.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$1.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$2$1.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$2.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$3.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy$Result.class inflated: com/sun/tools/internal/xjc/generator/bean/ImplStructureStrategy.class inflated: com/sun/tools/internal/xjc/generator/bean/MessageBundle.properties inflated: com/sun/tools/internal/xjc/generator/bean/Messages.class inflated: com/sun/tools/internal/xjc/generator/bean/MethodWriter.class inflated: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/ObjectFactoryGeneratorImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl$1.class inflated: com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl$2.class inflated: com/sun/tools/internal/xjc/generator/bean/PackageOutlineImpl.class inflated: com/sun/tools/internal/xjc/generator/bean/PrivateObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/PublicObjectFactoryGenerator.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractField$1TypeList.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractFieldWithVar$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractFieldWithVar.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractListField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/AbstractListField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ArrayField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ArrayField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ConstField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ConstField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/ConstFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/DefaultFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/FieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/FieldRendererFactory.class inflated: com/sun/tools/internal/xjc/generator/bean/field/GenericFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/IsSetField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/IsSetField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/IsSetFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/bean/field/MessageBundle.properties inflated: com/sun/tools/internal/xjc/generator/bean/field/Messages.class inflated: com/sun/tools/internal/xjc/generator/bean/field/SingleField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/SingleField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/SinglePrimitiveAccessField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UnboxedField$1.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UnboxedField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UntypedListField$Accessor.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UntypedListField.class inflated: com/sun/tools/internal/xjc/generator/bean/field/UntypedListFieldRenderer.class inflated: com/sun/tools/internal/xjc/generator/util/BlockReference.class inflated: com/sun/tools/internal/xjc/generator/util/ExistingBlockReference.class inflated: com/sun/tools/internal/xjc/generator/util/LazyBlockReference.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer$1.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer$2.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer$3.class inflated: com/sun/tools/internal/xjc/generator/util/WhitespaceNormalizer.class inflated: com/sun/tools/internal/xjc/model/AbstractCElement.class inflated: com/sun/tools/internal/xjc/model/AbstractCTypeInfoImpl.class inflated: com/sun/tools/internal/xjc/model/AutoClassNameAllocator.class inflated: com/sun/tools/internal/xjc/model/CAdapter$1.class inflated: com/sun/tools/internal/xjc/model/CAdapter.class inflated: com/sun/tools/internal/xjc/model/CArrayInfo.class inflated: com/sun/tools/internal/xjc/model/CAttributePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$1.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$10.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$11.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$12.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$2.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$3.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$4.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$5.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$6.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$7.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$8.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$9.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$Builtin.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo$NoConstantBuiltin.class inflated: com/sun/tools/internal/xjc/model/CBuiltinLeafInfo.class inflated: com/sun/tools/internal/xjc/model/CClass.class inflated: com/sun/tools/internal/xjc/model/CClassInfo$1.class inflated: com/sun/tools/internal/xjc/model/CClassInfo$2.class inflated: com/sun/tools/internal/xjc/model/CClassInfo$3.class inflated: com/sun/tools/internal/xjc/model/CClassInfo.class inflated: com/sun/tools/internal/xjc/model/CClassInfoParent$Package.class inflated: com/sun/tools/internal/xjc/model/CClassInfoParent$Visitor.class inflated: com/sun/tools/internal/xjc/model/CClassInfoParent.class inflated: com/sun/tools/internal/xjc/model/CClassRef.class inflated: com/sun/tools/internal/xjc/model/CCustomizable.class inflated: com/sun/tools/internal/xjc/model/CCustomizations.class inflated: com/sun/tools/internal/xjc/model/CDefaultValue$1.class inflated: com/sun/tools/internal/xjc/model/CDefaultValue.class inflated: com/sun/tools/internal/xjc/model/CElement.class inflated: com/sun/tools/internal/xjc/model/CElementInfo.class inflated: com/sun/tools/internal/xjc/model/CElementPropertyInfo$1.class inflated: com/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode.class inflated: com/sun/tools/internal/xjc/model/CElementPropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CEnumConstant.class inflated: com/sun/tools/internal/xjc/model/CEnumLeafInfo.class inflated: com/sun/tools/internal/xjc/model/CNonElement.class inflated: com/sun/tools/internal/xjc/model/CPluginCustomization.class inflated: com/sun/tools/internal/xjc/model/CPropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CPropertyVisitor.class inflated: com/sun/tools/internal/xjc/model/CReferencePropertyInfo$1RefList.class inflated: com/sun/tools/internal/xjc/model/CReferencePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CSingleTypePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CTypeInfo.class inflated: com/sun/tools/internal/xjc/model/CTypeRef.class inflated: com/sun/tools/internal/xjc/model/CValuePropertyInfo.class inflated: com/sun/tools/internal/xjc/model/CWildcardTypeInfo.class inflated: com/sun/tools/internal/xjc/model/ClassNameAllocatorWrapper$1.class inflated: com/sun/tools/internal/xjc/model/ClassNameAllocatorWrapper.class inflated: com/sun/tools/internal/xjc/model/Constructor.class inflated: com/sun/tools/internal/xjc/model/Model$1.class inflated: com/sun/tools/internal/xjc/model/Model.class inflated: com/sun/tools/internal/xjc/model/Multiplicity.class inflated: com/sun/tools/internal/xjc/model/Populatable.class inflated: com/sun/tools/internal/xjc/model/SymbolSpace.class inflated: com/sun/tools/internal/xjc/model/TypeUse.class inflated: com/sun/tools/internal/xjc/model/TypeUseFactory.class inflated: com/sun/tools/internal/xjc/model/TypeUseImpl.class inflated: com/sun/tools/internal/xjc/model/nav/EagerNClass.class inflated: com/sun/tools/internal/xjc/model/nav/EagerNType.class inflated: com/sun/tools/internal/xjc/model/nav/NClass.class inflated: com/sun/tools/internal/xjc/model/nav/NClassByJClass.class inflated: com/sun/tools/internal/xjc/model/nav/NParameterizedType.class inflated: com/sun/tools/internal/xjc/model/nav/NType.class inflated: com/sun/tools/internal/xjc/model/nav/NavigatorImpl$1.class inflated: com/sun/tools/internal/xjc/model/nav/NavigatorImpl.class inflated: com/sun/tools/internal/xjc/outline/Aspect.class inflated: com/sun/tools/internal/xjc/outline/ClassOutline.class inflated: com/sun/tools/internal/xjc/outline/ElementOutline.class inflated: com/sun/tools/internal/xjc/outline/EnumConstantOutline.class inflated: com/sun/tools/internal/xjc/outline/EnumOutline.class inflated: com/sun/tools/internal/xjc/outline/FieldAccessor.class inflated: com/sun/tools/internal/xjc/outline/FieldOutline.class inflated: com/sun/tools/internal/xjc/outline/Outline.class inflated: com/sun/tools/internal/xjc/outline/PackageOutline.class inflated: com/sun/tools/internal/xjc/reader/AbstractExtensionBindingChecker.class inflated: com/sun/tools/internal/xjc/reader/Const.class inflated: com/sun/tools/internal/xjc/reader/ExtensionBindingChecker.class inflated: com/sun/tools/internal/xjc/reader/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/Messages.class inflated: com/sun/tools/internal/xjc/reader/ModelChecker.class inflated: com/sun/tools/internal/xjc/reader/RawTypeSet$Mode.class inflated: com/sun/tools/internal/xjc/reader/RawTypeSet$Ref.class inflated: com/sun/tools/internal/xjc/reader/RawTypeSet.class inflated: com/sun/tools/internal/xjc/reader/Ring$1.class inflated: com/sun/tools/internal/xjc/reader/Ring.class inflated: com/sun/tools/internal/xjc/reader/TypeUtil$1.class inflated: com/sun/tools/internal/xjc/reader/TypeUtil.class inflated: com/sun/tools/internal/xjc/reader/Util.class inflated: com/sun/tools/internal/xjc/reader/dtd/Block.class inflated: com/sun/tools/internal/xjc/reader/dtd/Element.class inflated: com/sun/tools/internal/xjc/reader/dtd/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/dtd/Messages.class inflated: com/sun/tools/internal/xjc/reader/dtd/ModelGroup$1.class inflated: com/sun/tools/internal/xjc/reader/dtd/ModelGroup$Kind.class inflated: com/sun/tools/internal/xjc/reader/dtd/ModelGroup.class inflated: com/sun/tools/internal/xjc/reader/dtd/Occurence.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader$1.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader$2.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader$InterfaceAcceptor.class inflated: com/sun/tools/internal/xjc/reader/dtd/TDTDReader.class inflated: com/sun/tools/internal/xjc/reader/dtd/Term$1.class inflated: com/sun/tools/internal/xjc/reader/dtd/Term.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIAttribute.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConstructor.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIContent.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConversion.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIElement.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIInterface.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIUserConversion.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMBuilder.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMLocator$1.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMLocator.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DOMUtil.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/DTDExtensionBindingChecker.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/Messages.class inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/bindingfile.xsd inflated: com/sun/tools/internal/xjc/reader/dtd/bindinfo/xjc.xsd inflated: com/sun/tools/internal/xjc/reader/gbind/Choice.class inflated: com/sun/tools/internal/xjc/reader/gbind/ConnectedComponent.class inflated: com/sun/tools/internal/xjc/reader/gbind/Element.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSet$1.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSet.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSets$MultiValueSet.class inflated: com/sun/tools/internal/xjc/reader/gbind/ElementSets.class inflated: com/sun/tools/internal/xjc/reader/gbind/Expression$1.class inflated: com/sun/tools/internal/xjc/reader/gbind/Expression.class inflated: com/sun/tools/internal/xjc/reader/gbind/Graph.class inflated: com/sun/tools/internal/xjc/reader/gbind/OneOrMore.class inflated: com/sun/tools/internal/xjc/reader/gbind/Sequence.class inflated: com/sun/tools/internal/xjc/reader/gbind/SinkNode.class inflated: com/sun/tools/internal/xjc/reader/gbind/SourceNode.class inflated: com/sun/tools/internal/xjc/reader/internalizer/AbstractReferenceFinderImpl.class inflated: com/sun/tools/internal/xjc/reader/internalizer/ContentHandlerNamespacePrefixAdapter.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMBuilder.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$1.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$2.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$Handler.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest$HandlerImpl.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForest.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForestParser.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForestScanner$LocationResolver.class inflated: com/sun/tools/internal/xjc/reader/internalizer/DOMForestScanner.class inflated: com/sun/tools/internal/xjc/reader/internalizer/InternalizationLogic.class inflated: com/sun/tools/internal/xjc/reader/internalizer/Internalizer.class inflated: com/sun/tools/internal/xjc/reader/internalizer/LocatorTable.class inflated: com/sun/tools/internal/xjc/reader/internalizer/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/internalizer/Messages.class inflated: com/sun/tools/internal/xjc/reader/internalizer/NamespaceContextImpl.class inflated: com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet$1.class inflated: com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet$Target.class inflated: com/sun/tools/internal/xjc/reader/internalizer/SCDBasedBindingSet.class inflated: com/sun/tools/internal/xjc/reader/internalizer/VersionChecker.class inflated: com/sun/tools/internal/xjc/reader/internalizer/WhitespaceStripper.class inflated: com/sun/tools/internal/xjc/reader/relaxng/BindStyle.class inflated: com/sun/tools/internal/xjc/reader/relaxng/ContentModelBinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/DatatypeLib.class inflated: com/sun/tools/internal/xjc/reader/relaxng/DefineFinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/NameCalculator.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGCompiler$1.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGCompiler.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGInternalizationLogic$ReferenceFinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RELAXNGInternalizationLogic.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RawTypeSetBuilder$CClassInfoRef.class inflated: com/sun/tools/internal/xjc/reader/relaxng/RawTypeSetBuilder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/TypePatternBinder.class inflated: com/sun/tools/internal/xjc/reader/relaxng/TypeUseBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/Abstractifier.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BGMBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BGMBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindBlue.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindGreen.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindPurple.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindRed.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindYellow.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/BindingComponent.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassBinderFilter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector$Binding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ClassSelector.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/CollisionInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ColorBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultClassBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Builder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker$NameCollisionChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder$Checker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/DefaultParticleBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ErrorReporter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ExpressionParticleBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/GElement.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/GElementImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/GWildcardElement.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ParticleBinder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ParticleBinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$CClassRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$CElementInfoRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$WildcardRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder$XmlTypeRef.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RawTypeSetBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/RefererFinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/SimpleTypeBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/SimpleTypeBuilder$2.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/SimpleTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/UnusedCustomizationChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/WildcardNameClassBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AbstractDeclarationImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl$1$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl$ValidatorProtecter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIClass.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion$Static.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion$User.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion$UserAdapter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIConversion.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDeclaration.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIDom.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnum$BIEnumMember2.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnum.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIEnumMember.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$ClassNameAdapter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$ClassNameBean.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$GlobalStandardConversion.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$GlobalVendorConversion.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$TypeSubstitutionElement.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding$UnderscoreBinding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty$2.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty$3.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty$BaseTypeBean.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIProperty.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding$NameRules.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding$NamingRule.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding$PackageInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISchemaBinding.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BISerializable.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXDom.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXPluginCustomization.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXSubstitutable.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo$AppInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo$Documentation.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BindInfo.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/CollectionTypeAttribute.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx$DomAndLocation.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx$ResultImpl$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx$ResultImpl.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/DomHandlerEx.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/EnumMemberMode.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/ForkingFilter.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/LocalScoping.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/OptionalPropertyMode.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/binding.xsd inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/package-info.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xjc.xsd inflated: com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xs.xsd inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/CTBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ChoiceContentComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeBindingMode.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ComplexTypeFieldBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ExtendedComplexTypeBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/ExtendedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/FreshComplexTypeBuilder$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/FreshComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/MixedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/RestrictedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/ct/STDerivedComplexTypeBuilder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/CustomizationContextChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/IncorrectNamespaceURIChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/LSInputSAXWrapper.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/MessageBundle.properties inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/Messages.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker$1.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/XMLSchemaInternalizationLogic$ReferenceFinder.class inflated: com/sun/tools/internal/xjc/reader/xmlschema/parser/XMLSchemaInternalizationLogic.class inflated: com/sun/tools/internal/xjc/runtime/JAXBContextFactory.class inflated: com/sun/tools/internal/xjc/runtime/JAXBContextFactory.java inflated: com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.class inflated: com/sun/tools/internal/xjc/runtime/ZeroOneBooleanAdapter.java inflated: com/sun/tools/internal/xjc/util/CodeModelClassFactory.class inflated: com/sun/tools/internal/xjc/util/DOMUtils.class inflated: com/sun/tools/internal/xjc/util/ErrorReceiverFilter.class inflated: com/sun/tools/internal/xjc/util/ForkContentHandler.class inflated: com/sun/tools/internal/xjc/util/ForkEntityResolver.class inflated: com/sun/tools/internal/xjc/util/MessageBundle.properties inflated: com/sun/tools/internal/xjc/util/Messages.class inflated: com/sun/tools/internal/xjc/util/MimeTypeRange.class inflated: com/sun/tools/internal/xjc/util/NamespaceContextAdapter.class inflated: com/sun/tools/internal/xjc/util/NullStream.class inflated: com/sun/tools/internal/xjc/util/ReadOnlyAdapter.class inflated: com/sun/tools/internal/xjc/util/StringCutter.class inflated: com/sun/tools/internal/xjc/util/SubtreeCutter.class inflated: com/sun/tools/internal/xjc/util/Util.class inflated: com/sun/tools/internal/xjc/writer/SignatureWriter$1.class inflated: com/sun/tools/internal/xjc/writer/SignatureWriter.class inflated: com/sun/xml/internal/bind/AccessorFactory.class inflated: com/sun/xml/internal/bind/AccessorFactoryImpl.class inflated: com/sun/xml/internal/bind/AnyTypeAdapter.class inflated: com/sun/xml/internal/bind/CycleRecoverable$Context.class inflated: com/sun/xml/internal/bind/CycleRecoverable.class inflated: com/sun/xml/internal/bind/DatatypeConverterImpl$CalendarFormatter.class inflated: com/sun/xml/internal/bind/DatatypeConverterImpl.class inflated: com/sun/xml/internal/bind/IDResolver.class inflated: com/sun/xml/internal/bind/Locatable.class inflated: com/sun/xml/internal/bind/Util.class inflated: com/sun/xml/internal/bind/ValidationEventLocatorEx.class inflated: com/sun/xml/internal/bind/WhiteSpaceProcessor.class inflated: com/sun/xml/internal/bind/XmlAccessorFactory.class inflated: com/sun/xml/internal/bind/annotation/XmlIsSet.class inflated: com/sun/xml/internal/bind/annotation/XmlLocation.class inflated: com/sun/xml/internal/bind/api/AccessorException.class inflated: com/sun/xml/internal/bind/api/Bridge.class inflated: com/sun/xml/internal/bind/api/BridgeContext.class inflated: com/sun/xml/internal/bind/api/ClassResolver.class inflated: com/sun/xml/internal/bind/api/CompositeStructure.class inflated: com/sun/xml/internal/bind/api/ErrorListener.class inflated: com/sun/xml/internal/bind/api/JAXBRIContext.class inflated: com/sun/xml/internal/bind/api/RawAccessor.class inflated: com/sun/xml/internal/bind/api/TypeReference.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter$1.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter$2.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter$Standard.class inflated: com/sun/xml/internal/bind/api/impl/NameConverter.class inflated: com/sun/xml/internal/bind/api/impl/NameUtil.class inflated: com/sun/xml/internal/bind/marshaller/CharacterEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/DataWriter.class inflated: com/sun/xml/internal/bind/marshaller/DumbEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/Messages.class inflated: com/sun/xml/internal/bind/marshaller/Messages.properties inflated: com/sun/xml/internal/bind/marshaller/MinimumEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/NamespacePrefixMapper.class inflated: com/sun/xml/internal/bind/marshaller/NioEscapeHandler.class inflated: com/sun/xml/internal/bind/marshaller/SAX2DOMEx.class inflated: com/sun/xml/internal/bind/marshaller/XMLWriter.class inflated: com/sun/xml/internal/bind/unmarshaller/DOMScanner.class inflated: com/sun/xml/internal/bind/unmarshaller/InfosetScanner.class inflated: com/sun/xml/internal/bind/unmarshaller/Messages.class inflated: com/sun/xml/internal/bind/unmarshaller/Messages.properties inflated: com/sun/xml/internal/bind/unmarshaller/Patcher.class inflated: com/sun/xml/internal/bind/util/AttributesImpl.class inflated: com/sun/xml/internal/bind/util/ValidationEventLocatorExImpl.class inflated: com/sun/xml/internal/bind/util/Which.class inflated: com/sun/xml/internal/bind/v2/ClassFactory$1.class inflated: com/sun/xml/internal/bind/v2/ClassFactory.class inflated: com/sun/xml/internal/bind/v2/ContextFactory.class inflated: com/sun/xml/internal/bind/v2/Messages.class inflated: com/sun/xml/internal/bind/v2/Messages.properties inflated: com/sun/xml/internal/bind/v2/TODO.class inflated: com/sun/xml/internal/bind/v2/WellKnownNamespace.class inflated: com/sun/xml/internal/bind/v2/bytecode/ClassTailor.class inflated: com/sun/xml/internal/bind/v2/model/annotation/AbstractInlineAnnotationReaderImpl.class inflated: com/sun/xml/internal/bind/v2/model/annotation/AnnotationReader.class inflated: com/sun/xml/internal/bind/v2/model/annotation/AnnotationSource.class inflated: com/sun/xml/internal/bind/v2/model/annotation/ClassLocatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/FieldLocatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Init.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Locatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/LocatableAnnotation.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Messages.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Messages.properties inflated: com/sun/xml/internal/bind/v2/model/annotation/MethodLocatable.class inflated: com/sun/xml/internal/bind/v2/model/annotation/Quick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/RuntimeAnnotationReader.class inflated: com/sun/xml/internal/bind/v2/model/annotation/RuntimeInlineAnnotationReader.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlAttributeQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementDeclQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlElementRefsQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlEnumQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlRootElementQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlSchemaQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlTransientQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlTypeQuick.class inflated: com/sun/xml/internal/bind/v2/model/annotation/XmlValueQuick.class inflated: com/sun/xml/internal/bind/v2/model/core/Adapter.class inflated: com/sun/xml/internal/bind/v2/model/core/ArrayInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/AttributePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/BuiltinLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/ClassInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/Element.class inflated: com/sun/xml/internal/bind/v2/model/core/ElementInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/EnumConstant.class inflated: com/sun/xml/internal/bind/v2/model/core/EnumLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/ErrorHandler.class inflated: com/sun/xml/internal/bind/v2/model/core/ID.class inflated: com/sun/xml/internal/bind/v2/model/core/LeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/MapPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/MaybeElement.class inflated: com/sun/xml/internal/bind/v2/model/core/NonElement.class inflated: com/sun/xml/internal/bind/v2/model/core/NonElementRef.class inflated: com/sun/xml/internal/bind/v2/model/core/PropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/PropertyKind.class inflated: com/sun/xml/internal/bind/v2/model/core/Ref.class inflated: com/sun/xml/internal/bind/v2/model/core/ReferencePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/RegistryInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/TypeInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/TypeInfoSet.class inflated: com/sun/xml/internal/bind/v2/model/core/TypeRef.class inflated: com/sun/xml/internal/bind/v2/model/core/ValuePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/WildcardMode.class inflated: com/sun/xml/internal/bind/v2/model/core/WildcardTypeInfo.class inflated: com/sun/xml/internal/bind/v2/model/core/package-info.class inflated: com/sun/xml/internal/bind/v2/model/impl/AnyTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ArrayInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/AttributePropertyInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/AttributePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/BuiltinLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$ConflictException.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$DupliateException.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$PropertyGroup.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$PropertySorter.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl$SecondaryAnnotation.class inflated: com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ERPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementInfoImpl$PropertyImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementPropertyInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/ElementPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/EnumConstantImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/EnumLeafInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/EnumLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/FieldPropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/GetterSetterPropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/LeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/MapPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/Messages.class inflated: com/sun/xml/internal/bind/v2/model/impl/Messages.properties inflated: com/sun/xml/internal/bind/v2/model/impl/ModelBuilder$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/ModelBuilder.class inflated: com/sun/xml/internal/bind/v2/model/impl/PropertyInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/PropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/PropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/ReferencePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RegistryInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeAnyTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeArrayInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeAttributePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$10.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$11.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$12.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$13.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$14.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$15.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$16.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$17.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$18.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$19.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$2.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$20.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$21.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$22.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$23.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$24.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$25.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$26.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$3.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$4.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$5.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$6.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$7.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$8.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$9$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$9.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$PcdataImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$StringImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl$UUIDImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl$RuntimePropertySeed.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl$TransducerImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementInfoImpl$RuntimePropertyImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeElementPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumConstantImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeEnumLeafInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeMapPropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeModelBuilder$IDTransducerImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeModelBuilder.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeReferencePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeInfoSetImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeRefImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/SingleTypePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeInfoSetImpl$1.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeInfoSetImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/TypeRefImpl.class inflated: com/sun/xml/internal/bind/v2/model/impl/Util.class inflated: com/sun/xml/internal/bind/v2/model/impl/ValuePropertyInfoImpl.class inflated: com/sun/xml/internal/bind/v2/model/nav/GenericArrayTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/nav/Navigator.class inflated: com/sun/xml/internal/bind/v2/model/nav/ParameterizedTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$1.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$2.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$3.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$4.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$5.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$6.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator$BinderArg.class inflated: com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator.class inflated: com/sun/xml/internal/bind/v2/model/nav/TypeVisitor.class inflated: com/sun/xml/internal/bind/v2/model/nav/WildcardTypeImpl.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeArrayInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeAttributePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeBuiltinLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElement.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeEnumLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeLeafInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeMapPropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElementRef.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeReferencePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfoSet.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeRef.class inflated: com/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo.class inflated: com/sun/xml/internal/bind/v2/model/runtime/package-info.class inflated: com/sun/xml/internal/bind/v2/runtime/AnyTypeBeanInfo.class inflated: com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl$ArrayLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/AssociationMap$Entry.class inflated: com/sun/xml/internal/bind/v2/runtime/AssociationMap.class inflated: com/sun/xml/internal/bind/v2/runtime/BinderImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/BridgeAdapter.class inflated: com/sun/xml/internal/bind/v2/runtime/BridgeContextImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/BridgeImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/CompositeStructureBeanInfo.class inflated: com/sun/xml/internal/bind/v2/runtime/ContentHandlerAdaptor.class inflated: com/sun/xml/internal/bind/v2/runtime/Coordinator$1.class inflated: com/sun/xml/internal/bind/v2/runtime/Coordinator.class inflated: com/sun/xml/internal/bind/v2/runtime/DomPostInitAction.class inflated: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl$IntercepterLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/FilterTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationException.class inflated: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationsException$Builder.class inflated: com/sun/xml/internal/bind/v2/runtime/IllegalAnnotationsException.class inflated: com/sun/xml/internal/bind/v2/runtime/InlineBinaryTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/InternalBridge.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$2.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$3.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$4.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$5.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$6.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl$7.class inflated: com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/JaxBeanInfo.class inflated: com/sun/xml/internal/bind/v2/runtime/LeafBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/LifecycleMethods.class inflated: com/sun/xml/internal/bind/v2/runtime/Location.class inflated: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl$2.class inflated: com/sun/xml/internal/bind/v2/runtime/MarshallerImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/MimeTypedTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/Name.class inflated: com/sun/xml/internal/bind/v2/runtime/NameBuilder.class inflated: com/sun/xml/internal/bind/v2/runtime/NameList.class inflated: com/sun/xml/internal/bind/v2/runtime/NamespaceContext2.class inflated: com/sun/xml/internal/bind/v2/runtime/RuntimeUtil$ToStringAdapter.class inflated: com/sun/xml/internal/bind/v2/runtime/RuntimeUtil.class inflated: com/sun/xml/internal/bind/v2/runtime/SchemaTypeTransducer.class inflated: com/sun/xml/internal/bind/v2/runtime/StAXPostInitAction.class inflated: com/sun/xml/internal/bind/v2/runtime/SwaRefAdapter.class inflated: com/sun/xml/internal/bind/v2/runtime/Transducer.class inflated: com/sun/xml/internal/bind/v2/runtime/ValueListBeanInfoImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/ValueListBeanInfoImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/XMLSerializer$1.class inflated: com/sun/xml/internal/bind/v2/runtime/XMLSerializer.class inflated: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput$DynamicAttribute.class inflated: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput$StaticAttribute.class inflated: com/sun/xml/internal/bind/v2/runtime/output/C14nXmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/DOMOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/Encoded.class inflated: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput$AppData.class inflated: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput$TablesPerJAXBContext.class inflated: com/sun/xml/internal/bind/v2/runtime/output/FastInfosetStreamWriterOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/ForkXmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/InPlaceDOMOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/IndentingUTF8XmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/MTOMXmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl$Element.class inflated: com/sun/xml/internal/bind/v2/runtime/output/NamespaceContextImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/output/Pcdata.class inflated: com/sun/xml/internal/bind/v2/runtime/output/SAXOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/UTF8XmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XMLEventWriterOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XMLStreamWriterOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XmlOutput.class inflated: com/sun/xml/internal/bind/v2/runtime/output/XmlOutputAbstractImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty$ItemsLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty$ReceiverImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayElementProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty$MixedTextoader.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/AttributeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ListElementProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/property/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/property/Property.class inflated: com/sun/xml/internal/bind/v2/runtime/property/PropertyFactory$1.class inflated: com/sun/xml/internal/bind/v2/runtime/property/PropertyFactory.class inflated: com/sun/xml/internal/bind/v2/runtime/property/PropertyImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleElementLeafProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleElementNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty$1.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty$2.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty$ReceiverImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty$1.class inflated: com/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/property/StructureLoaderBuilder.class inflated: com/sun/xml/internal/bind/v2/runtime/property/TagAndType.class inflated: com/sun/xml/internal/bind/v2/runtime/property/UnmarshallerChain.class inflated: com/sun/xml/internal/bind/v2/runtime/property/ValueProperty.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$2.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$FieldReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$GetterOnlyReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$GetterSetterReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$ReadOnlyFieldReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor$SetterOnlyReflection.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedLister$ListIteratorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/AdaptedLister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/DefaultTransducedAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/ListIterator.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/ListTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$2.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$ArrayLister$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$ArrayLister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$CollectionLister$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$CollectionLister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$IDREFS$Pack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$IDREFS.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$IDREFSIterator.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister$Pack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Lister.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/reflect/NullSafeAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean$BooleanArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte$ByteArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerByte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter$CharacterArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerCharacter.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble$DoubleArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat$FloatArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerFloat.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger$IntegerArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerInteger.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong$LongArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort$ShortArrayPack.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerShort.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$CompositeContextDependentTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$CompositeTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$IDREFTransducedAccessorImpl$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor$IDREFTransducedAccessorImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/AccessorInjector.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Bean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Const.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Character.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Ref.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/FieldAccessor_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Injector$1.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Injector.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Character.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Ref.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/MethodAccessor_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedAccessorFactory.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/OptimizedTransducedAccessorFactory.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/Ref.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_field_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Boolean.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Byte.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Double.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Float.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Integer.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Long.class inflated: com/sun/xml/internal/bind/v2/runtime/reflect/opt/TransducedAccessor_method_Short.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesEx.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/AttributesExImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Base64Data$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Base64Data.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ChildLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultIDResolver$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultIDResolver.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultValueLoaderDecorator.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Discarder.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DomLoader$State.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/DomLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/FastInfosetConnector$CharSequenceImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/FastInfosetConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntArrayData.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/IntData.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Intercepter.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/InterningXmlVisitor$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/InterningXmlVisitor$AttributesImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/InterningXmlVisitor.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx$Snapshot.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorExWrapper.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/MTOMDecorator.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages.properties inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Patcher.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ProxyLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector$TagNameImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/Scope.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector$TagNameImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXEventConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXStreamConnector$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StAXStreamConnector.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StructureLoader$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/StructureLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TagName.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/TextLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$1.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$DefaultRootLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$ExpectedTypeRootLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$Factory.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValidatingUnmarshaller.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValuePropertyLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/WildcardLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XmlVisitor$TextPredictor.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XmlVisitor.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader$Array.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader$Single.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader.class inflated: com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiTypeLoader.class inflated: com/sun/xml/internal/bind/v2/schemagen/FoolProofResolver.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form$1.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form$2.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form$3.class inflated: com/sun/xml/internal/bind/v2/schemagen/Form.class inflated: com/sun/xml/internal/bind/v2/schemagen/GroupKind.class inflated: com/sun/xml/internal/bind/v2/schemagen/Messages.class inflated: com/sun/xml/internal/bind/v2/schemagen/Messages.properties inflated: com/sun/xml/internal/bind/v2/schemagen/MultiMap.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$1.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Group.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Optional.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Repeated.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree$Term.class inflated: com/sun/xml/internal/bind/v2/schemagen/Tree.class inflated: com/sun/xml/internal/bind/v2/schemagen/Util.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$1.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$2.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$1.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$2.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$3.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$4.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$5.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$6.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$7.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$ElementDeclaration.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace$ElementWithType.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator$Namespace.class inflated: com/sun/xml/internal/bind/v2/schemagen/XmlSchemaGenerator.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/Bindings.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/Klass.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/SchemaBindings.class inflated: com/sun/xml/internal/bind/v2/schemagen/episode/package-info.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotated.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Annotation.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Any.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Appinfo.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttrDecls.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/AttributeType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexContent.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexExtension.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexRestriction.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeHost.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ComplexTypeModel.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ContentModelContainer.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Documentation.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Element.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExplicitGroup.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/ExtensionType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/FixedOrDefault.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Import.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/List.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalAttribute.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/LocalElement.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NestedParticle.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/NoFixedFacet.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Occurs.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Particle.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Redefinable.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Schema.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SchemaTop.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleContent.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleDerivation.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleExtension.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestriction.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleRestrictionModel.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleType.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/SimpleTypeHost.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelAttribute.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelElement.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeDefParticle.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/TypeHost.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Union.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/Wildcard.class inflated: com/sun/xml/internal/bind/v2/schemagen/xmlschema/package-info.class inflated: com/sun/xml/internal/bind/v2/util/ByteArrayOutputStreamEx.class inflated: com/sun/xml/internal/bind/v2/util/CollisionCheckStack.class inflated: com/sun/xml/internal/bind/v2/util/DataSourceSource.class inflated: com/sun/xml/internal/bind/v2/util/EditDistance.class inflated: com/sun/xml/internal/bind/v2/util/FatalAdapter.class inflated: com/sun/xml/internal/bind/v2/util/FlattenIterator.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$1.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$Entry.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$EntryIterator.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$EntrySet.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap$HashIterator.class inflated: com/sun/xml/internal/bind/v2/util/QNameMap.class inflated: com/sun/xml/internal/bind/v2/util/TypeCast.class inflated: com/sun/xml/internal/dtdparser/DTDEventListener.class inflated: com/sun/xml/internal/dtdparser/DTDHandlerBase.class inflated: com/sun/xml/internal/dtdparser/DTDParser$1.class inflated: com/sun/xml/internal/dtdparser/DTDParser$Catalog.class inflated: com/sun/xml/internal/dtdparser/DTDParser$NameCache.class inflated: com/sun/xml/internal/dtdparser/DTDParser$NameCacheEntry.class inflated: com/sun/xml/internal/dtdparser/DTDParser.class inflated: com/sun/xml/internal/dtdparser/EndOfInputException.class inflated: com/sun/xml/internal/dtdparser/EntityDecl.class inflated: com/sun/xml/internal/dtdparser/ExternalEntity.class inflated: com/sun/xml/internal/dtdparser/InputEntity.class inflated: com/sun/xml/internal/dtdparser/InternalEntity.class inflated: com/sun/xml/internal/dtdparser/MessageCatalog.class inflated: com/sun/xml/internal/dtdparser/Resolver.class inflated: com/sun/xml/internal/dtdparser/SimpleHashtable$Entry.class inflated: com/sun/xml/internal/dtdparser/SimpleHashtable.class inflated: com/sun/xml/internal/dtdparser/XmlChars.class inflated: com/sun/xml/internal/dtdparser/XmlNames.class inflated: com/sun/xml/internal/dtdparser/XmlReader$AsciiReader.class inflated: com/sun/xml/internal/dtdparser/XmlReader$BaseReader.class inflated: com/sun/xml/internal/dtdparser/XmlReader$Iso8859_1Reader.class inflated: com/sun/xml/internal/dtdparser/XmlReader$Utf8Reader.class inflated: com/sun/xml/internal/dtdparser/XmlReader.class inflated: com/sun/xml/internal/dtdparser/resources/Messages.properties inflated: com/sun/xml/internal/fastinfoset/AbstractResourceBundle.class inflated: com/sun/xml/internal/fastinfoset/CommonResourceBundle.class inflated: com/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream.class inflated: com/sun/xml/internal/fastinfoset/Decoder.class inflated: com/sun/xml/internal/fastinfoset/DecoderStateTables.class inflated: com/sun/xml/internal/fastinfoset/Encoder$1.class inflated: com/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream.class inflated: com/sun/xml/internal/fastinfoset/Encoder.class inflated: com/sun/xml/internal/fastinfoset/EncodingConstants.class inflated: com/sun/xml/internal/fastinfoset/Notation.class inflated: com/sun/xml/internal/fastinfoset/OctetBufferListener.class inflated: com/sun/xml/internal/fastinfoset/QualifiedName.class inflated: com/sun/xml/internal/fastinfoset/UnparsedEntity.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm$WordListener.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.class inflated: com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.class inflated: com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm$1.class inflated: com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.class inflated: com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.class inflated: com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.class inflated: com/sun/xml/internal/fastinfoset/dom/DOMDocumentSerializer.class inflated: com/sun/xml/internal/fastinfoset/org/apache/xerces/util/XMLChar.class inflated: com/sun/xml/internal/fastinfoset/resources/ResourceBundle.properties inflated: com/sun/xml/internal/fastinfoset/sax/AttributesHolder.class inflated: com/sun/xml/internal/fastinfoset/sax/Features.class inflated: com/sun/xml/internal/fastinfoset/sax/Properties.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser$1.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser$DeclHandlerImpl.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser$LexicalHandlerImpl.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializer.class inflated: com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializerWithPrefixMapping.class inflated: com/sun/xml/internal/fastinfoset/sax/SystemIdResolver.class inflated: com/sun/xml/internal/fastinfoset/stax/EventLocation.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXDocumentParser$NamespaceContextImpl.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXDocumentParser.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXDocumentSerializer.class inflated: com/sun/xml/internal/fastinfoset/stax/StAXManager.class inflated: com/sun/xml/internal/fastinfoset/stax/events/AttributeBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/CharactersEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/CommentEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/DTDEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EmptyIterator.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EndDocumentEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EndElementEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EntityDeclarationImpl.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EntityReferenceEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/EventBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/NamespaceBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/ProcessingInstructionEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/ReadIterator.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocator.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocatorBase.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventReader.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXEventWriter.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StAXFilteredEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StartDocumentEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/StartElementEvent.class inflated: com/sun/xml/internal/fastinfoset/stax/events/Util.class inflated: com/sun/xml/internal/fastinfoset/stax/events/XMLConstants.class inflated: com/sun/xml/internal/fastinfoset/stax/factory/StAXEventFactory.class inflated: com/sun/xml/internal/fastinfoset/stax/factory/StAXInputFactory.class inflated: com/sun/xml/internal/fastinfoset/stax/factory/StAXOutputFactory.class inflated: com/sun/xml/internal/fastinfoset/stax/util/StAXFilteredParser.class inflated: com/sun/xml/internal/fastinfoset/stax/util/StAXParserWrapper.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_DOM_Or_XML_DOM_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_SAX_XML.class inflated: com/sun/xml/internal/fastinfoset/tools/FI_StAX_SAX_Or_XML_SAX_SAXEvent.class inflated: com/sun/xml/internal/fastinfoset/tools/PrintTable.class inflated: com/sun/xml/internal/fastinfoset/tools/SAX2StAXWriter.class inflated: com/sun/xml/internal/fastinfoset/tools/SAXEventSerializer$AttributeValueHolder.class inflated: com/sun/xml/internal/fastinfoset/tools/SAXEventSerializer.class inflated: com/sun/xml/internal/fastinfoset/tools/StAX2SAXReader.class inflated: com/sun/xml/internal/fastinfoset/tools/TransformInputOutput$1.class inflated: com/sun/xml/internal/fastinfoset/tools/TransformInputOutput.class inflated: com/sun/xml/internal/fastinfoset/tools/VocabularyGenerator.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_DOM_FI.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_DOM_SAX_FI.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_SAX_FI.class inflated: com/sun/xml/internal/fastinfoset/tools/XML_SAX_StAX_FI.class inflated: com/sun/xml/internal/fastinfoset/util/CharArray.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayArray.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/CharArrayString.class inflated: com/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray.class inflated: com/sun/xml/internal/fastinfoset/util/DuplicateAttributeVerifier$1.class inflated: com/sun/xml/internal/fastinfoset/util/DuplicateAttributeVerifier$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/DuplicateAttributeVerifier.class inflated: com/sun/xml/internal/fastinfoset/util/FixedEntryStringIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/KeyIntMap$BaseEntry.class inflated: com/sun/xml/internal/fastinfoset/util/KeyIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap.class inflated: com/sun/xml/internal/fastinfoset/util/NamespaceContextImplementation.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$1.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$2.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$NamespaceEntry.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray$PrefixEntry.class inflated: com/sun/xml/internal/fastinfoset/util/PrefixArray.class inflated: com/sun/xml/internal/fastinfoset/util/QualifiedNameArray.class inflated: com/sun/xml/internal/fastinfoset/util/StringArray.class inflated: com/sun/xml/internal/fastinfoset/util/StringIntMap$Entry.class inflated: com/sun/xml/internal/fastinfoset/util/StringIntMap.class inflated: com/sun/xml/internal/fastinfoset/util/ValueArray.class inflated: com/sun/xml/internal/fastinfoset/util/ValueArrayResourceException.class inflated: com/sun/xml/internal/fastinfoset/vocab/ParserVocabulary.class inflated: com/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary.class inflated: com/sun/xml/internal/fastinfoset/vocab/Vocabulary.class inflated: com/sun/xml/internal/messaging/saaj/SOAPExceptionImpl.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection$PriviledgedGet.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection$PriviledgedPost.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection$PriviledgedSetProxyAction.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnection.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/HttpSOAPConnectionFactory.class inflated: com/sun/xml/internal/messaging/saaj/client/p2p/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/Header.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/MessagingException.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/MultipartDataSource.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/AsciiOutputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/BMMimeMultipart.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentDisposition.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ContentType.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/HeaderTokenizer$Token.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/HeaderTokenizer.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/InternetHeaders$1.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/InternetHeaders.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeBodyPart.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeMultipart.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimePartDataSource.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeUtility$1NullInputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/MimeUtility.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParameterList.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ParseException.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/SharedInputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/UniqueValue.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/internet/hdr.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/ASCIIUtility.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64DecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/BEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/LineInputStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/OutputUtil.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QDecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPDecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/QPEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUDecoderStream.class inflated: com/sun/xml/internal/messaging/saaj/packaging/mime/util/UUEncoderStream.class inflated: com/sun/xml/internal/messaging/saaj/soap/AttachmentPartImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/Envelope.class inflated: com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.class inflated: com/sun/xml/internal/messaging/saaj/soap/FastInfosetDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/GifDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/ImageDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/JpegDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/MessageFactoryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/MessageImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/MessageImpl$MimeMatchingIterator.class inflated: com/sun/xml/internal/messaging/saaj/soap/MessageImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/MultipartDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/SAAJMetaFactoryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPDocument.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentFragment.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPDocumentImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPFactoryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPIOException.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException.class inflated: com/sun/xml/internal/messaging/saaj/soap/StringDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/XmlDataContentHandler.class inflated: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPFactoryDynamicImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/dynamic/SOAPMessageFactoryDynamicImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/BodyElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/BodyImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/CDATAImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/CommentImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/DetailEntryImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/DetailImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/DetailImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementFactory.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$2.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$3.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$4.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$5.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl$AttributeManager.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/ElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/EnvelopeImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/FaultElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/FaultImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderElementImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/HeaderImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/impl/TextImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/impl/TreeException.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Body1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Body1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$CodeSubcode1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Detail1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Envelope1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Envelope1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Fault1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Fault1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$FaultElement1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Header1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Header1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$NotUnderstood1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$SOAP1_1Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$SOAP1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$SupportedEnvelope1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl$Upgrade1_2Name.class inflated: com/sun/xml/internal/messaging/saaj/soap/name/NameImpl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Body1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/BodyElement1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Detail1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/DetailEntry1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Envelope1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Fault1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/FaultElement1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Header1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/HeaderElement1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/Message1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPFactory1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPMessageFactory1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPPart1_1Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Body1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/BodyElement1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Detail1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/DetailEntry1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Envelope1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Fault1_2Impl$1.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Fault1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/FaultElement1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Header1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/HeaderElement1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/Message1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPFactory1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPMessageFactory1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/soap/ver1_2/SOAPPart1_2Impl.class inflated: com/sun/xml/internal/messaging/saaj/util/Base64.class inflated: com/sun/xml/internal/messaging/saaj/util/ByteInputStream.class inflated: com/sun/xml/internal/messaging/saaj/util/ByteOutputStream.class inflated: com/sun/xml/internal/messaging/saaj/util/CharReader.class inflated: com/sun/xml/internal/messaging/saaj/util/CharWriter.class inflated: com/sun/xml/internal/messaging/saaj/util/FastInfosetReflection.class inflated: com/sun/xml/internal/messaging/saaj/util/FinalArrayList.class inflated: com/sun/xml/internal/messaging/saaj/util/JAXMStreamSource.class inflated: com/sun/xml/internal/messaging/saaj/util/JaxmURI$MalformedURIException.class inflated: com/sun/xml/internal/messaging/saaj/util/JaxmURI.class inflated: com/sun/xml/internal/messaging/saaj/util/LocalStrings.properties inflated: com/sun/xml/internal/messaging/saaj/util/LogDomainConstants.class inflated: com/sun/xml/internal/messaging/saaj/util/MimeHeadersUtil.class inflated: com/sun/xml/internal/messaging/saaj/util/NamespaceContextIterator.class inflated: com/sun/xml/internal/messaging/saaj/util/ParseUtil.class inflated: com/sun/xml/internal/messaging/saaj/util/ParserPool.class inflated: com/sun/xml/internal/messaging/saaj/util/RejectDoctypeSaxFilter.class inflated: com/sun/xml/internal/messaging/saaj/util/TeeInputStream.class inflated: com/sun/xml/internal/messaging/saaj/util/XMLDeclarationParser.class inflated: com/sun/xml/internal/messaging/saaj/util/transform/EfficientStreamingTransformer.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmException.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmIndexes.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/ExternalVocabulary.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetException.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetParser.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetResult.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSerializer.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSource.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/RestrictedAlphabet.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/Vocabulary.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/VocabularyApplicationData.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmAttributes.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/ExtendedContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetReader.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetWriter.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/PrimitiveTypeContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/RestrictedAlphabetContentHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/EncodingAlgorithmAttributesImpl.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/FastInfosetDefaultHandler.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/stax/FastInfosetStreamReader.class inflated: com/sun/xml/internal/org/jvnet/fastinfoset/stax/LowLevelFastInfosetStreamWriter.class inflated: com/sun/xml/internal/org/jvnet/staxex/Base64Data$1.class inflated: com/sun/xml/internal/org/jvnet/staxex/Base64Data.class inflated: com/sun/xml/internal/org/jvnet/staxex/Base64Encoder.class inflated: com/sun/xml/internal/org/jvnet/staxex/ByteArrayOutputStreamEx.class inflated: com/sun/xml/internal/org/jvnet/staxex/NamespaceContextEx$Binding.class inflated: com/sun/xml/internal/org/jvnet/staxex/NamespaceContextEx.class inflated: com/sun/xml/internal/org/jvnet/staxex/XMLStreamReaderEx.class inflated: com/sun/xml/internal/org/jvnet/staxex/XMLStreamWriterEx.class inflated: com/sun/xml/internal/rngom/ast/builder/Annotations.class inflated: com/sun/xml/internal/rngom/ast/builder/BuildException.class inflated: com/sun/xml/internal/rngom/ast/builder/CommentList.class inflated: com/sun/xml/internal/rngom/ast/builder/DataPatternBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/Div.class inflated: com/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/Grammar.class inflated: com/sun/xml/internal/rngom/ast/builder/GrammarSection$1.class inflated: com/sun/xml/internal/rngom/ast/builder/GrammarSection$Combine.class inflated: com/sun/xml/internal/rngom/ast/builder/GrammarSection.class inflated: com/sun/xml/internal/rngom/ast/builder/Include.class inflated: com/sun/xml/internal/rngom/ast/builder/IncludedGrammar.class inflated: com/sun/xml/internal/rngom/ast/builder/NameClassBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/SchemaBuilder.class inflated: com/sun/xml/internal/rngom/ast/builder/Scope.class inflated: com/sun/xml/internal/rngom/ast/om/Location.class inflated: com/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation.class inflated: com/sun/xml/internal/rngom/ast/om/ParsedNameClass.class inflated: com/sun/xml/internal/rngom/ast/om/ParsedPattern.class inflated: com/sun/xml/internal/rngom/ast/util/CheckingSchemaBuilder.class inflated: com/sun/xml/internal/rngom/ast/util/LocatorImpl.class inflated: com/sun/xml/internal/rngom/binary/AfterPattern.class inflated: com/sun/xml/internal/rngom/binary/Alphabet.class inflated: com/sun/xml/internal/rngom/binary/AttributePattern.class inflated: com/sun/xml/internal/rngom/binary/BinaryPattern.class inflated: com/sun/xml/internal/rngom/binary/ChoicePattern.class inflated: com/sun/xml/internal/rngom/binary/DataExceptPattern.class inflated: com/sun/xml/internal/rngom/binary/DataPattern.class inflated: com/sun/xml/internal/rngom/binary/DuplicateAttributeDetector$1.class inflated: com/sun/xml/internal/rngom/binary/DuplicateAttributeDetector$Alternative.class inflated: com/sun/xml/internal/rngom/binary/DuplicateAttributeDetector.class inflated: com/sun/xml/internal/rngom/binary/ElementPattern.class inflated: com/sun/xml/internal/rngom/binary/EmptyPattern.class inflated: com/sun/xml/internal/rngom/binary/ErrorPattern.class inflated: com/sun/xml/internal/rngom/binary/GroupPattern.class inflated: com/sun/xml/internal/rngom/binary/InterleavePattern.class inflated: com/sun/xml/internal/rngom/binary/ListPattern.class inflated: com/sun/xml/internal/rngom/binary/Messages.properties inflated: com/sun/xml/internal/rngom/binary/NotAllowedPattern.class inflated: com/sun/xml/internal/rngom/binary/OneOrMorePattern.class inflated: com/sun/xml/internal/rngom/binary/Pattern.class inflated: com/sun/xml/internal/rngom/binary/PatternBuilder.class inflated: com/sun/xml/internal/rngom/binary/PatternInterner.class inflated: com/sun/xml/internal/rngom/binary/RefPattern.class inflated: com/sun/xml/internal/rngom/binary/RestrictionViolationException.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$1.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$DataPatternBuilderImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$DummyDataPatternBuilder.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$GrammarImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$IncludeImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$OpenIncludes.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$Override.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl$ValidationContextImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaBuilderImpl.class inflated: com/sun/xml/internal/rngom/binary/SchemaPatternBuilder$1.class inflated: com/sun/xml/internal/rngom/binary/SchemaPatternBuilder.class inflated: com/sun/xml/internal/rngom/binary/StringPattern.class inflated: com/sun/xml/internal/rngom/binary/TextPattern.class inflated: com/sun/xml/internal/rngom/binary/ValuePattern.class inflated: com/sun/xml/internal/rngom/binary/visitor/ChildElementFinder$Element.class inflated: com/sun/xml/internal/rngom/binary/visitor/ChildElementFinder.class inflated: com/sun/xml/internal/rngom/binary/visitor/PatternFunction.class inflated: com/sun/xml/internal/rngom/binary/visitor/PatternVisitor.class inflated: com/sun/xml/internal/rngom/binary/visitor/PatternWalker.class inflated: com/sun/xml/internal/rngom/digested/Annotation.class inflated: com/sun/xml/internal/rngom/digested/CommentListImpl.class inflated: com/sun/xml/internal/rngom/digested/DAnnotation$Attribute.class inflated: com/sun/xml/internal/rngom/digested/DAnnotation.class inflated: com/sun/xml/internal/rngom/digested/DAttributePattern.class inflated: com/sun/xml/internal/rngom/digested/DChoicePattern.class inflated: com/sun/xml/internal/rngom/digested/DContainerPattern$1.class inflated: com/sun/xml/internal/rngom/digested/DContainerPattern.class inflated: com/sun/xml/internal/rngom/digested/DDataPattern$Param.class inflated: com/sun/xml/internal/rngom/digested/DDataPattern.class inflated: com/sun/xml/internal/rngom/digested/DDefine.class inflated: com/sun/xml/internal/rngom/digested/DElementPattern.class inflated: com/sun/xml/internal/rngom/digested/DEmptyPattern.class inflated: com/sun/xml/internal/rngom/digested/DGrammarPattern.class inflated: com/sun/xml/internal/rngom/digested/DGroupPattern.class inflated: com/sun/xml/internal/rngom/digested/DInterleavePattern.class inflated: com/sun/xml/internal/rngom/digested/DListPattern.class inflated: com/sun/xml/internal/rngom/digested/DMixedPattern.class inflated: com/sun/xml/internal/rngom/digested/DNotAllowedPattern.class inflated: com/sun/xml/internal/rngom/digested/DOMPrinter.class inflated: com/sun/xml/internal/rngom/digested/DOneOrMorePattern.class inflated: com/sun/xml/internal/rngom/digested/DOptionalPattern.class inflated: com/sun/xml/internal/rngom/digested/DPattern.class inflated: com/sun/xml/internal/rngom/digested/DPatternVisitor.class inflated: com/sun/xml/internal/rngom/digested/DPatternWalker.class inflated: com/sun/xml/internal/rngom/digested/DRefPattern.class inflated: com/sun/xml/internal/rngom/digested/DSchemaBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/DTextPattern.class inflated: com/sun/xml/internal/rngom/digested/DUnaryPattern.class inflated: com/sun/xml/internal/rngom/digested/DValuePattern.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$1.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$DXMLPrinterVisitor.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$NameClassXMLPrinterVisitor.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$XMLWriter.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter$XMLWriterException.class inflated: com/sun/xml/internal/rngom/digested/DXMLPrinter.class inflated: com/sun/xml/internal/rngom/digested/DXmlTokenPattern.class inflated: com/sun/xml/internal/rngom/digested/DZeroOrMorePattern.class inflated: com/sun/xml/internal/rngom/digested/DataPatternBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/ElementWrapper.class inflated: com/sun/xml/internal/rngom/digested/GrammarBuilderImpl.class inflated: com/sun/xml/internal/rngom/digested/IncludeImpl$IncludedGrammarImpl.class inflated: com/sun/xml/internal/rngom/digested/IncludeImpl.class inflated: com/sun/xml/internal/rngom/digested/Main$1.class inflated: com/sun/xml/internal/rngom/digested/Main.class inflated: com/sun/xml/internal/rngom/digested/PatternParseable$Parser.class inflated: com/sun/xml/internal/rngom/digested/PatternParseable.class inflated: com/sun/xml/internal/rngom/dt/CachedDatatypeLibraryFactory.class inflated: com/sun/xml/internal/rngom/dt/CascadingDatatypeLibraryFactory.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl$1$1$1.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl$1$1.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl$1.class inflated: com/sun/xml/internal/rngom/dt/DoNothingDatatypeLibraryFactoryImpl.class inflated: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeBuilder.class inflated: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibrary.class inflated: com/sun/xml/internal/rngom/dt/builtin/BuiltinDatatypeLibraryFactory.class inflated: com/sun/xml/internal/rngom/dt/builtin/CompatibilityDatatypeLibrary.class inflated: com/sun/xml/internal/rngom/dt/builtin/Messages.properties inflated: com/sun/xml/internal/rngom/nc/AnyNameClass.class inflated: com/sun/xml/internal/rngom/nc/AnyNameExceptNameClass.class inflated: com/sun/xml/internal/rngom/nc/ChoiceNameClass.class inflated: com/sun/xml/internal/rngom/nc/NameClass$1.class inflated: com/sun/xml/internal/rngom/nc/NameClass.class inflated: com/sun/xml/internal/rngom/nc/NameClassBuilderImpl.class inflated: com/sun/xml/internal/rngom/nc/NameClassVisitor.class inflated: com/sun/xml/internal/rngom/nc/NameClassWalker.class inflated: com/sun/xml/internal/rngom/nc/NsNameClass.class inflated: com/sun/xml/internal/rngom/nc/NsNameExceptNameClass.class inflated: com/sun/xml/internal/rngom/nc/NullNameClass.class inflated: com/sun/xml/internal/rngom/nc/OverlapDetector.class inflated: com/sun/xml/internal/rngom/nc/SimpleNameClass.class inflated: com/sun/xml/internal/rngom/parse/Context.class inflated: com/sun/xml/internal/rngom/parse/IllegalSchemaException.class inflated: com/sun/xml/internal/rngom/parse/Messages.properties inflated: com/sun/xml/internal/rngom/parse/Parseable.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactParseable.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax$1.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax$JJCalls.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax$LocatedString.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax$LookaheadSuccess.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntax.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxConstants.class inflated: com/sun/xml/internal/rngom/parse/compact/CompactSyntaxTokenManager.class inflated: com/sun/xml/internal/rngom/parse/compact/EOFException.class inflated: com/sun/xml/internal/rngom/parse/compact/EscapeSyntaxException.class inflated: com/sun/xml/internal/rngom/parse/compact/JavaCharStream.class inflated: com/sun/xml/internal/rngom/parse/compact/Messages.properties inflated: com/sun/xml/internal/rngom/parse/compact/ParseException.class inflated: com/sun/xml/internal/rngom/parse/compact/Token.class inflated: com/sun/xml/internal/rngom/parse/compact/TokenMgrError.class inflated: com/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream.class inflated: com/sun/xml/internal/rngom/parse/host/AnnotationsHost.class inflated: com/sun/xml/internal/rngom/parse/host/Base.class inflated: com/sun/xml/internal/rngom/parse/host/CommentListHost.class inflated: com/sun/xml/internal/rngom/parse/host/DataPatternBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/DivHost.class inflated: com/sun/xml/internal/rngom/parse/host/ElementAnnotationBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/GrammarHost.class inflated: com/sun/xml/internal/rngom/parse/host/GrammarSectionHost.class inflated: com/sun/xml/internal/rngom/parse/host/IncludeHost.class inflated: com/sun/xml/internal/rngom/parse/host/LocationHost.class inflated: com/sun/xml/internal/rngom/parse/host/NameClassBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost.class inflated: com/sun/xml/internal/rngom/parse/host/ParsedNameClassHost.class inflated: com/sun/xml/internal/rngom/parse/host/ParsedPatternHost.class inflated: com/sun/xml/internal/rngom/parse/host/SchemaBuilderHost.class inflated: com/sun/xml/internal/rngom/parse/host/ScopeHost.class inflated: com/sun/xml/internal/rngom/parse/xml/DtdContext.class inflated: com/sun/xml/internal/rngom/parse/xml/Messages.properties inflated: com/sun/xml/internal/rngom/parse/xml/SAXParseable.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$AbstractContext.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$AnyNameState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$AttributeState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ChoiceState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$CommentHandler.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ContextImpl.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DataState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DefineState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DefinitionState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$DivState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ElementState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$EmptyContentState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$EmptyState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ExternalRefState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ForeignElementHandler.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$GrammarSectionState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$GrammarState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$GroupState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$Handler.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$IncludeState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$InterleaveState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$LexicalHandlerImpl.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ListState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$MergeGrammarState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$MixedState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassBaseState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassChildState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassChoiceState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassContainerState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameClassRef.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NameState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NotAllowedState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$NsNameState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$OneOrMoreState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$OptionalState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ParamState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ParentRefState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$PatternContainerState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$PrefixMapping.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$RefState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$RootState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$SavedContext.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$SinglePatternContainerState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$Skipper.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$StartState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$State.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$TextState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ValueState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser$ZeroOrMoreState.class inflated: com/sun/xml/internal/rngom/parse/xml/SchemaParser.class inflated: com/sun/xml/internal/rngom/util/Localizer.class inflated: com/sun/xml/internal/rngom/util/Uri.class inflated: com/sun/xml/internal/rngom/util/Utf16.class inflated: com/sun/xml/internal/rngom/xml/sax/AbstractLexicalHandler.class inflated: com/sun/xml/internal/rngom/xml/sax/JAXPXMLReaderCreator.class inflated: com/sun/xml/internal/rngom/xml/sax/XMLReaderCreator.class inflated: com/sun/xml/internal/rngom/xml/sax/XmlBaseHandler$1.class inflated: com/sun/xml/internal/rngom/xml/sax/XmlBaseHandler$Entry.class inflated: com/sun/xml/internal/rngom/xml/sax/XmlBaseHandler.class inflated: com/sun/xml/internal/rngom/xml/util/EncodingMap.class inflated: com/sun/xml/internal/rngom/xml/util/Naming.class inflated: com/sun/xml/internal/rngom/xml/util/WellKnownNamespaces.class inflated: com/sun/xml/internal/stream/buffer/AbstractCreator.class inflated: com/sun/xml/internal/stream/buffer/AbstractCreatorProcessor.class inflated: com/sun/xml/internal/stream/buffer/AbstractProcessor.class inflated: com/sun/xml/internal/stream/buffer/AttributesHolder.class inflated: com/sun/xml/internal/stream/buffer/FragmentedArray.class inflated: com/sun/xml/internal/stream/buffer/MutableXMLStreamBuffer.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBuffer.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferException.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferMark.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferResult.class inflated: com/sun/xml/internal/stream/buffer/XMLStreamBufferSource.class inflated: com/sun/xml/internal/stream/buffer/sax/DefaultWithLexicalHandler.class inflated: com/sun/xml/internal/stream/buffer/sax/Features.class inflated: com/sun/xml/internal/stream/buffer/sax/Properties.class inflated: com/sun/xml/internal/stream/buffer/sax/SAXBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/sax/SAXBufferProcessor.class inflated: com/sun/xml/internal/stream/buffer/stax/NamespaceContexHelper$NamespaceBindingImpl.class inflated: com/sun/xml/internal/stream/buffer/stax/NamespaceContexHelper.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$1.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$CharSequenceImpl.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$DummyLocation.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$ElementStackEntry.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext$1.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext$2.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext$BindingImpl.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor$InternalNamespaceContext.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamReaderBufferProcessor.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferCreator.class inflated: com/sun/xml/internal/stream/buffer/stax/StreamWriterBufferProcessor.class inflated: com/sun/xml/internal/txw2/Attribute.class inflated: com/sun/xml/internal/txw2/Cdata.class inflated: com/sun/xml/internal/txw2/Comment.class inflated: com/sun/xml/internal/txw2/ContainerElement.class inflated: com/sun/xml/internal/txw2/Content.class inflated: com/sun/xml/internal/txw2/ContentVisitor.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$1.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$2.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$3.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$4.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1$5.class inflated: com/sun/xml/internal/txw2/DatatypeWriter$1.class inflated: com/sun/xml/internal/txw2/DatatypeWriter.class inflated: com/sun/xml/internal/txw2/Document$1.class inflated: com/sun/xml/internal/txw2/Document.class inflated: com/sun/xml/internal/txw2/EndDocument.class inflated: com/sun/xml/internal/txw2/EndTag.class inflated: com/sun/xml/internal/txw2/IllegalAnnotationException.class inflated: com/sun/xml/internal/txw2/IllegalSignatureException.class inflated: com/sun/xml/internal/txw2/NamespaceDecl.class inflated: com/sun/xml/internal/txw2/NamespaceResolver.class inflated: com/sun/xml/internal/txw2/NamespaceSupport$Context.class inflated: com/sun/xml/internal/txw2/NamespaceSupport.class inflated: com/sun/xml/internal/txw2/Pcdata.class inflated: com/sun/xml/internal/txw2/StartDocument.class inflated: com/sun/xml/internal/txw2/StartTag.class inflated: com/sun/xml/internal/txw2/TXW.class inflated: com/sun/xml/internal/txw2/Text.class inflated: com/sun/xml/internal/txw2/TxwException.class inflated: com/sun/xml/internal/txw2/TypedXmlWriter.class inflated: com/sun/xml/internal/txw2/annotation/XmlAttribute.class inflated: com/sun/xml/internal/txw2/annotation/XmlCDATA.class inflated: com/sun/xml/internal/txw2/annotation/XmlElement.class inflated: com/sun/xml/internal/txw2/annotation/XmlNamespace.class inflated: com/sun/xml/internal/txw2/annotation/XmlValue.class inflated: com/sun/xml/internal/txw2/output/CharacterEscapeHandler.class inflated: com/sun/xml/internal/txw2/output/DataWriter.class inflated: com/sun/xml/internal/txw2/output/DelegatingXMLStreamWriter.class inflated: com/sun/xml/internal/txw2/output/Dom2SaxAdapter.class inflated: com/sun/xml/internal/txw2/output/DomSerializer.class inflated: com/sun/xml/internal/txw2/output/DumbEscapeHandler.class inflated: com/sun/xml/internal/txw2/output/DumpSerializer.class inflated: com/sun/xml/internal/txw2/output/IndentingXMLFilter.class inflated: com/sun/xml/internal/txw2/output/IndentingXMLStreamWriter.class inflated: com/sun/xml/internal/txw2/output/ResultFactory.class inflated: com/sun/xml/internal/txw2/output/SaxSerializer.class inflated: com/sun/xml/internal/txw2/output/StaxSerializer.class inflated: com/sun/xml/internal/txw2/output/StreamSerializer$1.class inflated: com/sun/xml/internal/txw2/output/StreamSerializer.class inflated: com/sun/xml/internal/txw2/output/XMLWriter.class inflated: com/sun/xml/internal/txw2/output/XmlSerializer.class inflated: com/sun/xml/internal/ws/Closeable.class inflated: com/sun/xml/internal/ws/addressing/EndpointReferenceUtil.class inflated: com/sun/xml/internal/ws/addressing/ProblemAction.class inflated: com/sun/xml/internal/ws/addressing/ProblemHeaderQName.class inflated: com/sun/xml/internal/ws/addressing/W3CAddressingConstants.class inflated: com/sun/xml/internal/ws/addressing/WsaClientTube.class inflated: com/sun/xml/internal/ws/addressing/WsaServerTube$1.class inflated: com/sun/xml/internal/ws/addressing/WsaServerTube.class inflated: com/sun/xml/internal/ws/addressing/WsaTube.class inflated: com/sun/xml/internal/ws/addressing/WsaTubeHelper.class inflated: com/sun/xml/internal/ws/addressing/WsaTubeHelperImpl.class inflated: com/sun/xml/internal/ws/addressing/model/ActionNotSupportedException.class inflated: com/sun/xml/internal/ws/addressing/model/InvalidMapException.class inflated: com/sun/xml/internal/ws/addressing/model/MapRequiredException.class inflated: com/sun/xml/internal/ws/addressing/v200408/MemberSubmissionAddressingConstants.class inflated: com/sun/xml/internal/ws/addressing/v200408/ProblemAction.class inflated: com/sun/xml/internal/ws/addressing/v200408/ProblemHeaderQName.class inflated: com/sun/xml/internal/ws/addressing/v200408/WsaTubeHelperImpl.class inflated: com/sun/xml/internal/ws/api/BindingID$1.class inflated: com/sun/xml/internal/ws/api/BindingID$Impl.class inflated: com/sun/xml/internal/ws/api/BindingID$SOAPHTTPImpl.class inflated: com/sun/xml/internal/ws/api/BindingID.class inflated: com/sun/xml/internal/ws/api/BindingIDFactory.class inflated: com/sun/xml/internal/ws/api/DistributedPropertySet.class inflated: com/sun/xml/internal/ws/api/EndpointAddress$1.class inflated: com/sun/xml/internal/ws/api/EndpointAddress.class inflated: com/sun/xml/internal/ws/api/FeatureConstructor.class inflated: com/sun/xml/internal/ws/api/PropertySet$1.class inflated: com/sun/xml/internal/ws/api/PropertySet$2.class inflated: com/sun/xml/internal/ws/api/PropertySet$3.class inflated: com/sun/xml/internal/ws/api/PropertySet$Accessor.class inflated: com/sun/xml/internal/ws/api/PropertySet$FieldAccessor.class inflated: com/sun/xml/internal/ws/api/PropertySet$MethodAccessor.class inflated: com/sun/xml/internal/ws/api/PropertySet$Property.class inflated: com/sun/xml/internal/ws/api/PropertySet$PropertyMap.class inflated: com/sun/xml/internal/ws/api/PropertySet.class inflated: com/sun/xml/internal/ws/api/SOAPVersion.class inflated: com/sun/xml/internal/ws/api/WSBinding.class inflated: com/sun/xml/internal/ws/api/WSFeatureList.class inflated: com/sun/xml/internal/ws/api/WSService$1.class inflated: com/sun/xml/internal/ws/api/WSService.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion$1.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion$2.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion$EPR.class inflated: com/sun/xml/internal/ws/api/addressing/AddressingVersion.class inflated: com/sun/xml/internal/ws/api/addressing/EPRHeader.class inflated: com/sun/xml/internal/ws/api/addressing/OneWayFeature.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$1.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$1Filter.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$2.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader$Attribute.class inflated: com/sun/xml/internal/ws/api/addressing/OutboundReferenceParameterHeader.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$1.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$2.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$3.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$4.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$Metadata.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference$SAXBufferProcessorImpl.class inflated: com/sun/xml/internal/ws/api/addressing/WSEndpointReference.class inflated: com/sun/xml/internal/ws/api/addressing/package-info.class inflated: com/sun/xml/internal/ws/api/client/ClientPipelineHook.class inflated: com/sun/xml/internal/ws/api/client/SelectOptimalEncodingFeature.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptor$1.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptor.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptorFactory$1.class inflated: com/sun/xml/internal/ws/api/client/ServiceInterceptorFactory.class inflated: com/sun/xml/internal/ws/api/client/WSPortInfo.class inflated: com/sun/xml/internal/ws/api/fastinfoset/FastInfosetFeature.class inflated: com/sun/xml/internal/ws/api/message/Attachment.class inflated: com/sun/xml/internal/ws/api/message/AttachmentSet.class inflated: com/sun/xml/internal/ws/api/message/ExceptionHasMessage.class inflated: com/sun/xml/internal/ws/api/message/Header.class inflated: com/sun/xml/internal/ws/api/message/HeaderList$1.class inflated: com/sun/xml/internal/ws/api/message/HeaderList$2.class inflated: com/sun/xml/internal/ws/api/message/HeaderList.class inflated: com/sun/xml/internal/ws/api/message/Headers$1.class inflated: com/sun/xml/internal/ws/api/message/Headers.class inflated: com/sun/xml/internal/ws/api/message/Message.class inflated: com/sun/xml/internal/ws/api/message/Messages.class inflated: com/sun/xml/internal/ws/api/message/Packet.class inflated: com/sun/xml/internal/ws/api/message/stream/InputStreamMessage.class inflated: com/sun/xml/internal/ws/api/message/stream/StreamBasedMessage.class inflated: com/sun/xml/internal/ws/api/message/stream/XMLStreamReaderMessage.class inflated: com/sun/xml/internal/ws/api/model/CheckedException.class inflated: com/sun/xml/internal/ws/api/model/ExceptionType.class inflated: com/sun/xml/internal/ws/api/model/JavaMethod.class inflated: com/sun/xml/internal/ws/api/model/MEP.class inflated: com/sun/xml/internal/ws/api/model/Parameter.class inflated: com/sun/xml/internal/ws/api/model/ParameterBinding$Kind.class inflated: com/sun/xml/internal/ws/api/model/ParameterBinding.class inflated: com/sun/xml/internal/ws/api/model/SEIModel.class inflated: com/sun/xml/internal/ws/api/model/soap/SOAPBinding.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundOperation$ANONYMOUS.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundOperation.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLBoundPortType.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLDescriptorKind.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtensible.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLExtension.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLFault.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLFeaturedObject.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLInput.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLMessage.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLModel$WSDLParser.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLModel.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLObject.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLOperation.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLOutput.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPart.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPartDescriptor.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPort.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLPortType.class inflated: com/sun/xml/internal/ws/api/model/wsdl/WSDLService.class inflated: com/sun/xml/internal/ws/api/pipe/ClientPipeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/ClientTubeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/Codec.class inflated: com/sun/xml/internal/ws/api/pipe/Codecs.class inflated: com/sun/xml/internal/ws/api/pipe/ContentType.class inflated: com/sun/xml/internal/ws/api/pipe/Engine$1.class inflated: com/sun/xml/internal/ws/api/pipe/Engine$DaemonThreadFactory.class inflated: com/sun/xml/internal/ws/api/pipe/Engine.class inflated: com/sun/xml/internal/ws/api/pipe/Fiber$1.class inflated: com/sun/xml/internal/ws/api/pipe/Fiber$CompletionCallback.class inflated: com/sun/xml/internal/ws/api/pipe/Fiber$InterceptorHandler.class inflated: com/sun/xml/internal/ws/api/pipe/Fiber.class inflated: com/sun/xml/internal/ws/api/pipe/FiberContextSwitchInterceptor$Work.class inflated: com/sun/xml/internal/ws/api/pipe/FiberContextSwitchInterceptor.class inflated: com/sun/xml/internal/ws/api/pipe/NextAction.class inflated: com/sun/xml/internal/ws/api/pipe/Pipe.class inflated: com/sun/xml/internal/ws/api/pipe/PipeCloner.class inflated: com/sun/xml/internal/ws/api/pipe/PipelineAssembler.class inflated: com/sun/xml/internal/ws/api/pipe/PipelineAssemblerFactory.class inflated: com/sun/xml/internal/ws/api/pipe/SOAPBindingCodec.class inflated: com/sun/xml/internal/ws/api/pipe/ServerPipeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/ServerTubeAssemblerContext.class inflated: com/sun/xml/internal/ws/api/pipe/StreamSOAPCodec.class inflated: com/sun/xml/internal/ws/api/pipe/Stubs.class inflated: com/sun/xml/internal/ws/api/pipe/TransportPipeFactory.class inflated: com/sun/xml/internal/ws/api/pipe/TransportTubeFactory.class inflated: com/sun/xml/internal/ws/api/pipe/Tube.class inflated: com/sun/xml/internal/ws/api/pipe/TubeCloner.class inflated: com/sun/xml/internal/ws/api/pipe/TubelineAssembler.class inflated: com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory$TubelineAssemblerAdapter.class inflated: com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterPipeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractFilterTubeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractPipeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/AbstractTubeImpl.class inflated: com/sun/xml/internal/ws/api/pipe/helper/PipeAdapter$1TubeAdapter.class inflated: com/sun/xml/internal/ws/api/pipe/helper/PipeAdapter.class inflated: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport$1.class inflated: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport$CodecPool.class inflated: com/sun/xml/internal/ws/api/server/AbstractServerAsyncTransport.class inflated: com/sun/xml/internal/ws/api/server/Adapter$1.class inflated: com/sun/xml/internal/ws/api/server/Adapter$Toolkit.class inflated: com/sun/xml/internal/ws/api/server/Adapter.class inflated: com/sun/xml/internal/ws/api/server/AsyncProvider.class inflated: com/sun/xml/internal/ws/api/server/AsyncProviderCallback.class inflated: com/sun/xml/internal/ws/api/server/BoundEndpoint.class inflated: com/sun/xml/internal/ws/api/server/Container$1.class inflated: com/sun/xml/internal/ws/api/server/Container.class inflated: com/sun/xml/internal/ws/api/server/ContainerResolver$1.class inflated: com/sun/xml/internal/ws/api/server/ContainerResolver.class inflated: com/sun/xml/internal/ws/api/server/DocumentAddressResolver.class inflated: com/sun/xml/internal/ws/api/server/EndpointAwareCodec.class inflated: com/sun/xml/internal/ws/api/server/InstanceResolver$1.class inflated: com/sun/xml/internal/ws/api/server/InstanceResolver.class inflated: com/sun/xml/internal/ws/api/server/InstanceResolverAnnotation.class inflated: com/sun/xml/internal/ws/api/server/Invoker.class inflated: com/sun/xml/internal/ws/api/server/Module.class inflated: com/sun/xml/internal/ws/api/server/PortAddressResolver.class inflated: com/sun/xml/internal/ws/api/server/ResourceInjector.class inflated: com/sun/xml/internal/ws/api/server/SDDocument$Schema.class inflated: com/sun/xml/internal/ws/api/server/SDDocument$WSDL.class inflated: com/sun/xml/internal/ws/api/server/SDDocument.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentFilter.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentSource$1.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentSource$2.class inflated: com/sun/xml/internal/ws/api/server/SDDocumentSource.class inflated: com/sun/xml/internal/ws/api/server/ServerPipelineHook.class inflated: com/sun/xml/internal/ws/api/server/ServiceDefinition.class inflated: com/sun/xml/internal/ws/api/server/TransportBackChannel.class inflated: com/sun/xml/internal/ws/api/server/WSEndpoint$CompletionCallback.class inflated: com/sun/xml/internal/ws/api/server/WSEndpoint$PipeHead.class inflated: com/sun/xml/internal/ws/api/server/WSEndpoint.class inflated: com/sun/xml/internal/ws/api/server/WSWebServiceContext.class inflated: com/sun/xml/internal/ws/api/server/WebModule.class inflated: com/sun/xml/internal/ws/api/server/WebServiceContextDelegate.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$Default.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$NoLock.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$RecycleAware.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$Woodstox.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory$Zephyr.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamReaderFactory.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory$Default.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory$RecycleAware.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory$Zephyr.class inflated: com/sun/xml/internal/ws/api/streaming/XMLStreamWriterFactory.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/MetaDataResolver.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/MetadataResolverFactory.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/ServiceDescriptor.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtension.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/WSDLParserExtensionContext.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/XMLEntityResolver$Parser.class inflated: com/sun/xml/internal/ws/api/wsdl/parser/XMLEntityResolver.class inflated: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGenExtnContext.class inflated: com/sun/xml/internal/ws/api/wsdl/writer/WSDLGeneratorExtension.class inflated: com/sun/xml/internal/ws/binding/BindingImpl.class inflated: com/sun/xml/internal/ws/binding/HTTPBindingImpl.class inflated: com/sun/xml/internal/ws/binding/SOAPBindingImpl.class inflated: com/sun/xml/internal/ws/binding/WebServiceFeatureList$MergedFeatures.class inflated: com/sun/xml/internal/ws/binding/WebServiceFeatureList.class inflated: com/sun/xml/internal/ws/client/AsyncInvoker.class inflated: com/sun/xml/internal/ws/client/AsyncResponseImpl$1CallbackFuture.class inflated: com/sun/xml/internal/ws/client/AsyncResponseImpl.class inflated: com/sun/xml/internal/ws/client/BindingProviderProperties.class inflated: com/sun/xml/internal/ws/client/ClientTransportException.class inflated: com/sun/xml/internal/ws/client/ContentNegotiation.class inflated: com/sun/xml/internal/ws/client/HandlerConfiguration.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator$AnnotationConfigurator$1.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator$AnnotationConfigurator.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator$HandlerResolverImpl.class inflated: com/sun/xml/internal/ws/client/HandlerConfigurator.class inflated: com/sun/xml/internal/ws/client/PortInfo.class inflated: com/sun/xml/internal/ws/client/RequestContext$1.class inflated: com/sun/xml/internal/ws/client/RequestContext$MapView.class inflated: com/sun/xml/internal/ws/client/RequestContext.class inflated: com/sun/xml/internal/ws/client/ResponseContext.class inflated: com/sun/xml/internal/ws/client/ResponseContextReceiver.class inflated: com/sun/xml/internal/ws/client/ResponseImpl$1CallbackFuture.class inflated: com/sun/xml/internal/ws/client/ResponseImpl.class inflated: com/sun/xml/internal/ws/client/SCAnnotations$1.class inflated: com/sun/xml/internal/ws/client/SCAnnotations.class inflated: com/sun/xml/internal/ws/client/SEIPortInfo.class inflated: com/sun/xml/internal/ws/client/SenderException.class inflated: com/sun/xml/internal/ws/client/Stub$1.class inflated: com/sun/xml/internal/ws/client/Stub.class inflated: com/sun/xml/internal/ws/client/WSServiceDelegate$1.class inflated: com/sun/xml/internal/ws/client/WSServiceDelegate$DaemonThreadFactory.class inflated: com/sun/xml/internal/ws/client/WSServiceDelegate.class inflated: com/sun/xml/internal/ws/client/dispatch/DataSourceDispatch$1.class inflated: com/sun/xml/internal/ws/client/dispatch/DataSourceDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl$DispatchAsyncInvoker$1.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl$DispatchAsyncInvoker.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl$Invoker.class inflated: com/sun/xml/internal/ws/client/dispatch/DispatchImpl.class inflated: com/sun/xml/internal/ws/client/dispatch/JAXBDispatch$1.class inflated: com/sun/xml/internal/ws/client/dispatch/JAXBDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/MessageDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/RESTSourceDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/SOAPMessageDispatch.class inflated: com/sun/xml/internal/ws/client/dispatch/SOAPSourceDispatch$1.class inflated: com/sun/xml/internal/ws/client/dispatch/SOAPSourceDispatch.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Bare.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Composite.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$DocLit.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Filler.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$None.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder$Wrapped.class inflated: com/sun/xml/internal/ws/client/sei/AsyncBuilder.class inflated: com/sun/xml/internal/ws/client/sei/AsyncMethodHandler$1.class inflated: com/sun/xml/internal/ws/client/sei/AsyncMethodHandler$Invoker.class inflated: com/sun/xml/internal/ws/client/sei/AsyncMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$Bare.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$DocLit.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$Empty.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$JAXB.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder$Wrapped.class inflated: com/sun/xml/internal/ws/client/sei/BodyBuilder.class inflated: com/sun/xml/internal/ws/client/sei/CallbackMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$AttachmentFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$ByteArrayFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$DataHandlerFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$Header.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller$JAXBFiller.class inflated: com/sun/xml/internal/ws/client/sei/MessageFiller.class inflated: com/sun/xml/internal/ws/client/sei/MethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/PollingMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$1.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$AttachmentBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$Body.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$ByteArrayBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$Composite.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$DataHandlerBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$DocLit$PartBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$DocLit.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$Header.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$ImageBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$InputStreamBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$JAXBBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$None.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$NullSetter.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$RpcLit$PartBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder$SourceBuilder.class inflated: com/sun/xml/internal/ws/client/sei/ResponseBuilder.class inflated: com/sun/xml/internal/ws/client/sei/SEIStub.class inflated: com/sun/xml/internal/ws/client/sei/SyncMethodHandler$1.class inflated: com/sun/xml/internal/ws/client/sei/SyncMethodHandler.class inflated: com/sun/xml/internal/ws/client/sei/ValueGetter$1.class inflated: com/sun/xml/internal/ws/client/sei/ValueGetter$2.class inflated: com/sun/xml/internal/ws/client/sei/ValueGetter.class inflated: com/sun/xml/internal/ws/client/sei/ValueSetter$1.class inflated: com/sun/xml/internal/ws/client/sei/ValueSetter$Param.class inflated: com/sun/xml/internal/ws/client/sei/ValueSetter$ReturnValue.class inflated: com/sun/xml/internal/ws/client/sei/ValueSetter.class inflated: com/sun/xml/internal/ws/developer/EPRRecipe.class inflated: com/sun/xml/internal/ws/developer/JAXWSProperties.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionAddressing.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionAddressingFeature.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$Address.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$AttributedQName.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$Elements.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference$ServiceNameType.class inflated: com/sun/xml/internal/ws/developer/MemberSubmissionEndpointReference.class inflated: com/sun/xml/internal/ws/developer/ServerSideException.class inflated: com/sun/xml/internal/ws/developer/Stateful.class inflated: com/sun/xml/internal/ws/developer/StatefulFeature.class inflated: com/sun/xml/internal/ws/developer/StatefulWebServiceManager$Callback.class inflated: com/sun/xml/internal/ws/developer/StatefulWebServiceManager.class inflated: com/sun/xml/internal/ws/developer/WSBindingProvider.class inflated: com/sun/xml/internal/ws/encoding/AbstractXMLStreamWriterExImpl$1.class inflated: com/sun/xml/internal/ws/encoding/AbstractXMLStreamWriterExImpl$StreamImpl.class inflated: com/sun/xml/internal/ws/encoding/AbstractXMLStreamWriterExImpl.class inflated: com/sun/xml/internal/ws/encoding/ContentTypeImpl.class inflated: com/sun/xml/internal/ws/encoding/MimeCodec.class inflated: com/sun/xml/internal/ws/encoding/MimeMultipartParser.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$1.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$ByteArrayBuffer.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomStreamWriter$MtomNamespaceContextEx.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomStreamWriter.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomXMLStreamReaderEx$MtomNamespaceContextEx.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec$MtomXMLStreamReaderEx.class inflated: com/sun/xml/internal/ws/encoding/MtomCodec.class inflated: com/sun/xml/internal/ws/encoding/SOAPBindingCodec$1.class inflated: com/sun/xml/internal/ws/encoding/SOAPBindingCodec$AcceptContentType.class inflated: com/sun/xml/internal/ws/encoding/SOAPBindingCodec.class inflated: com/sun/xml/internal/ws/encoding/StreamSOAP11Codec.class inflated: com/sun/xml/internal/ws/encoding/StreamSOAP12Codec.class inflated: com/sun/xml/internal/ws/encoding/StreamSOAPCodec$1.class inflated: com/sun/xml/internal/ws/encoding/StreamSOAPCodec.class inflated: com/sun/xml/internal/ws/encoding/SwACodec.class inflated: com/sun/xml/internal/ws/encoding/TagInfoset.class inflated: com/sun/xml/internal/ws/encoding/XMLHTTPBindingCodec$1.class inflated: com/sun/xml/internal/ws/encoding/XMLHTTPBindingCodec$AcceptContentType.class inflated: com/sun/xml/internal/ws/encoding/XMLHTTPBindingCodec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetCodec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetMIMETypes.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderFactory.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamReaderRecyclable.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP11Codec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAP12Codec.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAPCodec$1.class inflated: com/sun/xml/internal/ws/encoding/fastinfoset/FastInfosetStreamSOAPCodec.class inflated: com/sun/xml/internal/ws/encoding/soap/DeserializationException.class inflated: com/sun/xml/internal/ws/encoding/soap/SOAP12Constants.class inflated: com/sun/xml/internal/ws/encoding/soap/SOAPConstants.class inflated: com/sun/xml/internal/ws/encoding/soap/SerializationException.class inflated: com/sun/xml/internal/ws/encoding/soap/SerializerConstants.class inflated: com/sun/xml/internal/ws/encoding/soap/streaming/SOAP12NamespaceConstants.class inflated: com/sun/xml/internal/ws/encoding/soap/streaming/SOAPNamespaceConstants.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLCodec.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$1.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$FaultMessage.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$MessageDataSource.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$UnknownContent.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$XMLAttachmentSet.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage$XMLMultiPart.class inflated: com/sun/xml/internal/ws/encoding/xml/XMLMessage.class inflated: com/sun/xml/internal/ws/fault/CodeType.class inflated: com/sun/xml/internal/ws/fault/DetailType.class inflated: com/sun/xml/internal/ws/fault/ExceptionBean$1.class inflated: com/sun/xml/internal/ws/fault/ExceptionBean$StackFrame.class inflated: com/sun/xml/internal/ws/fault/ExceptionBean.class inflated: com/sun/xml/internal/ws/fault/ReasonType.class inflated: com/sun/xml/internal/ws/fault/SOAP11Fault.class inflated: com/sun/xml/internal/ws/fault/SOAP12Fault.class inflated: com/sun/xml/internal/ws/fault/SOAPFaultBuilder$1.class inflated: com/sun/xml/internal/ws/fault/SOAPFaultBuilder.class inflated: com/sun/xml/internal/ws/fault/SubcodeType.class inflated: com/sun/xml/internal/ws/fault/TextType.class inflated: com/sun/xml/internal/ws/handler/ClientLogicalHandlerTube.class inflated: com/sun/xml/internal/ws/handler/ClientSOAPHandlerTube.class inflated: com/sun/xml/internal/ws/handler/HandlerChainsModel$HandlerChainType.class inflated: com/sun/xml/internal/ws/handler/HandlerChainsModel$HandlerType.class inflated: com/sun/xml/internal/ws/handler/HandlerChainsModel.class inflated: com/sun/xml/internal/ws/handler/HandlerException.class inflated: com/sun/xml/internal/ws/handler/HandlerProcessor$Direction.class inflated: com/sun/xml/internal/ws/handler/HandlerProcessor$RequestOrResponse.class inflated: com/sun/xml/internal/ws/handler/HandlerProcessor.class inflated: com/sun/xml/internal/ws/handler/HandlerTube$HandlerTubeExchange.class inflated: com/sun/xml/internal/ws/handler/HandlerTube.class inflated: com/sun/xml/internal/ws/handler/LogicalMessageContextImpl.class inflated: com/sun/xml/internal/ws/handler/LogicalMessageImpl.class inflated: com/sun/xml/internal/ws/handler/MessageContextImpl.class inflated: com/sun/xml/internal/ws/handler/MessageUpdatableContext.class inflated: com/sun/xml/internal/ws/handler/PortInfoImpl.class inflated: com/sun/xml/internal/ws/handler/SOAPHandlerProcessor.class inflated: com/sun/xml/internal/ws/handler/SOAPMessageContextImpl.class inflated: com/sun/xml/internal/ws/handler/ServerLogicalHandlerTube.class inflated: com/sun/xml/internal/ws/handler/ServerSOAPHandlerTube.class inflated: com/sun/xml/internal/ws/handler/XMLHandlerProcessor.class inflated: com/sun/xml/internal/ws/message/AbstractHeaderImpl.class inflated: com/sun/xml/internal/ws/message/AbstractMessageImpl.class inflated: com/sun/xml/internal/ws/message/AttachmentSetImpl.class inflated: com/sun/xml/internal/ws/message/AttachmentUnmarshallerImpl.class inflated: com/sun/xml/internal/ws/message/ByteArrayAttachment.class inflated: com/sun/xml/internal/ws/message/DOMHeader.class inflated: com/sun/xml/internal/ws/message/DOMMessage.class inflated: com/sun/xml/internal/ws/message/DataHandlerAttachment.class inflated: com/sun/xml/internal/ws/message/EmptyMessageImpl.class inflated: com/sun/xml/internal/ws/message/FaultDetailHeader.class inflated: com/sun/xml/internal/ws/message/JAXBAttachment.class inflated: com/sun/xml/internal/ws/message/MimeAttachmentSet.class inflated: com/sun/xml/internal/ws/message/ProblemActionHeader.class inflated: com/sun/xml/internal/ws/message/RelatesToHeader.class inflated: com/sun/xml/internal/ws/message/RootElementSniffer.class inflated: com/sun/xml/internal/ws/message/StringHeader.class inflated: com/sun/xml/internal/ws/message/Util.class inflated: com/sun/xml/internal/ws/message/XMLReaderImpl.class inflated: com/sun/xml/internal/ws/message/jaxb/AttachmentMarshallerImpl.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBBridgeSource$1.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBBridgeSource.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBHeader.class inflated: com/sun/xml/internal/ws/message/jaxb/JAXBMessage.class inflated: com/sun/xml/internal/ws/message/jaxb/MarshallerBridge.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJHeader.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJMessage$SAAJAttachment.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJMessage$SAAJAttachmentSet.class inflated: com/sun/xml/internal/ws/message/saaj/SAAJMessage.class inflated: com/sun/xml/internal/ws/message/source/PayloadSourceMessage.class inflated: com/sun/xml/internal/ws/message/source/ProtocolSourceMessage.class inflated: com/sun/xml/internal/ws/message/source/SourceUtils.class inflated: com/sun/xml/internal/ws/message/stream/OutboundStreamHeader$Attribute.class inflated: com/sun/xml/internal/ws/message/stream/OutboundStreamHeader.class inflated: com/sun/xml/internal/ws/message/stream/PayloadStreamReaderMessage.class inflated: com/sun/xml/internal/ws/message/stream/StreamAttachment.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader$Attribute.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader11.class inflated: com/sun/xml/internal/ws/message/stream/StreamHeader12.class inflated: com/sun/xml/internal/ws/message/stream/StreamMessage.class inflated: com/sun/xml/internal/ws/model/AbstractSEIModelImpl$1.class inflated: com/sun/xml/internal/ws/model/AbstractSEIModelImpl.class inflated: com/sun/xml/internal/ws/model/CheckedExceptionImpl.class inflated: com/sun/xml/internal/ws/model/JavaMethodImpl.class inflated: com/sun/xml/internal/ws/model/ParameterImpl.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler$1.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler$2.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler$3.class inflated: com/sun/xml/internal/ws/model/RuntimeModeler.class inflated: com/sun/xml/internal/ws/model/RuntimeModelerException.class inflated: com/sun/xml/internal/ws/model/SOAPSEIModel.class inflated: com/sun/xml/internal/ws/model/WrapperParameter.class inflated: com/sun/xml/internal/ws/model/soap/SOAPBindingImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl$UnknownWSDLExtension.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractFeaturedObjectImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/AbstractObjectImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLBoundOperationImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLBoundPortTypeImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLFaultImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLInputImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLMessageImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLModelImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLOperationImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLOutputImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPartDescriptorImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPartImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPortImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLPortTypeImpl.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLProperties.class inflated: com/sun/xml/internal/ws/model/wsdl/WSDLServiceImpl.class inflated: com/sun/xml/internal/ws/protocol/soap/ClientMUTube.class inflated: com/sun/xml/internal/ws/protocol/soap/MUTube.class inflated: com/sun/xml/internal/ws/protocol/soap/ServerMUTube.class inflated: com/sun/xml/internal/ws/protocol/soap/VersionMismatchException.class inflated: com/sun/xml/internal/ws/protocol/xml/XMLMessageException.class inflated: com/sun/xml/internal/ws/resources/AddressingMessages.class inflated: com/sun/xml/internal/ws/resources/ClientMessages.class inflated: com/sun/xml/internal/ws/resources/DispatchMessages.class inflated: com/sun/xml/internal/ws/resources/EncodingMessages.class inflated: com/sun/xml/internal/ws/resources/HandlerMessages.class inflated: com/sun/xml/internal/ws/resources/HttpserverMessages.class inflated: com/sun/xml/internal/ws/resources/ModelerMessages.class inflated: com/sun/xml/internal/ws/resources/ProviderApiMessages.class inflated: com/sun/xml/internal/ws/resources/SenderMessages.class inflated: com/sun/xml/internal/ws/resources/ServerMessages.class inflated: com/sun/xml/internal/ws/resources/SoapMessages.class inflated: com/sun/xml/internal/ws/resources/StreamingMessages.class inflated: com/sun/xml/internal/ws/resources/UtilMessages.class inflated: com/sun/xml/internal/ws/resources/WsdlmodelMessages.class inflated: com/sun/xml/internal/ws/resources/WsservletMessages.class inflated: com/sun/xml/internal/ws/resources/XmlmessageMessages.class inflated: com/sun/xml/internal/ws/resources/addressing.properties inflated: com/sun/xml/internal/ws/resources/client.properties inflated: com/sun/xml/internal/ws/resources/dispatch.properties inflated: com/sun/xml/internal/ws/resources/encoding.properties inflated: com/sun/xml/internal/ws/resources/handler.properties inflated: com/sun/xml/internal/ws/resources/httpserver.properties inflated: com/sun/xml/internal/ws/resources/modeler.properties inflated: com/sun/xml/internal/ws/resources/providerApi.properties inflated: com/sun/xml/internal/ws/resources/sender.properties inflated: com/sun/xml/internal/ws/resources/server.properties inflated: com/sun/xml/internal/ws/resources/soap.properties inflated: com/sun/xml/internal/ws/resources/streaming.properties inflated: com/sun/xml/internal/ws/resources/util.properties inflated: com/sun/xml/internal/ws/resources/wsdlmodel.properties inflated: com/sun/xml/internal/ws/resources/wsservlet.properties inflated: com/sun/xml/internal/ws/resources/xmlmessage.properties inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$1.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$Compositor.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$FieldInjectionPlan$1.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$FieldInjectionPlan.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$InjectionPlan.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver$MethodInjectionPlan.class inflated: com/sun/xml/internal/ws/server/AbstractInstanceResolver.class inflated: com/sun/xml/internal/ws/server/AbstractMultiInstanceResolver.class inflated: com/sun/xml/internal/ws/server/AbstractWebServiceContext.class inflated: com/sun/xml/internal/ws/server/DefaultResourceInjector.class inflated: com/sun/xml/internal/ws/server/EndpointFactory$EntityResolverImpl.class inflated: com/sun/xml/internal/ws/server/EndpointFactory.class inflated: com/sun/xml/internal/ws/server/EndpointMessageContextImpl$1.class inflated: com/sun/xml/internal/ws/server/EndpointMessageContextImpl$EntrySet$1.class inflated: com/sun/xml/internal/ws/server/EndpointMessageContextImpl$EntrySet.class inflated: com/sun/xml/internal/ws/server/EndpointMessageContextImpl.class inflated: com/sun/xml/internal/ws/server/InvokerTube$1.class inflated: com/sun/xml/internal/ws/server/InvokerTube$2.class inflated: com/sun/xml/internal/ws/server/InvokerTube.class inflated: com/sun/xml/internal/ws/server/SDDocumentImpl$SchemaImpl.class inflated: com/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl.class inflated: com/sun/xml/internal/ws/server/SDDocumentImpl.class inflated: com/sun/xml/internal/ws/server/ServerPropertyConstants.class inflated: com/sun/xml/internal/ws/server/ServerRtException.class inflated: com/sun/xml/internal/ws/server/ServiceDefinitionImpl.class inflated: com/sun/xml/internal/ws/server/SingletonResolver.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver$1CookieSniffer.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver$Instance$1.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver$Instance.class inflated: com/sun/xml/internal/ws/server/StatefulInstanceResolver.class inflated: com/sun/xml/internal/ws/server/UnsupportedMediaException.class inflated: com/sun/xml/internal/ws/server/WSDLGenResolver.class inflated: com/sun/xml/internal/ws/server/WSDLPatcher$EPR_ADDRESS_STATE.class inflated: com/sun/xml/internal/ws/server/WSDLPatcher.class inflated: com/sun/xml/internal/ws/server/WSEndpointImpl$1.class inflated: com/sun/xml/internal/ws/server/WSEndpointImpl$2.class inflated: com/sun/xml/internal/ws/server/WSEndpointImpl.class inflated: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube$AsyncProviderCallbackImpl.class inflated: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube$AsyncWebServiceContext.class inflated: com/sun/xml/internal/ws/server/provider/AsyncProviderInvokerTube.class inflated: com/sun/xml/internal/ws/server/provider/MessageProviderArgumentBuilder.class inflated: com/sun/xml/internal/ws/server/provider/ProviderArgumentsBuilder.class inflated: com/sun/xml/internal/ws/server/provider/ProviderEndpointModel.class inflated: com/sun/xml/internal/ws/server/provider/ProviderInvokerTube.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder$1.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder$MessageSource.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder$PayloadSource.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder$SOAPMessageParameter.class inflated: com/sun/xml/internal/ws/server/provider/SOAPProviderArgumentBuilder.class inflated: com/sun/xml/internal/ws/server/provider/SyncProviderInvokerTube.class inflated: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder$1.class inflated: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder$DataSourceParameter.class inflated: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder$PayloadSource.class inflated: com/sun/xml/internal/ws/server/provider/XMLProviderArgumentBuilder.class inflated: com/sun/xml/internal/ws/server/sei/ActionBasedDispatcher.class inflated: com/sun/xml/internal/ws/server/sei/DispatchException.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$1.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$AttachmentBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$Body.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$ByteArrayBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$Composite.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$DataHandlerBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$DocLit$PartBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$DocLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$Header.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$ImageBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$InputStreamBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$JAXBBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$None.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$NullSetter.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$RpcLit$PartBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder$SourceBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointArgumentsBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcher.class inflated: com/sun/xml/internal/ws/server/sei/EndpointMethodDispatcherGetter.class inflated: com/sun/xml/internal/ws/server/sei/EndpointMethodHandler$1.class inflated: com/sun/xml/internal/ws/server/sei/EndpointMethodHandler.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$Bare.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$DocLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$Empty.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$JAXB.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$RpcLit.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder$Wrapped.class inflated: com/sun/xml/internal/ws/server/sei/EndpointResponseMessageBuilder.class inflated: com/sun/xml/internal/ws/server/sei/EndpointValueSetter$1.class inflated: com/sun/xml/internal/ws/server/sei/EndpointValueSetter$HolderParam.class inflated: com/sun/xml/internal/ws/server/sei/EndpointValueSetter$Param.class inflated: com/sun/xml/internal/ws/server/sei/EndpointValueSetter.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$AttachmentFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$ByteArrayFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$DataHandlerFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$Header.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller$JAXBFiller.class inflated: com/sun/xml/internal/ws/server/sei/MessageFiller.class inflated: com/sun/xml/internal/ws/server/sei/PayloadQNameBasedDispatcher.class inflated: com/sun/xml/internal/ws/server/sei/SEIInvokerTube.class inflated: com/sun/xml/internal/ws/server/sei/ValueGetter$1.class inflated: com/sun/xml/internal/ws/server/sei/ValueGetter$2.class inflated: com/sun/xml/internal/ws/server/sei/ValueGetter.class inflated: com/sun/xml/internal/ws/spi/ProviderImpl$1.class inflated: com/sun/xml/internal/ws/spi/ProviderImpl$2.class inflated: com/sun/xml/internal/ws/spi/ProviderImpl.class inflated: com/sun/xml/internal/ws/streaming/Attributes.class inflated: com/sun/xml/internal/ws/streaming/DOMStreamReader$Scope.class inflated: com/sun/xml/internal/ws/streaming/DOMStreamReader.class inflated: com/sun/xml/internal/ws/streaming/PrefixFactory.class inflated: com/sun/xml/internal/ws/streaming/PrefixFactoryImpl.class inflated: com/sun/xml/internal/ws/streaming/SourceReaderFactory.class inflated: com/sun/xml/internal/ws/streaming/TidyXMLStreamReader.class inflated: com/sun/xml/internal/ws/streaming/XMLReader.class inflated: com/sun/xml/internal/ws/streaming/XMLReaderException.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderException.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil$AttributesImpl$AttributeInfo.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil$AttributesImpl.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamReaderUtil.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamWriterException.class inflated: com/sun/xml/internal/ws/streaming/XMLStreamWriterUtil.class inflated: com/sun/xml/internal/ws/transport/DeferredTransportPipe.class inflated: com/sun/xml/internal/ws/transport/Headers.class inflated: com/sun/xml/internal/ws/transport/http/DeploymentDescriptorParser$AdapterFactory.class inflated: com/sun/xml/internal/ws/transport/http/DeploymentDescriptorParser.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$1.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$2.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$AsyncTransport.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$DummyList.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$Http10OutputStream.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$HttpToolkit.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter$Oneway.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapter.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapterList$1.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapterList$PortInfo.class inflated: com/sun/xml/internal/ws/transport/http/HttpAdapterList.class inflated: com/sun/xml/internal/ws/transport/http/ResourceLoader.class inflated: com/sun/xml/internal/ws/transport/http/WSHTTPConnection.class inflated: com/sun/xml/internal/ws/transport/http/client/CookieJar.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport$1.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport$HttpClientVerifier.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport$WSChunkedOuputStream.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpClientTransport.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpCookie.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpResponseProperties.class inflated: com/sun/xml/internal/ws/transport/http/client/HttpTransportPipe.class inflated: com/sun/xml/internal/ws/transport/http/client/RfcDateParser.class inflated: com/sun/xml/internal/ws/transport/http/server/EndpointImpl.class inflated: com/sun/xml/internal/ws/transport/http/server/HttpEndpoint.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$1.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$2.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerMgr$ServerState.class inflated: com/sun/xml/internal/ws/transport/http/server/ServerMgr.class inflated: com/sun/xml/internal/ws/transport/http/server/WSHttpHandler$HttpHandlerRunnable.class inflated: com/sun/xml/internal/ws/transport/http/server/WSHttpHandler.class inflated: com/sun/xml/internal/ws/util/ASCIIUtility.class inflated: com/sun/xml/internal/ws/util/ByteArrayBuffer.class inflated: com/sun/xml/internal/ws/util/ByteArrayDataSource.class inflated: com/sun/xml/internal/ws/util/CompletedFuture.class inflated: com/sun/xml/internal/ws/util/Constants.class inflated: com/sun/xml/internal/ws/util/DOMUtil.class inflated: com/sun/xml/internal/ws/util/FastInfosetReflection.class inflated: com/sun/xml/internal/ws/util/FastInfosetUtil.class inflated: com/sun/xml/internal/ws/util/HandlerAnnotationInfo.class inflated: com/sun/xml/internal/ws/util/HandlerAnnotationProcessor.class inflated: com/sun/xml/internal/ws/util/JAXWSUtils.class inflated: com/sun/xml/internal/ws/util/NamespaceSupport$Context.class inflated: com/sun/xml/internal/ws/util/NamespaceSupport.class inflated: com/sun/xml/internal/ws/util/NoCloseInputStream.class inflated: com/sun/xml/internal/ws/util/NoCloseOutputStream.class inflated: com/sun/xml/internal/ws/util/Pool$Marshaller.class inflated: com/sun/xml/internal/ws/util/Pool$TubePool.class inflated: com/sun/xml/internal/ws/util/Pool$Unmarshaller.class inflated: com/sun/xml/internal/ws/util/Pool.class inflated: com/sun/xml/internal/ws/util/QNameMap$1.class inflated: com/sun/xml/internal/ws/util/QNameMap$Entry.class inflated: com/sun/xml/internal/ws/util/QNameMap$EntryIterator.class inflated: com/sun/xml/internal/ws/util/QNameMap$EntrySet.class inflated: com/sun/xml/internal/ws/util/QNameMap$HashIterator.class inflated: com/sun/xml/internal/ws/util/QNameMap$ValueIterator.class inflated: com/sun/xml/internal/ws/util/QNameMap.class inflated: com/sun/xml/internal/ws/util/ReadOnlyPropertyException.class inflated: com/sun/xml/internal/ws/util/RuntimeVersion.class inflated: com/sun/xml/internal/ws/util/ServiceConfigurationError.class inflated: com/sun/xml/internal/ws/util/ServiceFinder$1.class inflated: com/sun/xml/internal/ws/util/ServiceFinder$LazyIterator.class inflated: com/sun/xml/internal/ws/util/ServiceFinder.class inflated: com/sun/xml/internal/ws/util/StringUtils.class inflated: com/sun/xml/internal/ws/util/UtilException.class inflated: com/sun/xml/internal/ws/util/Version.class inflated: com/sun/xml/internal/ws/util/VersionUtil.class inflated: com/sun/xml/internal/ws/util/exception/JAXWSExceptionBase.class inflated: com/sun/xml/internal/ws/util/exception/LocatableWebServiceException.class inflated: com/sun/xml/internal/ws/util/localization/Localizable.class inflated: com/sun/xml/internal/ws/util/localization/LocalizableImpl.class inflated: com/sun/xml/internal/ws/util/localization/LocalizableMessage.class inflated: com/sun/xml/internal/ws/util/localization/LocalizableMessageFactory.class inflated: com/sun/xml/internal/ws/util/localization/Localizer.class inflated: com/sun/xml/internal/ws/util/localization/NullLocalizable.class inflated: com/sun/xml/internal/ws/util/pipe/DumpTube$1.class inflated: com/sun/xml/internal/ws/util/pipe/DumpTube.class inflated: com/sun/xml/internal/ws/util/pipe/StandalonePipeAssembler.class inflated: com/sun/xml/internal/ws/util/pipe/StandaloneTubeAssembler.class inflated: com/sun/xml/internal/ws/util/resources/Messages_en.properties inflated: com/sun/xml/internal/ws/util/version.properties inflated: com/sun/xml/internal/ws/util/xml/CDATA.class inflated: com/sun/xml/internal/ws/util/xml/ContentHandlerToXMLStreamWriter.class inflated: com/sun/xml/internal/ws/util/xml/DummyLocation.class inflated: com/sun/xml/internal/ws/util/xml/NamedNodeMapIterator.class inflated: com/sun/xml/internal/ws/util/xml/NodeListIterator.class inflated: com/sun/xml/internal/ws/util/xml/StAXResult.class inflated: com/sun/xml/internal/ws/util/xml/StAXSource$1.class inflated: com/sun/xml/internal/ws/util/xml/StAXSource.class inflated: com/sun/xml/internal/ws/util/xml/XMLStreamReaderFilter.class inflated: com/sun/xml/internal/ws/util/xml/XMLStreamReaderToXMLStreamWriter.class inflated: com/sun/xml/internal/ws/util/xml/XMLStreamWriterFilter.class inflated: com/sun/xml/internal/ws/util/xml/XmlUtil$1.class inflated: com/sun/xml/internal/ws/util/xml/XmlUtil.class inflated: com/sun/xml/internal/ws/wsdl/parser/DelegatingParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/EntityResolverWrapper.class inflated: com/sun/xml/internal/ws/wsdl/parser/ErrorHandler.class inflated: com/sun/xml/internal/ws/wsdl/parser/FoolProofParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/InaccessibleWSDLException$Builder.class inflated: com/sun/xml/internal/ws/wsdl/parser/InaccessibleWSDLException.class inflated: com/sun/xml/internal/ws/wsdl/parser/MIMEConstants.class inflated: com/sun/xml/internal/ws/wsdl/parser/MemberSubmissionAddressingWSDLParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/MexEntityResolver.class inflated: com/sun/xml/internal/ws/wsdl/parser/ParserUtil.class inflated: com/sun/xml/internal/ws/wsdl/parser/RuntimeWSDLParser$BindingMode.class inflated: com/sun/xml/internal/ws/wsdl/parser/RuntimeWSDLParser.class inflated: com/sun/xml/internal/ws/wsdl/parser/SOAPConstants.class inflated: com/sun/xml/internal/ws/wsdl/parser/W3CAddressingWSDLParserExtension.class inflated: com/sun/xml/internal/ws/wsdl/parser/WSDLConstants.class inflated: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionContextImpl.class inflated: com/sun/xml/internal/ws/wsdl/parser/WSDLParserExtensionFacade.class inflated: com/sun/xml/internal/ws/wsdl/writer/UsingAddressing.class inflated: com/sun/xml/internal/ws/wsdl/writer/W3CAddressingWSDLGeneratorExtension.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator$1.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator$CommentFilter.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator$JAXWSOutputSchemaResolver.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGenerator.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLGeneratorExtensionFacade.class inflated: com/sun/xml/internal/ws/wsdl/writer/WSDLResolver.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Binding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/BindingOperationType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Definitions.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Documented.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Fault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/FaultType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Import.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Message.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/OpenAtts.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Operation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/ParamType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Part.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Port.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/PortType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Service.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/StartWithExtensionsType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/Types.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/Address.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/Binding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/Operation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/http/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/Body.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/BodyType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/Header.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/HeaderFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPAddress.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPBinding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/SOAPOperation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Body.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/BodyType.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/Header.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/HeaderFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPAddress.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPBinding.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPFault.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/SOAPOperation.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/soap12/package-info.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Import.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/xsd/Schema.class inflated: com/sun/xml/internal/ws/wsdl/writer/document/xsd/package-info.class inflated: com/sun/xml/internal/xsom/ForeignAttributes.class inflated: com/sun/xml/internal/xsom/SCD.class inflated: com/sun/xml/internal/xsom/XSAnnotation.class inflated: com/sun/xml/internal/xsom/XSAttContainer.class inflated: com/sun/xml/internal/xsom/XSAttGroupDecl.class inflated: com/sun/xml/internal/xsom/XSAttributeDecl.class inflated: com/sun/xml/internal/xsom/XSAttributeUse.class inflated: com/sun/xml/internal/xsom/XSComplexType.class inflated: com/sun/xml/internal/xsom/XSComponent.class inflated: com/sun/xml/internal/xsom/XSContentType.class inflated: com/sun/xml/internal/xsom/XSDeclaration.class inflated: com/sun/xml/internal/xsom/XSElementDecl.class inflated: com/sun/xml/internal/xsom/XSFacet.class inflated: com/sun/xml/internal/xsom/XSIdentityConstraint.class inflated: com/sun/xml/internal/xsom/XSListSimpleType.class inflated: com/sun/xml/internal/xsom/XSModelGroup$Compositor.class inflated: com/sun/xml/internal/xsom/XSModelGroup.class inflated: com/sun/xml/internal/xsom/XSModelGroupDecl.class inflated: com/sun/xml/internal/xsom/XSNotation.class inflated: com/sun/xml/internal/xsom/XSParticle.class inflated: com/sun/xml/internal/xsom/XSRestrictionSimpleType.class inflated: com/sun/xml/internal/xsom/XSSchema.class inflated: com/sun/xml/internal/xsom/XSSchemaSet.class inflated: com/sun/xml/internal/xsom/XSSimpleType.class inflated: com/sun/xml/internal/xsom/XSTerm.class inflated: com/sun/xml/internal/xsom/XSType.class inflated: com/sun/xml/internal/xsom/XSUnionSimpleType.class inflated: com/sun/xml/internal/xsom/XSVariety.class inflated: com/sun/xml/internal/xsom/XSWildcard$Any.class inflated: com/sun/xml/internal/xsom/XSWildcard$Other.class inflated: com/sun/xml/internal/xsom/XSWildcard$Union.class inflated: com/sun/xml/internal/xsom/XSWildcard.class inflated: com/sun/xml/internal/xsom/XSXPath.class inflated: com/sun/xml/internal/xsom/XmlString$1.class inflated: com/sun/xml/internal/xsom/XmlString.class inflated: com/sun/xml/internal/xsom/impl/AnnotationImpl.class inflated: com/sun/xml/internal/xsom/impl/AttGroupDeclImpl.class inflated: com/sun/xml/internal/xsom/impl/AttributeDeclImpl.class inflated: com/sun/xml/internal/xsom/impl/AttributeUseImpl.class inflated: com/sun/xml/internal/xsom/impl/AttributesHolder$1.class inflated: com/sun/xml/internal/xsom/impl/AttributesHolder$2.class inflated: com/sun/xml/internal/xsom/impl/AttributesHolder.class inflated: com/sun/xml/internal/xsom/impl/ComplexTypeImpl$1.class inflated: com/sun/xml/internal/xsom/impl/ComplexTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/ComponentImpl.class inflated: com/sun/xml/internal/xsom/impl/Const.class inflated: com/sun/xml/internal/xsom/impl/ContentTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/DeclarationImpl.class inflated: com/sun/xml/internal/xsom/impl/ElementDecl.class inflated: com/sun/xml/internal/xsom/impl/EmptyImpl.class inflated: com/sun/xml/internal/xsom/impl/FacetImpl.class inflated: com/sun/xml/internal/xsom/impl/ForeignAttributesImpl.class inflated: com/sun/xml/internal/xsom/impl/IdentityConstraintImpl.class inflated: com/sun/xml/internal/xsom/impl/ListSimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/ModelGroupDeclImpl.class inflated: com/sun/xml/internal/xsom/impl/ModelGroupImpl.class inflated: com/sun/xml/internal/xsom/impl/NotationImpl.class inflated: com/sun/xml/internal/xsom/impl/ParticleImpl.class inflated: com/sun/xml/internal/xsom/impl/Ref$AttGroup.class inflated: com/sun/xml/internal/xsom/impl/Ref$Attribute.class inflated: com/sun/xml/internal/xsom/impl/Ref$ComplexType.class inflated: com/sun/xml/internal/xsom/impl/Ref$ContentType.class inflated: com/sun/xml/internal/xsom/impl/Ref$Element.class inflated: com/sun/xml/internal/xsom/impl/Ref$IdentityConstraint.class inflated: com/sun/xml/internal/xsom/impl/Ref$SimpleType.class inflated: com/sun/xml/internal/xsom/impl/Ref$Term.class inflated: com/sun/xml/internal/xsom/impl/Ref$Type.class inflated: com/sun/xml/internal/xsom/impl/Ref.class inflated: com/sun/xml/internal/xsom/impl/RestrictionSimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/SchemaImpl.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$1.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$2.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$3.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$4.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$5.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$6.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$7.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$8.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$9.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$AnySimpleType.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl$AnyType.class inflated: com/sun/xml/internal/xsom/impl/SchemaSetImpl.class inflated: com/sun/xml/internal/xsom/impl/SimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/UName$1.class inflated: com/sun/xml/internal/xsom/impl/UName.class inflated: com/sun/xml/internal/xsom/impl/UnionSimpleTypeImpl$1.class inflated: com/sun/xml/internal/xsom/impl/UnionSimpleTypeImpl.class inflated: com/sun/xml/internal/xsom/impl/Util.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl$Any.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl$Finite.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl$Other.class inflated: com/sun/xml/internal/xsom/impl/WildcardImpl.class inflated: com/sun/xml/internal/xsom/impl/XPathImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/BaseContentRef$1.class inflated: com/sun/xml/internal/xsom/impl/parser/BaseContentRef.class inflated: com/sun/xml/internal/xsom/impl/parser/DefaultAnnotationParser.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$AttGroup.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$Attribute.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$ComplexType.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$Element.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$IdentityConstraint.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$ModelGroup.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$SimpleType.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef$Type.class inflated: com/sun/xml/internal/xsom/impl/parser/DelayedRef.class inflated: com/sun/xml/internal/xsom/impl/parser/Messages.class inflated: com/sun/xml/internal/xsom/impl/parser/Messages.properties inflated: com/sun/xml/internal/xsom/impl/parser/Messages_ja.properties inflated: com/sun/xml/internal/xsom/impl/parser/NGCCRuntimeEx$Context.class inflated: com/sun/xml/internal/xsom/impl/parser/NGCCRuntimeEx.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext$1.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext$2.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext$3.class inflated: com/sun/xml/internal/xsom/impl/parser/ParserContext.class inflated: com/sun/xml/internal/xsom/impl/parser/Patch.class inflated: com/sun/xml/internal/xsom/impl/parser/PatcherManager$Patcher.class inflated: com/sun/xml/internal/xsom/impl/parser/PatcherManager.class inflated: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor$1.class inflated: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor$SAXParserImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor$XMLReaderImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/SAXParserFactoryAdaptor.class inflated: com/sun/xml/internal/xsom/impl/parser/SchemaDocumentImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/SubstGroupBaseTypeRef.class inflated: com/sun/xml/internal/xsom/impl/parser/datatypes.xsd inflated: com/sun/xml/internal/xsom/impl/parser/state/AttributesImpl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventReceiver.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCEventSource.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCHandler.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCInterleaveFilter.class inflated: com/sun/xml/internal/xsom/impl/parser/state/NGCCRuntime.class inflated: com/sun/xml/internal/xsom/impl/parser/state/Schema.class inflated: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_List.class inflated: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Restriction.class inflated: com/sun/xml/internal/xsom/impl/parser/state/SimpleType_Union.class inflated: com/sun/xml/internal/xsom/impl/parser/state/annotation.class inflated: com/sun/xml/internal/xsom/impl/parser/state/attributeDeclBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/attributeGroupDecl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/attributeUses.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType$1.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType$BaseComplexTypeContentRef.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType$BaseContentSimpleTypeRef.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType$InheritBaseContentTypeRef.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType.class inflated: com/sun/xml/internal/xsom/impl/parser/state/complexType_complexContent_body.class inflated: com/sun/xml/internal/xsom/impl/parser/state/elementDeclBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/erSet.class inflated: com/sun/xml/internal/xsom/impl/parser/state/ersSet.class inflated: com/sun/xml/internal/xsom/impl/parser/state/facet.class inflated: com/sun/xml/internal/xsom/impl/parser/state/foreignAttributes.class inflated: com/sun/xml/internal/xsom/impl/parser/state/group.class inflated: com/sun/xml/internal/xsom/impl/parser/state/identityConstraint.class inflated: com/sun/xml/internal/xsom/impl/parser/state/importDecl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/includeDecl.class inflated: com/sun/xml/internal/xsom/impl/parser/state/modelGroupBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/notation.class inflated: com/sun/xml/internal/xsom/impl/parser/state/occurs.class inflated: com/sun/xml/internal/xsom/impl/parser/state/particle.class inflated: com/sun/xml/internal/xsom/impl/parser/state/qname.class inflated: com/sun/xml/internal/xsom/impl/parser/state/qualification.class inflated: com/sun/xml/internal/xsom/impl/parser/state/redefine.class inflated: com/sun/xml/internal/xsom/impl/parser/state/simpleType.class inflated: com/sun/xml/internal/xsom/impl/parser/state/wildcardBody.class inflated: com/sun/xml/internal/xsom/impl/parser/state/xpath.class inflated: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl$1.class inflated: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl$2.class inflated: com/sun/xml/internal/xsom/impl/scd/AbstractAxisImpl.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$10.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$11.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$12.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$13.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$14.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$15.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$16.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$17.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$18.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$19.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$2.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$20.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$21.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$3$Visitor$Recursion.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$3$Visitor.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$3.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$4$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$4.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$5.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$6$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$6.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$7.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$8.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$9.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis$ModelGroupAxis.class inflated: com/sun/xml/internal/xsom/impl/scd/Axis.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Adapter.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Array.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Filter.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Map.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$ReadOnly.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Singleton.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Union.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators$Unique.class inflated: com/sun/xml/internal/xsom/impl/scd/Iterators.class inflated: com/sun/xml/internal/xsom/impl/scd/ParseException.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDImpl$1.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDImpl.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDParser.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDParserConstants.class inflated: com/sun/xml/internal/xsom/impl/scd/SCDParserTokenManager.class inflated: com/sun/xml/internal/xsom/impl/scd/SimpleCharStream.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$AnonymousType.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Any.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Facet.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Filtered$1.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Filtered.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Named.class inflated: com/sun/xml/internal/xsom/impl/scd/Step$Schema.class inflated: com/sun/xml/internal/xsom/impl/scd/Step.class inflated: com/sun/xml/internal/xsom/impl/scd/Token.class inflated: com/sun/xml/internal/xsom/impl/scd/TokenMgrError.class inflated: com/sun/xml/internal/xsom/impl/util/DraconianErrorHandler.class inflated: com/sun/xml/internal/xsom/impl/util/ResourceEntityResolver.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$1.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaRootNode.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaTreeCellRenderer.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaTreeModel.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser$SchemaTreeNode.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaTreeTraverser.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaWriter$1.class inflated: com/sun/xml/internal/xsom/impl/util/SchemaWriter.class inflated: com/sun/xml/internal/xsom/impl/util/Uri.class inflated: com/sun/xml/internal/xsom/parser/AnnotationContext.class inflated: com/sun/xml/internal/xsom/parser/AnnotationParser.class inflated: com/sun/xml/internal/xsom/parser/AnnotationParserFactory.class inflated: com/sun/xml/internal/xsom/parser/JAXPParser$XMLReaderEx.class inflated: com/sun/xml/internal/xsom/parser/JAXPParser.class inflated: com/sun/xml/internal/xsom/parser/SchemaDocument.class inflated: com/sun/xml/internal/xsom/parser/XMLParser.class inflated: com/sun/xml/internal/xsom/parser/XSOMParser$1.class inflated: com/sun/xml/internal/xsom/parser/XSOMParser.class inflated: com/sun/xml/internal/xsom/util/ComponentNameFunction.class inflated: com/sun/xml/internal/xsom/util/DeferedCollection$1.class inflated: com/sun/xml/internal/xsom/util/DeferedCollection.class inflated: com/sun/xml/internal/xsom/util/DomAnnotationParserFactory$AnnotationParserImpl.class inflated: com/sun/xml/internal/xsom/util/DomAnnotationParserFactory.class inflated: com/sun/xml/internal/xsom/util/NameGetter.class inflated: com/sun/xml/internal/xsom/util/NameGetter.properties inflated: com/sun/xml/internal/xsom/util/SimpleTypeSet.class inflated: com/sun/xml/internal/xsom/util/TypeClosure.class inflated: com/sun/xml/internal/xsom/util/TypeSet$1.class inflated: com/sun/xml/internal/xsom/util/TypeSet$2.class inflated: com/sun/xml/internal/xsom/util/TypeSet.class inflated: com/sun/xml/internal/xsom/util/XSFinder.class inflated: com/sun/xml/internal/xsom/util/XSFunctionFilter.class inflated: com/sun/xml/internal/xsom/visitor/XSContentTypeFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSContentTypeVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSSimpleTypeFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSSimpleTypeVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSTermFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSTermFunctionWithParam.class inflated: com/sun/xml/internal/xsom/visitor/XSTermVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSVisitor.class inflated: com/sun/xml/internal/xsom/visitor/XSWildcardFunction.class inflated: com/sun/xml/internal/xsom/visitor/XSWildcardVisitor.class inflated: javax/activation/ActivationDataFlavor.class inflated: javax/activation/CommandInfo.class inflated: javax/activation/CommandMap.class inflated: javax/activation/CommandObject.class inflated: javax/activation/DataContentHandler.class inflated: javax/activation/DataContentHandlerFactory.class inflated: javax/activation/DataHandler$1.class inflated: javax/activation/DataHandler.class inflated: javax/activation/DataHandlerDataSource.class inflated: javax/activation/DataSource.class inflated: javax/activation/DataSourceDataContentHandler.class inflated: javax/activation/FileDataSource.class inflated: javax/activation/FileTypeMap.class inflated: javax/activation/MailcapCommandMap.class inflated: javax/activation/MimeType.class inflated: javax/activation/MimeTypeParameterList.class inflated: javax/activation/MimeTypeParseException.class inflated: javax/activation/MimetypesFileTypeMap.class inflated: javax/activation/ObjectDataContentHandler.class inflated: javax/activation/SecuritySupport$1.class inflated: javax/activation/SecuritySupport$2.class inflated: javax/activation/SecuritySupport$3.class inflated: javax/activation/SecuritySupport$4.class inflated: javax/activation/SecuritySupport$5.class inflated: javax/activation/SecuritySupport.class inflated: javax/activation/URLDataSource.class inflated: javax/activation/UnsupportedDataTypeException.class inflated: javax/annotation/Generated.class inflated: javax/annotation/PostConstruct.class inflated: javax/annotation/PreDestroy.class inflated: javax/annotation/Resource$AuthenticationType.class inflated: javax/annotation/Resource.class inflated: javax/annotation/Resources.class inflated: javax/jws/HandlerChain.class inflated: javax/jws/Oneway.class inflated: javax/jws/WebMethod.class inflated: javax/jws/WebParam$Mode.class inflated: javax/jws/WebParam.class inflated: javax/jws/WebResult.class inflated: javax/jws/WebService.class inflated: javax/jws/soap/InitParam.class inflated: javax/jws/soap/SOAPBinding$ParameterStyle.class inflated: javax/jws/soap/SOAPBinding$Style.class inflated: javax/jws/soap/SOAPBinding$Use.class inflated: javax/jws/soap/SOAPBinding.class inflated: javax/jws/soap/SOAPMessageHandler.class inflated: javax/jws/soap/SOAPMessageHandlers.class inflated: javax/xml/bind/Binder.class inflated: javax/xml/bind/ContextFinder$1.class inflated: javax/xml/bind/ContextFinder.class inflated: javax/xml/bind/DataBindingException.class inflated: javax/xml/bind/DatatypeConverter.class inflated: javax/xml/bind/DatatypeConverterImpl$CalendarFormatter.class inflated: javax/xml/bind/DatatypeConverterImpl.class inflated: javax/xml/bind/DatatypeConverterInterface.class inflated: javax/xml/bind/Element.class inflated: javax/xml/bind/GetPropertyAction.class inflated: javax/xml/bind/JAXB$Cache.class inflated: javax/xml/bind/JAXB.class inflated: javax/xml/bind/JAXBContext.class inflated: javax/xml/bind/JAXBElement$GlobalScope.class inflated: javax/xml/bind/JAXBElement.class inflated: javax/xml/bind/JAXBException.class inflated: javax/xml/bind/JAXBIntrospector.class inflated: javax/xml/bind/MarshalException.class inflated: javax/xml/bind/Marshaller$Listener.class inflated: javax/xml/bind/Marshaller.class inflated: javax/xml/bind/Messages.class inflated: javax/xml/bind/Messages.properties inflated: javax/xml/bind/NotIdentifiableEvent.class inflated: javax/xml/bind/ParseConversionEvent.class inflated: javax/xml/bind/PrintConversionEvent.class inflated: javax/xml/bind/PropertyException.class inflated: javax/xml/bind/SchemaOutputResolver.class inflated: javax/xml/bind/TypeConstraintException.class inflated: javax/xml/bind/UnmarshalException.class inflated: javax/xml/bind/Unmarshaller$Listener.class inflated: javax/xml/bind/Unmarshaller.class inflated: javax/xml/bind/UnmarshallerHandler.class inflated: javax/xml/bind/ValidationEvent.class inflated: javax/xml/bind/ValidationEventHandler.class inflated: javax/xml/bind/ValidationEventLocator.class inflated: javax/xml/bind/ValidationException.class inflated: javax/xml/bind/Validator.class inflated: javax/xml/bind/WhiteSpaceProcessor.class inflated: javax/xml/bind/annotation/DomHandler.class inflated: javax/xml/bind/annotation/W3CDomHandler.class inflated: javax/xml/bind/annotation/XmlAccessOrder.class inflated: javax/xml/bind/annotation/XmlAccessType.class inflated: javax/xml/bind/annotation/XmlAccessorOrder.class inflated: javax/xml/bind/annotation/XmlAccessorType.class inflated: javax/xml/bind/annotation/XmlAnyAttribute.class inflated: javax/xml/bind/annotation/XmlAnyElement.class inflated: javax/xml/bind/annotation/XmlAttachmentRef.class inflated: javax/xml/bind/annotation/XmlAttribute.class inflated: javax/xml/bind/annotation/XmlElement$DEFAULT.class inflated: javax/xml/bind/annotation/XmlElement.class inflated: javax/xml/bind/annotation/XmlElementDecl$GLOBAL.class inflated: javax/xml/bind/annotation/XmlElementDecl.class inflated: javax/xml/bind/annotation/XmlElementRef$DEFAULT.class inflated: javax/xml/bind/annotation/XmlElementRef.class inflated: javax/xml/bind/annotation/XmlElementRefs.class inflated: javax/xml/bind/annotation/XmlElementWrapper.class inflated: javax/xml/bind/annotation/XmlElements.class inflated: javax/xml/bind/annotation/XmlEnum.class inflated: javax/xml/bind/annotation/XmlEnumValue.class inflated: javax/xml/bind/annotation/XmlID.class inflated: javax/xml/bind/annotation/XmlIDREF.class inflated: javax/xml/bind/annotation/XmlInlineBinaryData.class inflated: javax/xml/bind/annotation/XmlList.class inflated: javax/xml/bind/annotation/XmlMimeType.class inflated: javax/xml/bind/annotation/XmlMixed.class inflated: javax/xml/bind/annotation/XmlNs.class inflated: javax/xml/bind/annotation/XmlNsForm.class inflated: javax/xml/bind/annotation/XmlRegistry.class inflated: javax/xml/bind/annotation/XmlRootElement.class inflated: javax/xml/bind/annotation/XmlSchema.class inflated: javax/xml/bind/annotation/XmlSchemaType$DEFAULT.class inflated: javax/xml/bind/annotation/XmlSchemaType.class inflated: javax/xml/bind/annotation/XmlSchemaTypes.class inflated: javax/xml/bind/annotation/XmlSeeAlso.class inflated: javax/xml/bind/annotation/XmlTransient.class inflated: javax/xml/bind/annotation/XmlType$DEFAULT.class inflated: javax/xml/bind/annotation/XmlType.class inflated: javax/xml/bind/annotation/XmlValue.class inflated: javax/xml/bind/annotation/adapters/CollapsedStringAdapter.class inflated: javax/xml/bind/annotation/adapters/HexBinaryAdapter.class inflated: javax/xml/bind/annotation/adapters/NormalizedStringAdapter.class inflated: javax/xml/bind/annotation/adapters/XmlAdapter.class inflated: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter$DEFAULT.class inflated: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.class inflated: javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.class inflated: javax/xml/bind/attachment/AttachmentMarshaller.class inflated: javax/xml/bind/attachment/AttachmentUnmarshaller.class inflated: javax/xml/bind/helpers/AbstractMarshallerImpl.class inflated: javax/xml/bind/helpers/AbstractUnmarshallerImpl.class inflated: javax/xml/bind/helpers/DefaultValidationEventHandler.class inflated: javax/xml/bind/helpers/Messages.class inflated: javax/xml/bind/helpers/Messages.properties inflated: javax/xml/bind/helpers/NotIdentifiableEventImpl.class inflated: javax/xml/bind/helpers/ParseConversionEventImpl.class inflated: javax/xml/bind/helpers/PrintConversionEventImpl.class inflated: javax/xml/bind/helpers/ValidationEventImpl.class inflated: javax/xml/bind/helpers/ValidationEventLocatorImpl.class inflated: javax/xml/bind/util/JAXBResult.class inflated: javax/xml/bind/util/JAXBSource$1.class inflated: javax/xml/bind/util/JAXBSource.class inflated: javax/xml/bind/util/Messages.class inflated: javax/xml/bind/util/Messages.properties inflated: javax/xml/bind/util/ValidationEventCollector.class inflated: javax/xml/soap/AttachmentPart.class inflated: javax/xml/soap/Detail.class inflated: javax/xml/soap/DetailEntry.class inflated: javax/xml/soap/FactoryFinder.class inflated: javax/xml/soap/MessageFactory.class inflated: javax/xml/soap/MimeHeader.class inflated: javax/xml/soap/MimeHeaders$MatchingIterator.class inflated: javax/xml/soap/MimeHeaders.class inflated: javax/xml/soap/Name.class inflated: javax/xml/soap/Node.class inflated: javax/xml/soap/SAAJMetaFactory.class inflated: javax/xml/soap/SAAJResult.class inflated: javax/xml/soap/SOAPBody.class inflated: javax/xml/soap/SOAPBodyElement.class inflated: javax/xml/soap/SOAPConnection.class inflated: javax/xml/soap/SOAPConnectionFactory.class inflated: javax/xml/soap/SOAPConstants.class inflated: javax/xml/soap/SOAPElement.class inflated: javax/xml/soap/SOAPElementFactory.class inflated: javax/xml/soap/SOAPEnvelope.class inflated: javax/xml/soap/SOAPException.class inflated: javax/xml/soap/SOAPFactory.class inflated: javax/xml/soap/SOAPFault.class inflated: javax/xml/soap/SOAPFaultElement.class inflated: javax/xml/soap/SOAPHeader.class inflated: javax/xml/soap/SOAPHeaderElement.class inflated: javax/xml/soap/SOAPMessage.class inflated: javax/xml/soap/SOAPPart.class inflated: javax/xml/soap/Text.class inflated: javax/xml/ws/Action.class inflated: javax/xml/ws/AsyncHandler.class inflated: javax/xml/ws/Binding.class inflated: javax/xml/ws/BindingProvider.class inflated: javax/xml/ws/BindingType.class inflated: javax/xml/ws/Dispatch.class inflated: javax/xml/ws/Endpoint.class inflated: javax/xml/ws/EndpointReference.class inflated: javax/xml/ws/FaultAction.class inflated: javax/xml/ws/Holder.class inflated: javax/xml/ws/LogicalMessage.class inflated: javax/xml/ws/ProtocolException.class inflated: javax/xml/ws/Provider.class inflated: javax/xml/ws/RequestWrapper.class inflated: javax/xml/ws/RespectBinding.class inflated: javax/xml/ws/RespectBindingFeature.class inflated: javax/xml/ws/Response.class inflated: javax/xml/ws/ResponseWrapper.class inflated: javax/xml/ws/Service$Mode.class inflated: javax/xml/ws/Service.class inflated: javax/xml/ws/ServiceMode.class inflated: javax/xml/ws/WebEndpoint.class inflated: javax/xml/ws/WebFault.class inflated: javax/xml/ws/WebServiceClient.class inflated: javax/xml/ws/WebServiceContext.class inflated: javax/xml/ws/WebServiceException.class inflated: javax/xml/ws/WebServiceFeature.class inflated: javax/xml/ws/WebServicePermission.class inflated: javax/xml/ws/WebServiceProvider.class inflated: javax/xml/ws/WebServiceRef.class inflated: javax/xml/ws/WebServiceRefs.class inflated: javax/xml/ws/handler/Handler.class inflated: javax/xml/ws/handler/HandlerResolver.class inflated: javax/xml/ws/handler/LogicalHandler.class inflated: javax/xml/ws/handler/LogicalMessageContext.class inflated: javax/xml/ws/handler/MessageContext$Scope.class inflated: javax/xml/ws/handler/MessageContext.class inflated: javax/xml/ws/handler/PortInfo.class inflated: javax/xml/ws/handler/soap/SOAPHandler.class inflated: javax/xml/ws/handler/soap/SOAPMessageContext.class inflated: javax/xml/ws/http/HTTPBinding.class inflated: javax/xml/ws/http/HTTPException.class inflated: javax/xml/ws/soap/Addressing.class inflated: javax/xml/ws/soap/AddressingFeature.class inflated: javax/xml/ws/soap/MTOM.class inflated: javax/xml/ws/soap/MTOMFeature.class inflated: javax/xml/ws/soap/SOAPBinding.class inflated: javax/xml/ws/soap/SOAPFaultException.class inflated: javax/xml/ws/spi/FactoryFinder.class inflated: javax/xml/ws/spi/Provider.class inflated: javax/xml/ws/spi/ServiceDelegate.class inflated: javax/xml/ws/spi/WebServiceFeatureAnnotation.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReference$Address.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReference$Elements.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReference.class inflated: javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.class inflated: javax/xml/ws/wsaddressing/package-info.class inflated: org/relaxng/datatype/Datatype.class inflated: org/relaxng/datatype/DatatypeBuilder.class inflated: org/relaxng/datatype/DatatypeException.class inflated: org/relaxng/datatype/DatatypeLibrary.class inflated: org/relaxng/datatype/DatatypeLibraryFactory.class inflated: org/relaxng/datatype/DatatypeStreamingValidator.class inflated: org/relaxng/datatype/ValidationContext.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$1.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$Loader.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$Loader2.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$ProviderEnumeration.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service$Singleton.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader$Service.class inflated: org/relaxng/datatype/helpers/DatatypeLibraryLoader.class inflated: org/relaxng/datatype/helpers/ParameterlessDatatypeBuilder.class inflated: org/relaxng/datatype/helpers/StreamingValidatorImpl.class make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/redist' Timing: 00038 seconds or 38s for make-java-redist <<>>Recursively making verify all @ Sun Aug 2 14:47:48 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/verify' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/verify make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/verify' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/javavm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/obj/check_code.o ../../../src/share/native/common/check_code.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/javavm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/obj/check_format.o ../../../src/share/native/common/check_format.c ../../../src/share/native/common/check_format.c: In function 'VerifyClassname': ../../../src/share/native/common/check_format.c:249: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'verify_opcode_operands': ../../../src/share/native/common/check_code.c:1349: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'run_dataflow': ../../../src/share/native/common/check_code.c:1777: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'check_register_values': ../../../src/share/native/common/check_code.c:1874: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c:1905: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c:1906: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'merge_into_successors': ../../../src/share/native/common/check_code.c:2910: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c:2910: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'merge_into_one_successor': ../../../src/share/native/common/check_code.c:3048: warning: comparison between signed and unsigned ../../../src/share/native/common/check_code.c: In function 'signature_to_fieldtype': ../../../src/share/native/common/check_code.c:3678: warning: comparison between signed and unsigned make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/verify' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/verify STATS: LIBRARY=verify, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libverify.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/javavm/include -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libverify.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libverify.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/obj/check_code.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/verify/obj/check_format.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/verify' Timing: 00005 seconds or 5s for make-java-verify <<>>Recursively making fdlibm all @ Sun Aug 2 14:47:53 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/fdlibm' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/fdlibm make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/fdlibm' /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_standard.o ../../../src/share/native/java/lang/fdlibm/src/k_standard.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_rem_pio2.o ../../../src/share/native/java/lang/fdlibm/src/k_rem_pio2.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_cos.o ../../../src/share/native/java/lang/fdlibm/src/k_cos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_sin.o ../../../src/share/native/java/lang/fdlibm/src/k_sin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_tan.o ../../../src/share/native/java/lang/fdlibm/src/k_tan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_acos.o ../../../src/share/native/java/lang/fdlibm/src/e_acos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_acosh.o ../../../src/share/native/java/lang/fdlibm/src/e_acosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_asin.o ../../../src/share/native/java/lang/fdlibm/src/e_asin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_atan2.o ../../../src/share/native/java/lang/fdlibm/src/e_atan2.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_atanh.o ../../../src/share/native/java/lang/fdlibm/src/e_atanh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_cosh.o ../../../src/share/native/java/lang/fdlibm/src/e_cosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_exp.o ../../../src/share/native/java/lang/fdlibm/src/e_exp.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_fmod.o ../../../src/share/native/java/lang/fdlibm/src/e_fmod.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma.o ../../../src/share/native/java/lang/fdlibm/src/e_gamma.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma_r.o ../../../src/share/native/java/lang/fdlibm/src/e_gamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_hypot.o ../../../src/share/native/java/lang/fdlibm/src/e_hypot.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_j0.o ../../../src/share/native/java/lang/fdlibm/src/e_j0.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_j1.o ../../../src/share/native/java/lang/fdlibm/src/e_j1.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_jn.o ../../../src/share/native/java/lang/fdlibm/src/e_jn.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma.o ../../../src/share/native/java/lang/fdlibm/src/e_lgamma.c ../../../src/share/native/java/lang/fdlibm/src/e_jn.c: In function '__j__ieee754_yn': ../../../src/share/native/java/lang/fdlibm/src/e_jn.c:279: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma_r.o ../../../src/share/native/java/lang/fdlibm/src/e_lgamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_log.o ../../../src/share/native/java/lang/fdlibm/src/e_log.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_log10.o ../../../src/share/native/java/lang/fdlibm/src/e_log10.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_pow.o ../../../src/share/native/java/lang/fdlibm/src/e_pow.c ../../../src/share/native/java/lang/fdlibm/src/e_pow.c: In function '__j__ieee754_pow': ../../../src/share/native/java/lang/fdlibm/src/e_pow.c:150: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_rem_pio2.o ../../../src/share/native/java/lang/fdlibm/src/e_rem_pio2.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_remainder.o ../../../src/share/native/java/lang/fdlibm/src/e_remainder.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_scalb.o ../../../src/share/native/java/lang/fdlibm/src/e_scalb.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_sinh.o ../../../src/share/native/java/lang/fdlibm/src/e_sinh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_sqrt.o ../../../src/share/native/java/lang/fdlibm/src/e_sqrt.c ../../../src/share/native/java/lang/fdlibm/src/e_sqrt.c: In function '__j__ieee754_sqrt': ../../../src/share/native/java/lang/fdlibm/src/e_sqrt.c:175: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_acos.o ../../../src/share/native/java/lang/fdlibm/src/w_acos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_acosh.o ../../../src/share/native/java/lang/fdlibm/src/w_acosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_asin.o ../../../src/share/native/java/lang/fdlibm/src/w_asin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_atan2.o ../../../src/share/native/java/lang/fdlibm/src/w_atan2.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_atanh.o ../../../src/share/native/java/lang/fdlibm/src/w_atanh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_cosh.o ../../../src/share/native/java/lang/fdlibm/src/w_cosh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_exp.o ../../../src/share/native/java/lang/fdlibm/src/w_exp.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_fmod.o ../../../src/share/native/java/lang/fdlibm/src/w_fmod.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma.o ../../../src/share/native/java/lang/fdlibm/src/w_gamma.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma_r.o ../../../src/share/native/java/lang/fdlibm/src/w_gamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_hypot.o ../../../src/share/native/java/lang/fdlibm/src/w_hypot.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_j0.o ../../../src/share/native/java/lang/fdlibm/src/w_j0.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_j1.o ../../../src/share/native/java/lang/fdlibm/src/w_j1.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_jn.o ../../../src/share/native/java/lang/fdlibm/src/w_jn.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma.o ../../../src/share/native/java/lang/fdlibm/src/w_lgamma.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma_r.o ../../../src/share/native/java/lang/fdlibm/src/w_lgamma_r.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_log.o ../../../src/share/native/java/lang/fdlibm/src/w_log.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_log10.o ../../../src/share/native/java/lang/fdlibm/src/w_log10.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_pow.o ../../../src/share/native/java/lang/fdlibm/src/w_pow.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_remainder.o ../../../src/share/native/java/lang/fdlibm/src/w_remainder.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_scalb.o ../../../src/share/native/java/lang/fdlibm/src/w_scalb.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_sinh.o ../../../src/share/native/java/lang/fdlibm/src/w_sinh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_sqrt.o ../../../src/share/native/java/lang/fdlibm/src/w_sqrt.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_asinh.o ../../../src/share/native/java/lang/fdlibm/src/s_asinh.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_atan.o ../../../src/share/native/java/lang/fdlibm/src/s_atan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_cbrt.o ../../../src/share/native/java/lang/fdlibm/src/s_cbrt.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_ceil.o ../../../src/share/native/java/lang/fdlibm/src/s_ceil.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_copysign.o ../../../src/share/native/java/lang/fdlibm/src/s_copysign.c ../../../src/share/native/java/lang/fdlibm/src/s_ceil.c: In function 'jceil': ../../../src/share/native/java/lang/fdlibm/src/s_ceil.c:82: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_cos.o ../../../src/share/native/java/lang/fdlibm/src/s_cos.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_erf.o ../../../src/share/native/java/lang/fdlibm/src/s_erf.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_expm1.o ../../../src/share/native/java/lang/fdlibm/src/s_expm1.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_fabs.o ../../../src/share/native/java/lang/fdlibm/src/s_fabs.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_finite.o ../../../src/share/native/java/lang/fdlibm/src/s_finite.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_floor.o ../../../src/share/native/java/lang/fdlibm/src/s_floor.c ../../../src/share/native/java/lang/fdlibm/src/s_floor.c: In function 'jfloor': ../../../src/share/native/java/lang/fdlibm/src/s_floor.c:83: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_frexp.o ../../../src/share/native/java/lang/fdlibm/src/s_frexp.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_ilogb.o ../../../src/share/native/java/lang/fdlibm/src/s_ilogb.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_isnan.o ../../../src/share/native/java/lang/fdlibm/src/s_isnan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_ldexp.o ../../../src/share/native/java/lang/fdlibm/src/s_ldexp.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_lib_version.o ../../../src/share/native/java/lang/fdlibm/src/s_lib_version.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_log1p.o ../../../src/share/native/java/lang/fdlibm/src/s_log1p.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_logb.o ../../../src/share/native/java/lang/fdlibm/src/s_logb.c ../../../src/share/native/java/lang/fdlibm/src/s_log1p.c: In function 'jlog1p': ../../../src/share/native/java/lang/fdlibm/src/s_log1p.c:133: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_matherr.o ../../../src/share/native/java/lang/fdlibm/src/s_matherr.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_modf.o ../../../src/share/native/java/lang/fdlibm/src/s_modf.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_nextafter.o ../../../src/share/native/java/lang/fdlibm/src/s_nextafter.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_rint.o ../../../src/share/native/java/lang/fdlibm/src/s_rint.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_scalbn.o ../../../src/share/native/java/lang/fdlibm/src/s_scalbn.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_signgam.o ../../../src/share/native/java/lang/fdlibm/src/s_signgam.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_significand.o ../../../src/share/native/java/lang/fdlibm/src/s_significand.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_sin.o ../../../src/share/native/java/lang/fdlibm/src/s_sin.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_tan.o ../../../src/share/native/java/lang/fdlibm/src/s_tan.c /opt/lsb/bin/lsbcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_tanh.o ../../../src/share/native/java/lang/fdlibm/src/s_tanh.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/fdlibm' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/fdlibm STATS: LIBRARY=fdlibm, PRODUCT=java, _OPT= Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/.files_compiled /usr/bin/ar -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_standard.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_rem_pio2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_cos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_sin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/k_tan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_acos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_acosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_asin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_atan2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_atanh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_cosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_exp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_fmod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_gamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_hypot.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_j0.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_j1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_jn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_lgamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_log.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_log10.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_pow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_rem_pio2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_remainder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_scalb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_sinh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/e_sqrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_acos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_acosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_asin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_atan2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_atanh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_cosh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_exp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_fmod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_gamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_hypot.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_j0.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_j1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_jn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_lgamma_r.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_log.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_log10.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_pow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_remainder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_scalb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_sinh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/w_sqrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_asinh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_atan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_cbrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_ceil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_copysign.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_cos.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_erf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_expm1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_fabs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_finite.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_floor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_frexp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_ilogb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_isnan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_ldexp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_lib_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_log1p.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_logb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_matherr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_modf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_nextafter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_rint.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_scalbn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_signgam.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_significand.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_sin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_tan.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/s_tanh.o /usr/bin/ar: creating /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/fdlibm' Timing: 00012 seconds or 12s for make-java-fdlibm <<>>Recursively making java all @ Sun Aug 2 14:48:05 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/UNIXProcess.java /bin/cp ../../../src/solaris/classes/java/lang/UNIXProcess.java.linux /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/UNIXProcess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar \ -template ../../tools/GenerateCharacter/CharacterDataLatin1.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataLatin1.java -string \ -usecharforbyte -latin1 8 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar -plane 0 \ -template ../../tools/GenerateCharacter/CharacterData00.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData00.java -string \ -usecharforbyte 11 4 1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar -plane 1 \ -template ../../tools/GenerateCharacter/CharacterData01.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData01.java -string \ -usecharforbyte 11 4 1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar -plane 2 \ -template ../../tools/GenerateCharacter/CharacterData02.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData02.java -string \ -usecharforbyte 11 4 1 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecharacter.jar -plane 14 \ -template ../../tools/GenerateCharacter/CharacterData0E.java.template \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -specialcasing ../../tools/UnicodeData/SpecialCasing.txt \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData0E.java -string \ -usecharforbyte 11 4 1 /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataUndefined.java /bin/cp ../../tools/GenerateCharacter/CharacterDataUndefined.java.template /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataUndefined.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataPrivateUse.java /bin/cp ../../tools/GenerateCharacter/CharacterDataPrivateUse.java.template /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataPrivateUse.java (cd ../nio; /usr/bin/make sources) make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetDecoder.java SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" SED="/bin/sed" NAWK="/usr/bin/gawk" SH="/bin/sh" /bin/sh genCoder.sh decoder ../../../src/share/classes/java/nio/charset/Charset-X-Coder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetDecoder.java.temp ../../../src/share/classes/java/nio/charset/Charset-X-Coder.java --(decoder)--> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetDecoder.java.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetDecoder.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetDecoder.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetEncoder.java SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" SED="/bin/sed" NAWK="/usr/bin/gawk" SH="/bin/sh" /bin/sh genCoder.sh encoder ../../../src/share/classes/java/nio/charset/Charset-X-Coder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetEncoder.java.temp ../../../src/share/classes/java/nio/charset/Charset-X-Coder.java --(encoder)--> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetEncoder.java.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetEncoder.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetEncoder.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBuffer.java TYPE=byte BIN=1 SRC=../../../src/share/classes/java/nio/X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/CharBuffer.java TYPE=char SRC=../../../src/share/classes/java/nio/X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/CharBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/CharBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/CharBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ShortBuffer.java TYPE=short SRC=../../../src/share/classes/java/nio/X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ShortBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ShortBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ShortBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/IntBuffer.java TYPE=int SRC=../../../src/share/classes/java/nio/X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/IntBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/IntBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/IntBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/LongBuffer.java TYPE=long SRC=../../../src/share/classes/java/nio/X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/LongBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/LongBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/LongBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/FloatBuffer.java TYPE=float SRC=../../../src/share/classes/java/nio/X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/FloatBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/FloatBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/FloatBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DoubleBuffer.java TYPE=double SRC=../../../src/share/classes/java/nio/X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DoubleBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DoubleBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DoubleBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBuffer.java TYPE=byte SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBufferR.java TYPE=byte RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBuffer.java TYPE=char SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBufferR.java TYPE=char RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBuffer.java TYPE=short SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBufferR.java TYPE=short RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapShortBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBuffer.java TYPE=int SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBufferR.java TYPE=int RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapIntBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBuffer.java TYPE=long SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBufferR.java TYPE=long RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapLongBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBuffer.java TYPE=float SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBufferR.java TYPE=float RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapFloatBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBuffer.java TYPE=double SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBufferR.java TYPE=double RW=R SRC=../../../src/share/classes/java/nio/Heap-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapDoubleBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBuffer.java TYPE=byte BIN=1 SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBuffer.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBuffer.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBuffer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBufferR.java TYPE=byte RW=R BIN=1 SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBufferR.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBufferR.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBufferR.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferU.java TYPE=char BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRU.java TYPE=char RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferU.java TYPE=short BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRU.java TYPE=short RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferU.java TYPE=int BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRU.java TYPE=int RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferU.java TYPE=long BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRU.java TYPE=long RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferU.java TYPE=float BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRU.java TYPE=float RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferU.java TYPE=double BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRU.java TYPE=double RW=R BO=U SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRU.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRU.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRU.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferS.java TYPE=char BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRS.java TYPE=char RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectCharBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferS.java TYPE=short BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRS.java TYPE=short RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectShortBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferS.java TYPE=int BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRS.java TYPE=int RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectIntBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferS.java TYPE=long BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRS.java TYPE=long RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectLongBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferS.java TYPE=float BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRS.java TYPE=float RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectFloatBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferS.java TYPE=double BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRS.java TYPE=double RW=R BO=S SRC=../../../src/share/classes/java/nio/Direct-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRS.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRS.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectDoubleBufferRS.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferB.java TYPE=char BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRB.java TYPE=char RW=R BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferB.java TYPE=short BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRB.java TYPE=short RW=R BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferB.java TYPE=int BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRB.java TYPE=int RW=R BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferB.java TYPE=long BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRB.java TYPE=long RW=R BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferB.java TYPE=float BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRB.java TYPE=float RW=R BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferB.java TYPE=double BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRB.java TYPE=double RW=R BO=B SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRB.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRB.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRB.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferL.java TYPE=char BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRL.java TYPE=char RW=R BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsCharBufferRL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferL.java TYPE=short BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRL.java TYPE=short RW=R BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsShortBufferRL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferL.java TYPE=int BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRL.java TYPE=int RW=R BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsIntBufferRL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferL.java TYPE=long BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRL.java TYPE=long RW=R BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsLongBufferRL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferL.java TYPE=float BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRL.java TYPE=float RW=R BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsFloatBufferRL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferL.java TYPE=double BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRL.java TYPE=double RW=R BO=L SRC=../../../src/share/classes/java/nio/ByteBufferAs-X-Buffer.java DST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRL.java.temp SPP="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/spp.jar" NAWK="/usr/bin/gawk" SED="/bin/sed" SH="/bin/sh" /bin/sh genBuffer.sh /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRL.java.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ByteBufferAsDoubleBufferRL.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/BufferOverflowException.java NAWK="/usr/bin/gawk" SH="/bin/sh" /bin/sh genExceptions.sh ../../../src/share/classes/java/nio/exceptions /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/BufferOverflowException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/BufferUnderflowException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/InvalidMarkException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/ReadOnlyBufferException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/AlreadyConnectedException.java NAWK="/usr/bin/gawk" SH="/bin/sh" /bin/sh genExceptions.sh ../../../src/share/classes/java/nio/channels/exceptions /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/ClosedChannelException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/FileLockInterruptionException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/AsynchronousCloseException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/ClosedByInterruptException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/IllegalSelectorException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/UnresolvedAddressException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/UnsupportedAddressTypeException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/AlreadyConnectedException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/ConnectionPendingException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/ClosedSelectorException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/CancelledKeyException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/IllegalBlockingModeException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/NoConnectionPendingException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/NonReadableChannelException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/NonWritableChannelException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/NotYetBoundException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/NotYetConnectedException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/channels/OverlappingFileLockException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/ch rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/ch/AlreadyBoundException.java NAWK="/usr/bin/gawk" SH="/bin/sh" /bin/sh genExceptions.sh ../../../src/share/classes/sun/nio/ch/exceptions /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/ch --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/ch/AlreadyBoundException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharacterCodingException.java NAWK="/usr/bin/gawk" SH="/bin/sh" /bin/sh genExceptions.sh ../../../src/share/classes/java/nio/charset/exceptions /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharacterCodingException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/IllegalCharsetNameException.java --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/UnsupportedCharsetException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/cs rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/cs/StandardCharsets.java NAWK="/usr/bin/gawk" TEMPDIR="/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio" \ HASHER="/home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/hasher.jar" \ SH="/bin/sh" /bin/sh -e genCharsetProvider.sh ../../../src/share/classes/sun/nio/cs/standard-charsets /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/cs --> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/nio/cs/StandardCharsets.java Aliases: Table size 1024 (10 bits), shift 0, max chain depth 3 Classes: Table size 32 (5 bits), shift 1, max chain depth 3 Cache: Table size 32 (5 bits), shift 1, max chain depth 3 make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio' NAWK="/usr/bin/gawk" SED="/bin/sed" /bin/sh localelist.sh "en en_US de_DE es_ES fr_FR it_IT ja_JP ko_KR sv_SE zh" \ ../../../src/share/classes/sun/util/CoreResourceBundleControl-XLocales.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/CoreResourceBundleControl.java NAWK=/usr/bin/gawk SED=/bin/sed /bin/sh localegen.sh "FormatData CollationData TimeZoneNames LocaleNames CurrencyNames CalendarData" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/LocaleDataMetaInfo.java.tmp.euro \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/LocaleDataMetaInfo.java.tmp.noneuro ../../../src/share/classes/sun/util/LocaleDataMetaInfo-XLocales.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/LocaleDataMetaInfo.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/.classes.list) ../../../src/share/classes/java/lang/reflect/AccessibleObject.java ../../../src/share/classes/java/lang/reflect/AnnotatedElement.java ../../../src/share/classes/java/lang/reflect/Array.java ../../../src/share/classes/java/lang/reflect/Constructor.java ../../../src/share/classes/java/lang/reflect/Field.java ../../../src/share/classes/java/lang/reflect/GenericArrayType.java ../../../src/share/classes/java/lang/reflect/GenericDeclaration.java ../../../src/share/classes/java/lang/reflect/GenericSignatureFormatError.java ../../../src/share/classes/java/lang/reflect/InvocationHandler.java ../../../src/share/classes/java/lang/reflect/InvocationTargetException.java ../../../src/share/classes/java/lang/reflect/MalformedParameterizedTypeException.java ../../../src/share/classes/java/lang/reflect/Member.java ../../../src/share/classes/java/lang/reflect/Method.java ../../../src/share/classes/java/lang/reflect/Modifier.java ../../../src/share/classes/java/lang/reflect/package-info.java ../../../src/share/classes/java/lang/reflect/ParameterizedType.java ../../../src/share/classes/java/lang/reflect/Proxy.java ../../../src/share/classes/java/lang/reflect/ReflectAccess.java ../../../src/share/classes/java/lang/reflect/ReflectPermission.java ../../../src/share/classes/java/lang/reflect/Type.java ../../../src/share/classes/java/lang/reflect/TypeVariable.java ../../../src/share/classes/java/lang/reflect/UndeclaredThrowableException.java ../../../src/share/classes/java/lang/reflect/WildcardType.java ../../../src/share/classes/java/lang/ref/Finalizer.java ../../../src/share/classes/java/lang/ref/FinalReference.java ../../../src/share/classes/java/lang/ref/PhantomReference.java ../../../src/share/classes/java/lang/ref/Reference.java ../../../src/share/classes/java/lang/ref/ReferenceQueue.java ../../../src/share/classes/java/lang/ref/SoftReference.java ../../../src/share/classes/java/lang/ref/WeakReference.java ../../../src/share/classes/java/lang/management/ClassLoadingMXBean.java ../../../src/share/classes/java/lang/management/CompilationMXBean.java ../../../src/share/classes/java/lang/management/GarbageCollectorMXBean.java ../../../src/share/classes/java/lang/management/LockInfo.java ../../../src/share/classes/java/lang/management/ManagementFactory.java ../../../src/share/classes/java/lang/management/ManagementPermission.java ../../../src/share/classes/java/lang/management/MemoryManagerMXBean.java ../../../src/share/classes/java/lang/management/MemoryMXBean.java ../../../src/share/classes/java/lang/management/MemoryNotificationInfo.java ../../../src/share/classes/java/lang/management/MemoryPoolMXBean.java ../../../src/share/classes/java/lang/management/MemoryType.java ../../../src/share/classes/java/lang/management/MemoryUsage.java ../../../src/share/classes/java/lang/management/MonitorInfo.java ../../../src/share/classes/java/lang/management/OperatingSystemMXBean.java ../../../src/share/classes/java/lang/management/RuntimeMXBean.java ../../../src/share/classes/java/lang/management/ThreadInfo.java ../../../src/share/classes/java/lang/management/ThreadMXBean.java ../../../src/share/classes/java/lang/instrument/ClassDefinition.java ../../../src/share/classes/java/lang/instrument/ClassFileTransformer.java ../../../src/share/classes/java/lang/instrument/IllegalClassFormatException.java ../../../src/share/classes/java/lang/instrument/Instrumentation.java ../../../src/share/classes/java/lang/instrument/UnmodifiableClassException.java ../../../src/share/classes/java/lang/annotation/AnnotationFormatError.java ../../../src/share/classes/java/lang/annotation/Annotation.java ../../../src/share/classes/java/lang/annotation/AnnotationTypeMismatchException.java ../../../src/share/classes/java/lang/annotation/Documented.java ../../../src/share/classes/java/lang/annotation/ElementType.java ../../../src/share/classes/java/lang/annotation/IncompleteAnnotationException.java ../../../src/share/classes/java/lang/annotation/Inherited.java ../../../src/share/classes/java/lang/annotation/package-info.java ../../../src/share/classes/java/lang/annotation/Retention.java ../../../src/share/classes/java/lang/annotation/RetentionPolicy.java ../../../src/share/classes/java/lang/annotation/Target.java ../../../src/share/classes/java/io/IOError.java ../../../src/share/classes/java/lang/Deprecated.java ../../../src/share/classes/java/lang/Iterable.java ../../../src/share/classes/java/util/RandomAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData00.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData01.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData02.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterData0E.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataLatin1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataPrivateUse.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/CharacterDataUndefined.java ../../../src/share/classes/java/lang/Object.java ../../../src/share/classes/java/lang/Class.java ../../../src/share/classes/java/lang/Thread.java ../../../src/share/classes/java/lang/Character.java ../../../src/share/classes/java/lang/CharacterData.java ../../../src/share/classes/sun/misc/ASCIICaseInsensitiveComparator.java ../../../src/share/classes/sun/misc/VM.java ../../../src/share/classes/sun/misc/Signal.java ../../../src/share/classes/sun/misc/NativeSignalHandler.java ../../../src/share/classes/java/lang/ThreadGroup.java ../../../src/share/classes/java/lang/ThreadLocal.java ../../../src/share/classes/java/lang/InheritableThreadLocal.java ../../../src/share/classes/java/lang/String.java ../../../src/share/classes/java/lang/ConditionalSpecialCasing.java ../../../src/share/classes/java/lang/StringCoding.java ../../../src/share/classes/java/lang/StringBuffer.java ../../../src/share/classes/java/lang/StringBuilder.java ../../../src/share/classes/java/lang/SuppressWarnings.java ../../../src/share/classes/java/lang/AbstractStringBuilder.java ../../../src/share/classes/java/lang/ClassLoader.java ../../../src/share/classes/java/lang/AssertionStatusDirectives.java ../../../src/share/classes/java/lang/Enum.java ../../../src/share/classes/java/lang/StrictMath.java ../../../src/share/classes/java/lang/Math.java ../../../src/share/classes/sun/misc/FloatingDecimal.java ../../../src/share/classes/sun/misc/FormattedFloatingDecimal.java ../../../src/share/classes/java/lang/Number.java ../../../src/share/classes/java/lang/Byte.java ../../../src/share/classes/java/lang/Short.java ../../../src/share/classes/java/lang/Integer.java ../../../src/share/classes/java/lang/Long.java ../../../src/share/classes/java/lang/Float.java ../../../src/share/classes/java/lang/Double.java ../../../src/share/classes/java/lang/Boolean.java ../../../src/share/classes/java/lang/Void.java ../../../src/share/classes/java/lang/Runnable.java ../../../src/share/classes/java/lang/Cloneable.java ../../../src/share/classes/java/lang/CharSequence.java ../../../src/share/classes/java/lang/SecurityManager.java ../../../src/share/classes/java/lang/Runtime.java ../../../src/share/classes/java/lang/RuntimePermission.java ../../../src/share/classes/java/lang/ApplicationShutdownHooks.java ../../../src/share/classes/java/lang/Shutdown.java ../../../src/solaris/classes/java/lang/Terminator.java ../../../src/share/classes/java/lang/System.java ../../../src/share/classes/java/lang/Compiler.java ../../../src/share/classes/java/lang/Throwable.java ../../../src/share/classes/java/lang/Exception.java ../../../src/share/classes/java/lang/IllegalAccessException.java ../../../src/share/classes/java/lang/InstantiationException.java ../../../src/share/classes/java/lang/ClassNotFoundException.java ../../../src/share/classes/java/lang/CloneNotSupportedException.java ../../../src/share/classes/java/lang/InterruptedException.java ../../../src/share/classes/java/lang/NoSuchFieldException.java ../../../src/share/classes/java/lang/NoSuchMethodException.java ../../../src/share/classes/java/lang/RuntimeException.java ../../../src/share/classes/java/lang/ArithmeticException.java ../../../src/share/classes/java/lang/ArrayStoreException.java ../../../src/share/classes/java/lang/ClassCastException.java ../../../src/share/classes/java/lang/IndexOutOfBoundsException.java ../../../src/share/classes/java/lang/ArrayIndexOutOfBoundsException.java ../../../src/share/classes/java/lang/StringIndexOutOfBoundsException.java ../../../src/share/classes/java/lang/NegativeArraySizeException.java ../../../src/share/classes/java/lang/NullPointerException.java ../../../src/share/classes/java/lang/IllegalStateException.java ../../../src/share/classes/java/lang/IllegalArgumentException.java ../../../src/share/classes/java/lang/NumberFormatException.java ../../../src/share/classes/java/lang/IllegalThreadStateException.java ../../../src/share/classes/java/lang/IllegalMonitorStateException.java ../../../src/share/classes/java/lang/SecurityException.java ../../../src/share/classes/java/lang/TypeNotPresentException.java ../../../src/share/classes/java/lang/EnumConstantNotPresentException.java ../../../src/share/classes/java/lang/UnsupportedOperationException.java ../../../src/share/classes/java/lang/Error.java ../../../src/share/classes/java/lang/AssertionError.java ../../../src/share/classes/java/lang/ThreadDeath.java ../../../src/share/classes/java/lang/LinkageError.java ../../../src/share/classes/java/lang/ClassCircularityError.java ../../../src/share/classes/java/lang/ClassFormatError.java ../../../src/share/classes/java/lang/UnsupportedClassVersionError.java ../../../src/share/classes/java/lang/ExceptionInInitializerError.java ../../../src/share/classes/java/lang/IncompatibleClassChangeError.java ../../../src/share/classes/java/lang/AbstractMethodError.java ../../../src/share/classes/java/lang/IllegalAccessError.java ../../../src/share/classes/java/lang/InstantiationError.java ../../../src/share/classes/java/lang/NoSuchFieldError.java ../../../src/share/classes/java/lang/NoSuchMethodError.java ../../../src/share/classes/java/lang/NoClassDefFoundError.java ../../../src/share/classes/java/lang/UnsatisfiedLinkError.java ../../../src/share/classes/java/lang/VerifyError.java ../../../src/share/classes/java/lang/VirtualMachineError.java ../../../src/share/classes/java/lang/InternalError.java ../../../src/share/classes/java/lang/OutOfMemoryError.java ../../../src/share/classes/java/lang/StackOverflowError.java ../../../src/share/classes/java/lang/UnknownError.java ../../../src/share/classes/java/lang/StackTraceElement.java ../../../src/share/classes/java/lang/Package.java ../../../src/share/classes/java/lang/Process.java ../../../src/share/classes/java/lang/ProcessBuilder.java ../../../src/solaris/classes/java/lang/ProcessEnvironment.java ../../../src/solaris/classes/java/lang/ProcessImpl.java ../../../src/share/classes/java/lang/Appendable.java ../../../src/share/classes/java/lang/Comparable.java ../../../src/share/classes/java/lang/Readable.java ../../../src/share/classes/java/lang/Override.java ../../../src/share/classes/java/util/BitSet.java ../../../src/share/classes/java/util/Calendar.java ../../../src/share/classes/java/util/GregorianCalendar.java ../../../src/share/classes/sun/util/BuddhistCalendar.java ../../../src/share/classes/java/util/JapaneseImperialCalendar.java ../../../src/share/classes/sun/util/calendar/CalendarDate.java ../../../src/share/classes/sun/util/calendar/ImmutableGregorianDate.java ../../../src/share/classes/sun/util/calendar/CalendarSystem.java ../../../src/share/classes/sun/util/calendar/Era.java ../../../src/share/classes/sun/util/calendar/CalendarUtils.java ../../../src/share/classes/sun/util/calendar/AbstractCalendar.java ../../../src/share/classes/sun/util/calendar/BaseCalendar.java ../../../src/share/classes/sun/util/calendar/Gregorian.java ../../../src/share/classes/sun/util/calendar/JulianCalendar.java ../../../src/share/classes/sun/util/calendar/LocalGregorianCalendar.java ../../../src/share/classes/java/util/Currency.java ../../../src/share/classes/java/util/Date.java ../../../src/share/classes/java/util/Dictionary.java ../../../src/share/classes/java/util/EmptyStackException.java ../../../src/share/classes/java/util/Enumeration.java ../../../src/share/classes/java/util/EventListener.java ../../../src/share/classes/java/util/EventListenerProxy.java ../../../src/share/classes/java/util/EventObject.java ../../../src/share/classes/java/util/Formatter.java ../../../src/share/classes/java/util/Formattable.java ../../../src/share/classes/java/util/FormattableFlags.java ../../../src/share/classes/java/util/IllegalFormatException.java ../../../src/share/classes/java/util/DuplicateFormatFlagsException.java ../../../src/share/classes/java/util/FormatFlagsConversionMismatchException.java ../../../src/share/classes/java/util/IllegalFormatCodePointException.java ../../../src/share/classes/java/util/IllegalFormatConversionException.java ../../../src/share/classes/java/util/IllegalFormatFlagsException.java ../../../src/share/classes/java/util/IllegalFormatPrecisionException.java ../../../src/share/classes/java/util/IllegalFormatWidthException.java ../../../src/share/classes/java/util/MissingFormatArgumentException.java ../../../src/share/classes/java/util/MissingFormatWidthException.java ../../../src/share/classes/java/util/UnknownFormatConversionException.java ../../../src/share/classes/java/util/UnknownFormatFlagsException.java ../../../src/share/classes/java/util/FormatterClosedException.java ../../../src/share/classes/java/util/ListResourceBundle.java ../../../src/share/classes/sun/util/EmptyListResourceBundle.java ../../../src/share/classes/java/util/Locale.java ../../../src/share/classes/java/util/LocaleISOData.java ../../../src/share/classes/sun/util/LocaleServiceProviderPool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/LocaleDataMetaInfo.java ../../../src/share/classes/java/util/MissingResourceException.java ../../../src/share/classes/java/util/NoSuchElementException.java ../../../src/share/classes/java/util/Observable.java ../../../src/share/classes/java/util/Observer.java ../../../src/share/classes/java/util/Properties.java ../../../src/share/classes/java/util/XMLUtils.java ../../../src/share/classes/java/util/InvalidPropertiesFormatException.java ../../../src/share/classes/java/util/PropertyPermission.java ../../../src/share/classes/java/util/PropertyResourceBundle.java ../../../src/share/classes/java/util/Random.java ../../../src/share/classes/java/util/ResourceBundle.java ../../../src/share/classes/sun/util/ResourceBundleEnumeration.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/CoreResourceBundleControl.java ../../../src/share/classes/java/util/Scanner.java ../../../src/share/classes/java/util/InputMismatchException.java ../../../src/share/classes/java/util/Stack.java ../../../src/share/classes/java/util/StringTokenizer.java ../../../src/share/classes/java/util/TimeZone.java ../../../src/share/classes/java/util/SimpleTimeZone.java ../../../src/share/classes/sun/util/TimeZoneNameUtility.java ../../../src/share/classes/sun/util/calendar/ZoneInfo.java ../../../src/share/classes/sun/util/calendar/ZoneInfoFile.java ../../../src/share/classes/java/util/TooManyListenersException.java ../../../src/share/classes/java/util/Comparator.java ../../../src/share/classes/java/util/Collections.java ../../../src/share/classes/java/util/Iterator.java ../../../src/share/classes/java/util/ListIterator.java ../../../src/share/classes/java/util/Collection.java ../../../src/share/classes/java/util/Set.java ../../../src/share/classes/java/util/SortedSet.java ../../../src/share/classes/java/util/NavigableSet.java ../../../src/share/classes/java/util/List.java ../../../src/share/classes/java/util/Queue.java ../../../src/share/classes/java/util/Deque.java ../../../src/share/classes/java/util/AbstractCollection.java ../../../src/share/classes/java/util/AbstractSet.java ../../../src/share/classes/java/util/HashSet.java ../../../src/share/classes/java/util/LinkedHashSet.java ../../../src/share/classes/java/util/TreeSet.java ../../../src/share/classes/java/util/EnumSet.java ../../../src/share/classes/java/util/RegularEnumSet.java ../../../src/share/classes/java/util/JumboEnumSet.java ../../../src/share/classes/java/util/AbstractList.java ../../../src/share/classes/java/util/ArrayList.java ../../../src/share/classes/java/util/Vector.java ../../../src/share/classes/java/util/AbstractSequentialList.java ../../../src/share/classes/java/util/LinkedList.java ../../../src/share/classes/java/util/AbstractQueue.java ../../../src/share/classes/java/util/PriorityQueue.java ../../../src/share/classes/java/util/ArrayDeque.java ../../../src/share/classes/java/util/Map.java ../../../src/share/classes/java/util/SortedMap.java ../../../src/share/classes/java/util/NavigableMap.java ../../../src/share/classes/java/util/AbstractMap.java ../../../src/share/classes/java/util/HashMap.java ../../../src/share/classes/java/util/LinkedHashMap.java ../../../src/share/classes/java/util/TreeMap.java ../../../src/share/classes/java/util/Hashtable.java ../../../src/share/classes/java/util/WeakHashMap.java ../../../src/share/classes/java/util/IdentityHashMap.java ../../../src/share/classes/java/util/EnumMap.java ../../../src/share/classes/java/util/Arrays.java ../../../src/share/classes/java/util/ConcurrentModificationException.java ../../../src/share/classes/java/util/ServiceLoader.java ../../../src/share/classes/java/util/ServiceConfigurationError.java ../../../src/share/classes/java/util/Timer.java ../../../src/share/classes/java/util/TimerTask.java ../../../src/share/classes/java/util/UUID.java ../../../src/share/classes/java/util/concurrent/AbstractExecutorService.java ../../../src/share/classes/java/util/concurrent/ArrayBlockingQueue.java ../../../src/share/classes/java/util/concurrent/BlockingDeque.java ../../../src/share/classes/java/util/concurrent/BlockingQueue.java ../../../src/share/classes/java/util/concurrent/BrokenBarrierException.java ../../../src/share/classes/java/util/concurrent/Callable.java ../../../src/share/classes/java/util/concurrent/CancellationException.java ../../../src/share/classes/java/util/concurrent/CompletionService.java ../../../src/share/classes/java/util/concurrent/ConcurrentHashMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java ../../../src/share/classes/java/util/concurrent/ConcurrentMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentNavigableMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentSkipListMap.java ../../../src/share/classes/java/util/concurrent/ConcurrentSkipListSet.java ../../../src/share/classes/java/util/concurrent/CopyOnWriteArrayList.java ../../../src/share/classes/java/util/concurrent/CopyOnWriteArraySet.java ../../../src/share/classes/java/util/concurrent/CountDownLatch.java ../../../src/share/classes/java/util/concurrent/CyclicBarrier.java ../../../src/share/classes/java/util/concurrent/DelayQueue.java ../../../src/share/classes/java/util/concurrent/Delayed.java ../../../src/share/classes/java/util/concurrent/Exchanger.java ../../../src/share/classes/java/util/concurrent/ExecutionException.java ../../../src/share/classes/java/util/concurrent/Executor.java ../../../src/share/classes/java/util/concurrent/ExecutorService.java ../../../src/share/classes/java/util/concurrent/ExecutorCompletionService.java ../../../src/share/classes/java/util/concurrent/Executors.java ../../../src/share/classes/java/util/concurrent/Future.java ../../../src/share/classes/java/util/concurrent/FutureTask.java ../../../src/share/classes/java/util/concurrent/LinkedBlockingDeque.java ../../../src/share/classes/java/util/concurrent/LinkedBlockingQueue.java ../../../src/share/classes/java/util/concurrent/PriorityBlockingQueue.java ../../../src/share/classes/java/util/concurrent/RejectedExecutionException.java ../../../src/share/classes/java/util/concurrent/RejectedExecutionHandler.java ../../../src/share/classes/java/util/concurrent/RunnableFuture.java ../../../src/share/classes/java/util/concurrent/RunnableScheduledFuture.java ../../../src/share/classes/java/util/concurrent/ScheduledExecutorService.java ../../../src/share/classes/java/util/concurrent/ScheduledFuture.java ../../../src/share/classes/java/util/concurrent/ScheduledThreadPoolExecutor.java ../../../src/share/classes/java/util/concurrent/Semaphore.java ../../../src/share/classes/java/util/concurrent/SynchronousQueue.java ../../../src/share/classes/java/util/concurrent/ThreadFactory.java ../../../src/share/classes/java/util/concurrent/ThreadPoolExecutor.java ../../../src/share/classes/java/util/concurrent/TimeUnit.java ../../../src/share/classes/java/util/concurrent/TimeoutException.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicBoolean.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicInteger.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicIntegerArray.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicLong.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicLongArray.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicMarkableReference.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicReference.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java ../../../src/share/classes/java/util/concurrent/atomic/AtomicStampedReference.java ../../../src/share/classes/java/util/concurrent/locks/AbstractOwnableSynchronizer.java ../../../src/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java ../../../src/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java ../../../src/share/classes/java/util/concurrent/locks/Condition.java ../../../src/share/classes/java/util/concurrent/locks/Lock.java ../../../src/share/classes/java/util/concurrent/locks/LockSupport.java ../../../src/share/classes/java/util/concurrent/locks/ReadWriteLock.java ../../../src/share/classes/java/util/concurrent/locks/ReentrantLock.java ../../../src/share/classes/java/util/concurrent/locks/ReentrantReadWriteLock.java ../../../src/share/classes/java/util/regex/Pattern.java ../../../src/share/classes/java/util/regex/Matcher.java ../../../src/share/classes/java/util/regex/MatchResult.java ../../../src/share/classes/java/util/regex/ASCII.java ../../../src/share/classes/java/util/regex/PatternSyntaxException.java ../../../src/share/classes/java/util/prefs/Preferences.java ../../../src/share/classes/java/util/prefs/AbstractPreferences.java ../../../src/share/classes/java/util/prefs/PreferenceChangeEvent.java ../../../src/share/classes/java/util/prefs/PreferenceChangeListener.java ../../../src/share/classes/java/util/prefs/NodeChangeEvent.java ../../../src/share/classes/java/util/prefs/NodeChangeListener.java ../../../src/share/classes/java/util/prefs/BackingStoreException.java ../../../src/share/classes/java/util/prefs/InvalidPreferencesFormatException.java ../../../src/share/classes/java/util/prefs/PreferencesFactory.java ../../../src/share/classes/java/util/prefs/Base64.java ../../../src/share/classes/java/util/prefs/XmlSupport.java ../../../src/share/classes/java/util/spi/CurrencyNameProvider.java ../../../src/share/classes/java/util/spi/LocaleNameProvider.java ../../../src/share/classes/java/util/spi/LocaleServiceProvider.java ../../../src/share/classes/java/util/spi/TimeZoneNameProvider.java ../../../src/share/classes/java/io/Closeable.java ../../../src/share/classes/java/io/Flushable.java ../../../src/share/classes/java/io/PipedInputStream.java ../../../src/share/classes/java/io/PipedOutputStream.java ../../../src/share/classes/java/io/IOException.java ../../../src/share/classes/java/io/CharConversionException.java ../../../src/share/classes/java/io/FileNotFoundException.java ../../../src/share/classes/java/io/EOFException.java ../../../src/share/classes/java/io/SyncFailedException.java ../../../src/share/classes/java/io/UTFDataFormatException.java ../../../src/share/classes/java/io/InterruptedIOException.java ../../../src/share/classes/java/io/UnsupportedEncodingException.java ../../../src/share/classes/java/io/DataInput.java ../../../src/share/classes/java/io/DataOutput.java ../../../src/share/classes/java/io/InputStream.java ../../../src/share/classes/java/io/FileInputStream.java ../../../src/share/classes/java/io/FilterInputStream.java ../../../src/share/classes/java/io/BufferedInputStream.java ../../../src/share/classes/java/io/DataInputStream.java ../../../src/share/classes/java/io/ByteArrayInputStream.java ../../../src/share/classes/java/io/PushbackInputStream.java ../../../src/share/classes/java/io/SequenceInputStream.java ../../../src/share/classes/java/io/StringBufferInputStream.java ../../../src/share/classes/java/io/LineNumberInputStream.java ../../../src/share/classes/java/io/OutputStream.java ../../../src/share/classes/java/io/FileOutputStream.java ../../../src/share/classes/java/io/FilterOutputStream.java ../../../src/share/classes/java/io/BufferedOutputStream.java ../../../src/share/classes/java/io/DataOutputStream.java ../../../src/share/classes/java/io/ByteArrayOutputStream.java ../../../src/share/classes/java/io/PrintStream.java ../../../src/share/classes/java/io/RandomAccessFile.java ../../../src/share/classes/java/io/StreamTokenizer.java ../../../src/share/classes/java/io/DeleteOnExitHook.java ../../../src/share/classes/java/io/File.java ../../../src/share/classes/java/io/FileSystem.java ../../../src/solaris/classes/java/io/FileDescriptor.java ../../../src/share/classes/java/io/FilenameFilter.java ../../../src/share/classes/java/io/FileFilter.java ../../../src/share/classes/java/io/FilePermission.java ../../../src/share/classes/java/io/Serializable.java ../../../src/share/classes/java/io/Externalizable.java ../../../src/share/classes/java/io/Bits.java ../../../src/share/classes/java/io/ObjectInput.java ../../../src/share/classes/java/io/ObjectInputStream.java ../../../src/share/classes/java/io/ObjectInputValidation.java ../../../src/share/classes/java/io/ObjectOutput.java ../../../src/share/classes/java/io/ObjectOutputStream.java ../../../src/share/classes/java/io/ObjectStreamClass.java ../../../src/share/classes/java/io/ObjectStreamConstants.java ../../../src/share/classes/java/io/ObjectStreamField.java ../../../src/share/classes/java/io/SerializablePermission.java ../../../src/share/classes/java/io/InvalidClassException.java ../../../src/share/classes/java/io/InvalidObjectException.java ../../../src/share/classes/java/io/NotActiveException.java ../../../src/share/classes/java/io/NotSerializableException.java ../../../src/share/classes/java/io/ObjectStreamException.java ../../../src/share/classes/java/io/OptionalDataException.java ../../../src/share/classes/java/io/StreamCorruptedException.java ../../../src/share/classes/java/io/WriteAbortedException.java ../../../src/share/classes/java/io/Reader.java ../../../src/share/classes/java/io/BufferedReader.java ../../../src/share/classes/java/io/LineNumberReader.java ../../../src/share/classes/java/io/CharArrayReader.java ../../../src/share/classes/java/io/FilterReader.java ../../../src/share/classes/java/io/PushbackReader.java ../../../src/share/classes/java/io/InputStreamReader.java ../../../src/share/classes/java/io/FileReader.java ../../../src/share/classes/java/io/PipedReader.java ../../../src/share/classes/java/io/StringReader.java ../../../src/share/classes/java/io/Writer.java ../../../src/share/classes/java/io/BufferedWriter.java ../../../src/share/classes/java/io/PrintWriter.java ../../../src/share/classes/java/io/CharArrayWriter.java ../../../src/share/classes/java/io/FilterWriter.java ../../../src/share/classes/java/io/OutputStreamWriter.java ../../../src/share/classes/java/io/FileWriter.java ../../../src/share/classes/java/io/PipedWriter.java ../../../src/share/classes/java/io/StringWriter.java ../../../src/share/classes/java/io/Console.java ../../../src/share/classes/java/io/ExpiringCache.java ../../../src/share/classes/java/nio/charset/Charset.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetDecoder.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/charset/CharsetEncoder.java ../../../src/share/classes/java/nio/charset/UnmappableCharacterException.java ../../../src/share/classes/java/nio/Bits.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/DirectByteBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapByteBuffer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/nio/HeapCharBuffer.java ../../../src/share/classes/java/security/AccessController.java ../../../src/share/classes/java/security/ProtectionDomain.java ../../../src/share/classes/java/net/URLClassLoader.java ../../../src/share/classes/java/net/URLConnection.java ../../../src/share/classes/sun/misc/Launcher.java ../../../src/share/classes/sun/misc/MetaIndex.java ../../../src/share/classes/sun/misc/URLClassPath.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/Version.java ../../../src/share/classes/sun/net/www/protocol/jar/Handler.java ../../../src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java ../../../src/solaris/classes/sun/net/www/protocol/file/Handler.java ../../../src/share/classes/sun/net/www/protocol/file/FileURLConnection.java ../../../src/solaris/classes/sun/misc/FileURLMapper.java ../../../src/share/classes/sun/misc/MessageUtils.java ../../../src/share/classes/sun/misc/GC.java ../../../src/share/classes/sun/misc/Service.java ../../../src/share/classes/sun/misc/JavaLangAccess.java ../../../src/share/classes/sun/misc/JavaIOAccess.java ../../../src/share/classes/sun/misc/JavaIODeleteOnExitAccess.java ../../../src/share/classes/sun/misc/JavaIOFileDescriptorAccess.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/java/lang/UNIXProcess.java ../../../src/solaris/classes/java/io/UnixFileSystem.java ../../../src/solaris/classes/java/util/prefs/FileSystemPreferences.java ../../../src/solaris/classes/java/util/prefs/FileSystemPreferencesFactory.java ../../../src/share/classes/sun/misc/VMSupport.java ../../../src/share/classes/sun/reflect/ConstantPool.java ../../../src/share/classes/sun/reflect/NativeConstructorAccessorImpl.java ../../../src/share/classes/sun/reflect/NativeMethodAccessorImpl.java ../../../src/share/classes/sun/reflect/Reflection.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders/ \ java.lang.Object java.lang.Class java.lang.Compiler java.lang.String java.lang.Thread java.lang.ThreadGroup java.lang.StrictMath java.lang.Number java.lang.Byte java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.lang.Boolean java.lang.Character java.lang.System java.lang.ClassLoader java.lang.Runtime java.lang.SecurityManager java.lang.Shutdown java.lang.Package java.lang.ref.Finalizer java.lang.reflect.AccessibleObject java.lang.reflect.Field java.lang.reflect.Method java.lang.reflect.Constructor java.lang.reflect.InvocationTargetException java.lang.reflect.Array java.lang.reflect.Proxy java.security.AccessController java.util.Date java.util.TimeZone java.util.ResourceBundle java.util.concurrent.atomic.AtomicLong java.util.prefs.FileSystemPreferences java.io.Console java.io.FileDescriptor java.io.InputStream java.io.FileInputStream java.io.FileOutputStream java.io.PrintStream java.io.RandomAccessFile java.io.DataInputStream java.io.DataOutputStream java.io.File java.io.FileSystem java.io.UnixFileSystem java.io.ObjectInputStream java.io.ObjectOutputStream java.io.ObjectStreamClass java.lang.Throwable java.lang.NoClassDefFoundError java.lang.StringIndexOutOfBoundsException java.lang.OutOfMemoryError sun.misc.Version sun.misc.VM sun.misc.VMSupport sun.misc.Signal sun.misc.MessageUtils sun.misc.NativeSignalHandler sun.misc.GC sun.reflect.ConstantPool sun.reflect.NativeConstructorAccessorImpl sun.reflect.NativeMethodAccessorImpl sun.reflect.Reflection java.lang.ClassLoader\$NativeLibrary Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/AccessController.o ../../../src/share/native/java/security/AccessController.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Array.o ../../../src/share/native/java/lang/reflect/Array.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/String.o ../../../src/share/native/java/lang/String.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Class.o ../../../src/share/native/java/lang/Class.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ClassLoader.o ../../../src/share/native/java/lang/ClassLoader.c ../../../src/share/native/java/lang/Class.c: In function 'Java_java_lang_Class_forName0': ../../../src/share/native/java/lang/Class.c:115: warning: comparison between signed and unsigned ../../../src/share/native/java/lang/ClassLoader.c: In function 'Java_java_lang_ClassLoader_00024NativeLibrary_load': ../../../src/share/native/java/lang/ClassLoader.c:334: warning: comparison between signed and unsigned ../../../src/share/native/java/lang/ClassLoader.c:371: warning: cast from pointer to integer of different size ../../../src/share/native/java/lang/ClassLoader.c: In function 'Java_java_lang_ClassLoader_00024NativeLibrary_unload': ../../../src/share/native/java/lang/ClassLoader.c:400: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Compiler.o ../../../src/share/native/java/lang/Compiler.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Console_md.o ../../../src/solaris/native/java/io/Console_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Double.o ../../../src/share/native/java/lang/Double.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystem_md.o ../../../src/solaris/native/java/io/FileSystem_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileDescriptor_md.o ../../../src/solaris/native/java/io/FileDescriptor_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream.o ../../../src/share/native/java/io/FileInputStream.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream_md.o ../../../src/solaris/native/java/io/FileInputStream_md.c In file included from ../../../src/solaris/javavm/export/jvm_md.h:57, from ../../../src/share/javavm/export/jvm.h:32, from ../../../src/share/native/java/io/FileInputStream.c:31: /opt/lsb/include/fcntl.h:19:1: warning: "O_SYNC" redefined In file included from ../../../src/share/native/java/io/FileInputStream.c:29: ../../../src/share/native/java/io/io_util.h:33:1: warning: this is the location of the previous definition In file included from ../../../src/solaris/javavm/export/jvm_md.h:57, from ../../../src/share/javavm/export/jvm.h:32, from ../../../src/share/native/java/io/FileInputStream.c:31: /opt/lsb/include/fcntl.h:101:1: warning: "O_DSYNC" redefined In file included from ../../../src/share/native/java/io/FileInputStream.c:29: ../../../src/share/native/java/io/io_util.h:34:1: warning: this is the location of the previous definition In file included from ../../../src/share/native/java/io/FileInputStream.c:38: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/io/FileInputStream.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition In file included from ../../../src/solaris/native/java/io/FileInputStream_md.c:35: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/FileInputStream_md.c:32: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileOutputStream_md.o ../../../src/solaris/native/java/io/FileOutputStream_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Finalizer.o ../../../src/share/native/java/lang/ref/Finalizer.c In file included from ../../../src/solaris/native/java/io/FileOutputStream_md.c:31: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/FileOutputStream_md.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Float.o ../../../src/share/native/java/lang/Float.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Object.o ../../../src/share/native/java/lang/Object.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectOutputStream.o ../../../src/share/native/java/io/ObjectOutputStream.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectInputStream.o ../../../src/share/native/java/io/ObjectInputStream.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectStreamClass.o ../../../src/share/native/java/io/ObjectStreamClass.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Package.o ../../../src/share/native/java/lang/Package.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ProcessEnvironment_md.o ../../../src/solaris/native/java/lang/ProcessEnvironment_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Proxy.o ../../../src/share/native/java/lang/reflect/Proxy.c ../../../src/share/native/java/lang/reflect/Proxy.c: In function 'Java_java_lang_reflect_Proxy_defineClass0': ../../../src/share/native/java/lang/reflect/Proxy.c:87: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile.o ../../../src/share/native/java/io/RandomAccessFile.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile_md.o ../../../src/solaris/native/java/io/RandomAccessFile_md.c In file included from ../../../src/share/native/java/io/RandomAccessFile.c:32: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/io/RandomAccessFile.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition In file included from ../../../src/solaris/native/java/io/RandomAccessFile_md.c:35: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/RandomAccessFile_md.c:32: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ResourceBundle.o ../../../src/share/native/java/lang/ResourceBundle.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Runtime.o ../../../src/share/native/java/lang/Runtime.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/SecurityManager.o ../../../src/share/native/java/lang/SecurityManager.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Shutdown.o ../../../src/share/native/java/lang/Shutdown.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/StrictMath.o ../../../src/share/native/java/lang/StrictMath.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/System.o ../../../src/share/native/java/lang/System.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Thread.o ../../../src/share/native/java/lang/Thread.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Throwable.o ../../../src/share/native/java/lang/Throwable.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Signal.o ../../../src/share/native/sun/misc/Signal.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeSignalHandler.o ../../../src/share/native/sun/misc/NativeSignalHandler.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/verify_stub.o ../../../src/share/native/common/verify_stub.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util.o ../../../src/share/native/java/io/io_util.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util_md.o ../../../src/solaris/native/java/io/io_util_md.c In file included from ../../../src/share/native/java/io/io_util.c:34: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/io/io_util.c:31: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition In file included from ../../../src/solaris/native/java/io/io_util_md.c:30: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/solaris/native/java/io/io_util_md.c:27: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jio.o ../../../src/share/native/common/jio.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/logging.o ../../../src/solaris/native/java/util/logging.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jni_util.o ../../../src/share/native/common/jni_util.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util.o ../../../src/share/native/common/jdk_util.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util_md.o ../../../src/solaris/native/common/jdk_util_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/check_version.o ../../../src/share/native/common/check_version.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/java_props_md.o ../../../src/solaris/native/java/lang/java_props_md.c ../../../src/solaris/native/java/lang/java_props_md.c: In function 'GetJavaProperties': ../../../src/solaris/native/java/lang/java_props_md.c:126: warning: missing initializer ../../../src/solaris/native/java/lang/java_props_md.c:126: warning: (near initialization for 'sprops.os_version') /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/DriverManager.o ../../../src/share/native/java/sql/DriverManager.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ConstantPool.o ../../../src/share/native/sun/reflect/ConstantPool.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/MessageUtils.o ../../../src/share/native/sun/misc/MessageUtils.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/GC.o ../../../src/share/native/sun/misc/GC.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeAccessors.o ../../../src/share/native/sun/reflect/NativeAccessors.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Reflection.o ../../../src/share/native/sun/reflect/Reflection.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Bits.o ../../../src/share/native/java/nio/Bits.c ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromByteArray': ../../../src/share/native/java/nio/Bits.c:80: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToByteArray': ../../../src/share/native/java/nio/Bits.c:100: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromShortArray': ../../../src/share/native/java/nio/Bits.c:118: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToShortArray': ../../../src/share/native/java/nio/Bits.c:153: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromIntArray': ../../../src/share/native/java/nio/Bits.c:188: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToIntArray': ../../../src/share/native/java/nio/Bits.c:223: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyFromLongArray': ../../../src/share/native/java/nio/Bits.c:258: warning: cast to pointer from integer of different size ../../../src/share/native/java/nio/Bits.c: In function 'Java_java_nio_Bits_copyToLongArray': ../../../src/share/native/java/nio/Bits.c:293: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/AtomicLong.o ../../../src/share/native/java/util/concurrent/atomic/AtomicLong.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Version.o ../../../src/share/native/sun/misc/Version.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/VM.o ../../../src/share/native/sun/misc/VM.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/VMSupport.o ../../../src/share/native/sun/misc/VMSupport.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/UNIXProcess_md.o ../../../src/solaris/native/java/lang/UNIXProcess_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/UnixFileSystem_md.o ../../../src/solaris/native/java/io/UnixFileSystem_md.c ../../../src/solaris/native/java/io/UnixFileSystem_md.c: In function 'Java_java_io_UnixFileSystem_checkAccess': ../../../src/solaris/native/java/io/UnixFileSystem_md.c:197: warning: 'mode' may be used uninitialized in this function ../../../src/solaris/native/java/io/UnixFileSystem_md.c: In function 'Java_java_io_UnixFileSystem_setPermission': ../../../src/solaris/native/java/io/UnixFileSystem_md.c:229: warning: 'amode' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/canonicalize_md.o ../../../src/solaris/native/java/io/canonicalize_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone.o ../../../src/share/native/java/util/TimeZone.c ../../../src/solaris/native/java/io/canonicalize_md.c: In function 'canonicalize': ../../../src/solaris/native/java/io/canonicalize_md.c:249: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone_md.o ../../../src/solaris/native/java/util/TimeZone_md.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystemPreferences.o ../../../src/solaris/native/java/util/FileSystemPreferences.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java STATS: LIBRARY=java, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjava.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -DJDK_MICRO_VERSION='"0"' -DJDK_BUILD_NUMBER='"b14"' -DJDK_UPDATE_VERSION='"0"' -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/java/lang/fdlibm/include -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -I../../../src/solaris/native/java/util -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang -I../../../src/solaris/native/java/lang -DRELEASE='"1.6.0_0"' -DARCHPROPNAME='"i386"' -DALT_CODESET_KEY=_NL_CTYPE_CODESET_NAME -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjava.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjava.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/AccessController.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Array.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/String.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Class.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ClassLoader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Compiler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Console_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Double.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystem_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileDescriptor_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileInputStream_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileOutputStream_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Finalizer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Float.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Object.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectOutputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectInputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ObjectStreamClass.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Package.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ProcessEnvironment_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Proxy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/RandomAccessFile_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ResourceBundle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Runtime.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/SecurityManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Shutdown.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/StrictMath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/System.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Thread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Throwable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Signal.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeSignalHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/verify_stub.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/io_util_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jio.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/logging.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jni_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/jdk_util_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/check_version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/java_props_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/DriverManager.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/ConstantPool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/MessageUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/GC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/NativeAccessors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Reflection.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Bits.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/AtomicLong.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/Version.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/VM.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/VMSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/UNIXProcess_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/UnixFileSystem_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/canonicalize_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/TimeZone_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/FileSystemPreferences.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lverify -lnsl -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang/java/obj/../../../fdlibm/obj -lfdlibm.i586 -lc Warning: forcing nsl to be linked statically Warning: forcing fdlibm.i586 to be linked statically /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/content-types.properties /bin/cp ../../../src/solaris/lib/content-types.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/content-types.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/calendars.properties /bin/cp ../../../src/share/lib/calendars.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/calendars.properties rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/currency.data /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatecurrencydata.jar -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/currency.data.temp \ < ../../../src/share/classes/java/util/CurrencyData.properties /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/currency.data.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/currency.data /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/currency.data Begin Processing SUBDIRS: reflect >>>Recursively making reflect build @ Sun Aug 2 14:49:17 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java/reflect' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.reflect/.classes.list) ../../../../src/share/classes/java/lang/reflect/package-info.java ../../../../src/share/classes/sun/reflect/generics/reflectiveObjects/NotImplementedException.java ../../../../src/share/classes/sun/reflect/FieldInfo.java ../../../../src/share/classes/sun/reflect/misc/ConstructorUtil.java ../../../../src/share/classes/sun/reflect/misc/FieldUtil.java ../../../../src/share/classes/sun/reflect/misc/MethodUtil.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.reflect/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java/reflect' Timing: 00002 seconds or 2s for make-java-java-reflect <<>>Recursively making reflect all @ Sun Aug 2 14:49:19 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java/reflect' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.reflect/.classes.list) ../../../../src/share/classes/java/lang/reflect/package-info.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.reflect/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java/reflect' Timing: 00001 seconds or 1s for make-java-java-reflect <<>>Recursively making sun_nio all @ Sun Aug 2 14:49:20 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/sun_nio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/.classes.list) ../../../src/share/classes/sun/nio/cs/AbstractCharsetProvider.java ../../../src/share/classes/sun/nio/cs/SingleByteEncoder.java ../../../src/share/classes/sun/nio/cs/SingleByteDecoder.java ../../../src/share/classes/sun/nio/cs/UnicodeEncoder.java ../../../src/share/classes/sun/nio/cs/UnicodeDecoder.java ../../../src/share/classes/sun/nio/cs/ISO_8859_1.java ../../../src/share/classes/sun/nio/cs/ISO_8859_2.java ../../../src/share/classes/sun/nio/cs/ISO_8859_4.java ../../../src/share/classes/sun/nio/cs/ISO_8859_5.java ../../../src/share/classes/sun/nio/cs/ISO_8859_7.java ../../../src/share/classes/sun/nio/cs/ISO_8859_9.java ../../../src/share/classes/sun/nio/cs/ISO_8859_13.java ../../../src/share/classes/sun/nio/cs/ISO_8859_15.java ../../../src/share/classes/sun/nio/cs/IBM437.java ../../../src/share/classes/sun/nio/cs/IBM737.java ../../../src/share/classes/sun/nio/cs/IBM775.java ../../../src/share/classes/sun/nio/cs/IBM850.java ../../../src/share/classes/sun/nio/cs/IBM852.java ../../../src/share/classes/sun/nio/cs/IBM855.java ../../../src/share/classes/sun/nio/cs/IBM857.java ../../../src/share/classes/sun/nio/cs/IBM858.java ../../../src/share/classes/sun/nio/cs/IBM862.java ../../../src/share/classes/sun/nio/cs/IBM866.java ../../../src/share/classes/sun/nio/cs/IBM874.java ../../../src/share/classes/sun/nio/cs/KOI8_R.java ../../../src/share/classes/sun/nio/cs/KOI8_U.java ../../../src/share/classes/sun/nio/cs/MS1250.java ../../../src/share/classes/sun/nio/cs/MS1251.java ../../../src/share/classes/sun/nio/cs/MS1252.java ../../../src/share/classes/sun/nio/cs/MS1253.java ../../../src/share/classes/sun/nio/cs/MS1254.java ../../../src/share/classes/sun/nio/cs/MS1257.java ../../../src/share/classes/sun/nio/cs/UTF_16.java ../../../src/share/classes/sun/nio/cs/UTF_16BE.java ../../../src/share/classes/sun/nio/cs/UTF_16LE.java ../../../src/share/classes/sun/nio/cs/UTF_16LE_BOM.java ../../../src/share/classes/sun/nio/cs/UTF_32.java ../../../src/share/classes/sun/nio/cs/UTF_32BE.java ../../../src/share/classes/sun/nio/cs/UTF_32LE.java ../../../src/share/classes/sun/nio/cs/UTF_32BE_BOM.java ../../../src/share/classes/sun/nio/cs/UTF_32LE_BOM.java ../../../src/share/classes/sun/io/Converters.java ../../../src/share/classes/sun/io/ByteToCharConverter.java ../../../src/share/classes/sun/io/ByteToCharASCII.java ../../../src/share/classes/sun/io/ByteToCharUTF8.java ../../../src/share/classes/sun/io/ByteToCharUTF16.java ../../../src/share/classes/sun/io/ByteToCharUnicode.java ../../../src/share/classes/sun/io/ByteToCharUnicodeBig.java ../../../src/share/classes/sun/io/ByteToCharUnicodeBigUnmarked.java ../../../src/share/classes/sun/io/ByteToCharUnicodeLittle.java ../../../src/share/classes/sun/io/ByteToCharUnicodeLittleUnmarked.java ../../../src/share/classes/sun/io/CharToByteConverter.java ../../../src/share/classes/sun/io/CharToByteASCII.java ../../../src/share/classes/sun/io/CharToByteUTF8.java ../../../src/share/classes/sun/io/CharToByteUTF16.java ../../../src/share/classes/sun/io/CharToByteUnicode.java ../../../src/share/classes/sun/io/CharToByteUnicodeBig.java ../../../src/share/classes/sun/io/CharToByteUnicodeBigUnmarked.java ../../../src/share/classes/sun/io/CharToByteUnicodeLittle.java ../../../src/share/classes/sun/io/CharToByteUnicodeLittleUnmarked.java ../../../src/share/classes/sun/io/CharacterEncoding.java ../../../src/share/classes/sun/io/ConversionBufferFullException.java ../../../src/share/classes/sun/io/MalformedInputException.java ../../../src/share/classes/sun/io/UnknownCharacterException.java ../../../src/share/classes/sun/io/ByteToCharISO8859_1.java ../../../src/share/classes/sun/io/CharToByteISO8859_1.java ../../../src/share/classes/sun/io/ByteToCharISO8859_2.java ../../../src/share/classes/sun/io/CharToByteISO8859_2.java ../../../src/share/classes/sun/io/ByteToCharISO8859_4.java ../../../src/share/classes/sun/io/CharToByteISO8859_4.java ../../../src/share/classes/sun/io/ByteToCharISO8859_5.java ../../../src/share/classes/sun/io/CharToByteISO8859_5.java ../../../src/share/classes/sun/io/ByteToCharISO8859_7.java ../../../src/share/classes/sun/io/CharToByteISO8859_7.java ../../../src/share/classes/sun/io/ByteToCharISO8859_9.java ../../../src/share/classes/sun/io/CharToByteISO8859_9.java ../../../src/share/classes/sun/io/ByteToCharISO8859_13.java ../../../src/share/classes/sun/io/CharToByteISO8859_13.java ../../../src/share/classes/sun/io/ByteToCharISO8859_15.java ../../../src/share/classes/sun/io/CharToByteISO8859_15.java ../../../src/share/classes/sun/io/ByteToCharCp1250.java ../../../src/share/classes/sun/io/CharToByteCp1250.java ../../../src/share/classes/sun/io/ByteToCharCp1251.java ../../../src/share/classes/sun/io/CharToByteCp1251.java ../../../src/share/classes/sun/io/ByteToCharCp1252.java ../../../src/share/classes/sun/io/CharToByteCp1252.java ../../../src/share/classes/sun/io/ByteToCharCp1253.java ../../../src/share/classes/sun/io/CharToByteCp1253.java ../../../src/share/classes/sun/io/ByteToCharCp1254.java ../../../src/share/classes/sun/io/CharToByteCp1254.java ../../../src/share/classes/sun/io/ByteToCharCp1257.java ../../../src/share/classes/sun/io/CharToByteCp1257.java ../../../src/share/classes/sun/io/ByteToCharKOI8_R.java ../../../src/share/classes/sun/io/CharToByteKOI8_R.java ../../../src/share/classes/sun/io/ByteToCharSingleByte.java ../../../src/share/classes/sun/io/CharToByteSingleByte.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -Xlint:serial -Werror -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/sun_nio' Timing: 00004 seconds or 4s for make-java-sun_nio <<>>Recursively making jli all @ Sun Aug 2 14:49:24 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jli' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jli make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jli' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/parse_manifest.o ../../../src/share/bin/parse_manifest.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/version_comp.o ../../../src/share/bin/version_comp.c ../../../src/share/bin/parse_manifest.c: In function 'find_file': ../../../src/share/bin/parse_manifest.c:324: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/wildcard.o ../../../src/share/bin/wildcard.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/jli_util.o ../../../src/share/bin/jli_util.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jli' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jli STATS: LIBRARY=jli, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli/libjli.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjli.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli/libjli.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/parse_manifest.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/version_comp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/wildcard.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/jli/obj/jli_util.o -lz -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jli' Timing: 00002 seconds or 2s for make-java-jli <<>>Recursively making main all @ Sun Aug 2 14:49:27 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/main' Begin Processing SUBDIRS: java >>>Recursively making java all @ Sun Aug 2 14:49:27 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/main/java' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jvm.cfg /bin/cp ../../../../src/solaris/bin/i586/jvm.cfg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jvm.cfg /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/bin -I../../../../src/solaris/bin -DPROGNAME='"java"' -DEXPAND_CLASSPATH_WILDCARDS -DLAUNCHER_NAME=\"java\" -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/java.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../../src/share/bin/java.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/bin -I../../../../src/solaris/bin -DPROGNAME='"java"' -DEXPAND_CLASSPATH_WILDCARDS -DLAUNCHER_NAME=\"java\" -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/java_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../../src/solaris/bin/java_md.c ../../../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/bin -I../../../../src/solaris/bin -DPROGNAME='"java"' -DEXPAND_CLASSPATH_WILDCARDS -DLAUNCHER_NAME=\"java\" -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/java because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/java_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/java -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/java.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/java_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/main/java' Timing: 00002 seconds or 2s for make-java-main-java <<>>Recursively making zip all @ Sun Aug 2 14:49:30 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/zip' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/.classes.list) ../../../src/share/classes/java/util/zip/GZIPInputStream.java ../../../src/share/classes/java/util/zip/Adler32.java ../../../src/share/classes/java/util/zip/InflaterOutputStream.java ../../../src/share/classes/java/util/zip/CheckedOutputStream.java ../../../src/share/classes/java/util/zip/DeflaterInputStream.java ../../../src/share/classes/java/util/zip/GZIPOutputStream.java ../../../src/share/classes/java/util/zip/CheckedInputStream.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders/ \ java.util.zip.CRC32 java.util.zip.Adler32 java.util.zip.Inflater java.util.zip.Deflater java.util.zip.ZipFile java.util.zip.ZipEntry java.util.jar.JarFile Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/zip make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/zip' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/CRC32.o ../../../src/share/native/java/util/zip/CRC32.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Adler32.o ../../../src/share/native/java/util/zip/Adler32.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Deflater.o ../../../src/share/native/java/util/zip/Deflater.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Inflater.o ../../../src/share/native/java/util/zip/Inflater.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipFile.o ../../../src/share/native/java/util/zip/ZipFile.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipEntry.o ../../../src/share/native/java/util/zip/ZipEntry.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/zip_util.o ../../../src/share/native/java/util/zip/zip_util.c In file included from ../../../src/share/native/java/util/zip/zip_util.c:45: ../../../src/solaris/native/java/io/io_util_md.h:68:1: warning: "SET_HANDLE" redefined In file included from ../../../src/solaris/native/common/jlong_md.h:31, from ../../../src/share/native/common/jlong.h:29, from ../../../src/share/native/common/jni_util.h:30, from ../../../src/share/native/java/util/zip/zip_util.c:41: ../../../src/share/javavm/include/typedefs.h:80:1: warning: this is the location of the previous definition ../../../src/share/native/java/util/zip/zip_util.c: In function 'isMetaName': ../../../src/share/native/java/util/zip/zip_util.c:359: warning: comparison between signed and unsigned make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/zip' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/zip STATS: LIBRARY=zip, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libzip.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DUSE_MMAP -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/util/zip -I../../../src/solaris/native/java/util/zip -UDEBUG -I../../../src/share/native/java/io -I../../../src/solaris/native/java/io -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libzip.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libzip.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/CRC32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Adler32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Deflater.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/Inflater.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipFile.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/ZipEntry.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.zip/zip/obj/zip_util.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lz -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/zip' Timing: 00004 seconds or 4s for make-java-zip <<>>Recursively making security all @ Sun Aug 2 14:49:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/security' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.security/.classes.list) ../../../src/share/classes/java/security/cert/TrustAnchor.java ../../../src/share/classes/java/security/cert/CertPathValidatorResult.java ../../../src/share/classes/java/security/cert/LDAPCertStoreParameters.java ../../../src/share/classes/java/security/cert/PKIXBuilderParameters.java ../../../src/share/classes/java/security/cert/CollectionCertStoreParameters.java ../../../src/share/classes/java/security/cert/CertPathValidator.java ../../../src/share/classes/java/security/cert/CertStore.java ../../../src/share/classes/java/security/cert/CertPathHelperImpl.java ../../../src/share/classes/java/security/cert/X509CertSelector.java ../../../src/share/classes/java/security/cert/CertPathBuilderResult.java ../../../src/share/classes/java/security/cert/CertStoreSpi.java ../../../src/share/classes/java/security/cert/PKIXParameters.java ../../../src/share/classes/java/security/cert/CertPathBuilder.java ../../../src/share/classes/java/security/cert/CertPathBuilderSpi.java ../../../src/share/classes/java/security/cert/CertStoreException.java ../../../src/share/classes/java/security/cert/CertPathValidatorSpi.java ../../../src/share/classes/java/security/cert/CertPathBuilderException.java ../../../src/share/classes/java/security/cert/PKIXCertPathBuilderResult.java ../../../src/share/classes/java/security/cert/PKIXCertPathChecker.java ../../../src/share/classes/java/security/cert/PolicyNode.java ../../../src/share/classes/java/security/cert/X509CRLSelector.java ../../../src/share/classes/java/security/cert/CertPathValidatorException.java ../../../src/share/classes/java/security/cert/CertPathParameters.java ../../../src/share/classes/java/security/cert/PKIXCertPathValidatorResult.java ../../../src/share/classes/java/security/cert/CRLSelector.java ../../../src/share/classes/java/security/cert/CertSelector.java ../../../src/share/classes/java/security/DigestOutputStream.java ../../../src/share/classes/java/security/KeyPairGenerator.java ../../../src/share/classes/java/security/KeyPairGeneratorSpi.java ../../../src/share/classes/java/security/acl/LastOwnerException.java ../../../src/share/classes/java/security/acl/Acl.java ../../../src/share/classes/java/security/acl/AclEntry.java ../../../src/share/classes/java/security/acl/Owner.java ../../../src/share/classes/java/security/acl/NotOwnerException.java ../../../src/share/classes/java/security/acl/AclNotFoundException.java ../../../src/share/classes/java/security/acl/Permission.java ../../../src/share/classes/java/security/acl/Group.java ../../../src/share/classes/java/security/DigestInputStream.java ../../../src/share/classes/java/security/GuardedObject.java ../../../src/share/classes/java/security/URIParameter.java ../../../src/share/classes/java/security/AlgorithmParameterGenerator.java ../../../src/share/classes/java/security/AuthProvider.java ../../../src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java ../../../src/share/classes/java/security/spec/RSAPrivateCrtKeySpec.java ../../../src/share/classes/java/security/spec/RSAKeyGenParameterSpec.java ../../../src/share/classes/java/security/spec/PSSParameterSpec.java ../../../src/share/classes/java/security/spec/DSAPrivateKeySpec.java ../../../src/share/classes/java/security/spec/MGF1ParameterSpec.java ../../../src/share/classes/java/security/spec/DSAParameterSpec.java ../../../src/share/classes/java/security/spec/DSAPublicKeySpec.java ../../../src/share/classes/java/security/spec/RSAPublicKeySpec.java ../../../src/share/classes/java/security/spec/RSAOtherPrimeInfo.java ../../../src/share/classes/java/security/spec/RSAPrivateKeySpec.java ../../../src/share/classes/java/security/interfaces/DSAKeyPairGenerator.java ../../../src/share/classes/java/security/interfaces/RSAMultiPrimePrivateCrtKey.java ../../../src/share/classes/java/security/interfaces/RSAPrivateCrtKey.java ../../../src/share/classes/java/security/interfaces/RSAPrivateKey.java ../../../src/share/classes/java/security/interfaces/DSAPrivateKey.java ../../../src/share/classes/java/security/interfaces/RSAKey.java ../../../src/share/classes/java/security/interfaces/RSAPublicKey.java ../../../src/share/classes/java/security/SignedObject.java ../../../src/share/classes/java/security/AlgorithmParameterGeneratorSpi.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.security/.classes.list Note: ../../../src/share/classes/java/security/cert/X509CertSelector.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: ../../../src/share/classes/java/security/cert/X509CertSelector.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security/java.security /bin/cp ../../../src/share/lib/security/java.security /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security/java.security /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security/java.policy /bin/cp ../../../src/share/lib/security/java.policy /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security/java.policy /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security/cacerts /bin/cp ../../../src/share/lib/security/cacerts /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/security/cacerts make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/security' Timing: 00003 seconds or 3s for make-java-security <<>>Recursively making npt all @ Sun Aug 2 14:49:38 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/npt' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/npt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/npt' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/obj/npt.o ../../../src/share/npt/npt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/obj/utf.o ../../../src/share/npt/utf.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/obj/utf_md.o ../../../src/solaris/npt/utf_md.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/npt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/npt STATS: LIBRARY=npt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libnpt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/npt -I../../../src/solaris/npt -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libnpt.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libnpt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/obj/npt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/obj/utf.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/npt/obj/utf_md.o -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/npt' Timing: 00002 seconds or 2s for make-java-npt <<>>Recursively making java_crw_demo all @ Sun Aug 2 14:49:40 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_crw_demo' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_crw_demo make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_crw_demo' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java_crw_demo/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java_crw_demo/obj/java_crw_demo.o ../../../src/share/demo/jvmti/java_crw_demo/java_crw_demo.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_crw_demo' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_crw_demo STATS: LIBRARY=java_crw_demo, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjava_crw_demo.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java_crw_demo/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java_crw_demo/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/java_crw_demo -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjava_crw_demo.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjava_crw_demo.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java_crw_demo/obj/java_crw_demo.o -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_crw_demo' Timing: 00003 seconds or 3s for make-java-java_crw_demo <<>>Recursively making java_hprof_demo all @ Sun Aug 2 14:49:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_hprof_demo' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jvm.hprof.txt /bin/cp ../../../src/share/demo/jvmti/hprof/jvm.hprof.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jvm.hprof.txt Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_hprof_demo make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_hprof_demo' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/debug_malloc.o ../../../src/share/demo/jvmti/hprof/debug_malloc.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_blocks.o ../../../src/share/demo/jvmti/hprof/hprof_blocks.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_check.o ../../../src/share/demo/jvmti/hprof/hprof_check.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_class.o ../../../src/share/demo/jvmti/hprof/hprof_class.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_cpu.o ../../../src/share/demo/jvmti/hprof/hprof_cpu.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_error.o ../../../src/share/demo/jvmti/hprof/hprof_error.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_event.o ../../../src/share/demo/jvmti/hprof/hprof_event.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_frame.o ../../../src/share/demo/jvmti/hprof/hprof_frame.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_init.o ../../../src/share/demo/jvmti/hprof/hprof_init.c ../../../src/share/demo/jvmti/hprof/hprof_init.c: In function 'connect_to_socket': ../../../src/share/demo/jvmti/hprof/hprof_init.c:235: warning: comparison is always false due to limited range of data type /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_io.o ../../../src/share/demo/jvmti/hprof/hprof_io.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_ioname.o ../../../src/share/demo/jvmti/hprof/hprof_ioname.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_listener.o ../../../src/share/demo/jvmti/hprof/hprof_listener.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_loader.o ../../../src/share/demo/jvmti/hprof/hprof_loader.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_md.o ../../../src/solaris/demo/jvmti/hprof/hprof_md.c ../../../src/solaris/demo/jvmti/hprof/hprof_md.c: In function 'md_connect': ../../../src/solaris/demo/jvmti/hprof/hprof_md.c:114: warning: 'gethostbyname' is deprecated (declared at /opt/lsb/include/netdb.h:144) /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_monitor.o ../../../src/share/demo/jvmti/hprof/hprof_monitor.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_object.o ../../../src/share/demo/jvmti/hprof/hprof_object.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_reference.o ../../../src/share/demo/jvmti/hprof/hprof_reference.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_site.o ../../../src/share/demo/jvmti/hprof/hprof_site.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_stack.o ../../../src/share/demo/jvmti/hprof/hprof_stack.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_string.o ../../../src/share/demo/jvmti/hprof/hprof_string.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_table.o ../../../src/share/demo/jvmti/hprof/hprof_table.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tag.o ../../../src/share/demo/jvmti/hprof/hprof_tag.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tls.o ../../../src/share/demo/jvmti/hprof/hprof_tls.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_trace.o ../../../src/share/demo/jvmti/hprof/hprof_trace.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tracker.o ../../../src/share/demo/jvmti/hprof/hprof_tracker.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_util.o ../../../src/share/demo/jvmti/hprof/hprof_util.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_hprof_demo' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_hprof_demo STATS: LIBRARY=hprof, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libhprof.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/demo/jvmti/hprof -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/demo/jvmti/java_crw_demo -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libhprof.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libhprof.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/debug_malloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_blocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_check.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_class.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_cpu.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_error.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_event.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_io.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_ioname.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_listener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_loader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_monitor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_object.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_reference.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_site.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_stack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_string.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_table.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_tracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/hprof_jvmti/obj/hprof_util.o -lnsl -ldl -lc Warning: forcing nsl to be linked statically make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/java_hprof_demo' Timing: 00013 seconds or 13s for make-java-java_hprof_demo <<>>Recursively making math all @ Sun Aug 2 14:49:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/math' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/math' Timing: 00000 seconds or 0s for make-java-math <<>>Recursively making awt all @ Sun Aug 2 14:49:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/awt' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/flavormap.properties /bin/cp ../../../src/solaris/lib/flavormap.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/flavormap.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/cursors.properties /bin/cp ../../../src/solaris/lib/images/cursors/cursors.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/cursors.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_CopyDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_CopyDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_CopyDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_MoveDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_MoveDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_MoveDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_LinkDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_LinkDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_LinkDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_CopyNoDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_CopyNoDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_CopyNoDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_MoveNoDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_MoveNoDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_MoveNoDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_LinkNoDrop32x32.gif /bin/cp ../../../src/share/lib/images/cursors/motif_LinkNoDrop32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/motif_LinkNoDrop32x32.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/invalid32x32.gif /bin/cp ../../../src/share/lib/images/cursors/invalid32x32.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/images/cursors/invalid32x32.gif rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_de.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_es.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_it.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_HK.java # Adding to compile properties list: ../../../src/share/classes/sun/awt/resources/awt_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_HK.java /bin/echo -e "-compile ../../../src/share/classes/sun/awt/resources/awt_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/compile_prop_options parsing: ../../../src/share/classes/sun/awt/resources/awt.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt.java parsing: ../../../src/share/classes/sun/awt/resources/awt_de.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_de.java parsing: ../../../src/share/classes/sun/awt/resources/awt_es.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_es.java parsing: ../../../src/share/classes/sun/awt/resources/awt_fr.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_fr.java parsing: ../../../src/share/classes/sun/awt/resources/awt_it.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_it.java parsing: ../../../src/share/classes/sun/awt/resources/awt_ja.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ja.java parsing: ../../../src/share/classes/sun/awt/resources/awt_ko.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ko.java parsing: ../../../src/share/classes/sun/awt/resources/awt_sv.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_sv.java parsing: ../../../src/share/classes/sun/awt/resources/awt_zh_CN.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_CN.java parsing: ../../../src/share/classes/sun/awt/resources/awt_zh_TW.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_TW.java parsing: ../../../src/share/classes/sun/awt/resources/awt_zh_TW.properties inferred package name: sun.awt.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/resources/awt_zh_HK.java ../../../src/share/classes/java/awt/MediaTracker.java ../../../src/share/classes/java/awt/Dimension.java ../../../src/share/classes/java/awt/Scrollbar.java ../../../src/share/classes/java/awt/SystemColor.java ../../../src/share/classes/java/awt/SplashScreen.java ../../../src/share/classes/java/awt/GraphicsDevice.java ../../../src/share/classes/java/awt/PopupMenu.java ../../../src/share/classes/java/awt/MultipleGradientPaintContext.java ../../../src/share/classes/java/awt/KeyEventDispatcher.java ../../../src/share/classes/java/awt/AWTEvent.java ../../../src/share/classes/java/awt/SequencedEvent.java ../../../src/share/classes/java/awt/font/TextMeasurer.java ../../../src/share/classes/java/awt/font/TransformAttribute.java ../../../src/share/classes/java/awt/font/GlyphMetrics.java ../../../src/share/classes/java/awt/font/StyledParagraph.java ../../../src/share/classes/java/awt/font/GlyphJustificationInfo.java ../../../src/share/classes/java/awt/font/TextHitInfo.java ../../../src/share/classes/java/awt/font/MultipleMaster.java ../../../src/share/classes/java/awt/font/FontRenderContext.java ../../../src/share/classes/java/awt/font/ImageGraphicAttribute.java ../../../src/share/classes/java/awt/font/CharArrayIterator.java ../../../src/share/classes/java/awt/font/NumericShaper.java ../../../src/share/classes/java/awt/font/TextLine.java ../../../src/share/classes/java/awt/font/TextAttribute.java ../../../src/share/classes/java/awt/font/GlyphVector.java ../../../src/share/classes/java/awt/font/GraphicAttribute.java ../../../src/share/classes/java/awt/font/OpenType.java ../../../src/share/classes/java/awt/font/LayoutPath.java ../../../src/share/classes/java/awt/font/TextJustifier.java ../../../src/share/classes/java/awt/font/LineBreakMeasurer.java ../../../src/share/classes/java/awt/font/ShapeGraphicAttribute.java ../../../src/share/classes/java/awt/font/LineMetrics.java ../../../src/share/classes/java/awt/font/TextLayout.java ../../../src/share/classes/java/awt/Point.java ../../../src/share/classes/java/awt/FontFormatException.java ../../../src/share/classes/java/awt/Transparency.java ../../../src/share/classes/java/awt/KeyboardFocusManager.java ../../../src/share/classes/java/awt/Insets.java ../../../src/share/classes/java/awt/color/ICC_ColorSpace.java ../../../src/share/classes/java/awt/color/CMMException.java ../../../src/share/classes/java/awt/color/ColorSpace.java ../../../src/share/classes/java/awt/color/ICC_ProfileGray.java ../../../src/share/classes/java/awt/color/ProfileDataException.java ../../../src/share/classes/java/awt/color/ICC_Profile.java ../../../src/share/classes/java/awt/color/ICC_ProfileRGB.java ../../../src/share/classes/java/awt/ImageCapabilities.java ../../../src/share/classes/java/awt/Color.java ../../../src/share/classes/java/awt/AWTException.java ../../../src/share/classes/java/awt/datatransfer/Clipboard.java ../../../src/share/classes/java/awt/datatransfer/UnsupportedFlavorException.java ../../../src/share/classes/java/awt/datatransfer/MimeType.java ../../../src/share/classes/java/awt/datatransfer/Transferable.java ../../../src/share/classes/java/awt/datatransfer/DataFlavor.java ../../../src/share/classes/java/awt/datatransfer/StringSelection.java ../../../src/share/classes/java/awt/datatransfer/FlavorListener.java ../../../src/share/classes/java/awt/datatransfer/SystemFlavorMap.java ../../../src/share/classes/java/awt/datatransfer/MimeTypeParseException.java ../../../src/share/classes/java/awt/datatransfer/MimeTypeParameterList.java ../../../src/share/classes/java/awt/datatransfer/FlavorTable.java ../../../src/share/classes/java/awt/datatransfer/FlavorEvent.java ../../../src/share/classes/java/awt/datatransfer/ClipboardOwner.java ../../../src/share/classes/java/awt/datatransfer/FlavorMap.java ../../../src/share/classes/java/awt/TexturePaintContext.java ../../../src/share/classes/java/awt/Image.java ../../../src/share/classes/java/awt/FlowLayout.java ../../../src/share/classes/java/awt/PaintContext.java ../../../src/share/classes/java/awt/Stroke.java ../../../src/share/classes/java/awt/GraphicsEnvironment.java ../../../src/share/classes/java/awt/Rectangle.java ../../../src/share/classes/java/awt/MenuComponent.java ../../../src/share/classes/java/awt/Event.java ../../../src/share/classes/java/awt/GridLayout.java ../../../src/share/classes/java/awt/BufferCapabilities.java ../../../src/share/classes/java/awt/DefaultKeyboardFocusManager.java ../../../src/share/classes/java/awt/RadialGradientPaint.java ../../../src/share/classes/java/awt/print/PrinterAbortException.java ../../../src/share/classes/java/awt/print/PageFormat.java ../../../src/share/classes/java/awt/print/PrinterJob.java ../../../src/share/classes/java/awt/print/PrinterException.java ../../../src/share/classes/java/awt/print/Printable.java ../../../src/share/classes/java/awt/print/Book.java ../../../src/share/classes/java/awt/print/Paper.java ../../../src/share/classes/java/awt/print/PrinterIOException.java ../../../src/share/classes/java/awt/print/Pageable.java ../../../src/share/classes/java/awt/print/PrinterGraphics.java ../../../src/share/classes/java/awt/FontMetrics.java ../../../src/share/classes/java/awt/event/InputMethodEvent.java ../../../src/share/classes/java/awt/event/HierarchyBoundsListener.java ../../../src/share/classes/java/awt/event/ItemEvent.java ../../../src/share/classes/java/awt/event/WindowStateListener.java ../../../src/share/classes/java/awt/event/InvocationEvent.java ../../../src/share/classes/java/awt/event/ComponentEvent.java ../../../src/share/classes/java/awt/event/ContainerAdapter.java ../../../src/share/classes/java/awt/event/ActionListener.java ../../../src/share/classes/java/awt/event/MouseWheelEvent.java ../../../src/share/classes/java/awt/event/WindowEvent.java ../../../src/share/classes/java/awt/event/FocusEvent.java ../../../src/share/classes/java/awt/event/HierarchyListener.java ../../../src/share/classes/java/awt/event/HierarchyBoundsAdapter.java ../../../src/share/classes/java/awt/event/ContainerEvent.java ../../../src/share/classes/java/awt/event/InputEvent.java ../../../src/share/classes/java/awt/event/ContainerListener.java ../../../src/share/classes/java/awt/event/MouseEvent.java ../../../src/share/classes/java/awt/event/InputMethodListener.java ../../../src/share/classes/java/awt/event/ActionEvent.java ../../../src/share/classes/java/awt/event/WindowListener.java ../../../src/share/classes/java/awt/event/MouseListener.java ../../../src/share/classes/java/awt/event/AWTEventListenerProxy.java ../../../src/share/classes/java/awt/event/TextEvent.java ../../../src/share/classes/java/awt/event/KeyEvent.java ../../../src/share/classes/java/awt/event/MouseMotionAdapter.java ../../../src/share/classes/java/awt/event/MouseMotionListener.java ../../../src/share/classes/java/awt/event/AWTEventListener.java ../../../src/share/classes/java/awt/event/AdjustmentEvent.java ../../../src/share/classes/java/awt/event/TextListener.java ../../../src/share/classes/java/awt/event/MouseAdapter.java ../../../src/share/classes/java/awt/event/ComponentAdapter.java ../../../src/share/classes/java/awt/event/KeyListener.java ../../../src/share/classes/java/awt/event/WindowFocusListener.java ../../../src/share/classes/java/awt/event/KeyAdapter.java ../../../src/share/classes/java/awt/event/AdjustmentListener.java ../../../src/share/classes/java/awt/event/ComponentListener.java ../../../src/share/classes/java/awt/event/FocusAdapter.java ../../../src/share/classes/java/awt/event/NativeLibLoader.java ../../../src/share/classes/java/awt/event/WindowAdapter.java ../../../src/share/classes/java/awt/event/MouseWheelListener.java ../../../src/share/classes/java/awt/event/HierarchyEvent.java ../../../src/share/classes/java/awt/event/FocusListener.java ../../../src/share/classes/java/awt/event/ItemListener.java ../../../src/share/classes/java/awt/event/PaintEvent.java ../../../src/share/classes/java/awt/Frame.java ../../../src/share/classes/java/awt/MenuContainer.java ../../../src/share/classes/java/awt/Dialog.java ../../../src/share/classes/java/awt/List.java ../../../src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java ../../../src/share/classes/java/awt/CompositeContext.java ../../../src/share/classes/java/awt/LinearGradientPaintContext.java ../../../src/share/classes/java/awt/GraphicsConfigTemplate.java ../../../src/share/classes/java/awt/ActiveEvent.java ../../../src/share/classes/java/awt/GradientPaintContext.java ../../../src/share/classes/java/awt/EventFilter.java ../../../src/share/classes/java/awt/MultipleGradientPaint.java ../../../src/share/classes/java/awt/Font.java ../../../src/share/classes/java/awt/EventQueue.java ../../../src/share/classes/java/awt/dnd/DragSourceDragEvent.java ../../../src/share/classes/java/awt/dnd/DragSourceContext.java ../../../src/share/classes/java/awt/dnd/DragSourceListener.java ../../../src/share/classes/java/awt/dnd/DropTargetDragEvent.java ../../../src/share/classes/java/awt/dnd/DragSourceEvent.java ../../../src/share/classes/java/awt/dnd/DragSourceAdapter.java ../../../src/share/classes/java/awt/dnd/DropTargetAdapter.java ../../../src/share/classes/java/awt/dnd/DragSourceMotionListener.java ../../../src/share/classes/java/awt/dnd/Autoscroll.java ../../../src/share/classes/java/awt/dnd/DropTargetContext.java ../../../src/share/classes/java/awt/dnd/SerializationTester.java ../../../src/share/classes/java/awt/dnd/DropTargetEvent.java ../../../src/share/classes/java/awt/dnd/DragGestureEvent.java ../../../src/share/classes/java/awt/dnd/DragSource.java ../../../src/share/classes/java/awt/dnd/DragSourceDropEvent.java ../../../src/share/classes/java/awt/dnd/DragGestureRecognizer.java ../../../src/share/classes/java/awt/dnd/InvalidDnDOperationException.java ../../../src/share/classes/java/awt/dnd/DnDEventMulticaster.java ../../../src/share/classes/java/awt/dnd/DnDConstants.java ../../../src/share/classes/java/awt/dnd/MouseDragGestureRecognizer.java ../../../src/share/classes/java/awt/dnd/peer/DropTargetPeer.java ../../../src/share/classes/java/awt/dnd/peer/DropTargetContextPeer.java ../../../src/share/classes/java/awt/dnd/peer/DragSourceContextPeer.java ../../../src/share/classes/java/awt/dnd/DropTargetListener.java ../../../src/share/classes/java/awt/dnd/DropTarget.java ../../../src/share/classes/java/awt/dnd/DragGestureListener.java ../../../src/share/classes/java/awt/dnd/DropTargetDropEvent.java ../../../src/share/classes/java/awt/Button.java ../../../src/share/classes/java/awt/GridBagConstraints.java ../../../src/share/classes/java/awt/CardLayout.java ../../../src/share/classes/java/awt/Toolkit.java ../../../src/share/classes/java/awt/Conditional.java ../../../src/share/classes/java/awt/Checkbox.java ../../../src/share/classes/java/awt/TextArea.java ../../../src/share/classes/java/awt/BorderLayout.java ../../../src/share/classes/java/awt/Polygon.java ../../../src/share/classes/java/awt/TrayIcon.java ../../../src/share/classes/java/awt/TextField.java ../../../src/share/classes/java/awt/Label.java ../../../src/share/classes/java/awt/JobAttributes.java ../../../src/share/classes/java/awt/Window.java ../../../src/share/classes/java/awt/Panel.java ../../../src/share/classes/java/awt/Paint.java ../../../src/share/classes/java/awt/ColorPaintContext.java ../../../src/share/classes/java/awt/GridBagLayoutInfo.java ../../../src/share/classes/java/awt/MenuShortcut.java ../../../src/share/classes/java/awt/PrintJob.java ../../../src/share/classes/java/awt/HeadlessException.java ../../../src/share/classes/java/awt/ItemSelectable.java ../../../src/share/classes/java/awt/Menu.java ../../../src/share/classes/java/awt/KeyEventPostProcessor.java ../../../src/share/classes/java/awt/TextComponent.java ../../../src/share/classes/java/awt/GraphicsConfiguration.java ../../../src/share/classes/java/awt/Canvas.java ../../../src/share/classes/java/awt/ModalEventFilter.java ../../../src/share/classes/java/awt/AWTEventMulticaster.java ../../../src/share/classes/java/awt/Container.java ../../../src/share/classes/java/awt/DisplayMode.java ../../../src/share/classes/java/awt/IllegalComponentStateException.java ../../../src/share/classes/java/awt/LayoutManager2.java ../../../src/share/classes/java/awt/Shape.java ../../../src/share/classes/java/awt/GradientPaint.java ../../../src/share/classes/java/awt/RenderingHints.java ../../../src/share/classes/java/awt/Graphics.java ../../../src/share/classes/java/awt/Component.java ../../../src/share/classes/java/awt/RadialGradientPaintContext.java ../../../src/share/classes/java/awt/Cursor.java ../../../src/share/classes/java/awt/CheckboxGroup.java ../../../src/share/classes/java/awt/Robot.java ../../../src/share/classes/java/awt/CheckboxMenuItem.java ../../../src/share/classes/java/awt/BasicStroke.java ../../../src/share/classes/java/awt/AWTError.java ../../../src/share/classes/java/awt/AttributeValue.java ../../../src/share/classes/java/awt/Graphics2D.java ../../../src/share/classes/java/awt/PointerInfo.java ../../../src/share/classes/java/awt/ComponentOrientation.java ../../../src/share/classes/java/awt/MenuBar.java ../../../src/share/classes/java/awt/TexturePaint.java ../../../src/share/classes/java/awt/Choice.java ../../../src/share/classes/java/awt/MouseInfo.java ../../../src/share/classes/java/awt/GridBagLayout.java ../../../src/share/classes/java/awt/Composite.java ../../../src/share/classes/java/awt/Adjustable.java ../../../src/share/classes/java/awt/MenuItem.java ../../../src/share/classes/java/awt/peer/SystemTrayPeer.java ../../../src/share/classes/java/awt/peer/MenuBarPeer.java ../../../src/share/classes/java/awt/peer/ListPeer.java ../../../src/share/classes/java/awt/peer/KeyboardFocusManagerPeer.java ../../../src/share/classes/java/awt/peer/FileDialogPeer.java ../../../src/share/classes/java/awt/peer/MouseInfoPeer.java ../../../src/share/classes/java/awt/peer/TrayIconPeer.java ../../../src/share/classes/java/awt/peer/PanelPeer.java ../../../src/share/classes/java/awt/peer/ContainerPeer.java ../../../src/share/classes/java/awt/peer/FramePeer.java ../../../src/share/classes/java/awt/peer/ComponentPeer.java ../../../src/share/classes/java/awt/peer/TextAreaPeer.java ../../../src/share/classes/java/awt/peer/MenuComponentPeer.java ../../../src/share/classes/java/awt/peer/MenuPeer.java ../../../src/share/classes/java/awt/peer/LightweightPeer.java ../../../src/share/classes/java/awt/peer/ChoicePeer.java ../../../src/share/classes/java/awt/peer/CheckboxPeer.java ../../../src/share/classes/java/awt/peer/TextFieldPeer.java ../../../src/share/classes/java/awt/peer/TextComponentPeer.java ../../../src/share/classes/java/awt/peer/DesktopPeer.java ../../../src/share/classes/java/awt/peer/ScrollPanePeer.java ../../../src/share/classes/java/awt/peer/MenuItemPeer.java ../../../src/share/classes/java/awt/peer/CanvasPeer.java ../../../src/share/classes/java/awt/peer/FontPeer.java ../../../src/share/classes/java/awt/peer/WindowPeer.java ../../../src/share/classes/java/awt/peer/RobotPeer.java ../../../src/share/classes/java/awt/peer/ScrollbarPeer.java ../../../src/share/classes/java/awt/peer/ButtonPeer.java ../../../src/share/classes/java/awt/peer/LabelPeer.java ../../../src/share/classes/java/awt/peer/CheckboxMenuItemPeer.java ../../../src/share/classes/java/awt/peer/DialogPeer.java ../../../src/share/classes/java/awt/peer/PopupMenuPeer.java ../../../src/share/classes/java/awt/im/spi/InputMethodDescriptor.java ../../../src/share/classes/java/awt/im/spi/InputMethod.java ../../../src/share/classes/java/awt/im/spi/InputMethodContext.java ../../../src/share/classes/java/awt/im/InputMethodRequests.java ../../../src/share/classes/java/awt/im/InputContext.java ../../../src/share/classes/java/awt/im/InputMethodHighlight.java ../../../src/share/classes/java/awt/im/InputSubset.java ../../../src/share/classes/java/awt/LinearGradientPaint.java ../../../src/share/classes/java/awt/AWTKeyStroke.java ../../../src/share/classes/java/awt/SentEvent.java ../../../src/share/classes/java/awt/SystemTray.java ../../../src/share/classes/java/awt/ScrollPane.java ../../../src/share/classes/java/awt/PageAttributes.java ../../../src/share/classes/java/awt/ScrollPaneAdjustable.java ../../../src/share/classes/java/awt/AlphaComposite.java ../../../src/share/classes/java/awt/LayoutManager.java ../../../src/share/classes/java/awt/geom/Point2D.java ../../../src/share/classes/java/awt/geom/ArcIterator.java ../../../src/share/classes/java/awt/geom/GeneralPath.java ../../../src/share/classes/java/awt/geom/Arc2D.java ../../../src/share/classes/java/awt/geom/RoundRectIterator.java ../../../src/share/classes/java/awt/geom/QuadIterator.java ../../../src/share/classes/java/awt/geom/Dimension2D.java ../../../src/share/classes/java/awt/geom/AffineTransform.java ../../../src/share/classes/java/awt/geom/CubicIterator.java ../../../src/share/classes/java/awt/geom/Area.java ../../../src/share/classes/java/awt/geom/Ellipse2D.java ../../../src/share/classes/java/awt/geom/QuadCurve2D.java ../../../src/share/classes/java/awt/geom/CubicCurve2D.java ../../../src/share/classes/java/awt/geom/Line2D.java ../../../src/share/classes/java/awt/geom/RectangularShape.java ../../../src/share/classes/java/awt/geom/EllipseIterator.java ../../../src/share/classes/java/awt/geom/Rectangle2D.java ../../../src/share/classes/java/awt/geom/RoundRectangle2D.java ../../../src/share/classes/java/awt/geom/RectIterator.java ../../../src/share/classes/java/awt/geom/PathIterator.java ../../../src/share/classes/java/awt/geom/Path2D.java ../../../src/share/classes/java/awt/geom/LineIterator.java ../../../src/share/classes/java/awt/geom/NoninvertibleTransformException.java ../../../src/share/classes/java/awt/geom/FlatteningPathIterator.java ../../../src/share/classes/java/awt/geom/IllegalPathStateException.java ../../../src/share/classes/java/awt/FocusTraversalPolicy.java ../../../src/share/classes/java/awt/image/PixelInterleavedSampleModel.java ../../../src/share/classes/java/awt/image/AffineTransformOp.java ../../../src/share/classes/java/awt/image/ImageFilter.java ../../../src/share/classes/java/awt/image/ImageObserver.java ../../../src/share/classes/java/awt/image/RescaleOp.java ../../../src/share/classes/java/awt/image/BufferedImageFilter.java ../../../src/share/classes/java/awt/image/DataBufferInt.java ../../../src/share/classes/java/awt/image/DataBufferShort.java ../../../src/share/classes/java/awt/image/AreaAveragingScaleFilter.java ../../../src/share/classes/java/awt/image/DataBufferDouble.java ../../../src/share/classes/java/awt/image/renderable/RenderableImage.java ../../../src/share/classes/java/awt/image/renderable/ContextualRenderedImageFactory.java ../../../src/share/classes/java/awt/image/renderable/RenderableImageOp.java ../../../src/share/classes/java/awt/image/renderable/RenderedImageFactory.java ../../../src/share/classes/java/awt/image/renderable/RenderableImageProducer.java ../../../src/share/classes/java/awt/image/renderable/RenderContext.java ../../../src/share/classes/java/awt/image/renderable/ParameterBlock.java ../../../src/share/classes/java/awt/image/BandCombineOp.java ../../../src/share/classes/java/awt/image/VolatileImage.java ../../../src/share/classes/java/awt/image/BandedSampleModel.java ../../../src/share/classes/java/awt/image/ImagingOpException.java ../../../src/share/classes/java/awt/image/ImageConsumer.java ../../../src/share/classes/java/awt/image/DataBuffer.java ../../../src/share/classes/java/awt/image/IndexColorModel.java ../../../src/share/classes/java/awt/image/DataBufferUShort.java ../../../src/share/classes/java/awt/image/TileObserver.java ../../../src/share/classes/java/awt/image/ImageProducer.java ../../../src/share/classes/java/awt/image/ComponentSampleModel.java ../../../src/share/classes/java/awt/image/ColorModel.java ../../../src/share/classes/java/awt/image/ColorConvertOp.java ../../../src/share/classes/java/awt/image/SinglePixelPackedSampleModel.java ../../../src/share/classes/java/awt/image/CropImageFilter.java ../../../src/share/classes/java/awt/image/DataBufferByte.java ../../../src/share/classes/java/awt/image/FilteredImageSource.java ../../../src/share/classes/java/awt/image/RasterFormatException.java ../../../src/share/classes/java/awt/image/BufferedImage.java ../../../src/share/classes/java/awt/image/DataBufferFloat.java ../../../src/share/classes/java/awt/image/SampleModel.java ../../../src/share/classes/java/awt/image/ShortLookupTable.java ../../../src/share/classes/java/awt/image/Kernel.java ../../../src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java ../../../src/share/classes/java/awt/image/BufferStrategy.java ../../../src/share/classes/java/awt/image/LookupOp.java ../../../src/share/classes/java/awt/image/RenderedImage.java ../../../src/share/classes/java/awt/image/DirectColorModel.java ../../../src/share/classes/java/awt/image/BufferedImageOp.java ../../../src/share/classes/java/awt/image/ReplicateScaleFilter.java ../../../src/share/classes/java/awt/image/PixelGrabber.java ../../../src/share/classes/java/awt/image/WritableRaster.java ../../../src/share/classes/java/awt/image/Raster.java ../../../src/share/classes/java/awt/image/ComponentColorModel.java ../../../src/share/classes/java/awt/image/WritableRenderedImage.java ../../../src/share/classes/java/awt/image/ConvolveOp.java ../../../src/share/classes/java/awt/image/ByteLookupTable.java ../../../src/share/classes/java/awt/image/PackedColorModel.java ../../../src/share/classes/java/awt/image/RasterOp.java ../../../src/share/classes/java/awt/image/LookupTable.java ../../../src/share/classes/java/awt/image/RGBImageFilter.java ../../../src/share/classes/java/awt/image/MemoryImageSource.java ../../../src/share/classes/java/awt/EventDispatchThread.java ../../../src/share/classes/java/awt/PrintGraphics.java ../../../src/share/classes/java/awt/Desktop.java ../../../src/share/classes/java/awt/FileDialog.java ../../../src/share/classes/java/awt/DefaultFocusTraversalPolicy.java ../../../src/share/classes/java/awt/GraphicsCallback.java ../../../src/share/classes/sun/awt/geom/Order1.java ../../../src/share/classes/sun/awt/geom/Order2.java ../../../src/share/classes/sun/awt/geom/Edge.java ../../../src/share/classes/sun/awt/geom/AreaOp.java ../../../src/share/classes/sun/awt/geom/ChainEnd.java ../../../src/share/classes/sun/awt/geom/Curve.java ../../../src/share/classes/sun/awt/geom/Crossings.java ../../../src/share/classes/sun/awt/geom/Order0.java ../../../src/share/classes/sun/awt/geom/Order3.java ../../../src/share/classes/sun/awt/geom/PathConsumer2D.java ../../../src/share/classes/sun/awt/geom/CurveLink.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.awt/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/awt' Timing: 00027 seconds or 27s for make-java-awt <<>>Recursively making util all @ Sun Aug 2 14:50:25 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/util' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_be.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_be.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_be.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_be.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_be.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_bg.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_bg.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_bg.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_bg.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_bg.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ca.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ca.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ca.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ca.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ca.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_cs.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_cs.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_cs.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_cs.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_cs.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_da.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_da.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_da.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_da.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_da.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_de.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_de.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_el.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_el.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el_CY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_el_CY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el_CY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_el_CY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el_CY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_en.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_en.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_MT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_en_MT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_MT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_en_MT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_MT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_PH.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_en_PH.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_PH.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_en_PH.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_PH.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_SG.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_en_SG.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_SG.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_en_SG.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_SG.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es_US.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_es_US.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es_US.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_es_US.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es_US.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_et.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_et.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_et.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_et.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_et.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fi.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_fi.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fi.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_fi.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fi.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ga.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ga.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ga.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ga.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ga.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_hr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_hr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hu.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_hu.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hu.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_hu.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hu.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_in.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_in.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_in.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_in.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_in.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_is.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_is.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_is.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_is.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_is.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_it.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_it.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lt.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_lt.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lt.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_lt.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lt.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lv.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_lv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lv.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_lv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lv.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mk.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_mk.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mk.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_mk.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mk.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ms.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ms.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ms.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ms.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ms.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mt.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_mt.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mt.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_mt.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mt.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_nl.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_nl.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_nl.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_nl.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_nl.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_no.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_no.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_no.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_no.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_no.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pl.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_pl.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pl.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_pl.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pl.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_pt.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_pt.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_BR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_pt_BR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_BR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_pt_BR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_BR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_PT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_pt_PT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_PT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_pt_PT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_PT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ro.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ro.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ro.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ro.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ro.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ru.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ru.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ru.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ru.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ru.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sk.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_sk.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sk.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_sk.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sk.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sl.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_sl.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sl.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_sl.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sl.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sq.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_sq.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sq.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_sq.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sq.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_sr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_sr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sv.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_tr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_tr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_tr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_tr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_tr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_uk.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_uk.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_uk.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_uk.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_uk.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_be.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_be.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_be.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_be.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_be.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_bg.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_bg.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_bg.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_bg.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_bg.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ca.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_ca.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ca.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_ca.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ca.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_cs.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_cs.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_cs.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_cs.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_cs.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_da.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_da.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_da.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_da.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_da.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_de.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_de.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_el.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_el.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el_CY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_el_CY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el_CY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_el_CY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el_CY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_en.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_en.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_GB.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_en_GB.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_GB.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_en_GB.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_GB.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_IE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_en_IE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_IE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_en_IE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_IE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_MT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_en_MT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_MT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_en_MT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_MT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_ES.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_es_ES.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_ES.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_es_ES.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_ES.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_US.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_es_US.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_US.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_es_US.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_US.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_et.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_et.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_et.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_et.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_et.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fi.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_fi.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fi.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_fi.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fi.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr_CA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_fr_CA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr_CA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_fr_CA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr_CA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_hr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_hr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hu.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_hu.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hu.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_hu.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hu.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_in_ID.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_in_ID.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_in_ID.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_in_ID.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_in_ID.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_is.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_is.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_is.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_is.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_is.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_it.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_it.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lt.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_lt.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lt.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_lt.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lt.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lv.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_lv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lv.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_lv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lv.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mk.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_mk.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mk.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_mk.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mk.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ms_MY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_ms_MY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ms_MY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_ms_MY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ms_MY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_mt.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_mt.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt_MT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_mt_MT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt_MT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_mt_MT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt_MT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_nl.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_nl.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_nl.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_nl.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_nl.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_no.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_no.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_no.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_no.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_no.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pl.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_pl.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pl.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_pl.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pl.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_pt.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_pt.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt_PT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_pt_PT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt_PT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_pt_PT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt_PT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ro.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_ro.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ro.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_ro.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ro.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ru.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_ru.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ru.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_ru.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ru.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sk.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_sk.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sk.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_sk.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sk.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sl.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_sl.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sl.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_sl.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sl.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sq.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_sq.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sq.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_sq.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sq.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_sr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_sr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sv.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_tr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_tr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_tr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_tr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_tr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_uk.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_uk.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_uk.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_uk.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_uk.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_be_BY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_be_BY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_be_BY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_be_BY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_be_BY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_bg_BG.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_bg_BG.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_bg_BG.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_bg_BG.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_bg_BG.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ca_ES.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ca_ES.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ca_ES.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ca_ES.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ca_ES.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_cs_CZ.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_cs_CZ.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_cs_CZ.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_cs_CZ.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_cs_CZ.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_da_DK.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_da_DK.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_da_DK.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_da_DK.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_da_DK.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_AT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_AT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_AT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_de_AT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_AT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_CH.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_CH.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_CH.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_de_CH.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_CH.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_DE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_DE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_DE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_de_DE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_DE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_GR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_GR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_GR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_de_GR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_GR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_LU.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_LU.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_LU.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_de_LU.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_LU.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_CY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_el_CY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_CY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_el_CY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_CY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_GR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_el_GR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_GR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_el_GR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_GR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_AU.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_AU.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_AU.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_AU.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_AU.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_CA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_CA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_CA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_CA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_CA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_GB.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_GB.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_GB.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_GB.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_GB.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_IE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_IE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IN.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_IN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IN.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_IN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IN.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_MT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_MT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_MT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_MT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_MT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_NZ.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_NZ.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_NZ.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_NZ.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_NZ.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_PH.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_PH.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_PH.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_PH.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_PH.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_SG.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_SG.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_SG.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_SG.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_SG.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_US.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_US.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_US.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_US.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_US.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_ZA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_ZA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_ZA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_en_ZA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_ZA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_AR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_AR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_AR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_AR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_AR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_BO.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_BO.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_BO.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_BO.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_BO.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CL.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CL.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CL.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CL.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CL.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CO.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CO.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CO.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CO.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CO.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_DO.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_DO.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_DO.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_DO.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_DO.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_EC.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_EC.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_EC.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_EC.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_EC.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_ES.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_ES.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_ES.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_ES.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_ES.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_GT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_GT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_GT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_GT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_GT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_HN.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_HN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_HN.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_HN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_HN.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_MX.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_MX.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_MX.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_MX.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_MX.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_NI.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_NI.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_NI.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_NI.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_NI.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_SV.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_SV.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_SV.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_SV.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_SV.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_US.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_US.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_US.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_US.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_US.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_UY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_UY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_UY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_UY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_UY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_VE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_VE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_VE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_es_VE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_VE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_et_EE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_et_EE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_et_EE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_et_EE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_et_EE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fi_FI.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_fi_FI.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fi_FI.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_fi_FI.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fi_FI.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_BE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_BE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_BE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_BE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_BE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_CA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_CA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CH.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_CH.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CH.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_CH.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CH.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_FR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_FR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_FR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_FR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_FR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_LU.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_LU.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_LU.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_LU.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_LU.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ga_IE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ga_IE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ga_IE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ga_IE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ga_IE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hr_HR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_hr_HR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hr_HR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_hr_HR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hr_HR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hu_HU.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_hu_HU.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hu_HU.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_hu_HU.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hu_HU.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_in_ID.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_in_ID.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_in_ID.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_in_ID.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_in_ID.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_is_IS.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_is_IS.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_is_IS.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_is_IS.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_is_IS.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_CH.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_it_CH.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_CH.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_it_CH.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_CH.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_IT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_it_IT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_IT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_it_IT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_IT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lt_LT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_lt_LT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lt_LT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_lt_LT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lt_LT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lv_LV.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_lv_LV.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lv_LV.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_lv_LV.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lv_LV.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mk_MK.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_mk_MK.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mk_MK.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_mk_MK.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mk_MK.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ms_MY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ms_MY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ms_MY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ms_MY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ms_MY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mt_MT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_mt_MT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mt_MT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_mt_MT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mt_MT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_BE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_nl_BE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_BE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_nl_BE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_BE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_NL.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_nl_NL.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_NL.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_nl_NL.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_NL.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_no_NO.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_no_NO.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_no_NO.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_no_NO.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_no_NO.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pl_PL.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_pl_PL.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pl_PL.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_pl_PL.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pl_PL.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_BR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_pt_BR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_BR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_pt_BR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_BR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_PT.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_pt_PT.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_PT.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_pt_PT.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_PT.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ro_RO.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ro_RO.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ro_RO.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ro_RO.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ro_RO.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ru_RU.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ru_RU.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ru_RU.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ru_RU.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ru_RU.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sk_SK.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sk_SK.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sk_SK.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sk_SK.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sk_SK.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sl_SI.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sl_SI.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sl_SI.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sl_SI.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sl_SI.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sq_AL.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sq_AL.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sq_AL.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sq_AL.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sq_AL.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_BA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_BA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_BA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_BA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_BA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_CS.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_CS.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_CS.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_CS.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_CS.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_ME.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_ME.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_ME.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_ME.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_ME.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv_SE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_sv_SE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv_SE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_sv_SE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv_SE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_tr_TR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_tr_TR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_tr_TR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_tr_TR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_tr_TR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_uk_UA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_uk_UA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_uk_UA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_uk_UA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_uk_UA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/compile_prop_options parsing: ../../../src/share/classes/sun/util/resources/LocaleNames.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_be.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_be.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_bg.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_bg.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ca.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ca.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_cs.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_cs.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_da.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_da.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_de.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_de.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_el.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_el_CY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el_CY.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_en.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_en_MT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_MT.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_en_PH.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_PH.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_en_SG.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_SG.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_es.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_es_US.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es_US.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_et.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_et.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_fi.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fi.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_fr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fr.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ga.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ga.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_hr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hr.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_hu.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hu.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_in.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_in.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_is.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_is.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_it.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_it.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_lt.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lt.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_lv.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lv.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_mk.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mk.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ms.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ms.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_mt.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mt.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_nl.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_nl.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_no.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_no.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_pl.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pl.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_pt.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_pt_BR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_BR.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_pt_PT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_PT.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ro.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ro.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ru.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ru.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_sk.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sk.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_sl.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sl.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_sq.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sq.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_sr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sr.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_sv.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sv.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_tr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_tr.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_uk.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_uk.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_be.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_be.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_bg.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_bg.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_ca.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ca.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_cs.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_cs.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_da.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_da.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_de.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_de.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_el.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_el_CY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el_CY.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_en.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_en_GB.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_GB.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_en_IE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_IE.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_en_MT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_MT.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_es.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_es_ES.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_ES.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_es_US.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_US.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_et.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_et.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_fi.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fi.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_fr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_fr_CA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr_CA.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_hr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hr.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_hu.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hu.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_in_ID.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_in_ID.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_is.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_is.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_it.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_it.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_lt.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lt.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_lv.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lv.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_mk.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mk.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_ms_MY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ms_MY.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_mt.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_mt_MT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt_MT.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_nl.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_nl.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_no.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_no.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_pl.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pl.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_pt.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_pt_PT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt_PT.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_ro.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ro.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_ru.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ru.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_sk.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sk.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_sl.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sl.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_sq.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sq.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_sr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sr.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_sv.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sv.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_tr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_tr.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_uk.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_uk.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_be_BY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_be_BY.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_bg_BG.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_bg_BG.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ca_ES.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ca_ES.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_cs_CZ.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_cs_CZ.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_da_DK.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_da_DK.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_de.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_AT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_AT.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_CH.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_CH.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_DE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_DE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_GR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_GR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_de_LU.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_LU.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_el_CY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_CY.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_el_GR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_GR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_AU.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_AU.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_CA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_CA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_GB.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_GB.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_IE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_IN.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IN.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_MT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_MT.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_NZ.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_NZ.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_PH.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_PH.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_SG.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_SG.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_US.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_US.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_en_ZA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_ZA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_AR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_AR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_BO.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_BO.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CL.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CL.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CO.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CO.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_CR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_DO.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_DO.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_EC.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_EC.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_ES.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_ES.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_GT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_GT.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_HN.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_HN.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_MX.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_MX.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_NI.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_NI.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_PY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PY.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_SV.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_SV.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_US.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_US.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_UY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_UY.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_es_VE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_VE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_et_EE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_et_EE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_fi_FI.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fi_FI.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_BE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_BE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_CA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_CH.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CH.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_FR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_FR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_fr_LU.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_LU.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ga_IE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ga_IE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_hr_HR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hr_HR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_hu_HU.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hu_HU.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_in_ID.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_in_ID.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_is_IS.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_is_IS.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_it.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_it_CH.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_CH.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_it_IT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_IT.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_lt_LT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lt_LT.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_lv_LV.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lv_LV.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_mk_MK.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mk_MK.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ms_MY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ms_MY.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_mt_MT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mt_MT.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_nl_BE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_BE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_nl_NL.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_NL.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_no_NO.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_no_NO.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_pl_PL.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pl_PL.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_pt_BR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_BR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_pt_PT.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_PT.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ro_RO.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ro_RO.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ru_RU.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ru_RU.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sk_SK.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sk_SK.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sl_SI.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sl_SI.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sq_AL.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sq_AL.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_BA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_BA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_CS.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_CS.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sr_ME.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_ME.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sv.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_sv_SE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv_SE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_tr_TR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_tr_TR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_uk_UA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_uk_UA.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/.classes.list) ../../../src/share/classes/sun/util/resources/LocaleNamesBundle.java ../../../src/share/classes/sun/util/resources/TimeZoneNamesBundle.java ../../../src/share/classes/sun/util/resources/TimeZoneNames.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_de.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en_CA.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en_GB.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_en_IE.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_es.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_fr.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_it.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_be.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_bg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ca.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_cs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_da.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_el_CY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_PH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_en_SG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_es_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_et.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ga.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_in.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_is.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_lv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ms.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_mt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_nl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_no.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_BR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_pt_PT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ro.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ru.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sq.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_tr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_uk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_be.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_bg.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ca.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_cs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_da.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_el_CY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_GB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_IE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_en_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_ES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_es_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_et.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_fr_CA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_in_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_is.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_lv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ms_MY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_mt_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_nl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_no.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_pt_PT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ro.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ru.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sq.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_tr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_uk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_be_BY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_bg_BG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ca_ES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_cs_CZ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_da_DK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_AT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_CH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_DE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_GR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_de_LU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_CY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_el_GR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_AU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_CA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_GB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_IN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_NZ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_PH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_SG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_en_ZA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_AR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_BO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_CR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_DO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_EC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_ES.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_GT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_HN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_MX.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_NI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_PY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_SV.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_US.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_UY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_es_VE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_et_EE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fi_FI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_BE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_CH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_FR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_fr_LU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ga_IE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hr_HR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hu_HU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_in_ID.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_is_IS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_CH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_it_IT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lt_LT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_lv_LV.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mk_MK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ms_MY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_mt_MT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_BE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_nl_NL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_no_NO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pl_PL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_BR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_pt_PT.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ro_RO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ru_RU.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sk_SK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sl_SI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sq_AL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_BA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_CS.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sr_ME.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_sv_SE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_tr_TR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_uk_UA.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.resources/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/util' Timing: 00012 seconds or 12s for make-java-util <<>>Recursively making text all @ Sun Aug 2 14:50:37 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/text' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.text/.classes.list) ../../../src/share/classes/sun/text/resources/BreakIteratorInfo.java ../../../src/share/classes/sun/text/resources/CollationData.java ../../../src/share/classes/sun/text/resources/CollationData_be.java ../../../src/share/classes/sun/text/resources/CollationData_bg.java ../../../src/share/classes/sun/text/resources/CollationData_ca.java ../../../src/share/classes/sun/text/resources/CollationData_cs.java ../../../src/share/classes/sun/text/resources/CollationData_da.java ../../../src/share/classes/sun/text/resources/CollationData_de.java ../../../src/share/classes/sun/text/resources/CollationData_el.java ../../../src/share/classes/sun/text/resources/CollationData_en.java ../../../src/share/classes/sun/text/resources/CollationData_es.java ../../../src/share/classes/sun/text/resources/CollationData_et.java ../../../src/share/classes/sun/text/resources/CollationData_fi.java ../../../src/share/classes/sun/text/resources/CollationData_fr.java ../../../src/share/classes/sun/text/resources/CollationData_hr.java ../../../src/share/classes/sun/text/resources/CollationData_hu.java ../../../src/share/classes/sun/text/resources/CollationData_is.java ../../../src/share/classes/sun/text/resources/CollationData_it.java ../../../src/share/classes/sun/text/resources/CollationData_lt.java ../../../src/share/classes/sun/text/resources/CollationData_lv.java ../../../src/share/classes/sun/text/resources/CollationData_mk.java ../../../src/share/classes/sun/text/resources/CollationData_nl.java ../../../src/share/classes/sun/text/resources/CollationData_no.java ../../../src/share/classes/sun/text/resources/CollationData_pl.java ../../../src/share/classes/sun/text/resources/CollationData_pt.java ../../../src/share/classes/sun/text/resources/CollationData_ro.java ../../../src/share/classes/sun/text/resources/CollationData_ru.java ../../../src/share/classes/sun/text/resources/CollationData_sk.java ../../../src/share/classes/sun/text/resources/CollationData_sl.java ../../../src/share/classes/sun/text/resources/CollationData_sq.java ../../../src/share/classes/sun/text/resources/CollationData_sr.java ../../../src/share/classes/sun/text/resources/CollationData_sv.java ../../../src/share/classes/sun/text/resources/CollationData_tr.java ../../../src/share/classes/sun/text/resources/CollationData_uk.java ../../../src/share/classes/sun/text/resources/FormatData.java ../../../src/share/classes/sun/text/resources/FormatData_be.java ../../../src/share/classes/sun/text/resources/FormatData_be_BY.java ../../../src/share/classes/sun/text/resources/FormatData_bg.java ../../../src/share/classes/sun/text/resources/FormatData_bg_BG.java ../../../src/share/classes/sun/text/resources/FormatData_ca.java ../../../src/share/classes/sun/text/resources/FormatData_ca_ES.java ../../../src/share/classes/sun/text/resources/FormatData_cs.java ../../../src/share/classes/sun/text/resources/FormatData_cs_CZ.java ../../../src/share/classes/sun/text/resources/FormatData_da.java ../../../src/share/classes/sun/text/resources/FormatData_da_DK.java ../../../src/share/classes/sun/text/resources/FormatData_de.java ../../../src/share/classes/sun/text/resources/FormatData_de_AT.java ../../../src/share/classes/sun/text/resources/FormatData_de_CH.java ../../../src/share/classes/sun/text/resources/FormatData_de_DE.java ../../../src/share/classes/sun/text/resources/FormatData_de_LU.java ../../../src/share/classes/sun/text/resources/FormatData_el.java ../../../src/share/classes/sun/text/resources/FormatData_el_CY.java ../../../src/share/classes/sun/text/resources/FormatData_el_GR.java ../../../src/share/classes/sun/text/resources/FormatData_en.java ../../../src/share/classes/sun/text/resources/FormatData_en_US.java ../../../src/share/classes/sun/text/resources/FormatData_en_AU.java ../../../src/share/classes/sun/text/resources/FormatData_en_CA.java ../../../src/share/classes/sun/text/resources/FormatData_en_GB.java ../../../src/share/classes/sun/text/resources/FormatData_en_IE.java ../../../src/share/classes/sun/text/resources/FormatData_en_IN.java ../../../src/share/classes/sun/text/resources/FormatData_en_MT.java ../../../src/share/classes/sun/text/resources/FormatData_en_NZ.java ../../../src/share/classes/sun/text/resources/FormatData_en_PH.java ../../../src/share/classes/sun/text/resources/FormatData_en_SG.java ../../../src/share/classes/sun/text/resources/FormatData_en_ZA.java ../../../src/share/classes/sun/text/resources/FormatData_es.java ../../../src/share/classes/sun/text/resources/FormatData_es_BO.java ../../../src/share/classes/sun/text/resources/FormatData_es_AR.java ../../../src/share/classes/sun/text/resources/FormatData_es_CL.java ../../../src/share/classes/sun/text/resources/FormatData_es_CO.java ../../../src/share/classes/sun/text/resources/FormatData_es_CR.java ../../../src/share/classes/sun/text/resources/FormatData_es_DO.java ../../../src/share/classes/sun/text/resources/FormatData_es_EC.java ../../../src/share/classes/sun/text/resources/FormatData_es_ES.java ../../../src/share/classes/sun/text/resources/FormatData_es_GT.java ../../../src/share/classes/sun/text/resources/FormatData_es_HN.java ../../../src/share/classes/sun/text/resources/FormatData_es_MX.java ../../../src/share/classes/sun/text/resources/FormatData_es_NI.java ../../../src/share/classes/sun/text/resources/FormatData_es_PA.java ../../../src/share/classes/sun/text/resources/FormatData_es_PE.java ../../../src/share/classes/sun/text/resources/FormatData_es_PR.java ../../../src/share/classes/sun/text/resources/FormatData_es_PY.java ../../../src/share/classes/sun/text/resources/FormatData_es_SV.java ../../../src/share/classes/sun/text/resources/FormatData_es_US.java ../../../src/share/classes/sun/text/resources/FormatData_es_UY.java ../../../src/share/classes/sun/text/resources/FormatData_es_VE.java ../../../src/share/classes/sun/text/resources/FormatData_et.java ../../../src/share/classes/sun/text/resources/FormatData_et_EE.java ../../../src/share/classes/sun/text/resources/FormatData_fi.java ../../../src/share/classes/sun/text/resources/FormatData_fi_FI.java ../../../src/share/classes/sun/text/resources/FormatData_fr.java ../../../src/share/classes/sun/text/resources/FormatData_fr_BE.java ../../../src/share/classes/sun/text/resources/FormatData_fr_CA.java ../../../src/share/classes/sun/text/resources/FormatData_fr_CH.java ../../../src/share/classes/sun/text/resources/FormatData_fr_FR.java ../../../src/share/classes/sun/text/resources/FormatData_fr_LU.java ../../../src/share/classes/sun/text/resources/FormatData_ga.java ../../../src/share/classes/sun/text/resources/FormatData_ga_IE.java ../../../src/share/classes/sun/text/resources/FormatData_hr.java ../../../src/share/classes/sun/text/resources/FormatData_hr_HR.java ../../../src/share/classes/sun/text/resources/FormatData_hu.java ../../../src/share/classes/sun/text/resources/FormatData_hu_HU.java ../../../src/share/classes/sun/text/resources/FormatData_in.java ../../../src/share/classes/sun/text/resources/FormatData_in_ID.java ../../../src/share/classes/sun/text/resources/FormatData_is.java ../../../src/share/classes/sun/text/resources/FormatData_is_IS.java ../../../src/share/classes/sun/text/resources/FormatData_it.java ../../../src/share/classes/sun/text/resources/FormatData_it_CH.java ../../../src/share/classes/sun/text/resources/FormatData_it_IT.java ../../../src/share/classes/sun/text/resources/FormatData_lt.java ../../../src/share/classes/sun/text/resources/FormatData_lt_LT.java ../../../src/share/classes/sun/text/resources/FormatData_lv.java ../../../src/share/classes/sun/text/resources/FormatData_lv_LV.java ../../../src/share/classes/sun/text/resources/FormatData_mk.java ../../../src/share/classes/sun/text/resources/FormatData_mk_MK.java ../../../src/share/classes/sun/text/resources/FormatData_ms.java ../../../src/share/classes/sun/text/resources/FormatData_ms_MY.java ../../../src/share/classes/sun/text/resources/FormatData_mt.java ../../../src/share/classes/sun/text/resources/FormatData_mt_MT.java ../../../src/share/classes/sun/text/resources/FormatData_nl.java ../../../src/share/classes/sun/text/resources/FormatData_nl_BE.java ../../../src/share/classes/sun/text/resources/FormatData_nl_NL.java ../../../src/share/classes/sun/text/resources/FormatData_no.java ../../../src/share/classes/sun/text/resources/FormatData_no_NO.java ../../../src/share/classes/sun/text/resources/FormatData_no_NO_NY.java ../../../src/share/classes/sun/text/resources/FormatData_pl.java ../../../src/share/classes/sun/text/resources/FormatData_pl_PL.java ../../../src/share/classes/sun/text/resources/FormatData_pt.java ../../../src/share/classes/sun/text/resources/FormatData_pt_BR.java ../../../src/share/classes/sun/text/resources/FormatData_pt_PT.java ../../../src/share/classes/sun/text/resources/FormatData_ro.java ../../../src/share/classes/sun/text/resources/FormatData_ro_RO.java ../../../src/share/classes/sun/text/resources/FormatData_ru.java ../../../src/share/classes/sun/text/resources/FormatData_ru_RU.java ../../../src/share/classes/sun/text/resources/FormatData_sk.java ../../../src/share/classes/sun/text/resources/FormatData_sk_SK.java ../../../src/share/classes/sun/text/resources/FormatData_sl.java ../../../src/share/classes/sun/text/resources/FormatData_sl_SI.java ../../../src/share/classes/sun/text/resources/FormatData_sq.java ../../../src/share/classes/sun/text/resources/FormatData_sq_AL.java ../../../src/share/classes/sun/text/resources/FormatData_sr.java ../../../src/share/classes/sun/text/resources/FormatData_sr_BA.java ../../../src/share/classes/sun/text/resources/FormatData_sr_CS.java ../../../src/share/classes/sun/text/resources/FormatData_sr_ME.java ../../../src/share/classes/sun/text/resources/FormatData_sr_RS.java ../../../src/share/classes/sun/text/resources/FormatData_sv.java ../../../src/share/classes/sun/text/resources/FormatData_sv_SE.java ../../../src/share/classes/sun/text/resources/FormatData_tr.java ../../../src/share/classes/sun/text/resources/FormatData_tr_TR.java ../../../src/share/classes/sun/text/resources/FormatData_uk.java ../../../src/share/classes/sun/text/resources/FormatData_uk_UA.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.text/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources/CharacterBreakIteratorData rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/java.text/classes /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/java.text/classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/java.text/classes \ -sourcepath ../../../src/share/classes/sun/text/resources \ ../../../src/share/classes/sun/text/resources/BreakIteratorRules.java ../../../src/share/classes/sun/text/resources/BreakIteratorInfo.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/java.text/classes \ -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatebreakiteratordata.jar \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources \ -spec ../../tools/UnicodeData/UnicodeData.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources/unorm.icu /bin/cp ../../../src/share/classes/sun/text/resources/unorm.icu /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources/unorm.icu /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources/uprops.icu /bin/cp ../../../src/share/classes/sun/text/resources/uprops.icu /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/text/resources/uprops.icu make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/text' Timing: 00005 seconds or 5s for make-java-text <<>>Recursively making applet all @ Sun Aug 2 14:50:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/applet' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/applet' Timing: 00000 seconds or 0s for make-java-applet <<>>Recursively making net all @ Sun Aug 2 14:50:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/net' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/.classes.list) ../../../src/share/classes/java/net/HttpCookie.java ../../../src/share/classes/java/net/PortUnreachableException.java ../../../src/share/classes/java/net/CookiePolicy.java ../../../src/share/classes/java/net/Inet4AddressImpl.java ../../../src/share/classes/java/net/Inet6AddressImpl.java ../../../src/share/classes/java/net/IDN.java ../../../src/share/classes/java/net/CookieStore.java ../../../src/share/classes/java/net/CookieManager.java ../../../src/share/classes/java/net/URLDecoder.java ../../../src/share/classes/sun/net/spi/DefaultProxySelector.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/.classes.list Note: ../../../src/share/classes/sun/net/idn/UCharacterDirection.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: ../../../src/share/classes/sun/net/spi/DefaultProxySelector.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders/ \ java.net.Socket java.net.SocketOptions java.net.SocketImpl java.net.AbstractPlainSocketImpl java.net.PlainSocketImpl java.net.ServerSocket java.net.InetAddress java.net.Inet4Address java.net.Inet6Address java.net.InetAddressImpl java.net.Inet4AddressImpl java.net.Inet6AddressImpl java.net.NetworkInterface java.net.SocketInputStream java.net.SocketOutputStream java.net.DefaultDatagramSocketImplFactory java.net.DatagramPacket java.net.DatagramSocket java.net.DatagramSocketImpl java.net.AbstractPlainDatagramSocketImpl java.net.MulticastSocket java.net.UnknownHostException java.net.ProtocolException sun.net.spi.DefaultProxySelector java.net.PlainDatagramSocketImpl java.lang.Integer java.io.FileDescriptor java.net.InetAddressImplFactory java.net.Inet4AddressImpl java.net.Inet6AddressImpl Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/net make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/net' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/DatagramPacket.o ../../../src/share/native/java/net/DatagramPacket.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddress.o ../../../src/share/native/java/net/InetAddress.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4Address.o ../../../src/share/native/java/net/Inet4Address.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6Address.o ../../../src/share/native/java/net/Inet6Address.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/NetworkInterface.o ../../../src/solaris/native/java/net/NetworkInterface.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddressImplFactory.o ../../../src/solaris/native/java/net/InetAddressImplFactory.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4AddressImpl.o ../../../src/solaris/native/java/net/Inet4AddressImpl.c ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'Java_java_net_Inet4AddressImpl_getLocalHostName': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:89: warning: 'gethostbyname_r' is deprecated (declared at /opt/lsb/include/netdb.h:174) ../../../src/solaris/native/java/net/Inet4AddressImpl.c:95: warning: 'gethostbyaddr_r' is deprecated (declared at /opt/lsb/include/netdb.h:165) ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'Java_java_net_Inet4AddressImpl_lookupAllHostAddr': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:182: warning: 'gethostbyname_r' is deprecated (declared at /opt/lsb/include/netdb.h:174) ../../../src/solaris/native/java/net/Inet4AddressImpl.c:195: warning: 'gethostbyname_r' is deprecated (declared at /opt/lsb/include/netdb.h:174) ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'Java_java_net_Inet4AddressImpl_getHostByAddr': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:285: warning: 'gethostbyaddr_r' is deprecated (declared at /opt/lsb/include/netdb.h:165) ../../../src/solaris/native/java/net/Inet4AddressImpl.c:299: warning: 'gethostbyaddr_r' is deprecated (declared at /opt/lsb/include/netdb.h:165) ../../../src/solaris/native/java/net/Inet4AddressImpl.c: In function 'ping4': ../../../src/solaris/native/java/net/Inet4AddressImpl.c:406: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6AddressImpl.o ../../../src/solaris/native/java/net/Inet6AddressImpl.c ../../../src/solaris/native/java/net/Inet6AddressImpl.c: In function 'ping6': ../../../src/solaris/native/java/net/Inet6AddressImpl.c:537: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketInputStream.o ../../../src/solaris/native/java/net/SocketInputStream.c ../../../src/solaris/native/java/net/Inet6AddressImpl.c: In function 'Java_java_net_Inet6AddressImpl_lookupAllHostAddr': ../../../src/solaris/native/java/net/Inet6AddressImpl.c:224: warning: 'last' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketOutputStream.o ../../../src/solaris/native/java/net/SocketOutputStream.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util.o ../../../src/share/native/java/net/net_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util_md.o ../../../src/solaris/native/java/net/net_util_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/ResolverConfigurationImpl.o ../../../src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c ../../../src/solaris/native/java/net/net_util_md.c: In function 'IPv6_supported': ../../../src/solaris/native/java/net/net_util_md.c:248: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../src/solaris/native/java/net/net_util_md.c: In function 'NET_GetSockOpt': ../../../src/solaris/native/java/net/net_util_md.c:1089: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/DefaultProxySelector.o ../../../src/solaris/native/sun/net/spi/DefaultProxySelector.c ../../../src/solaris/native/sun/net/spi/DefaultProxySelector.c: In function 'Java_sun_net_spi_DefaultProxySelector_getSystemProxy': ../../../src/solaris/native/sun/net/spi/DefaultProxySelector.c:160: warning: 'use_proxy' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/linux_close.o ../../../src/solaris/native/java/net/linux_close.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainSocketImpl.o ../../../src/solaris/native/java/net/PlainSocketImpl.c ../../../src/solaris/native/java/net/linux_close.c: In function 'NET_RecvFrom': ../../../src/solaris/native/java/net/linux_close.c:284: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness ../../../src/solaris/native/java/net/linux_close.c: In function 'NET_Accept': ../../../src/solaris/native/java/net/linux_close.c:301: warning: pointer targets in passing argument 3 of 'accept' differ in signedness ../../../src/solaris/native/java/net/linux_close.c: In function 'NET_Timeout': ../../../src/solaris/native/java/net/linux_close.c:326: warning: 'prevtime' may be used uninitialized in this function ../../../src/solaris/native/java/net/PlainSocketImpl.c: In function 'Java_java_net_PlainSocketImpl_socketGetOption': ../../../src/solaris/native/java/net/PlainSocketImpl.c:1096: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainDatagramSocketImpl.o ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'Java_java_net_PlainDatagramSocketImpl_disconnect0': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:376: warning: passing argument 1 of 'NET_GetPortFromSockaddr' from incompatible pointer type ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'Java_java_net_PlainDatagramSocketImpl_socketGetOption': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:1857: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'mcast_join_leave': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:2241: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c: In function 'Java_java_net_PlainDatagramSocketImpl_receive0': ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:826: warning: 'prevTime' may be used uninitialized in this function ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:825: warning: 'connectedPort' may be used uninitialized in this function ../../../src/solaris/native/java/net/PlainDatagramSocketImpl.c:824: warning: 'connectedAddress' may be used uninitialized in this function make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/net' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/net STATS: LIBRARY=net, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libnet.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libnet.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libnet.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/DatagramPacket.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddress.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4Address.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6Address.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/NetworkInterface.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/InetAddressImplFactory.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet4AddressImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/Inet6AddressImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketInputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/SocketOutputStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/net_util_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/ResolverConfigurationImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/DefaultProxySelector.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/linux_close.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainSocketImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.net/net/obj/PlainDatagramSocketImpl.o -lnsl -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lpthread -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc Warning: forcing nsl to be linked statically /bin/cp ../../../src/share/lib/net.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/net.properties make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/net' Timing: 00009 seconds or 9s for make-java-net <<>>Recursively making nio all @ Sun Aug 2 14:50:52 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/ \ java.net.SocketOptions java.nio.MappedByteBuffer sun.nio.ch.DatagramChannelImpl sun.nio.ch.DatagramDispatcher sun.nio.ch.FileChannelImpl sun.nio.ch.FileDispatcher sun.nio.ch.FileKey sun.nio.ch.FileLockImpl sun.nio.ch.IOStatus sun.nio.ch.IOUtil sun.nio.ch.Net sun.nio.ch.PollArrayWrapper sun.nio.ch.ServerSocketChannelImpl sun.nio.ch.SocketChannelImpl sun.nio.ch.SocketDispatcher java.io.FileDescriptor sun.nio.ch.EPollArrayWrapper sun.nio.ch.InheritedChannel sun.nio.ch.NativeThread Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramChannelImpl.o ../../../src/solaris/native/sun/nio/ch/DatagramChannelImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramDispatcher.o ../../../src/solaris/native/sun/nio/ch/DatagramDispatcher.c ../../../src/solaris/native/sun/nio/ch/DatagramChannelImpl.c: In function 'Java_sun_nio_ch_DatagramChannelImpl_receive0': ../../../src/solaris/native/sun/nio/ch/DatagramChannelImpl.c:137: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileChannelImpl.o ../../../src/solaris/native/sun/nio/ch/FileChannelImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileDispatcher.o ../../../src/solaris/native/sun/nio/ch/FileDispatcher.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileKey.o ../../../src/solaris/native/sun/nio/ch/FileKey.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/IOUtil.o ../../../src/solaris/native/sun/nio/ch/IOUtil.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/MappedByteBuffer.o ../../../src/solaris/native/java/nio/MappedByteBuffer.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/Net.o ../../../src/solaris/native/sun/nio/ch/Net.c ../../../src/solaris/native/sun/nio/ch/Net.c: In function 'Java_sun_nio_ch_Net_localPort': ../../../src/solaris/native/sun/nio/ch/Net.c:142: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../src/solaris/native/sun/nio/ch/Net.c: In function 'Java_sun_nio_ch_Net_localInetAddress': ../../../src/solaris/native/sun/nio/ch/Net.c:155: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/ServerSocketChannelImpl.o ../../../src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketChannelImpl.o ../../../src/solaris/native/sun/nio/ch/SocketChannelImpl.c ../../../src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c: In function 'Java_sun_nio_ch_ServerSocketChannelImpl_accept0': ../../../src/solaris/native/sun/nio/ch/ServerSocketChannelImpl.c:97: warning: pointer targets in passing argument 3 of 'accept' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketDispatcher.o ../../../src/solaris/native/sun/nio/ch/SocketDispatcher.c ../../../src/solaris/native/sun/nio/ch/SocketChannelImpl.c: In function 'Java_sun_nio_ch_SocketChannelImpl_checkConnect': ../../../src/solaris/native/sun/nio/ch/SocketChannelImpl.c:79: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/EPollArrayWrapper.o ../../../src/solaris/native/sun/nio/ch/EPollArrayWrapper.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/PollArrayWrapper.o ../../../src/solaris/native/sun/nio/ch/PollArrayWrapper.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/InheritedChannel.o ../../../src/solaris/native/sun/nio/ch/InheritedChannel.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/NativeThread.o ../../../src/solaris/native/sun/nio/ch/NativeThread.c ../../../src/solaris/native/sun/nio/ch/InheritedChannel.c: In function 'Java_sun_nio_ch_InheritedChannel_soType0': ../../../src/solaris/native/sun/nio/ch/InheritedChannel.c:92: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio STATS: LIBRARY=nio, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libnio.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/.files_compiled mapfile-linux /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/nio/ch -I../../../src/share/native/java/io -I../../../src/share/native/java/net -I../../../src/solaris/native/java/net -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/CClassHeaders/../../../java.lang/java/CClassHeaders -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/nio -I../../../src/solaris/native/java/nio -Xlinker -O1 -Xlinker -version-script=mapfile-linux -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libnio.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libnio.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/DatagramDispatcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileDispatcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/FileKey.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/IOUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/MappedByteBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/Net.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/ServerSocketChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketChannelImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/SocketDispatcher.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/EPollArrayWrapper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/PollArrayWrapper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/InheritedChannel.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.nio/nio/obj/NativeThread.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -ljava -lnet -lpthread -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/nio' Timing: 00005 seconds or 5s for make-java-nio <<>>Recursively making sql all @ Sun Aug 2 14:50:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/sql' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.sql/.classes.list) ../../../src/share/classes/java/sql/RowId.java ../../../src/share/classes/java/sql/DriverManager.java ../../../src/share/classes/java/sql/DatabaseMetaData.java ../../../src/share/classes/java/sql/ClientInfoStatus.java ../../../src/share/classes/java/sql/Wrapper.java ../../../src/share/classes/java/sql/Driver.java ../../../src/share/classes/java/sql/SQLClientInfoException.java ../../../src/share/classes/java/sql/PreparedStatement.java ../../../src/share/classes/java/sql/SQLNonTransientException.java ../../../src/share/classes/java/sql/SQLInvalidAuthorizationSpecException.java ../../../src/share/classes/java/sql/DriverPropertyInfo.java ../../../src/share/classes/java/sql/RowIdLifetime.java ../../../src/share/classes/java/sql/SQLException.java ../../../src/share/classes/java/sql/SQLTransientException.java ../../../src/share/classes/java/sql/Date.java ../../../src/share/classes/java/sql/SQLSyntaxErrorException.java ../../../src/share/classes/java/sql/SQLIntegrityConstraintViolationException.java ../../../src/share/classes/java/sql/SQLFeatureNotSupportedException.java ../../../src/share/classes/java/sql/ResultSetMetaData.java ../../../src/share/classes/java/sql/SQLWarning.java ../../../src/share/classes/java/sql/SQLNonTransientConnectionException.java ../../../src/share/classes/java/sql/DataTruncation.java ../../../src/share/classes/java/sql/Statement.java ../../../src/share/classes/java/sql/SQLTimeoutException.java ../../../src/share/classes/java/sql/Types.java ../../../src/share/classes/java/sql/Timestamp.java ../../../src/share/classes/java/sql/Connection.java ../../../src/share/classes/java/sql/Ref.java ../../../src/share/classes/java/sql/Clob.java ../../../src/share/classes/java/sql/ResultSet.java ../../../src/share/classes/java/sql/CallableStatement.java ../../../src/share/classes/java/sql/ParameterMetaData.java ../../../src/share/classes/java/sql/SQLTransactionRollbackException.java ../../../src/share/classes/java/sql/BatchUpdateException.java ../../../src/share/classes/java/sql/SQLXML.java ../../../src/share/classes/java/sql/SQLRecoverableException.java ../../../src/share/classes/java/sql/SQLTransientConnectionException.java ../../../src/share/classes/java/sql/SQLDataException.java ../../../src/share/classes/java/sql/SQLPermission.java ../../../src/share/classes/java/sql/SQLData.java ../../../src/share/classes/java/sql/Savepoint.java ../../../src/share/classes/java/sql/Struct.java ../../../src/share/classes/java/sql/SQLOutput.java ../../../src/share/classes/java/sql/Blob.java ../../../src/share/classes/java/sql/SQLInput.java ../../../src/share/classes/java/sql/Array.java ../../../src/share/classes/java/sql/Time.java ../../../src/share/classes/java/sql/NClob.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.sql/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: ../../../src/share/classes/java/sql/DriverManager.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/sql' Timing: 00003 seconds or 3s for make-java-sql <<>>Recursively making rmi all @ Sun Aug 2 14:51:01 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/rmi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.rmi/.classes.list) ../../../src/share/classes/java/rmi/server/LoaderHandler.java ../../../src/share/classes/java/rmi/server/SocketSecurityException.java ../../../src/share/classes/java/rmi/server/SkeletonMismatchException.java ../../../src/share/classes/java/rmi/ServerRuntimeException.java ../../../src/share/classes/java/rmi/registry/RegistryHandler.java ../../../src/share/classes/java/rmi/RMISecurityException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.rmi/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/rmi' Timing: 00001 seconds or 1s for make-java-rmi <<>>Recursively making jar all @ Sun Aug 2 14:51:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jar' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.jar/.classes.list) ../../../src/share/classes/java/util/jar/Pack200.java ../../../src/share/classes/java/util/jar/JarOutputStream.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.util.jar/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jar' Timing: 00003 seconds or 3s for make-java-jar <<>>Recursively making beans all @ Sun Aug 2 14:51:05 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/beans' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.beans/.classes.list) ../../../src/share/classes/java/beans/DefaultPersistenceDelegate.java ../../../src/share/classes/java/beans/ReflectionUtils.java ../../../src/share/classes/java/beans/EventHandler.java ../../../src/share/classes/java/beans/Encoder.java ../../../src/share/classes/java/beans/Visibility.java ../../../src/share/classes/java/beans/Beans.java ../../../src/share/classes/java/beans/AppletInitializer.java ../../../src/share/classes/java/beans/PersistenceDelegate.java ../../../src/share/classes/java/beans/Statement.java ../../../src/share/classes/java/beans/Customizer.java ../../../src/share/classes/java/beans/XMLEncoder.java ../../../src/share/classes/java/beans/Expression.java ../../../src/share/classes/java/beans/ExceptionListener.java ../../../src/share/classes/java/beans/beancontext/BeanContextChildSupport.java ../../../src/share/classes/java/beans/beancontext/BeanContextChild.java ../../../src/share/classes/java/beans/beancontext/BeanContextServices.java ../../../src/share/classes/java/beans/beancontext/BeanContextServicesListener.java ../../../src/share/classes/java/beans/beancontext/BeanContextProxy.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceAvailableEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContextChildComponentProxy.java ../../../src/share/classes/java/beans/beancontext/BeanContextEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceRevokedEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContext.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceRevokedListener.java ../../../src/share/classes/java/beans/beancontext/BeanContextMembershipEvent.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceProvider.java ../../../src/share/classes/java/beans/beancontext/BeanContextMembershipListener.java ../../../src/share/classes/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java ../../../src/share/classes/java/beans/beancontext/BeanContextSupport.java ../../../src/share/classes/java/beans/beancontext/BeanContextContainerProxy.java ../../../src/share/classes/java/beans/beancontext/BeanContextServicesSupport.java ../../../src/share/classes/java/beans/PropertyEditorSupport.java ../../../src/share/classes/java/beans/PropertyEditorManager.java ../../../src/share/classes/java/beans/MetaData.java ../../../src/share/classes/java/beans/XMLDecoder.java ../../../src/share/classes/java/beans/DesignMode.java ../../../src/share/classes/com/sun/beans/ObjectHandler.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.beans/.classes.list Note: ../../../src/share/classes/com/sun/beans/ObjectHandler.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/beans' Timing: 00003 seconds or 3s for make-java-beans <<>>Recursively making logging all @ Sun Aug 2 14:51:08 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/logging' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_de.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_es.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_it.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_HK.java # Adding to compile properties list: ../../../src/share/classes/sun/util/logging/resources/logging_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_HK.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/logging/resources/logging_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/compile_prop_options parsing: ../../../src/share/classes/sun/util/logging/resources/logging.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_de.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_de.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_es.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_es.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_fr.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_fr.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_it.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_it.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_ja.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ja.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_ko.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ko.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_sv.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_sv.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_zh_CN.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_CN.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_zh_TW.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_TW.java parsing: ../../../src/share/classes/sun/util/logging/resources/logging_zh_TW.properties inferred package name: sun.util.logging.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/logging/resources/logging_zh_HK.java ../../../src/share/classes/java/util/logging/MemoryHandler.java ../../../src/share/classes/java/util/logging/XMLFormatter.java ../../../src/share/classes/java/util/logging/FileHandler.java ../../../src/share/classes/java/util/logging/SocketHandler.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.util.logging/.classes.list Note: ../../../src/share/classes/java/util/logging/XMLFormatter.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/logging.properties /bin/cp ../../../src/share/lib/logging.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/logging.properties make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/logging' Timing: 00002 seconds or 2s for make-java-logging <<>>Recursively making management all @ Sun Aug 2 14:51:11 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/management' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_de.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_es.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_it.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_HK.java # Adding to compile properties list: ../../../src/share/classes/sun/management/resources/agent_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_HK.java /bin/echo -e "-compile ../../../src/share/classes/sun/management/resources/agent_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/compile_prop_options parsing: ../../../src/share/classes/sun/management/resources/agent.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent.java parsing: ../../../src/share/classes/sun/management/resources/agent_de.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_de.java parsing: ../../../src/share/classes/sun/management/resources/agent_es.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_es.java parsing: ../../../src/share/classes/sun/management/resources/agent_fr.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_fr.java parsing: ../../../src/share/classes/sun/management/resources/agent_it.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_it.java parsing: ../../../src/share/classes/sun/management/resources/agent_ja.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ja.java parsing: ../../../src/share/classes/sun/management/resources/agent_ko.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ko.java parsing: ../../../src/share/classes/sun/management/resources/agent_sv.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_sv.java parsing: ../../../src/share/classes/sun/management/resources/agent_zh_CN.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_CN.java parsing: ../../../src/share/classes/sun/management/resources/agent_zh_TW.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_TW.java parsing: ../../../src/share/classes/sun/management/resources/agent_zh_TW.properties inferred package name: sun.management.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/management/resources/agent_zh_HK.java ../../../src/share/classes/sun/management/HotspotInternal.java ../../../src/share/classes/sun/management/Agent.java ../../../src/share/classes/sun/management/FileSystem.java ../../../src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java ../../../src/share/classes/sun/management/jmxremote/SSLContextRMIServerSocketFactory.java ../../../src/share/classes/sun/management/jmxremote/SingleEntryRegistry.java ../../../src/share/classes/sun/management/jmxremote/LocalRMIServerSocketFactory.java ../../../src/share/classes/sun/management/ConnectorAddressLink.java ../../../src/share/classes/sun/management/AgentConfigurationError.java ../../../src/share/classes/sun/management/HotspotInternalMBean.java ../../../src/solaris/classes/sun/management/FileSystemImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders/ \ sun.management.ClassLoadingImpl sun.management.FileSystemImpl sun.management.Flag sun.management.GarbageCollectorImpl sun.management.GcInfoBuilder sun.management.HotSpotDiagnostic sun.management.HotspotThread sun.management.MemoryImpl sun.management.MemoryManagerImpl sun.management.MemoryPoolImpl sun.management.ThreadImpl sun.management.VMManagementImpl com.sun.management.UnixOperatingSystem Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/management make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/management' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ClassLoadingImpl.o ../../../src/share/native/sun/management/ClassLoadingImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/FileSystemImpl.o ../../../src/solaris/native/sun/management/FileSystemImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/Flag.o ../../../src/share/native/sun/management/Flag.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GarbageCollectorImpl.o ../../../src/share/native/sun/management/GarbageCollectorImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GcInfoBuilder.o ../../../src/share/native/sun/management/GcInfoBuilder.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotSpotDiagnostic.o ../../../src/share/native/sun/management/HotSpotDiagnostic.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotspotThread.o ../../../src/share/native/sun/management/HotspotThread.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryImpl.o ../../../src/share/native/sun/management/MemoryImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryManagerImpl.o ../../../src/share/native/sun/management/MemoryManagerImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryPoolImpl.o ../../../src/share/native/sun/management/MemoryPoolImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ThreadImpl.o ../../../src/share/native/sun/management/ThreadImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/VMManagementImpl.o ../../../src/share/native/sun/management/VMManagementImpl.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/management.o ../../../src/share/native/sun/management/management.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/UnixOperatingSystem_md.o ../../../src/solaris/native/com/sun/management/UnixOperatingSystem_md.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/management' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/management STATS: LIBRARY=management, PRODUCT=java, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libmanagement.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/management -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/java/lang/management -I../../../src/solaris/native/java/lang/management -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libmanagement.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libmanagement.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ClassLoadingImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/FileSystemImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/Flag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GarbageCollectorImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/GcInfoBuilder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotSpotDiagnostic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/HotspotThread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryManagerImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/MemoryPoolImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/ThreadImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/VMManagementImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/management.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/obj/UnixOperatingSystem_md.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/manifest /bin/cp ../../../src/share/classes/sun/management/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management-agent.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.lang.management/management/manifest make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/management' Timing: 00008 seconds or 8s for make-java-management <<>>Recursively making instrument all @ Sun Aug 2 14:51:19 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/instrument' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/.classes.list) ../../../src/share/classes/sun/instrument/InstrumentationImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders/ \ sun.instrument.InstrumentationImpl Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/instrument make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/instrument' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport.o ../../../src/share/instrument/EncodingSupport.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport_md.o ../../../src/solaris/instrument/EncodingSupport_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/FileSystemSupport_md.o ../../../src/solaris/instrument/FileSystemSupport_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InstrumentationImplNativeMethods.o ../../../src/share/instrument/InstrumentationImplNativeMethods.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InvocationAdapter.o ../../../src/share/instrument/InvocationAdapter.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JarFacade.o ../../../src/share/instrument/JarFacade.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAgent.o ../../../src/share/instrument/JPLISAgent.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAssert.o ../../../src/share/instrument/JPLISAssert.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JavaExceptions.o ../../../src/share/instrument/JavaExceptions.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/PathCharsValidator.o ../../../src/share/instrument/PathCharsValidator.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Reentrancy.o ../../../src/share/instrument/Reentrancy.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Utilities.o ../../../src/share/instrument/Utilities.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/canonicalize_md.o ../../../src/solaris/native/java/io/canonicalize_md.c ../../../src/solaris/native/java/io/canonicalize_md.c: In function 'canonicalize': ../../../src/solaris/native/java/io/canonicalize_md.c:249: warning: comparison between signed and unsigned make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/instrument' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/instrument STATS: LIBRARY=instrument, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libinstrument.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNO_JPLIS_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/instrument -I../../../src/solaris/instrument -I../../../src/solaris/native/java/io -I../../../src/share/bin -I../../../src/solaris/bin -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/instrument -I../../../src/solaris/native/sun/instrument -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libinstrument.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/jli -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libinstrument.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/EncodingSupport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/FileSystemSupport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InstrumentationImplNativeMethods.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/InvocationAdapter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JarFacade.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAgent.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JPLISAssert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/JavaExceptions.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/PathCharsValidator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Reentrancy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/Utilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.instrument/instrument/obj/canonicalize_md.o -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/instrument' Timing: 00006 seconds or 6s for make-java-instrument <<>>Recursively making jexec all @ Sun Aug 2 14:51:25 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jexec' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.jexec/jexec/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.jexec/jexec/obj/jexec.o ../../../src/solaris/bin/jexec.c ../../../src/solaris/bin/jexec.c: In function 'main': ../../../src/solaris/bin/jexec.c:225: warning: control reaches end of non-void function /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jexec /opt/lsb/bin/lsbcc -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/java.jexec/jexec/obj/jexec.o -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jexec make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/java/jexec' Timing: 00001 seconds or 1s for make-java-jexec <<>>Recursively making lsb all @ Sun Aug 2 14:51:26 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/lsb' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/lsb make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/lsb' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/openjdk6_lsb_helper/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I ../../src/solaris/../linux/lsb -iquote ../../src/solaris/../linux/lsb -I/usr/include -I/usr/include/freetype2 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/openjdk6_lsb_helper/obj/lsb_freetype.o ../../src/solaris/../linux/lsb/lsb_freetype.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../src/solaris/../linux/lsb/lsb_freetype.c: In function 'FT_GlyphSlot_Oblique': ../../src/solaris/../linux/lsb/lsb_freetype.c:108: warning: implicit declaration of function 'FT_Outline_Transform' ../../src/solaris/../linux/lsb/lsb_freetype.c: In function 'FT_Outline_Embolden': ../../src/solaris/../linux/lsb/lsb_freetype.c:204: warning: implicit declaration of function 'FT_Outline_Get_Orientation' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/lsb' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/lsb STATS: LIBRARY=openjdk6_lsb_helper, PRODUCT=, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libopenjdk6_lsb_helper.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/openjdk6_lsb_helper/obj/.files_compiled /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/openjdk6_lsb_helper/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I ../../src/solaris/../linux/lsb -iquote ../../src/solaris/../linux/lsb -I/usr/include -I/usr/include/freetype2 -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libopenjdk6_lsb_helper.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libopenjdk6_lsb_helper.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/openjdk6_lsb_helper/obj/lsb_freetype.o -lfreetype -lc warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/lsb' Timing: 00002 seconds or 2s for make-lsb <<>>Recursively making javax all @ Sun Aug 2 14:51:28 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/.classes.list) ../../src/share/classes/javax/naming/AuthenticationException.java ../../src/share/classes/javax/naming/InterruptedNamingException.java ../../src/share/classes/javax/naming/LimitExceededException.java ../../src/share/classes/javax/naming/NameNotFoundException.java ../../src/share/classes/javax/naming/spi/ContinuationDirContext.java ../../src/share/classes/javax/naming/spi/DirObjectFactory.java ../../src/share/classes/javax/naming/spi/DirStateFactory.java ../../src/share/classes/javax/naming/spi/DirectoryManager.java ../../src/share/classes/javax/naming/PartialResultException.java ../../src/share/classes/javax/naming/LinkRef.java ../../src/share/classes/javax/naming/ReferralException.java ../../src/share/classes/javax/naming/TimeLimitExceededException.java ../../src/share/classes/javax/naming/event/NamingExceptionEvent.java ../../src/share/classes/javax/naming/event/NamespaceChangeListener.java ../../src/share/classes/javax/naming/event/NamingEvent.java ../../src/share/classes/javax/naming/event/EventContext.java ../../src/share/classes/javax/naming/event/EventDirContext.java ../../src/share/classes/javax/naming/event/NamingListener.java ../../src/share/classes/javax/naming/event/ObjectChangeListener.java ../../src/share/classes/javax/naming/NameAlreadyBoundException.java ../../src/share/classes/javax/naming/NoPermissionException.java ../../src/share/classes/javax/naming/LinkException.java ../../src/share/classes/javax/naming/ServiceUnavailableException.java ../../src/share/classes/javax/naming/NotContextException.java ../../src/share/classes/javax/naming/ldap/ControlFactory.java ../../src/share/classes/javax/naming/ldap/StartTlsResponse.java ../../src/share/classes/javax/naming/ldap/HasControls.java ../../src/share/classes/javax/naming/ldap/InitialLdapContext.java ../../src/share/classes/javax/naming/ldap/SortResponseControl.java ../../src/share/classes/javax/naming/ldap/PagedResultsResponseControl.java ../../src/share/classes/javax/naming/ldap/Rdn.java ../../src/share/classes/javax/naming/ldap/SortControl.java ../../src/share/classes/javax/naming/ldap/BasicControl.java ../../src/share/classes/javax/naming/ldap/LdapName.java ../../src/share/classes/javax/naming/ldap/UnsolicitedNotification.java ../../src/share/classes/javax/naming/ldap/UnsolicitedNotificationListener.java ../../src/share/classes/javax/naming/ldap/SortKey.java ../../src/share/classes/javax/naming/ldap/PagedResultsControl.java ../../src/share/classes/javax/naming/ldap/LdapReferralException.java ../../src/share/classes/javax/naming/ldap/ManageReferralControl.java ../../src/share/classes/javax/naming/ldap/StartTlsRequest.java ../../src/share/classes/javax/naming/ldap/UnsolicitedNotificationEvent.java ../../src/share/classes/javax/naming/ldap/Rfc2253Parser.java ../../src/share/classes/javax/naming/SizeLimitExceededException.java ../../src/share/classes/javax/naming/MalformedLinkException.java ../../src/share/classes/javax/naming/BinaryRefAddr.java ../../src/share/classes/javax/naming/CommunicationException.java ../../src/share/classes/javax/naming/directory/InvalidAttributeIdentifierException.java ../../src/share/classes/javax/naming/directory/InvalidAttributesException.java ../../src/share/classes/javax/naming/directory/InvalidSearchControlsException.java ../../src/share/classes/javax/naming/directory/InvalidAttributeValueException.java ../../src/share/classes/javax/naming/directory/AttributeModificationException.java ../../src/share/classes/javax/naming/directory/AttributeInUseException.java ../../src/share/classes/javax/naming/directory/SchemaViolationException.java ../../src/share/classes/javax/naming/directory/InvalidSearchFilterException.java ../../src/share/classes/javax/naming/directory/BasicAttribute.java ../../src/share/classes/javax/naming/directory/NoSuchAttributeException.java ../../src/share/classes/javax/naming/directory/BasicAttributes.java ../../src/share/classes/javax/naming/directory/InitialDirContext.java ../../src/share/classes/javax/naming/InsufficientResourcesException.java ../../src/share/classes/javax/naming/AuthenticationNotSupportedException.java ../../src/share/classes/javax/naming/CompoundName.java ../../src/share/classes/javax/naming/LinkLoopException.java ../../src/share/classes/javax/naming/NamingSecurityException.java ../../src/share/classes/javax/naming/ContextNotEmptyException.java ../../src/share/classes/javax/net/ssl/SSLServerSocket.java ../../src/share/classes/javax/net/ssl/HttpsURLConnection.java ../../src/share/classes/javax/net/ssl/SSLHandshakeException.java ../../src/share/classes/javax/net/ssl/HostnameVerifier.java ../../src/share/classes/javax/net/ssl/SSLKeyException.java ../../src/share/classes/javax/net/ssl/X509KeyManager.java ../../src/share/classes/javax/net/ssl/X509ExtendedKeyManager.java ../../src/share/classes/javax/net/ssl/SSLSessionBindingEvent.java ../../src/share/classes/javax/net/ssl/CertPathTrustManagerParameters.java ../../src/share/classes/javax/net/ssl/SSLSessionBindingListener.java ../../src/share/classes/javax/net/ssl/KeyStoreBuilderParameters.java ../../src/share/classes/javax/net/ssl/SSLProtocolException.java ../../src/share/classes/javax/net/ssl/X509TrustManager.java ../../src/share/classes/javax/script/ScriptEngineFactory.java ../../src/share/classes/javax/script/Compilable.java ../../src/share/classes/javax/script/SimpleBindings.java ../../src/share/classes/javax/script/ScriptEngine.java ../../src/share/classes/javax/script/CompiledScript.java ../../src/share/classes/javax/script/Invocable.java ../../src/share/classes/javax/script/AbstractScriptEngine.java ../../src/share/classes/javax/script/ScriptEngineManager.java ../../src/share/classes/javax/script/SimpleScriptContext.java ../../src/share/classes/javax/script/Bindings.java ../../src/share/classes/javax/script/ScriptContext.java ../../src/share/classes/javax/script/ScriptException.java ../../src/share/classes/javax/security/auth/Refreshable.java ../../src/share/classes/javax/security/auth/RefreshFailedException.java ../../src/share/classes/javax/security/auth/callback/ChoiceCallback.java ../../src/share/classes/javax/security/auth/callback/ConfirmationCallback.java ../../src/share/classes/javax/security/auth/callback/LanguageCallback.java ../../src/share/classes/javax/security/auth/callback/TextInputCallback.java ../../src/share/classes/javax/security/auth/callback/TextOutputCallback.java ../../src/share/classes/javax/security/auth/x500/X500PrivateCredential.java ../../src/share/classes/javax/security/auth/kerberos/KerberosKey.java ../../src/share/classes/javax/security/auth/kerberos/KerberosPrincipal.java ../../src/share/classes/javax/security/auth/kerberos/ServicePermission.java ../../src/share/classes/javax/security/auth/kerberos/DelegationPermission.java ../../src/share/classes/javax/security/auth/kerberos/KeyImpl.java ../../src/share/classes/javax/security/auth/kerberos/KerberosTicket.java ../../src/share/classes/javax/security/auth/login/AccountException.java ../../src/share/classes/javax/security/auth/login/AccountExpiredException.java ../../src/share/classes/javax/security/auth/login/CredentialException.java ../../src/share/classes/javax/security/auth/login/CredentialNotFoundException.java ../../src/share/classes/javax/security/auth/login/AccountLockedException.java ../../src/share/classes/javax/security/auth/login/AccountNotFoundException.java ../../src/share/classes/javax/security/auth/login/CredentialExpiredException.java ../../src/share/classes/javax/security/cert/CertificateParsingException.java ../../src/share/classes/javax/security/sasl/AuthenticationException.java ../../src/share/classes/javax/security/sasl/RealmCallback.java ../../src/share/classes/javax/security/sasl/SaslClientFactory.java ../../src/share/classes/javax/security/sasl/RealmChoiceCallback.java ../../src/share/classes/javax/security/sasl/SaslException.java ../../src/share/classes/javax/security/sasl/SaslClient.java ../../src/share/classes/javax/security/sasl/SaslServer.java ../../src/share/classes/javax/security/sasl/SaslServerFactory.java ../../src/share/classes/javax/security/sasl/Sasl.java ../../src/share/classes/javax/security/sasl/AuthorizeCallback.java ../../src/share/classes/javax/smartcardio/ResponseAPDU.java ../../src/share/classes/javax/smartcardio/CardTerminals.java ../../src/share/classes/javax/smartcardio/ATR.java ../../src/share/classes/javax/smartcardio/CardNotPresentException.java ../../src/share/classes/javax/smartcardio/TerminalFactorySpi.java ../../src/share/classes/javax/smartcardio/Card.java ../../src/share/classes/javax/smartcardio/CardChannel.java ../../src/share/classes/javax/smartcardio/CardException.java ../../src/share/classes/javax/smartcardio/CardPermission.java ../../src/share/classes/javax/smartcardio/CardTerminal.java ../../src/share/classes/javax/smartcardio/CommandAPDU.java ../../src/share/classes/javax/smartcardio/TerminalFactory.java ../../src/share/classes/javax/xml/crypto/URIReference.java ../../src/share/classes/javax/xml/crypto/KeySelectorException.java ../../src/share/classes/javax/xml/crypto/NodeSetData.java ../../src/share/classes/javax/xml/crypto/KeySelector.java ../../src/share/classes/javax/xml/crypto/Data.java ../../src/share/classes/javax/xml/crypto/NoSuchMechanismException.java ../../src/share/classes/javax/xml/crypto/URIReferenceException.java ../../src/share/classes/javax/xml/crypto/URIDereferencer.java ../../src/share/classes/javax/xml/crypto/KeySelectorResult.java ../../src/share/classes/javax/xml/crypto/OctetStreamData.java ../../src/share/classes/javax/xml/crypto/AlgorithmMethod.java ../../src/share/classes/javax/xml/crypto/MarshalException.java ../../src/share/classes/javax/xml/crypto/XMLStructure.java ../../src/share/classes/javax/xml/crypto/dom/DOMStructure.java ../../src/share/classes/javax/xml/crypto/dom/DOMURIReference.java ../../src/share/classes/javax/xml/crypto/dom/DOMCryptoContext.java ../../src/share/classes/javax/xml/crypto/dsig/XMLValidateContext.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignature.java ../../src/share/classes/javax/xml/crypto/dsig/Reference.java ../../src/share/classes/javax/xml/crypto/dsig/TransformService.java ../../src/share/classes/javax/xml/crypto/dsig/CanonicalizationMethod.java ../../src/share/classes/javax/xml/crypto/dsig/XMLObject.java ../../src/share/classes/javax/xml/crypto/dsig/DigestMethod.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyName.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/RetrievalMethod.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyInfo.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/PGPData.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/X509Data.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyInfoFactory.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/KeyValue.java ../../src/share/classes/javax/xml/crypto/dsig/keyinfo/X509IssuerSerial.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignatureException.java ../../src/share/classes/javax/xml/crypto/dsig/Manifest.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignatureFactory.java ../../src/share/classes/javax/xml/crypto/dsig/Transform.java ../../src/share/classes/javax/xml/crypto/dsig/SignatureProperty.java ../../src/share/classes/javax/xml/crypto/dsig/SignedInfo.java ../../src/share/classes/javax/xml/crypto/dsig/XMLSignContext.java ../../src/share/classes/javax/xml/crypto/dsig/SignatureProperties.java ../../src/share/classes/javax/xml/crypto/dsig/spec/C14NMethodParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/DigestMethodParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XPathFilter2ParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XPathFilterParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XSLTTransformParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/TransformParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/SignatureMethodParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/XPathType.java ../../src/share/classes/javax/xml/crypto/dsig/spec/ExcC14NParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/spec/HMACParameterSpec.java ../../src/share/classes/javax/xml/crypto/dsig/TransformException.java ../../src/share/classes/javax/xml/crypto/dsig/dom/DOMSignContext.java ../../src/share/classes/javax/xml/crypto/dsig/dom/DOMValidateContext.java ../../src/share/classes/javax/xml/crypto/dsig/SignatureMethod.java ../../src/share/classes/javax/xml/crypto/XMLCryptoContext.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../src/solaris/classes:../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Begin Processing SUBDIRS: accessibility print swing crypto sound sql rmi management imageio >>>Recursively making accessibility build @ Sun Aug 2 14:51:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/accessibility' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_en.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_en.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_en.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_en.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_en.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_de.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_de.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_es.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_es.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_fr.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_fr.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_it.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_it.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ja.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ja.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ko.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ko.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_sv.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_sv.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_HK.java # Adding to compile properties list: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_HK.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/compile_prop_options parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_en.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_en.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_de.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_de.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_es.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_es.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_fr.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_fr.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_it.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_it.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_ja.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ja.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_ko.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ko.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_sv.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_sv.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_CN.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_CN.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_TW.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_TW.java parsing: ../../../src/share/classes/com/sun/accessibility/internal/resources/accessibility_zh_TW.properties inferred package name: com.sun.accessibility.internal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_en.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/accessibility/internal/resources/accessibility_zh_HK.java ../../../src/share/classes/javax/accessibility/AccessibleStreamable.java ../../../src/share/classes/javax/accessibility/AccessibleResourceBundle.java ../../../src/share/classes/javax/accessibility/AccessibleAttributeSequence.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/java/java.accessibility/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/accessibility' Timing: 00003 seconds or 3s for make-javax-accessibility <<>>Recursively making print build @ Sun Aug 2 14:51:38 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/print' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_de.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_es.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_it.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_HK.java # Adding to compile properties list: ../../../src/share/classes/sun/print/resources/serviceui_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_HK.java /bin/echo -e "-compile ../../../src/share/classes/sun/print/resources/serviceui_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/compile_prop_options parsing: ../../../src/share/classes/sun/print/resources/serviceui.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_de.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_de.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_es.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_es.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_fr.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_fr.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_it.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_it.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_ja.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ja.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_ko.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ko.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_sv.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_sv.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_zh_CN.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_CN.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_zh_TW.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_TW.java parsing: ../../../src/share/classes/sun/print/resources/serviceui_zh_TW.properties inferred package name: sun.print.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/print/resources/serviceui_zh_HK.java ../../../src/share/classes/javax/print/ServiceUI.java ../../../src/share/classes/javax/print/FlavorException.java ../../../src/share/classes/javax/print/event/PrintJobAdapter.java ../../../src/share/classes/javax/print/attribute/HashDocAttributeSet.java ../../../src/share/classes/javax/print/attribute/TextSyntax.java ../../../src/share/classes/javax/print/attribute/SupportedValuesAttribute.java ../../../src/share/classes/javax/print/attribute/SetOfIntegerSyntax.java ../../../src/share/classes/javax/print/attribute/standard/SheetCollate.java ../../../src/share/classes/javax/print/attribute/standard/RequestingUserName.java ../../../src/share/classes/javax/print/attribute/standard/Finishings.java ../../../src/share/classes/javax/print/attribute/standard/PrinterStateReason.java ../../../src/share/classes/javax/print/attribute/standard/JobKOctetsProcessed.java ../../../src/share/classes/javax/print/attribute/standard/NumberOfInterveningJobs.java ../../../src/share/classes/javax/print/attribute/standard/QueuedJobCount.java ../../../src/share/classes/javax/print/attribute/standard/DateTimeAtProcessing.java ../../../src/share/classes/javax/print/attribute/standard/JobPrioritySupported.java ../../../src/share/classes/javax/print/attribute/standard/PresentationDirection.java ../../../src/share/classes/javax/print/attribute/standard/CopiesSupported.java ../../../src/share/classes/javax/print/attribute/standard/PrinterIsAcceptingJobs.java ../../../src/share/classes/javax/print/attribute/standard/PrinterStateReasons.java ../../../src/share/classes/javax/print/attribute/standard/JobState.java ../../../src/share/classes/javax/print/attribute/standard/DateTimeAtCompleted.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMoreInfo.java ../../../src/share/classes/javax/print/attribute/standard/PrinterLocation.java ../../../src/share/classes/javax/print/attribute/standard/PrinterName.java ../../../src/share/classes/javax/print/attribute/standard/JobPriority.java ../../../src/share/classes/javax/print/attribute/standard/OutputDeviceAssigned.java ../../../src/share/classes/javax/print/attribute/standard/JobKOctetsSupported.java ../../../src/share/classes/javax/print/attribute/standard/Compression.java ../../../src/share/classes/javax/print/attribute/standard/Sides.java ../../../src/share/classes/javax/print/attribute/standard/JobImpressionsSupported.java ../../../src/share/classes/javax/print/attribute/standard/ColorSupported.java ../../../src/share/classes/javax/print/attribute/standard/MediaName.java ../../../src/share/classes/javax/print/attribute/standard/JobKOctets.java ../../../src/share/classes/javax/print/attribute/standard/JobHoldUntil.java ../../../src/share/classes/javax/print/attribute/standard/DateTimeAtCreation.java ../../../src/share/classes/javax/print/attribute/standard/PrinterResolution.java ../../../src/share/classes/javax/print/attribute/standard/PDLOverrideSupported.java ../../../src/share/classes/javax/print/attribute/standard/JobMediaSheets.java ../../../src/share/classes/javax/print/attribute/standard/Fidelity.java ../../../src/share/classes/javax/print/attribute/standard/JobName.java ../../../src/share/classes/javax/print/attribute/standard/Destination.java ../../../src/share/classes/javax/print/attribute/standard/NumberUpSupported.java ../../../src/share/classes/javax/print/attribute/standard/MediaTray.java ../../../src/share/classes/javax/print/attribute/standard/MultipleDocumentHandling.java ../../../src/share/classes/javax/print/attribute/standard/JobImpressions.java ../../../src/share/classes/javax/print/attribute/standard/Copies.java ../../../src/share/classes/javax/print/attribute/standard/JobOriginatingUserName.java ../../../src/share/classes/javax/print/attribute/standard/JobStateReasons.java ../../../src/share/classes/javax/print/attribute/standard/PrintQuality.java ../../../src/share/classes/javax/print/attribute/standard/PageRanges.java ../../../src/share/classes/javax/print/attribute/standard/NumberUp.java ../../../src/share/classes/javax/print/attribute/standard/ReferenceUriSchemesSupported.java ../../../src/share/classes/javax/print/attribute/standard/PrinterURI.java ../../../src/share/classes/javax/print/attribute/standard/Severity.java ../../../src/share/classes/javax/print/attribute/standard/JobMediaSheetsSupported.java ../../../src/share/classes/javax/print/attribute/standard/PrinterInfo.java ../../../src/share/classes/javax/print/attribute/standard/NumberOfDocuments.java ../../../src/share/classes/javax/print/attribute/standard/JobImpressionsCompleted.java ../../../src/share/classes/javax/print/attribute/standard/JobStateReason.java ../../../src/share/classes/javax/print/attribute/standard/PagesPerMinuteColor.java ../../../src/share/classes/javax/print/attribute/standard/DocumentName.java ../../../src/share/classes/javax/print/attribute/standard/PrinterState.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMessageFromOperator.java ../../../src/share/classes/javax/print/attribute/standard/JobMediaSheetsCompleted.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMoreInfoManufacturer.java ../../../src/share/classes/javax/print/attribute/standard/PrinterMakeAndModel.java ../../../src/share/classes/javax/print/attribute/standard/JobMessageFromOperator.java ../../../src/share/classes/javax/print/attribute/standard/JobSheets.java ../../../src/share/classes/javax/print/attribute/standard/PagesPerMinute.java ../../../src/share/classes/javax/print/attribute/standard/Chromaticity.java ../../../src/share/classes/javax/print/attribute/HashPrintJobAttributeSet.java ../../../src/share/classes/javax/print/attribute/DateTimeSyntax.java ../../../src/share/classes/javax/print/attribute/IntegerSyntax.java ../../../src/share/classes/javax/print/attribute/URISyntax.java ../../../src/share/classes/javax/print/attribute/HashPrintServiceAttributeSet.java ../../../src/share/classes/javax/print/attribute/ResolutionSyntax.java ../../../src/share/classes/javax/print/URIException.java ../../../src/share/classes/javax/print/SimpleDoc.java ../../../src/share/classes/javax/print/CancelablePrintJob.java ../../../src/share/classes/javax/print/AttributeException.java ../../../src/share/classes/sun/print/BackgroundServiceLookup.java ../../../src/share/classes/sun/print/PrintJob2D.java ../../../src/share/classes/sun/print/PSStreamPrintService.java ../../../src/share/classes/sun/print/PSPathGraphics.java ../../../src/share/classes/sun/print/PrintJobAttributeException.java ../../../src/share/classes/sun/print/CustomMediaTray.java ../../../src/share/classes/sun/print/ServiceNotifier.java ../../../src/share/classes/sun/print/OpenBook.java ../../../src/share/classes/sun/print/PrintJobFlavorException.java ../../../src/share/classes/sun/print/BackgroundLookupListener.java ../../../src/share/classes/sun/print/PageableDoc.java ../../../src/share/classes/sun/print/PSPrinterJob.java ../../../src/share/classes/sun/print/DialogTypeSelection.java ../../../src/share/classes/sun/print/ImagePrinter.java ../../../src/share/classes/sun/print/SunPrinterJobService.java ../../../src/share/classes/sun/print/RasterPrinterJob.java ../../../src/share/classes/sun/print/SunAlternateMedia.java ../../../src/share/classes/sun/print/PSStreamPrintJob.java ../../../src/share/classes/sun/print/SunMinMaxPage.java ../../../src/share/classes/sun/print/AttributeUpdater.java ../../../src/share/classes/sun/print/PeekMetrics.java ../../../src/share/classes/sun/print/DialogOwner.java ../../../src/share/classes/sun/print/PeekGraphics.java ../../../src/share/classes/sun/print/ServiceDialog.java ../../../src/share/classes/sun/print/PathGraphics.java ../../../src/share/classes/sun/print/PSStreamPrinterFactory.java ../../../src/share/classes/sun/print/CustomMediaSizeName.java ../../../src/share/classes/sun/print/SunPageSelection.java ../../../src/share/classes/sun/print/ProxyGraphics2D.java ../../../src/solaris/classes/sun/print/IPPPrintService.java ../../../src/solaris/classes/sun/print/CUPSPrinter.java ../../../src/solaris/classes/sun/print/UnixPrintJob.java ../../../src/solaris/classes/sun/print/AttributeClass.java ../../../src/solaris/classes/sun/print/UnixPrintServiceLookup.java ../../../src/solaris/classes/sun/print/UnixPrintService.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.print/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.print.StreamPrintServiceFactory /bin/cp ../../../src/solaris/classes/sun/print/services/javax.print.StreamPrintServiceFactory /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.print.StreamPrintServiceFactory /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.print.PrintServiceLookup /bin/cp ../../../src/solaris/classes/sun/print/services/javax.print.PrintServiceLookup /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.print.PrintServiceLookup /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/psfontj2d.properties /bin/cp ../../../src/share/classes/sun/print/psfontj2d.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/psfontj2d.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/psfont.properties.ja /bin/cp ../../../src/share/classes/sun/print/psfont.properties.ja /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/psfont.properties.ja /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientLandscape.png /bin/cp ../../../src/share/classes/sun/print/resources/orientLandscape.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientLandscape.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientPortrait.png /bin/cp ../../../src/share/classes/sun/print/resources/orientPortrait.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientPortrait.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientRevLandscape.png /bin/cp ../../../src/share/classes/sun/print/resources/orientRevLandscape.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientRevLandscape.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientRevPortrait.png /bin/cp ../../../src/share/classes/sun/print/resources/orientRevPortrait.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/orientRevPortrait.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/oneside.png /bin/cp ../../../src/share/classes/sun/print/resources/oneside.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/oneside.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/duplex.png /bin/cp ../../../src/share/classes/sun/print/resources/duplex.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/duplex.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/tumble.png /bin/cp ../../../src/share/classes/sun/print/resources/tumble.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/print/resources/tumble.png make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/print' Timing: 00005 seconds or 5s for make-javax-print <<>>Recursively making swing build @ Sun Aug 2 14:51:44 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/html rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/html/default.css /bin/cp ../../../src/share/classes/javax/swing/text/html/default.css /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/html/default.css /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/html/parser rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/html/parser/html32.bdtd /bin/cp ../../../src/share/classes/javax/swing/text/html/parser/html32.bdtd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/html/parser/html32.bdtd /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/NeXT.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/NeXT.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/NeXT.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/ansi.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/ansi.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/ansi.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg437.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/cpg437.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg437.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg850.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/cpg850.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/cpg850.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/mac.txt /bin/cp ../../../src/share/classes/javax/swing/text/rtf/charsets/mac.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/text/rtf/charsets/mac.txt # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing/.classes.list) ../../../src/share/classes/javax/swing/text/TextLayoutStrategy.java ../../../src/share/classes/javax/swing/text/MaskFormatter.java ../../../src/share/classes/javax/swing/text/TableView.java ../../../src/share/classes/javax/swing/text/GlyphPainter1.java ../../../src/share/classes/javax/swing/text/ZoneView.java ../../../src/share/classes/javax/swing/text/WhitespaceBasedBreakIterator.java ../../../src/share/classes/javax/swing/text/PlainView.java ../../../src/share/classes/javax/swing/text/rtf/AbstractFilter.java ../../../src/share/classes/javax/swing/text/rtf/RTFEditorKit.java ../../../src/share/classes/javax/swing/text/rtf/Constants.java ../../../src/share/classes/javax/swing/text/rtf/RTFReader.java ../../../src/share/classes/javax/swing/text/rtf/RTFAttribute.java ../../../src/share/classes/javax/swing/text/rtf/RTFAttributes.java ../../../src/share/classes/javax/swing/text/rtf/RTFParser.java ../../../src/share/classes/javax/swing/text/rtf/MockAttributeSet.java ../../../src/share/classes/javax/swing/text/rtf/RTFGenerator.java ../../../src/share/classes/javax/swing/text/DefaultTextUI.java ../../../src/share/classes/javax/swing/text/LayoutQueue.java ../../../src/share/classes/javax/swing/text/AsyncBoxView.java ../../../src/share/classes/javax/swing/text/GlyphPainter2.java ../../../src/share/classes/javax/swing/text/PasswordView.java ../../../src/share/classes/javax/swing/text/FieldView.java ../../../src/share/classes/javax/swing/text/html/parser/TagStack.java ../../../src/share/classes/javax/swing/text/html/parser/ParserDelegator.java ../../../src/share/classes/javax/swing/text/html/parser/Parser.java ../../../src/share/classes/javax/swing/text/html/parser/ResourceLoader.java ../../../src/share/classes/javax/swing/text/html/parser/TagElement.java ../../../src/share/classes/javax/swing/text/html/parser/Element.java ../../../src/share/classes/javax/swing/text/html/parser/DTDConstants.java ../../../src/share/classes/javax/swing/text/html/parser/DocumentParser.java ../../../src/share/classes/javax/swing/text/html/parser/Entity.java ../../../src/share/classes/javax/swing/text/html/parser/ContentModelState.java ../../../src/share/classes/javax/swing/text/html/parser/ContentModel.java ../../../src/share/classes/javax/swing/text/html/parser/AttributeList.java ../../../src/share/classes/javax/swing/text/html/parser/DTD.java ../../../src/share/classes/javax/swing/text/StringContent.java ../../../src/share/classes/javax/swing/undo/UndoableEditSupport.java ../../../src/share/classes/javax/swing/undo/StateEdit.java ../../../src/share/classes/javax/swing/undo/StateEditable.java ../../../src/share/classes/javax/swing/undo/UndoManager.java ../../../src/share/classes/javax/swing/Renderer.java ../../../src/share/classes/javax/swing/GroupLayout.java ../../../src/share/classes/javax/swing/DefaultDesktopManager.java ../../../src/share/classes/javax/swing/filechooser/FileNameExtensionFilter.java ../../../src/share/classes/javax/swing/event/MouseInputAdapter.java ../../../src/share/classes/javax/swing/SwingWorker.java ../../../src/share/classes/javax/swing/colorchooser/SyntheticImage.java ../../../src/share/classes/javax/swing/colorchooser/DefaultHSBChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/CenterLayout.java ../../../src/share/classes/javax/swing/colorchooser/AbstractColorChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/ColorSelectionModel.java ../../../src/share/classes/javax/swing/colorchooser/DefaultPreviewPanel.java ../../../src/share/classes/javax/swing/colorchooser/SmartGridLayout.java ../../../src/share/classes/javax/swing/colorchooser/DefaultColorSelectionModel.java ../../../src/share/classes/javax/swing/colorchooser/DefaultRGBChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/DefaultSwatchChooserPanel.java ../../../src/share/classes/javax/swing/colorchooser/ColorChooserComponentFactory.java ../../../src/share/classes/javax/swing/GraphicsWrapper.java ../../../src/share/classes/javax/swing/JColorChooser.java ../../../src/share/classes/javax/swing/ProgressMonitor.java ../../../src/share/classes/javax/swing/ProgressMonitorInputStream.java ../../../src/share/classes/javax/swing/Spring.java ../../../src/share/classes/javax/swing/JProgressBar.java ../../../src/share/classes/javax/swing/border/SoftBevelBorder.java ../../../src/share/classes/javax/swing/SpringLayout.java ../../../src/share/classes/sun/swing/BakedArrayList.java ../../../src/share/classes/sun/swing/FilePane.java ../../../src/share/classes/sun/swing/AccumulativeRunnable.java ../../../src/share/classes/sun/swing/icon/SortArrowIcon.java ../../../src/share/classes/sun/swing/WindowsPlacesBar.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Begin Processing SUBDIRS: html32dtd plaf >>>Recursively making html32dtd build @ Sun Aug 2 14:51:49 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/html32dtd' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/html32dtd' Timing: 00001 seconds or 1s for make-javax-swing-html32dtd <<>>Recursively making plaf build @ Sun Aug 2 14:51:50 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/plaf' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/JavaCup32.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/JavaCup32.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/JavaCup32.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/JavaCup16.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/basic/icons/JavaCup16.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/JavaCup16.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/DesktopIcon.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/DesktopIcon.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/DesktopIcon.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeClosed.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/TreeClosed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeClosed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeOpen.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/TreeOpen.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/TreeOpen.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Inform.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Inform.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Inform.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Question.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Question.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Question.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Warn.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Warn.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Warn.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Error.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/Error.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/Error.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-delayed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-failed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/motif/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/motif/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Computer.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Computer.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Computer.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/DetailsView.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/DetailsView.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/DetailsView.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Directory.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Directory.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Directory.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Error.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Error.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Error.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/File.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/File.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/File.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/FloppyDrive.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/FloppyDrive.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/FloppyDrive.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HardDrive.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/HardDrive.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HardDrive.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HomeFolder.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/HomeFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/HomeFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Inform.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Inform.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Inform.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/ListView.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/ListView.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/ListView.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/NewFolder.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/NewFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/NewFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Question.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Question.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Question.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeClosed.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/TreeClosed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeClosed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeLeaf.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/TreeLeaf.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeLeaf.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeOpen.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/TreeOpen.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/TreeOpen.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/UpFolder.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/UpFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/UpFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Warn.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/Warn.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/Warn.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-delayed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-failed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/windows/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/windows/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-delayed.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/basic/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-failed.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/basic/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/basic/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Error.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Error.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Error.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Inform.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Inform.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Inform.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Question.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Question.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Question.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortDown.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/sortDown.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortDown.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortUp.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/sortUp.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/sortUp.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Warn.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/Warn.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/Warn.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/close.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/close-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/close-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/collapsed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed-rtl.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/collapsed-rtl.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/collapsed-rtl.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/computer.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/computer.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/computer.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/directory.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/directory.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/directory.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/error.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/error.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/error.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/expanded.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/expanded.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/expanded.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/file.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/file.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/file.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/floppy.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/floppy.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/floppy.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/hardDrive.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/hardDrive.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/hardDrive.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/homeFolder.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/homeFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/homeFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/iconify.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/iconify-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/iconify-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/info.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/info.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/info.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/maximize.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/maximize-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/maximize-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/menu.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/menu.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/menu.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/minimize.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/minimize-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/minimize-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/newFolder.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/newFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/newFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/paletteClose.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose-pressed.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/paletteClose-pressed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/paletteClose-pressed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/question.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/question.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/question.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/upFolder.gif /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/upFolder.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/upFolder.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/warning.png /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/icons/ocean/warning.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/icons/ocean/warning.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameClose.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameClose.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameClose.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMaximize.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameMaximize.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMaximize.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMinimize.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameMinimize.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameMinimize.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreDown.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameRestoreDown.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreDown.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreUp.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/FrameRestoreUp.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/FrameRestoreUp.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/MenuItemCommand.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/MenuItemCommand.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/MenuItemCommand.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneInformation.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneInformation.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneInformation.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneWarning.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneWarning.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneWarning.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneError.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneError.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneError.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneQuestion.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/OptionPaneQuestion.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/OptionPaneQuestion.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/PopupMenuPopup.wav /bin/cp ../../../../src/share/classes/javax/swing/plaf/metal/sounds/PopupMenuPopup.wav /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/swing/plaf/metal/sounds/PopupMenuPopup.wav /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/Directory.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/Directory.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/Directory.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/File.gif /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/File.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/File.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-delayed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/image-delayed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-delayed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-failed.png /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/icons/image-failed.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/icons/image-failed.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1 rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1/metacity-theme-1.xml /bin/cp ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1/metacity-theme-1.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/swing/plaf/gtk/resources/metacity/SwingFallbackTheme/metacity-1/metacity-theme-1.xml rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_de.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_de.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_es.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_es.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_fr.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_fr.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_it.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_it.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ja.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ja.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ko.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ko.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_sv.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_sv.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_de.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_de.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_es.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_es.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_fr.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_fr.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_it.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_it.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ja.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ja.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ko.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ko.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_sv.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_sv.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_HK.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_HK.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_de.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_de.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_es.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_es.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_fr.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_fr.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_it.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_it.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ja.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ja.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ko.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ko.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_sv.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_sv.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_HK.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_HK.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_de.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_de.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_es.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_es.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_fr.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_fr.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_it.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_it.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ja.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ja.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ko.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ko.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_sv.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_sv.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_HK.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_HK.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_de.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_de.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_es.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_es.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_fr.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_fr.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_it.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_it.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ja.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ja.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ko.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ko.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_sv.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_sv.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_HK.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_HK.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_de.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_de.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_es.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_es.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_it.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_it.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java # Adding to compile properties list: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java /bin/echo -e "-compile ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/compile_prop_options parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_de.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_de.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_es.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_es.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_fr.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_fr.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_it.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_it.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ja.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ko.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ko.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_sv.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties inferred package name: com.sun.swing.internal.plaf.basic.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_de.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_de.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_es.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_es.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_fr.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_fr.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_it.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_it.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ja.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ja.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_ko.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ko.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_sv.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_sv.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.properties inferred package name: com.sun.swing.internal.plaf.metal.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_HK.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_de.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_de.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_es.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_es.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_fr.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_fr.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_it.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_it.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ja.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ja.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ko.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ko.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_sv.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_sv.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.java parsing: ../../../../src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.properties inferred package name: com.sun.swing.internal.plaf.synth.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_HK.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_de.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_de.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_es.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_es.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_fr.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_fr.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_it.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_it.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ja.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ja.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ko.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ko.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_sv.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_sv.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties inferred package name: com.sun.java.swing.plaf.motif.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_HK.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_de.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_de.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_es.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_es.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_fr.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_fr.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_it.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_it.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ja.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ja.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ko.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ko.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_sv.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_sv.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties inferred package name: com.sun.java.swing.plaf.windows.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_HK.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_de.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_de.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_es.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_es.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_fr.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_it.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_it.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ja.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_ko.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_sv.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java parsing: ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.properties inferred package name: com.sun.java.swing.plaf.gtk.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/metal/resources/metal_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/swing/internal/plaf/synth/resources/synth_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/motif/resources/motif_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/windows/resources/windows_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicPasswordFieldUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicViewportUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicRadioButtonUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicToggleButtonUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicFormattedTextFieldUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicCheckBoxUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicToolBarSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicIconFactory.java ../../../../src/share/classes/javax/swing/plaf/basic/BasicSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiMenuBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiDesktopPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTextUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiMenuItemUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSpinnerUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiButtonUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiDesktopIconUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiRootPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTableUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiColorChooserUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiPopupMenuUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiLookAndFeel.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTabbedPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiPanelUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiInternalFrameUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiProgressBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiScrollPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiToolBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTableHeaderUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiScrollBarUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiToolTipUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSliderUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiComboBoxUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiFileChooserUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiSplitPaneUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiTreeUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiViewportUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiLabelUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiListUI.java ../../../../src/share/classes/javax/swing/plaf/multi/MultiOptionPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalCheckBoxIcon.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTabbedPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalInternalFrameUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalToolTipUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalLabelUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalButtonUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSliderUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalMenuBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalScrollButton.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalScrollBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalRootPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalScrollPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxButton.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalRadioButtonUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalBorders.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalDesktopIconUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalProgressBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalCheckBoxUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSplitPaneDivider.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxIcon.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSeparatorUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTextFieldUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTreeUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalComboBoxEditor.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalTitlePane.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalToolBarUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalSplitPaneUI.java ../../../../src/share/classes/javax/swing/plaf/metal/MetalToggleButtonUI.java ../../../../src/share/classes/sun/swing/plaf/windows/ClassicSortArrowIcon.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsButtonListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSpinnerUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsToolBarSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsToggleButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsDesktopManager.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsProgressBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsLabelUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsPasswordFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTableHeaderUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTabbedPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsOptionPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsDesktopIconUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsPopupWindow.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsEditorPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsCheckBoxUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsScrollBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSplitPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsToolBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextAreaUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSplitPaneDivider.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsScrollPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsPopupMenuSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsFileChooserUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsRadioButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsTextFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsSliderUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/windows/WindowsDesktopPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKConstants.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyleFactory.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKPainter.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKIconFactory.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/XColors.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKColorChooserPanel.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKEngine.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/PangoFonts.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKRegion.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyle.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKGraphicsUtils.java ../../../../src/share/classes/com/sun/java/swing/plaf/gtk/GTKColorType.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifPopupMenuUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifProgressBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifBorders.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneDivider.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuMouseMotionListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSliderUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifScrollBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifPasswordFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifComboBoxUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTabbedPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifCheckBoxMenuItemUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifPopupMenuSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifOptionPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifDesktopPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifDesktopIconUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifToggleButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTreeCellRenderer.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuBarUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifRadioButtonMenuItemUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifLabelUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifScrollBarButton.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTreeUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifScrollPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifIconFactory.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifCheckBoxUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifButtonListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextAreaUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifTextFieldUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifSeparatorUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifEditorPaneUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifGraphicsUtils.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuMouseListener.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifRadioButtonUI.java ../../../../src/share/classes/com/sun/java/swing/plaf/motif/MotifMenuItemUI.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/com/javax.swing.plaf/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/plaf' Timing: 00011 seconds or 11s for make-javax-swing-plaf <<>>Recursively making crypto build @ Sun Aug 2 14:52:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/crypto' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/.classes.list) ../../../src/share/classes/javax/crypto/KeyGenerator.java ../../../src/share/classes/javax/crypto/SecretKeyFactory.java ../../../src/share/classes/javax/crypto/JceSecurity.java ../../../src/share/classes/javax/crypto/CryptoPermissions.java ../../../src/share/classes/javax/crypto/Cipher.java ../../../src/share/classes/javax/crypto/CryptoPolicyParser.java ../../../src/share/classes/javax/crypto/NoSuchPaddingException.java ../../../src/share/classes/javax/crypto/SealedObject.java ../../../src/share/classes/javax/crypto/ExemptionMechanism.java ../../../src/share/classes/javax/crypto/IllegalBlockSizeException.java ../../../src/share/classes/javax/crypto/CryptoPermission.java ../../../src/share/classes/javax/crypto/SecretKey.java ../../../src/share/classes/javax/crypto/CipherSpi.java ../../../src/share/classes/javax/crypto/MacSpi.java ../../../src/share/classes/javax/crypto/ExemptionMechanismException.java ../../../src/share/classes/javax/crypto/CryptoAllPermission.java ../../../src/share/classes/javax/crypto/KeyAgreementSpi.java ../../../src/share/classes/javax/crypto/NullCipher.java ../../../src/share/classes/javax/crypto/EncryptedPrivateKeyInfo.java ../../../src/share/classes/javax/crypto/ShortBufferException.java ../../../src/share/classes/javax/crypto/CipherOutputStream.java ../../../src/share/classes/javax/crypto/BadPaddingException.java ../../../src/share/classes/javax/crypto/KeyAgreement.java ../../../src/share/classes/javax/crypto/NullCipherSpi.java ../../../src/share/classes/javax/crypto/spec/DHGenParameterSpec.java ../../../src/share/classes/javax/crypto/spec/RC5ParameterSpec.java ../../../src/share/classes/javax/crypto/spec/RC2ParameterSpec.java ../../../src/share/classes/javax/crypto/spec/PSource.java ../../../src/share/classes/javax/crypto/spec/SecretKeySpec.java ../../../src/share/classes/javax/crypto/spec/DESKeySpec.java ../../../src/share/classes/javax/crypto/spec/DHPrivateKeySpec.java ../../../src/share/classes/javax/crypto/spec/PBEKeySpec.java ../../../src/share/classes/javax/crypto/spec/DESedeKeySpec.java ../../../src/share/classes/javax/crypto/spec/DHParameterSpec.java ../../../src/share/classes/javax/crypto/spec/PBEParameterSpec.java ../../../src/share/classes/javax/crypto/spec/OAEPParameterSpec.java ../../../src/share/classes/javax/crypto/spec/IvParameterSpec.java ../../../src/share/classes/javax/crypto/spec/DHPublicKeySpec.java ../../../src/share/classes/javax/crypto/ExemptionMechanismSpi.java ../../../src/share/classes/javax/crypto/KeyGeneratorSpi.java ../../../src/share/classes/javax/crypto/SecretKeyFactorySpi.java ../../../src/share/classes/javax/crypto/interfaces/DHKey.java ../../../src/share/classes/javax/crypto/interfaces/DHPrivateKey.java ../../../src/share/classes/javax/crypto/interfaces/DHPublicKey.java ../../../src/share/classes/javax/crypto/interfaces/PBEKey.java ../../../src/share/classes/javax/crypto/Mac.java ../../../src/share/classes/javax/crypto/CipherInputStream.java ../../../src/share/classes/sun/security/internal/interfaces/TlsMasterSecret.java ../../../src/share/classes/sun/security/internal/spec/TlsKeyMaterialParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsMasterSecretParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsRsaPremasterSecretParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsPrfParameterSpec.java ../../../src/share/classes/sun/security/internal/spec/TlsKeyMaterialSpec.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/crypto /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/security/internal/interfaces /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/security/internal/spec make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/crypto' Timing: 00003 seconds or 3s for make-javax-crypto <<>>Recursively making sound build @ Sun Aug 2 14:52:05 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiDeviceProvider /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.MidiDeviceProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiDeviceProvider /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileWriter /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.MidiFileWriter /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileWriter /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileReader /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.MidiFileReader /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.MidiFileReader /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.SoundbankReader /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.midi.spi.SoundbankReader /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.midi.spi.SoundbankReader /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileWriter /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.AudioFileWriter /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileWriter /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileReader /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.AudioFileReader /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.AudioFileReader /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.FormatConversionProvider /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.FormatConversionProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.FormatConversionProvider /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.MixerProvider /bin/cp ../../../src/share/classes/com/sun/media/sound/services/javax.sound.sampled.spi.MixerProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.sound.sampled.spi.MixerProvider /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/sound.properties /bin/cp ../../../src/share/lib/sound.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/sound.properties # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/.classes.list) ../../../src/share/classes/javax/sound/midi/SysexMessage.java ../../../src/share/classes/javax/sound/sampled/EnumControl.java ../../../src/share/classes/javax/sound/sampled/Port.java ../../../src/share/classes/javax/sound/sampled/CompoundControl.java ../../../src/share/classes/javax/sound/sampled/FloatControl.java ../../../src/share/classes/javax/sound/sampled/BooleanControl.java ../../../src/share/classes/javax/sound/sampled/ReverbType.java ../../../src/share/classes/com/sun/media/sound/AudioFloatInputStream.java ../../../src/share/classes/com/sun/media/sound/EventDispatcher.java ../../../src/share/classes/com/sun/media/sound/AuFileReader.java ../../../src/share/classes/com/sun/media/sound/SoftMixingClip.java ../../../src/share/classes/com/sun/media/sound/DLSSoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SF2Layer.java ../../../src/share/classes/com/sun/media/sound/RealTimeSequencer.java ../../../src/share/classes/com/sun/media/sound/SoftControl.java ../../../src/share/classes/com/sun/media/sound/AudioFloatFormatConverter.java ../../../src/share/classes/com/sun/media/sound/SoftLinearResampler2.java ../../../src/share/classes/com/sun/media/sound/SoftAudioPusher.java ../../../src/share/classes/com/sun/media/sound/DirectAudioDevice.java ../../../src/share/classes/com/sun/media/sound/StandardMidiFileWriter.java ../../../src/share/classes/com/sun/media/sound/SF2SoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SoftEnvelopeGenerator.java ../../../src/share/classes/com/sun/media/sound/SoftMixingSourceDataLine.java ../../../src/share/classes/com/sun/media/sound/MidiOutDevice.java ../../../src/share/classes/com/sun/media/sound/AudioFloatConverter.java ../../../src/share/classes/com/sun/media/sound/AuFileFormat.java ../../../src/share/classes/com/sun/media/sound/FFT.java ../../../src/share/classes/com/sun/media/sound/RIFFWriter.java ../../../src/share/classes/com/sun/media/sound/AbstractLine.java ../../../src/share/classes/com/sun/media/sound/ModelDestination.java ../../../src/share/classes/com/sun/media/sound/SimpleSoundbank.java ../../../src/share/classes/com/sun/media/sound/SoftMixingDataLine.java ../../../src/share/classes/com/sun/media/sound/FastSysexMessage.java ../../../src/share/classes/com/sun/media/sound/SF2InstrumentRegion.java ../../../src/share/classes/com/sun/media/sound/ModelAbstractOscillator.java ../../../src/share/classes/com/sun/media/sound/SoftAbstractResampler.java ../../../src/share/classes/com/sun/media/sound/ModelOscillator.java ../../../src/share/classes/com/sun/media/sound/InvalidFormatException.java ../../../src/share/classes/com/sun/media/sound/SoftMixingMixer.java ../../../src/share/classes/com/sun/media/sound/SoftChannel.java ../../../src/share/classes/com/sun/media/sound/MidiInDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/ModelWavetable.java ../../../src/share/classes/com/sun/media/sound/InvalidDataException.java ../../../src/share/classes/com/sun/media/sound/SoftChannelProxy.java ../../../src/share/classes/com/sun/media/sound/SoftMixingMainMixer.java ../../../src/share/classes/com/sun/media/sound/ModelOscillatorStream.java ../../../src/share/classes/com/sun/media/sound/DLSModulator.java ../../../src/share/classes/com/sun/media/sound/SimpleInstrument.java ../../../src/share/classes/com/sun/media/sound/RealTimeSequencerProvider.java ../../../src/share/classes/com/sun/media/sound/SoftMixingMixerProvider.java ../../../src/share/classes/com/sun/media/sound/AiffFileWriter.java ../../../src/share/classes/com/sun/media/sound/SoftProcess.java ../../../src/share/classes/com/sun/media/sound/SoftAudioProcessor.java ../../../src/share/classes/com/sun/media/sound/SoftPerformer.java ../../../src/share/classes/com/sun/media/sound/MidiInDevice.java ../../../src/share/classes/com/sun/media/sound/SoftInstrument.java ../../../src/share/classes/com/sun/media/sound/PCMtoPCMCodec.java ../../../src/share/classes/com/sun/media/sound/WaveFloatFileReader.java ../../../src/share/classes/com/sun/media/sound/SoftChorus.java ../../../src/share/classes/com/sun/media/sound/SF2Region.java ../../../src/share/classes/com/sun/media/sound/ModelDirectedPlayer.java ../../../src/share/classes/com/sun/media/sound/SF2Modulator.java ../../../src/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java ../../../src/share/classes/com/sun/media/sound/RIFFInvalidFormatException.java ../../../src/share/classes/com/sun/media/sound/MidiOutDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/AudioSynthesizer.java ../../../src/share/classes/com/sun/media/sound/SoftSynthesizer.java ../../../src/share/classes/com/sun/media/sound/SoftLanczosResampler.java ../../../src/share/classes/com/sun/media/sound/SoftMainMixer.java ../../../src/share/classes/com/sun/media/sound/SoftReceiver.java ../../../src/share/classes/com/sun/media/sound/StandardMidiFileReader.java ../../../src/share/classes/com/sun/media/sound/ModelStandardTransform.java ../../../src/share/classes/com/sun/media/sound/ModelStandardDirector.java ../../../src/share/classes/com/sun/media/sound/AiffFileFormat.java ../../../src/share/classes/com/sun/media/sound/ModelIdentifier.java ../../../src/share/classes/com/sun/media/sound/WaveExtensibleFileReader.java ../../../src/share/classes/com/sun/media/sound/SoftTuning.java ../../../src/share/classes/com/sun/media/sound/SunFileWriter.java ../../../src/share/classes/com/sun/media/sound/SoftFilter.java ../../../src/share/classes/com/sun/media/sound/DLSSampleLoop.java ../../../src/share/classes/com/sun/media/sound/DLSRegion.java ../../../src/share/classes/com/sun/media/sound/AbstractMidiDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/SF2GlobalRegion.java ../../../src/share/classes/com/sun/media/sound/AbstractMixer.java ../../../src/share/classes/com/sun/media/sound/SoftMidiAudioFileReader.java ../../../src/share/classes/com/sun/media/sound/AudioSynthesizerPropertyInfo.java ../../../src/share/classes/com/sun/media/sound/SoftResampler.java ../../../src/share/classes/com/sun/media/sound/SoftLowFrequencyOscillator.java ../../../src/share/classes/com/sun/media/sound/EmergencySoundbank.java ../../../src/share/classes/com/sun/media/sound/RIFFReader.java ../../../src/share/classes/com/sun/media/sound/ModelInstrumentComparator.java ../../../src/share/classes/com/sun/media/sound/SoftJitterCorrector.java ../../../src/share/classes/com/sun/media/sound/DLSSample.java ../../../src/share/classes/com/sun/media/sound/DLSSoundbank.java ../../../src/share/classes/com/sun/media/sound/DirectAudioDeviceProvider.java ../../../src/share/classes/com/sun/media/sound/ModelTransform.java ../../../src/share/classes/com/sun/media/sound/AlawCodec.java ../../../src/share/classes/com/sun/media/sound/SunFileReader.java ../../../src/share/classes/com/sun/media/sound/UlawCodec.java ../../../src/share/classes/com/sun/media/sound/FastShortMessage.java ../../../src/share/classes/com/sun/media/sound/DLSSampleOptions.java ../../../src/share/classes/com/sun/media/sound/SoftLinearResampler.java ../../../src/share/classes/com/sun/media/sound/SoftResamplerStreamer.java ../../../src/share/classes/com/sun/media/sound/SunCodec.java ../../../src/share/classes/com/sun/media/sound/ModelInstrument.java ../../../src/share/classes/com/sun/media/sound/SoftSincResampler.java ../../../src/share/classes/com/sun/media/sound/WaveFileReader.java ../../../src/share/classes/com/sun/media/sound/AuFileWriter.java ../../../src/share/classes/com/sun/media/sound/ModelMappedInstrument.java ../../../src/share/classes/com/sun/media/sound/SoftPointResampler.java ../../../src/share/classes/com/sun/media/sound/ModelPerformer.java ../../../src/share/classes/com/sun/media/sound/SoftShortMessage.java ../../../src/share/classes/com/sun/media/sound/ModelChannelMixer.java ../../../src/share/classes/com/sun/media/sound/SoftProvider.java ../../../src/share/classes/com/sun/media/sound/SoftVoice.java ../../../src/share/classes/com/sun/media/sound/SoftAudioBuffer.java ../../../src/share/classes/com/sun/media/sound/ModelAbstractChannelMixer.java ../../../src/share/classes/com/sun/media/sound/DLSInstrument.java ../../../src/share/classes/com/sun/media/sound/ModelByteBuffer.java ../../../src/share/classes/com/sun/media/sound/SoftCubicResampler.java ../../../src/share/classes/com/sun/media/sound/RIFFInvalidDataException.java ../../../src/share/classes/com/sun/media/sound/AiffFileReader.java ../../../src/share/classes/com/sun/media/sound/ModelConnectionBlock.java ../../../src/share/classes/com/sun/media/sound/AbstractMidiDevice.java ../../../src/share/classes/com/sun/media/sound/WaveFileFormat.java ../../../src/share/classes/com/sun/media/sound/PortMixer.java ../../../src/share/classes/com/sun/media/sound/WaveFloatFileWriter.java ../../../src/share/classes/com/sun/media/sound/AbstractDataLine.java ../../../src/share/classes/com/sun/media/sound/SF2Sample.java ../../../src/share/classes/com/sun/media/sound/ModelSource.java ../../../src/share/classes/com/sun/media/sound/PortMixerProvider.java ../../../src/share/classes/com/sun/media/sound/SF2Soundbank.java ../../../src/share/classes/com/sun/media/sound/SoftReverb.java ../../../src/share/classes/com/sun/media/sound/ModelPatch.java ../../../src/share/classes/com/sun/media/sound/WaveFileWriter.java ../../../src/share/classes/com/sun/media/sound/ModelDirector.java ../../../src/share/classes/com/sun/media/sound/SF2Instrument.java ../../../src/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SF2LayerRegion.java ../../../src/share/classes/com/sun/media/sound/JARSoundbankReader.java ../../../src/share/classes/com/sun/media/sound/SoftLimiter.java ../../../src/share/classes/com/sun/media/sound/DLSInfo.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders/ \ com.sun.media.sound.Platform Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/javax/sound -I../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DEXTRA_SOUND_JNI_LIBS="\" jsoundalsa\"" -I../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Utilities.o ../../../src/share/native/com/sun/media/sound/Utilities.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/javax/sound -I../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DEXTRA_SOUND_JNI_LIBS="\" jsoundalsa\"" -I../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Platform.o ../../../src/share/native/com/sun/media/sound/Platform.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound STATS: LIBRARY=jsound, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjsound.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/javax/sound -I../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DEXTRA_SOUND_JNI_LIBS="\" jsoundalsa\"" -I../../../src/share/native/com/sun/media/sound -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjsound.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjsound.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Utilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/Platform.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc Begin Processing SUBDIRS: jsoundalsa >>>Recursively making jsoundalsa build @ Sun Aug 2 14:52:12 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders/ \ com.sun.media.sound.DirectAudioDeviceProvider com.sun.media.sound.DirectAudioDevice com.sun.media.sound.MidiInDevice com.sun.media.sound.MidiInDeviceProvider com.sun.media.sound.MidiOutDevice com.sun.media.sound.MidiOutDeviceProvider com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/Utilities.o ../../../../src/share/native/com/sun/media/sound/Utilities.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDeviceProvider.o ../../../../src/share/native/com/sun/media/sound/DirectAudioDeviceProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDevice.o ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c: In function 'Java_com_sun_media_sound_DirectAudioDevice_nOpen': ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:502: warning: implicit declaration of function 'malloc' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:502: warning: incompatible implicit declaration of built-in function 'malloc' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:511: warning: implicit declaration of function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:511: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c: In function 'Java_com_sun_media_sound_DirectAudioDevice_nClose': ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:573: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:575: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c: In function 'Java_com_sun_media_sound_DirectAudioDevice_nWrite': ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:614: warning: incompatible implicit declaration of built-in function 'free' ../../../../src/share/native/com/sun/media/sound/DirectAudioDevice.c:619: warning: incompatible implicit declaration of built-in function 'malloc' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDevice.o ../../../../src/share/native/com/sun/media/sound/MidiInDevice.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDeviceProvider.o ../../../../src/share/native/com/sun/media/sound/MidiInDeviceProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDevice.o ../../../../src/share/native/com/sun/media/sound/MidiOutDevice.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDeviceProvider.o ../../../../src/share/native/com/sun/media/sound/MidiOutDeviceProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PlatformMidi.o ../../../../src/share/native/com/sun/media/sound/PlatformMidi.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixerProvider.o ../../../../src/share/native/com/sun/media/sound/PortMixerProvider.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixer.o ../../../../src/share/native/com/sun/media/sound/PortMixer.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_CommonUtils.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCM.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c: In function 'DAUDIO_GetFormats': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:157: warning: pointer targets in passing argument 2 of 'snd_pcm_hw_params_get_channels_min' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:163: warning: pointer targets in passing argument 2 of 'snd_pcm_hw_params_get_channels_max' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c: In function 'setHWParams': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:370: warning: pointer targets in passing argument 3 of 'snd_pcm_hw_params_set_period_time_near' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:384: warning: pointer targets in passing argument 3 of 'snd_pcm_hw_params_set_periods_near' differ in signedness ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c: In function 'DAUDIO_Open': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c:493: warning: pointer targets in passing argument 2 of 'snd_pcm_hw_params_get_periods' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCMUtils.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCMUtils.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiIn.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiIn.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiOut.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiOut.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiUtils.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_Ports.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_Ports.c ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c: In function 'iterateRawmidiDevices': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:91: warning: implicit declaration of function 'snd_rawmidi_info' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:99: warning: implicit declaration of function 'snd_rawmidi_info_get_card' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c: In function 'openMidiDevice': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:375: warning: 'deviceID' may be used uninitialized in this function ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_Ports.c: In function 'PORT_GetControls': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_Ports.c:383: warning: 'isPlayback' may be used uninitialized in this function make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa STATS: LIBRARY=jsoundalsa, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjsoundalsa.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_LINUX -DX_ARCH=X_I586 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -DUSE_PLATFORM_MIDI_OUT=TRUE -DUSE_PLATFORM_MIDI_IN=TRUE -I../../../../src/share/native/com/sun/media/sound -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjsoundalsa.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjsoundalsa.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/Utilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDeviceProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/DirectAudioDevice.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDevice.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiInDeviceProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDevice.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/MidiOutDeviceProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PlatformMidi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixerProvider.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PortMixer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_CommonUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCM.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_PCMUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiIn.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiOut.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_MidiUtils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/PLATFORM_API_LinuxOS_ALSA_Ports.o -lasound -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' Timing: 00008 seconds or 8s for make-javax-sound-jsoundalsa <<>>Recursively making sql build @ Sun Aug 2 14:52:21 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sql' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/sql/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties /bin/cp ../../../src/share/classes/javax/sql/rowset/rowset.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/sql/rowset/rowset.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sql/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sql/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sql/.classes.list) ../../../src/share/classes/javax/sql/PooledConnection.java ../../../src/share/classes/javax/sql/XADataSource.java ../../../src/share/classes/javax/sql/RowSet.java ../../../src/share/classes/javax/sql/rowset/JoinRowSet.java ../../../src/share/classes/javax/sql/rowset/BaseRowSet.java ../../../src/share/classes/javax/sql/rowset/spi/SyncFactory.java ../../../src/share/classes/javax/sql/rowset/spi/SyncFactoryException.java ../../../src/share/classes/javax/sql/rowset/spi/SyncResolver.java ../../../src/share/classes/javax/sql/rowset/spi/SyncProviderException.java ../../../src/share/classes/javax/sql/rowset/spi/TransactionalWriter.java ../../../src/share/classes/javax/sql/rowset/spi/XmlReader.java ../../../src/share/classes/javax/sql/rowset/spi/XmlWriter.java ../../../src/share/classes/javax/sql/rowset/spi/SyncProvider.java ../../../src/share/classes/javax/sql/rowset/serial/SerialArray.java ../../../src/share/classes/javax/sql/rowset/serial/SerialDatalink.java ../../../src/share/classes/javax/sql/rowset/serial/SerialBlob.java ../../../src/share/classes/javax/sql/rowset/serial/SerialClob.java ../../../src/share/classes/javax/sql/rowset/serial/SQLOutputImpl.java ../../../src/share/classes/javax/sql/rowset/serial/SerialException.java ../../../src/share/classes/javax/sql/rowset/serial/SerialRef.java ../../../src/share/classes/javax/sql/rowset/serial/SerialStruct.java ../../../src/share/classes/javax/sql/rowset/serial/SerialJavaObject.java ../../../src/share/classes/javax/sql/rowset/serial/SQLInputImpl.java ../../../src/share/classes/javax/sql/rowset/WebRowSet.java ../../../src/share/classes/javax/sql/rowset/Predicate.java ../../../src/share/classes/javax/sql/rowset/Joinable.java ../../../src/share/classes/javax/sql/rowset/RowSetWarning.java ../../../src/share/classes/javax/sql/rowset/RowSetMetaDataImpl.java ../../../src/share/classes/javax/sql/rowset/CachedRowSet.java ../../../src/share/classes/javax/sql/rowset/JdbcRowSet.java ../../../src/share/classes/javax/sql/rowset/FilteredRowSet.java ../../../src/share/classes/javax/sql/RowSetListener.java ../../../src/share/classes/javax/sql/RowSetEvent.java ../../../src/share/classes/javax/sql/XAConnection.java ../../../src/share/classes/javax/sql/StatementEvent.java ../../../src/share/classes/javax/sql/ConnectionEvent.java ../../../src/share/classes/javax/sql/CommonDataSource.java ../../../src/share/classes/javax/sql/RowSetMetaData.java ../../../src/share/classes/javax/sql/RowSetWriter.java ../../../src/share/classes/javax/sql/ConnectionPoolDataSource.java ../../../src/share/classes/javax/sql/ConnectionEventListener.java ../../../src/share/classes/javax/sql/RowSetInternal.java ../../../src/share/classes/javax/sql/StatementEventListener.java ../../../src/share/classes/javax/sql/DataSource.java ../../../src/share/classes/javax/sql/RowSetReader.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sql/.classes.list Note: ../../../src/share/classes/com/sun/rowset/internal/CachedRowSetReader.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sql' Timing: 00004 seconds or 4s for make-javax-sql <<>>Recursively making rmi build @ Sun Aug 2 14:52:25 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/rmi' Begin Processing SUBDIRS: ssl >>>Recursively making ssl build @ Sun Aug 2 14:52:26 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/rmi/ssl' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/rmi/ssl' Timing: 00001 seconds or 1s for make-javax-rmi-ssl <<>>Recursively making management build @ Sun Aug 2 14:52:27 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/management' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.management/.classes.list) ../../../src/share/classes/javax/management/QualifiedAttributeValueExp.java ../../../src/share/classes/javax/management/modelmbean/DescriptorSupport.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanAttributeInfo.java ../../../src/share/classes/javax/management/modelmbean/XMLParseException.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanOperationInfo.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanConstructorInfo.java ../../../src/share/classes/javax/management/modelmbean/InvalidTargetObjectTypeException.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanInfo.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanInfoSupport.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java ../../../src/share/classes/javax/management/modelmbean/RequiredModelMBean.java ../../../src/share/classes/javax/management/modelmbean/ModelMBean.java ../../../src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java ../../../src/share/classes/javax/management/OrQueryExp.java ../../../src/share/classes/javax/management/AndQueryExp.java ../../../src/share/classes/javax/management/NumericValueExp.java ../../../src/share/classes/javax/management/AttributeChangeNotificationFilter.java ../../../src/share/classes/javax/management/ClassAttributeValueExp.java ../../../src/share/classes/javax/management/loading/MLetMBean.java ../../../src/share/classes/javax/management/loading/MLetParser.java ../../../src/share/classes/javax/management/loading/MLetObjectInputStream.java ../../../src/share/classes/javax/management/loading/DefaultLoaderRepository.java ../../../src/share/classes/javax/management/loading/MLet.java ../../../src/share/classes/javax/management/loading/PrivateMLet.java ../../../src/share/classes/javax/management/loading/MLetContent.java ../../../src/share/classes/javax/management/AttributeChangeNotification.java ../../../src/share/classes/javax/management/StringValueExp.java ../../../src/share/classes/javax/management/ServiceNotFoundException.java ../../../src/share/classes/javax/management/monitor/MonitorSettingException.java ../../../src/share/classes/javax/management/monitor/CounterMonitorMBean.java ../../../src/share/classes/javax/management/monitor/StringMonitorMBean.java ../../../src/share/classes/javax/management/monitor/GaugeMonitorMBean.java ../../../src/share/classes/javax/management/monitor/CounterMonitor.java ../../../src/share/classes/javax/management/monitor/GaugeMonitor.java ../../../src/share/classes/javax/management/monitor/StringMonitor.java ../../../src/share/classes/javax/management/monitor/Monitor.java ../../../src/share/classes/javax/management/monitor/MonitorNotification.java ../../../src/share/classes/javax/management/monitor/MonitorMBean.java ../../../src/share/classes/javax/management/relation/RoleUnresolvedList.java ../../../src/share/classes/javax/management/relation/InvalidRelationServiceException.java ../../../src/share/classes/javax/management/relation/RelationServiceMBean.java ../../../src/share/classes/javax/management/relation/RoleNotFoundException.java ../../../src/share/classes/javax/management/relation/Relation.java ../../../src/share/classes/javax/management/relation/RoleUnresolved.java ../../../src/share/classes/javax/management/relation/RelationServiceNotRegisteredException.java ../../../src/share/classes/javax/management/relation/RelationNotification.java ../../../src/share/classes/javax/management/relation/RelationService.java ../../../src/share/classes/javax/management/relation/InvalidRoleValueException.java ../../../src/share/classes/javax/management/relation/InvalidRelationIdException.java ../../../src/share/classes/javax/management/relation/RelationTypeNotFoundException.java ../../../src/share/classes/javax/management/relation/RelationTypeSupport.java ../../../src/share/classes/javax/management/relation/MBeanServerNotificationFilter.java ../../../src/share/classes/javax/management/relation/RoleList.java ../../../src/share/classes/javax/management/relation/RelationNotFoundException.java ../../../src/share/classes/javax/management/relation/InvalidRoleInfoException.java ../../../src/share/classes/javax/management/relation/RelationSupport.java ../../../src/share/classes/javax/management/relation/RelationSupportMBean.java ../../../src/share/classes/javax/management/relation/RoleResult.java ../../../src/share/classes/javax/management/relation/RoleStatus.java ../../../src/share/classes/javax/management/relation/RoleInfo.java ../../../src/share/classes/javax/management/relation/RoleInfoNotFoundException.java ../../../src/share/classes/javax/management/relation/Role.java ../../../src/share/classes/javax/management/relation/RelationType.java ../../../src/share/classes/javax/management/relation/InvalidRelationTypeException.java ../../../src/share/classes/javax/management/relation/RelationException.java ../../../src/share/classes/javax/management/BinaryOpValueExp.java ../../../src/share/classes/javax/management/DefaultLoaderRepository.java ../../../src/share/classes/javax/management/timer/TimerAlarmClockNotification.java ../../../src/share/classes/javax/management/timer/Timer.java ../../../src/share/classes/javax/management/timer/TimerMBean.java ../../../src/share/classes/javax/management/timer/TimerNotification.java ../../../src/share/classes/javax/management/DescriptorAccess.java ../../../src/share/classes/javax/management/InQueryExp.java ../../../src/share/classes/javax/management/NotQueryExp.java ../../../src/share/classes/javax/management/MatchQueryExp.java ../../../src/share/classes/javax/management/AttributeValueExp.java ../../../src/share/classes/javax/management/BinaryRelQueryExp.java ../../../src/share/classes/javax/management/BooleanValueExp.java ../../../src/share/classes/javax/management/BetweenQueryExp.java ../../../src/share/classes/javax/management/InstanceOfQueryExp.java ../../../src/share/classes/javax/management/Query.java ../../../src/share/classes/javax/management/openmbean/OpenMBeanInfoSupport.java ../../../src/share/classes/javax/management/PersistentMBean.java ../../../src/share/classes/com/sun/jmx/mbeanserver/JmxMBeanServerBuilder.java ../../../src/share/classes/com/sun/jmx/remote/internal/Unmarshal.java ../../../src/share/classes/com/sun/jmx/remote/protocol/rmi/ClientProvider.java ../../../src/share/classes/com/sun/jmx/remote/protocol/rmi/ServerProvider.java ../../../src/share/classes/com/sun/jmx/remote/protocol/iiop/ClientProvider.java ../../../src/share/classes/com/sun/jmx/remote/protocol/iiop/ServerProvider.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.management/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/management' Timing: 00005 seconds or 5s for make-javax-management <<>>Recursively making imageio build @ Sun Aug 2 14:52:32 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/imageio' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/imageio/plugins/common rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties /bin/cp ../../../src/share/classes/com/sun/imageio/plugins/common/iio-plugin.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/imageio/plugins/common/iio-plugin.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jiio/javax.imageio/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jiio/javax.imageio/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jiio/javax.imageio/.classes.list) ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriterResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGStreamMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReaderResources.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGStreamMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/png/PNGMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/common/StandardMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFStreamMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFStreamMetadataFormat.java ../../../src/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadataFormatResources.java ../../../src/share/classes/com/sun/imageio/plugins/wbmp/WBMPMetadataFormat.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jiio/javax.imageio/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/imageio' Timing: 00002 seconds or 2s for make-javax-imageio <<>>Recursively making accessibility all @ Sun Aug 2 14:52:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/accessibility' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/accessibility' Timing: 00000 seconds or 0s for make-javax-accessibility <<>>Recursively making print all @ Sun Aug 2 14:52:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/print' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/print' Timing: 00000 seconds or 0s for make-javax-print <<>>Recursively making swing all @ Sun Aug 2 14:52:36 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing' Begin Processing SUBDIRS: html32dtd plaf >>>Recursively making html32dtd build @ Sun Aug 2 14:52:37 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/html32dtd' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/html32dtd' Timing: 00001 seconds or 1s for make-javax-swing-html32dtd <<>>Recursively making plaf build @ Sun Aug 2 14:52:38 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/plaf' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/plaf' Timing: 00001 seconds or 1s for make-javax-swing-plaf <<>>Recursively making crypto all @ Sun Aug 2 14:52:39 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/crypto' rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/crypto /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/security/internal/interfaces /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/security/internal/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/manifest.mf ( /bin/sed "s/@@RELEASE@@/1.6.0_0/" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/manifest.mf; \ /bin/echo -e "Extension-Name: javax.crypto"; \ /bin/echo -e "Implementation-Vendor-Id: com.sun"; ) > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/unsigned rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/unsigned/jce.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cmf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/unsigned/jce.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/classes javax/crypto -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/classes sun/security/internal/interfaces -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/classes sun/security/internal/spec \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/classes/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jce.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.crypto/unsigned/jce.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jce.jar make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/crypto' Timing: 00001 seconds or 1s for make-javax-crypto <<>>Recursively making sound all @ Sun Aug 2 14:52:40 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound' make[6]: `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsound/obj/.files_compiled' is up to date. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound Begin Processing SUBDIRS: jsoundalsa >>>Recursively making jsoundalsa build @ Sun Aug 2 14:52:42 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' make[7]: `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/javax.sound/jsoundalsa/obj/.files_compiled' is up to date. make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sound/jsoundalsa' Timing: 00001 seconds or 1s for make-javax-sound-jsoundalsa <<>>Recursively making sql all @ Sun Aug 2 14:52:43 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sql' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/sql' Timing: 00001 seconds or 1s for make-javax-sql <<>>Recursively making rmi all @ Sun Aug 2 14:52:44 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/rmi' Begin Processing SUBDIRS: ssl >>>Recursively making ssl all @ Sun Aug 2 14:52:45 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/rmi/ssl' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/rmi/ssl' Timing: 00000 seconds or 0s for make-javax-rmi-ssl <<>>Recursively making management all @ Sun Aug 2 14:52:46 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/management' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/management' Timing: 00001 seconds or 1s for make-javax-management <<>>Recursively making imageio all @ Sun Aug 2 14:52:47 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/imageio' make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/imageio' Timing: 00000 seconds or 0s for make-javax-imageio <<>>Recursively making org all @ Sun Aug 2 14:52:48 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/org' Begin Processing SUBDIRS: ietf jcp >>>Recursively making ietf all @ Sun Aug 2 14:52:49 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/org/ietf' Begin Processing SUBDIRS: jgss >>>Recursively making jgss all @ Sun Aug 2 14:52:49 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/org/ietf/jgss' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/org.ietf.jgss/.classes.list) ../../../../src/share/classes/org/ietf/jgss/Oid.java ../../../../src/share/classes/org/ietf/jgss/GSSName.java ../../../../src/share/classes/org/ietf/jgss/GSSManager.java ../../../../src/share/classes/org/ietf/jgss/ChannelBinding.java ../../../../src/share/classes/org/ietf/jgss/GSSException.java ../../../../src/share/classes/org/ietf/jgss/MessageProp.java ../../../../src/share/classes/org/ietf/jgss/GSSContext.java ../../../../src/share/classes/org/ietf/jgss/GSSCredential.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/org.ietf.jgss/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/org/ietf/jgss' Timing: 00003 seconds or 3s for make-org-ietf-jgss <<>>Recursively making jcp all @ Sun Aug 2 14:52:52 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/org/jcp' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jcp/org.jcp/.classes.list) ../../../src/share/classes/org/jcp/xml/dsig/internal/DigesterOutputStream.java ../../../src/share/classes/org/jcp/xml/dsig/internal/MacOutputStream.java ../../../src/share/classes/org/jcp/xml/dsig/internal/SignerOutputStream.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMEnvelopedTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMX509IssuerSerial.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignatureMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/Utils.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMX509Data.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMHMACSignatureMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLSignature.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyInfo.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMCanonicalizationMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignatureProperty.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMPGPData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMDigestMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheNodeSetData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheCanonicalizer.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSubTreeData.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMCryptoBinary.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMUtils.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMStructure.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLObject.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXPathTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMRetrievalMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMBase64Transform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyValue.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignedInfo.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLSignatureFactory.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXPathFilter2Transform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyName.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignatureProperties.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMExcC14NMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMManifest.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMKeyInfoFactory.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMURIDereferencer.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMXSLTTransform.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/DOMCanonicalXMLC14NMethod.java ../../../src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheOctetStreamData.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jcp/org.jcp/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/org/jcp' Timing: 00003 seconds or 3s for make-org-jcp <<>>Recursively making sun all @ Sun Aug 2 14:52:57 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun' Begin Processing SUBDIRS: jar security javazic misc net audio pisces image awt splashscreen xawt headless font jpeg cmm applet rmi beans jawt text nio launcher management plugin native2ascii serialver tools jconsole >>>Recursively making jar all @ Sun Aug 2 14:52:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jar' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_de.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_de.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_de.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_de.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_es.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_es.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_es.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_es.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_fr.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_fr.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_fr.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_fr.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_it.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_it.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_it.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_it.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ko.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_sv.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_sv.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_sv.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_sv.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_TW.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_HK.java # Adding to compile properties list: ../../../src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_HK.java /bin/echo -e "-compile ../../../src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_HK.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/compile_prop_options parsing: ../../../src/share/classes/sun/tools/jar/resources/jar.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_de.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_de.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_es.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_es.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_fr.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_fr.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_it.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_it.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_ja.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ja.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_ko.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ko.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_sv.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_sv.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_zh_CN.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_CN.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_TW.java parsing: ../../../src/share/classes/sun/tools/jar/resources/jar_zh_TW.properties inferred package name: sun.tools.jar.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_de.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_es.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_fr.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_it.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_sv.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jar/resources/jar_zh_HK.java ../../../src/share/classes/sun/tools/jar/Manifest.java ../../../src/share/classes/sun/tools/jar/Main.java ../../../src/share/classes/sun/tools/jar/JarImageSource.java ../../../src/share/classes/sun/tools/jar/JarVerifierStream.java ../../../src/share/classes/sun/tools/jar/SignatureFile.java ../../../src/share/classes/sun/tools/jar/CommandLine.java ../../../src/share/classes/sun/tools/jar/JarException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jar' Timing: 00004 seconds or 4s for make-sun-jar <<>>Recursively making security all @ Sun Aug 2 14:53:01 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security' Begin Processing SUBDIRS: other action util tools jgss krb5 smartcardio pkcs11 jgss/wrapper >>>Recursively making other all @ Sun Aug 2 14:53:02 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/other' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.other/.classes.list) ../../../../src/share/classes/sun/security/acl/PermissionImpl.java ../../../../src/share/classes/sun/security/acl/WorldGroupImpl.java ../../../../src/share/classes/sun/security/acl/GroupImpl.java ../../../../src/share/classes/sun/security/acl/AllPermissionsImpl.java ../../../../src/share/classes/sun/security/acl/PrincipalImpl.java ../../../../src/share/classes/sun/security/acl/OwnerImpl.java ../../../../src/share/classes/sun/security/acl/AclEntryImpl.java ../../../../src/share/classes/sun/security/acl/AclImpl.java ../../../../src/share/classes/sun/security/pkcs/EncodingException.java ../../../../src/share/classes/sun/security/pkcs/PKCS10Attributes.java ../../../../src/share/classes/sun/security/pkcs/EncryptedPrivateKeyInfo.java ../../../../src/share/classes/sun/security/pkcs/PKCS10.java ../../../../src/share/classes/sun/security/pkcs/PKCS10Attribute.java ../../../../src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java ../../../../src/share/classes/sun/security/pkcs12/MacData.java ../../../../src/share/classes/sun/security/provider/DSAKeyPairGenerator.java ../../../../src/share/classes/sun/security/provider/ConfigSpiFile.java ../../../../src/share/classes/sun/security/provider/MD5.java ../../../../src/share/classes/sun/security/provider/PolicySpiFile.java ../../../../src/share/classes/sun/security/provider/SHA.java ../../../../src/share/classes/sun/security/provider/JavaKeyStore.java ../../../../src/share/classes/sun/security/provider/DSAPublicKey.java ../../../../src/share/classes/sun/security/provider/DSAKeyFactory.java ../../../../src/share/classes/sun/security/provider/KeyProtector.java ../../../../src/share/classes/sun/security/provider/DSAParameterGenerator.java ../../../../src/share/classes/sun/security/provider/DSAPrivateKey.java ../../../../src/share/classes/sun/security/provider/DSAPublicKeyImpl.java ../../../../src/share/classes/sun/security/provider/Sun.java ../../../../src/share/classes/sun/security/provider/MD2.java ../../../../src/share/classes/sun/security/provider/SHA2.java ../../../../src/share/classes/sun/security/provider/certpath/KeyChecker.java ../../../../src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java ../../../../src/share/classes/sun/security/provider/certpath/PKIXMasterCertPathValidator.java ../../../../src/share/classes/sun/security/provider/certpath/BasicChecker.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilderResult.java ../../../../src/share/classes/sun/security/provider/certpath/Vertex.java ../../../../src/share/classes/sun/security/provider/certpath/CertId.java ../../../../src/share/classes/sun/security/provider/certpath/IndexedCollectionCertStore.java ../../../../src/share/classes/sun/security/provider/certpath/BuildStep.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilderParameters.java ../../../../src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java ../../../../src/share/classes/sun/security/provider/certpath/ReverseState.java ../../../../src/share/classes/sun/security/provider/certpath/PolicyNodeImpl.java ../../../../src/share/classes/sun/security/provider/certpath/PolicyChecker.java ../../../../src/share/classes/sun/security/provider/certpath/ForwardBuilder.java ../../../../src/share/classes/sun/security/provider/certpath/URICertStore.java ../../../../src/share/classes/sun/security/provider/certpath/Builder.java ../../../../src/share/classes/sun/security/provider/certpath/OCSPRequest.java ../../../../src/share/classes/sun/security/provider/certpath/CrlRevocationChecker.java ../../../../src/share/classes/sun/security/provider/certpath/AdjacencyList.java ../../../../src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java ../../../../src/share/classes/sun/security/provider/certpath/OCSPResponse.java ../../../../src/share/classes/sun/security/provider/certpath/OCSPChecker.java ../../../../src/share/classes/sun/security/provider/certpath/ReverseBuilder.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java ../../../../src/share/classes/sun/security/provider/certpath/SunCertPathBuilderException.java ../../../../src/share/classes/sun/security/provider/certpath/State.java ../../../../src/share/classes/sun/security/provider/certpath/LDAPCertStore.java ../../../../src/share/classes/sun/security/provider/certpath/ForwardState.java ../../../../src/share/classes/sun/security/provider/certpath/CollectionCertStore.java ../../../../src/share/classes/sun/security/provider/DSA.java ../../../../src/share/classes/sun/security/provider/VerificationProvider.java ../../../../src/share/classes/sun/security/provider/SHA5.java ../../../../src/share/classes/sun/security/provider/ParameterCache.java ../../../../src/share/classes/sun/security/provider/DSAParameters.java ../../../../src/share/classes/sun/security/rsa/SunRsaSignEntries.java ../../../../src/share/classes/sun/security/rsa/RSAPadding.java ../../../../src/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java ../../../../src/share/classes/sun/security/rsa/SunRsaSign.java ../../../../src/share/classes/sun/security/rsa/RSAPrivateKeyImpl.java ../../../../src/share/classes/sun/security/rsa/RSACore.java ../../../../src/share/classes/sun/security/rsa/RSAPublicKeyImpl.java ../../../../src/share/classes/sun/security/rsa/RSASignature.java ../../../../src/share/classes/sun/security/rsa/RSAKeyPairGenerator.java ../../../../src/share/classes/sun/security/rsa/RSAKeyFactory.java ../../../../src/share/classes/sun/security/ssl/DefaultSSLContextImpl.java ../../../../src/share/classes/sun/security/ssl/CipherSuite.java ../../../../src/share/classes/sun/security/ssl/SSLSessionImpl.java ../../../../src/share/classes/sun/security/ssl/SSLContextImpl.java ../../../../src/share/classes/sun/security/ssl/AppInputStream.java ../../../../src/share/classes/sun/security/ssl/CipherSuiteList.java ../../../../src/share/classes/sun/security/ssl/JsseJce.java ../../../../src/share/classes/sun/security/ssl/ClientHandshaker.java ../../../../src/share/classes/sun/security/ssl/ByteBufferInputStream.java ../../../../src/share/classes/sun/security/ssl/SSLSessionContextImpl.java ../../../../src/share/classes/sun/security/ssl/X509KeyManagerImpl.java ../../../../src/share/classes/sun/security/ssl/SunX509KeyManagerImpl.java ../../../../src/share/classes/sun/security/ssl/SSLEngineImpl.java ../../../../src/share/classes/sun/security/ssl/AppOutputStream.java ../../../../src/share/classes/sun/security/ssl/EngineArgs.java ../../../../src/share/classes/sun/security/ssl/CipherBox.java ../../../../src/share/classes/sun/security/ssl/HandshakeMessage.java ../../../../src/share/classes/sun/security/ssl/RSAClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/SessionId.java ../../../../src/share/classes/sun/security/ssl/EngineOutputRecord.java ../../../../src/share/classes/sun/security/ssl/KeyManagerFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/InputRecord.java ../../../../src/share/classes/sun/security/ssl/SSLServerSocketFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/ECDHCrypt.java ../../../../src/share/classes/sun/security/ssl/HelloExtensions.java ../../../../src/share/classes/sun/security/ssl/SSLServerSocketImpl.java ../../../../src/share/classes/sun/security/ssl/DHClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/Handshaker.java ../../../../src/share/classes/sun/security/ssl/MAC.java ../../../../src/share/classes/sun/security/ssl/Record.java ../../../../src/share/classes/sun/security/ssl/OutputRecord.java ../../../../src/share/classes/sun/security/ssl/EphemeralKeyManager.java ../../../../src/share/classes/sun/security/ssl/KerberosPreMasterSecret.java ../../../../src/share/classes/sun/security/ssl/Alerts.java ../../../../src/share/classes/sun/security/ssl/HandshakeHash.java ../../../../src/share/classes/sun/security/ssl/KerberosClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/ServerHandshaker.java ../../../../src/share/classes/sun/security/ssl/HandshakeOutStream.java ../../../../src/share/classes/sun/security/ssl/EngineInputRecord.java ../../../../src/share/classes/sun/security/ssl/RandomCookie.java ../../../../src/share/classes/sun/security/ssl/Debug.java ../../../../src/share/classes/sun/security/ssl/ECDHClientKeyExchange.java ../../../../src/share/classes/sun/security/ssl/EngineWriter.java ../../../../src/share/classes/sun/security/ssl/BaseSSLSocketImpl.java ../../../../src/share/classes/sun/security/ssl/HandshakeInStream.java ../../../../src/share/classes/sun/security/ssl/DHCrypt.java ../../../../src/share/classes/sun/security/ssl/ProtocolList.java ../../../../src/share/classes/sun/security/ssl/SSLSocketFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/RSASignature.java ../../../../src/share/classes/sun/security/ssl/ProtocolVersion.java ../../../../src/share/classes/sun/security/ssl/SunJSSE.java ../../../../src/share/classes/sun/security/ssl/X509TrustManagerImpl.java ../../../../src/share/classes/sun/security/ssl/TrustManagerFactoryImpl.java ../../../../src/share/classes/sun/security/ssl/SSLSocketImpl.java ../../../../src/share/classes/sun/security/timestamp/TSResponse.java ../../../../src/share/classes/sun/security/timestamp/TSRequest.java ../../../../src/share/classes/sun/security/timestamp/HttpTimestamper.java ../../../../src/share/classes/sun/security/timestamp/Timestamper.java ../../../../src/share/classes/sun/security/validator/ValidatorException.java ../../../../src/share/classes/sun/security/validator/Validator.java ../../../../src/share/classes/sun/security/validator/EndEntityChecker.java ../../../../src/share/classes/sun/security/validator/KeyStores.java ../../../../src/share/classes/sun/security/validator/PKIXValidator.java ../../../../src/share/classes/sun/security/validator/SimpleValidator.java ../../../../src/share/classes/sun/security/x509/CertAndKeyGen.java ../../../../src/share/classes/sun/security/x509/AlgIdDSA.java ../../../../src/share/classes/com/sun/net/ssl/internal/ssl/X509ExtendedTrustManager.java ../../../../src/share/classes/com/sun/net/ssl/internal/ssl/Provider.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.other/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/other' Timing: 00005 seconds or 5s for make-sun-security-other <<>>Recursively making action all @ Sun Aug 2 14:53:07 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/action' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.action/.classes.list) ../../../../src/share/classes/sun/security/action/OpenFileInputStreamAction.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.action/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/action' Timing: 00001 seconds or 1s for make-sun-security-action <<>>Recursively making util all @ Sun Aug 2 14:53:09 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/util' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/Resources_zh_HK.java /bin/cat ../../../../src/share/classes/sun/security/util/Resources_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/Resources_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.util/.classes.list) ../../../../src/share/classes/sun/security/util/Resources.java ../../../../src/share/classes/sun/security/util/Resources_de.java ../../../../src/share/classes/sun/security/util/Resources_es.java ../../../../src/share/classes/sun/security/util/Resources_fr.java ../../../../src/share/classes/sun/security/util/Resources_it.java ../../../../src/share/classes/sun/security/util/Resources_ja.java ../../../../src/share/classes/sun/security/util/Resources_ko.java ../../../../src/share/classes/sun/security/util/Resources_sv.java ../../../../src/share/classes/sun/security/util/Resources_zh_CN.java ../../../../src/share/classes/sun/security/util/Resources_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/Resources_zh_HK.java ../../../../src/share/classes/sun/security/util/AuthResources_de.java ../../../../src/share/classes/sun/security/util/AuthResources.java ../../../../src/share/classes/sun/security/util/AuthResources_sv.java ../../../../src/share/classes/sun/security/util/AuthResources_ko.java ../../../../src/share/classes/sun/security/util/AuthResources_fr.java ../../../../src/share/classes/sun/security/util/PathList.java ../../../../src/share/classes/sun/security/util/AuthResources_es.java ../../../../src/share/classes/sun/security/util/AuthResources_zh_CN.java ../../../../src/share/classes/sun/security/util/AuthResources_zh_TW.java ../../../../src/share/classes/sun/security/util/AuthResources_it.java ../../../../src/share/classes/sun/security/util/AuthResources_ja.java ../../../../src/share/classes/sun/security/util/BigInt.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.util/.classes.list rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/Resources_zh_HK.java make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/util' Timing: 00002 seconds or 2s for make-sun-security-util <<>>Recursively making tools all @ Sun Aug 2 14:53:11 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/tools' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.tools/.classes.list) ../../../../src/share/classes/sun/security/tools/JarSignerResources.java ../../../../src/share/classes/sun/security/tools/JarSignerResources_ja.java ../../../../src/share/classes/sun/security/tools/JarSignerResources_zh_CN.java ../../../../src/share/classes/sun/security/tools/TimestampedSigner.java ../../../../src/share/classes/sun/security/tools/PolicyTool.java ../../../../src/share/classes/sun/security/tools/JarSigner.java ../../../../src/share/classes/sun/security/tools/KeyTool.java ../../../../src/share/classes/sun/security/tools/KeyStoreUtil.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.tools/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/tools' Timing: 00003 seconds or 3s for make-sun-security-tools <<>>Recursively making jgss all @ Sun Aug 2 14:53:14 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss' Timing: 00000 seconds or 0s for make-sun-security-jgss <<>>Recursively making krb5 all @ Sun Aug 2 14:53:15 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/krb5' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.krb5/.classes.list) ../../../../src/share/classes/sun/security/krb5/internal/EncKrbPrivPart.java ../../../../src/share/classes/sun/security/krb5/internal/KRBSafeBody.java ../../../../src/share/classes/sun/security/krb5/internal/KRBSafe.java ../../../../src/share/classes/sun/security/krb5/internal/AuthContext.java ../../../../src/share/classes/sun/security/krb5/internal/MethodData.java ../../../../src/share/classes/sun/security/krb5/internal/KRBPriv.java ../../../../src/share/classes/sun/security/krb5/internal/KrbErrException.java ../../../../src/share/classes/sun/security/krb5/internal/ccache/MemoryCredentialsCache.java ../../../../src/share/classes/sun/security/krb5/KrbSafe.java ../../../../src/share/classes/sun/security/krb5/KrbAppMessage.java ../../../../src/share/classes/sun/security/krb5/KrbPriv.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.krb5/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/krb5' Timing: 00001 seconds or 1s for make-sun-security-krb5 <<>>Recursively making smartcardio all @ Sun Aug 2 14:53:17 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/smartcardio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/.classes.list) ../../../../src/share/classes/sun/security/smartcardio/TerminalImpl.java ../../../../src/share/classes/sun/security/smartcardio/CardImpl.java ../../../../src/share/classes/sun/security/smartcardio/PCSCTerminals.java ../../../../src/share/classes/sun/security/smartcardio/PCSCException.java ../../../../src/share/classes/sun/security/smartcardio/ChannelImpl.java ../../../../src/share/classes/sun/security/smartcardio/PCSC.java ../../../../src/share/classes/sun/security/smartcardio/SunPCSC.java ../../../../src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders/ \ sun.security.smartcardio.PCSC sun.security.smartcardio.PlatformPCSC Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/smartcardio make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/smartcardio' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__sun_jdk -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio/MUSCLE -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc.o ../../../../src/share/native/sun/security/smartcardio/pcsc.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__sun_jdk -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio/MUSCLE -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc_md.o ../../../../src/solaris/native/sun/security/smartcardio/pcsc_md.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/smartcardio' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/smartcardio STATS: LIBRARY=j2pcsc, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libj2pcsc.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__sun_jdk -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio/MUSCLE -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/smartcardio -I../../../../src/solaris/native/sun/security/smartcardio -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libj2pcsc.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libj2pcsc.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.smartcardio/j2pcsc/obj/pcsc_md.o -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/smartcardio' Timing: 00003 seconds or 3s for make-sun-security-smartcardio <<>>Recursively making pkcs11 all @ Sun Aug 2 14:53:20 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/pkcs11' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/.classes.list) ../../../../src/share/classes/sun/security/pkcs11/Secmod.java ../../../../src/share/classes/sun/security/pkcs11/P11Signature.java ../../../../src/share/classes/sun/security/pkcs11/P11SecretKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11ECKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/Config.java ../../../../src/share/classes/sun/security/pkcs11/P11SecureRandom.java ../../../../src/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11Util.java ../../../../src/share/classes/sun/security/pkcs11/P11DSAKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyAgreement.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsMasterSecretGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsPrfGenerator.java ../../../../src/share/classes/sun/security/pkcs11/KeyCache.java ../../../../src/share/classes/sun/security/pkcs11/Token.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_MECHANISM.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_C_INITIALIZE_ARGS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_VERSION.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_MASTER_KEY_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SESSION_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_X9_42_DH2_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_OUT.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_PKCS5_PBKD2_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11RuntimeException.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_RSA_PKCS_PSS_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_NOTIFY.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_RSA_PKCS_OAEP_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_ATTRIBUTE.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_TOKEN_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/Constants.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11Constants.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_PBE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/Functions.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_DATE.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_UNLOCKMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_ECDH2_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_LOCKMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_CREATEMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_ECDH1_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SLOT_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_DESTROYMUTEX.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_KEY_MAT_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_MECHANISM_INFO.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_X9_42_DH1_DERIVE_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/PKCS11Exception.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_TLS_PRF_PARAMS.java ../../../../src/share/classes/sun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA.java ../../../../src/share/classes/sun/security/pkcs11/SunPKCS11.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyPairGenerator.java ../../../../src/share/classes/sun/security/pkcs11/TemplateManager.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsKeyMaterialGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11DHKeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/SessionManager.java ../../../../src/share/classes/sun/security/pkcs11/P11Cipher.java ../../../../src/share/classes/sun/security/pkcs11/P11ECDHKeyAgreement.java ../../../../src/share/classes/sun/security/pkcs11/Session.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyFactory.java ../../../../src/share/classes/sun/security/pkcs11/P11TlsRsaPremasterSecretGenerator.java ../../../../src/share/classes/sun/security/pkcs11/P11Key.java ../../../../src/share/classes/sun/security/pkcs11/P11Digest.java ../../../../src/share/classes/sun/security/pkcs11/P11Mac.java ../../../../src/share/classes/sun/security/pkcs11/P11KeyStore.java ../../../../src/share/classes/sun/security/pkcs11/P11RSACipher.java ../../../../src/share/classes/sun/security/pkcs11/JarVerifier.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/ \ sun.security.pkcs11.wrapper.PKCS11 sun.security.pkcs11.Secmod Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/pkcs11 make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/pkcs11' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod.o ../../../../src/share/native/sun/security/pkcs11/j2secmod.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod_md.o ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c: In function 'findFunction': ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c:38: warning: cast to pointer from integer of different size ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c: In function 'Java_sun_security_pkcs11_Secmod_nssGetLibraryHandle': ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c:61: warning: cast from pointer to integer of different size ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c: In function 'Java_sun_security_pkcs11_Secmod_nssLoadLibrary': ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c:80: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_convert.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_crypt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:192: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:204: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1EncryptFinal': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:267: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:428: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:440: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1DecryptFinal': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c:499: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_digest.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c:176: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_dual.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_dual.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_general.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_general.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_keymgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_mutex.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c:220: warning: 'jWrappedKey' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_objmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sessmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sign.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_util.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:182: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:240: warning: comparison between signed and unsigned ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1VerifyUpdate': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:449: warning: cast to pointer from integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c: In function 'putModuleEntry': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c:109: warning: cast from pointer to integer of different size ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c: In function 'getModuleEntry': ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c:123: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_md.o ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_connect': ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c:83: warning: 'C_GetFunctionList' may be used uninitialized in this function make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/pkcs11' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/pkcs11 STATS: LIBRARY=j2pkcs11, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libj2pkcs11.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libj2pkcs11.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libj2pkcs11.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/j2secmod_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_convert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_crypt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_digest.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_dual.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_general.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_keymgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_mutex.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_objmgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sessmgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_sign.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/obj/p11_md.o -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/classes sun/security/pkcs11 \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext/sunpkcs11.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext/sunpkcs11.jar make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/pkcs11' Timing: 00011 seconds or 11s for make-sun-security-pkcs11 <<>>Recursively making jgss/wrapper all @ Sun Aug 2 14:53:31 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss/wrapper' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/ \ sun.security.jgss.wrapper.GSSLibStub Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss/wrapper make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss/wrapper' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeUtil.o ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeFunc.o ../../../../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getGSSTime': ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:415: warning: comparison between signed and unsigned ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getMinorMessage': ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:485: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/GSSLibStub.o ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMechPtr': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:88: warning: comparison between signed and unsigned ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:90: warning: comparison between signed and unsigned ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:101: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:102: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:103: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_inquireNamesForMech': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:247: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_releaseName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:276: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_importName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:322: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_compareName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:342: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:343: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_canonicalizeName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:373: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:378: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:394: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_exportName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:411: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:425: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:432: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_displayName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:463: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acquireCred': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:515: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:518: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:537: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_releaseCred': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:553: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:555: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:565: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getCredName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:620: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:622: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:636: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getCredTime': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:652: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:654: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getCredUsage': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:680: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:682: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_importContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:741: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:747: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_initContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:787: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:789: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:790: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:791: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:824: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:893: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:894: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:925: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:943: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:958: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:984: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_inquireContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1034: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1054: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1055: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getContextMech': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1084: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1086: warning: format '%ld' expects type 'long int', but argument 3 has type 'jlong' ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getContextName': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1114: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1138: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getContextTime': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1154: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_deleteContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1183: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1187: warning: return makes integer from pointer without a cast ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1193: warning: cast from pointer to integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1214: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_exportContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1247: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMic': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1284: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1293: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1329: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_wrap': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1379: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_unwrap': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1430: warning: cast to pointer from integer of different size ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'inquireCred': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:573: warning: 'major' may be used uninitialized in this function ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext': ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:882: warning: 'jsrcName' may be used uninitialized in this function make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss/wrapper' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss/wrapper STATS: LIBRARY=j2gss, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libj2gss.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libj2gss.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libj2gss.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeUtil.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/NativeFunc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.security.jgss.wrapper/j2gss/obj/GSSLibStub.o -ldl -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/security/jgss/wrapper' Timing: 00003 seconds or 3s for make-sun-security-wrapper <<>>Recursively making javazic all @ Sun Aug 2 14:53:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/javazic' rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.javazic/zi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.javazic/zi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.javazic/zi/ZoneInfoMappings /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/javazic.jar -V "`/bin/grep '^tzdata' ./tzdata/VERSION`" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.javazic/zi ./tzdata/africa ./tzdata/antarctica ./tzdata/asia ./tzdata/australasia ./tzdata/europe ./tzdata/northamerica ./tzdata/pacificnew ./tzdata/southamerica ./tzdata/backward ./tzdata/etcetera ./tzdata/solar87 ./tzdata/solar88 ./tzdata/solar89 ./tzdata/systemv ./tzdata_jdk/gmt ./tzdata_jdk/jdk11_backward rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/zi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/zi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/zi/ZoneInfoMappings /bin/cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.javazic/zi/* /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/zi make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/javazic' Timing: 00002 seconds or 2s for make-sun-javazic <<>>Recursively making misc all @ Sun Aug 2 14:53:37 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/misc' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/resources/Messages_zh_HK.java /bin/cat ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/resources/Messages_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.misc/.classes.list) ../../../src/share/classes/sun/misc/resources/Messages.java ../../../src/share/classes/sun/misc/resources/Messages_de.java ../../../src/share/classes/sun/misc/resources/Messages_es.java ../../../src/share/classes/sun/misc/resources/Messages_fr.java ../../../src/share/classes/sun/misc/resources/Messages_it.java ../../../src/share/classes/sun/misc/resources/Messages_ja.java ../../../src/share/classes/sun/misc/resources/Messages_ko.java ../../../src/share/classes/sun/misc/resources/Messages_sv.java ../../../src/share/classes/sun/misc/resources/Messages_zh_CN.java ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/resources/Messages_zh_HK.java ../../../src/share/classes/sun/misc/Timer.java ../../../src/share/classes/sun/misc/UUEncoder.java ../../../src/share/classes/sun/misc/UCDecoder.java ../../../src/share/classes/sun/misc/RequestProcessor.java ../../../src/share/classes/sun/misc/Request.java ../../../src/share/classes/sun/misc/Lock.java ../../../src/share/classes/sun/misc/ClassLoaderUtil.java ../../../src/share/classes/sun/misc/UCEncoder.java ../../../src/share/classes/sun/misc/Sort.java ../../../src/share/classes/sun/misc/CRC16.java ../../../src/share/classes/sun/misc/ConditionLock.java ../../../src/share/classes/sun/misc/Timeable.java ../../../src/share/classes/sun/misc/UUDecoder.java ../../../src/share/classes/sun/misc/Regexp.java ../../../src/share/classes/sun/misc/Compare.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.misc/.classes.list rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/misc/resources/Messages_zh_HK.java make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/misc' Timing: 00002 seconds or 2s for make-sun-misc <<>>Recursively making net all @ Sun Aug 2 14:53:39 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/net' Begin Processing SUBDIRS: others spi >>>Recursively making others all @ Sun Aug 2 14:53:40 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/net/others' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net/.classes.list) ../../../../src/share/classes/sun/net/URLCanonicalizer.java ../../../../src/share/classes/sun/net/NetworkServer.java ../../../../src/share/classes/sun/net/TelnetInputStream.java ../../../../src/share/classes/sun/net/TelnetOutputStream.java ../../../../src/share/classes/sun/net/TelnetProtocolException.java ../../../../src/share/classes/sun/net/TransferProtocolClient.java ../../../../src/share/classes/sun/net/dns/ResolverConfiguration.java ../../../../src/solaris/classes/sun/net/dns/ResolverConfigurationImpl.java ../../../../src/share/classes/sun/net/ftp/FtpClient.java ../../../../src/share/classes/sun/net/ftp/FtpLoginException.java ../../../../src/share/classes/sun/net/ftp/FtpProtocolException.java ../../../../src/share/classes/sun/net/smtp/SmtpClient.java ../../../../src/share/classes/sun/net/smtp/SmtpProtocolException.java ../../../../src/share/classes/sun/net/www/content/text/Generic.java ../../../../src/share/classes/sun/net/www/content/text/plain.java ../../../../src/share/classes/sun/net/www/content/text/PlainTextInputStream.java ../../../../src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java ../../../../src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java ../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java ../../../../src/share/classes/sun/net/www/protocol/https/HttpsURLConnectionImpl.java ../../../../src/share/classes/sun/net/www/protocol/https/DelegateHttpsURLConnection.java ../../../../src/share/classes/sun/net/www/protocol/https/Handler.java ../../../../src/share/classes/sun/net/www/protocol/netdoc/Handler.java ../../../../src/share/classes/sun/net/www/content/image/gif.java ../../../../src/share/classes/sun/net/www/content/image/jpeg.java ../../../../src/share/classes/sun/net/www/content/image/x_xbitmap.java ../../../../src/share/classes/sun/net/www/content/image/x_xpixmap.java ../../../../src/share/classes/sun/net/www/content/image/png.java ../../../../src/share/classes/sun/net/www/content/audio/aiff.java ../../../../src/share/classes/sun/net/www/content/audio/basic.java ../../../../src/share/classes/sun/net/www/content/audio/wav.java ../../../../src/share/classes/sun/net/www/content/audio/x_aiff.java ../../../../src/share/classes/sun/net/www/content/audio/x_wav.java ../../../../src/share/classes/sun/net/www/protocol/ftp/Handler.java ../../../../src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java ../../../../src/share/classes/sun/net/www/protocol/gopher/GopherClient.java ../../../../src/share/classes/sun/net/www/protocol/gopher/Handler.java ../../../../src/share/classes/sun/net/www/protocol/mailto/Handler.java ../../../../src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/net/idn rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/net/idn/uidna.spp /bin/cp ../../../../src/share/classes/sun/net/idn/uidna.spp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/net/idn/uidna.spp make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/net/others' Timing: 00002 seconds or 2s for make-sun-net-others <<>>Recursively making spi all @ Sun Aug 2 14:53:43 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/net/spi' Begin Processing SUBDIRS: nameservice >>>Recursively making nameservice all @ Sun Aug 2 14:53:43 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/net/spi/nameservice' Begin Processing SUBDIRS: dns >>>Recursively making dns all @ Sun Aug 2 14:53:43 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/net/spi/nameservice/dns' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/.classes.list) ../../../../../../src/share/classes/sun/net/spi/nameservice/dns/DNSNameServiceDescriptor.java ../../../../../../src/share/classes/sun/net/spi/nameservice/dns/DNSNameService.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/.classes.list Note: ../../../../../../src/share/classes/sun/net/spi/nameservice/dns/DNSNameService.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor /bin/cp ../../../../../../src/share/classes/sun/net/spi/nameservice/dns/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext/dnsns.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes sun \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.net.spi.nameservice.dns/classes META-INF \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/net/spi/nameservice/dns' Timing: 00001 seconds or 1s for make-sun-net-spi-nameservice-dns <<>>Recursively making audio all @ Sun Aug 2 14:53:46 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/audio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.audio/.classes.list) ../../../src/share/classes/sun/audio/AudioDevice.java ../../../src/share/classes/sun/audio/ContinuousAudioDataStream.java ../../../src/share/classes/sun/audio/AudioDataStream.java ../../../src/share/classes/sun/audio/AudioStream.java ../../../src/share/classes/sun/audio/AudioStreamSequence.java ../../../src/share/classes/sun/audio/AudioPlayer.java ../../../src/share/classes/sun/audio/NativeAudioStream.java ../../../src/share/classes/sun/audio/AudioTranslatorStream.java ../../../src/share/classes/sun/audio/AudioData.java ../../../src/share/classes/sun/audio/AudioSecurityExceptionAction.java ../../../src/share/classes/sun/audio/InvalidAudioFormatException.java ../../../src/share/classes/sun/audio/AudioSecurityAction.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.audio/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/audio' Timing: 00002 seconds or 2s for make-sun-audio <<>>Recursively making pisces all @ Sun Aug 2 14:53:48 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/pisces' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.pisces/.classes.list) ../../../src/share/classes/sun/java2d/pisces/Renderer.java ../../../src/share/classes/sun/java2d/pisces/Transform4.java ../../../src/share/classes/sun/java2d/pisces/LineSink.java ../../../src/share/classes/sun/java2d/pisces/PiscesRenderingEngine.java ../../../src/share/classes/sun/java2d/pisces/PiscesTileGenerator.java ../../../src/share/classes/sun/java2d/pisces/Stroker.java ../../../src/share/classes/sun/java2d/pisces/PiscesCache.java ../../../src/share/classes/sun/java2d/pisces/Dasher.java ../../../src/share/classes/sun/java2d/pisces/PiscesMath.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.pisces/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/sun.java2d.pipe.RenderingEngine /bin/cp ../../../src/share/classes/sun/java2d/pisces/META-INF/services/sun.java2d.pipe.RenderingEngine /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/sun.java2d.pipe.RenderingEngine make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/pisces' Timing: 00002 seconds or 2s for make-sun-pisces <<>>Recursively making image all @ Sun Aug 2 14:53:50 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/image' Begin Processing SUBDIRS: generic >>>Recursively making generic all @ Sun Aug 2 14:53:51 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/image/generic' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/image/generic make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/image/generic' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCreate.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c: In function 'mlib_ImageAffine_alltypes': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_DST_NO_WRITE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_DST_COPY_SRC' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_OP_DEGRADED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_ZERO' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_MIRROR' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:302: warning: enumeration value 'MLIB_EDGE_SRC_PADDED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c: In function 'mlib_ImageSetSubimage':../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine.c:157: warning: 't_ind' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c:426: warning: 'bitoffset' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c: In function 'mlib_ImageCreateSubimage': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCreate.c:337: warning: 'bitoffset' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageLookUp.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c: In function 'mlib_ImageConvMxN_f': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:179: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_DST_NO_WRITE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_OP_NEAREST' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_OP_DEGRADED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_ZERO' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_EXTEND_MIRROR' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:217: warning: enumeration value 'MLIB_EDGE_SRC_PADDED' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN.c:231: warning: enumeration value 'MLIB_BIT' not handled in switch /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvKernelConvert.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvKernelConvert.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_NN.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_NN_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_S32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_S32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_D64.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_D64.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_F32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BC_F32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_S32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_S32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_D64.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_D64.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_F32.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffine_BL_F32.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_NN.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_NN.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_S16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL_S16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_U16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BL_U16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_S16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC_S16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_U16.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffine_BC_U16.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BC.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffineIndex_BC.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BL.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageAffineIndex_BL.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffineEdge.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeZero': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:599: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeNearest': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:628: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeExtend_BL': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:685: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:699: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:683: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:718: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c: In function 'mlib_ImageAffineEdgeExtend_BC': ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:815: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:829: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:813: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageAffineEdge.c:848: warning: enumeration value 'MLIB_BIT' not handled in switch /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageScanPoly.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageScanPoly.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageColorTrue2Index.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c: In function 'mlib_ImageColorTrue2Index': ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2581: warning: enumeration value 'MLIB_USHORT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_BIT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_INT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_FLOAT' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_DOUBLE' not handled in switch ../../../../src/share/native/sun/awt/medialib/mlib_ImageColorTrue2Index.c:2636: warning: enumeration value 'MLIB_USHORT' not handled in switch /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageDivTables.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageDivTables.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageThresh1_U8.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageThresh1_U8.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageFilters.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageFilters.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp_f.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageLookUp_f.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_64.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageLookUp_64.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageCopy.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageCopy.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c: In function 'mlib_i_convMxNext_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:2336: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:2335: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c: In function 'mlib_i_convMxNext_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:2336: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:2335: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c: In function 'mlib_convMxNext_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:1873: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16ext.c:1872: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c: In function 'mlib_convMxNext_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:1873: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16ext.c:1872: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN_ext.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_Fp.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvMxN_Fp.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8ext.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConv_f.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConv_f.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageClipping.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageClipping.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvCopyEdge.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConvCopyEdge.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c: In function 'mlib_i_convMxNext_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:2336: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:2335: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvClearEdge.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConvClearEdge.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c: In function 'mlib_c_convMxNext_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:1873: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8ext.c:1872: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c: In function 'mlib_i_convMxNnw_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c:2065: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c: In function 'mlib_c_convMxNnw_u8': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c:1652: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_8nw.c:1652: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c: In function 'mlib_i_convMxNnw_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c:2064: warning: 'dp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c: In function 'mlib_convMxNnw_s16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c:1651: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_16nw.c:1651: warning: 'sp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c: In function 'mlib_i_convMxNnw_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c:2064: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c: In function 'mlib_convMxNnw_u16': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c:1651: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_u16nw.c:1651: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_32nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c: In function 'mlib_convMxNnw_s32': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c:1160: warning: 'dp' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_32nw.c:1160: warning: 'sp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_F32nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_F32nw.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_D64nw.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_F32nw.c: In function 'mlib_convMxNnw_f32': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_F32nw.c:790: warning: 'dp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv2x2_f.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv2x2_f.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c: In function 'mlib_convMxNnw_d64': ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c:790: warning: 'i' may be used uninitialized in this function ../../../../src/share/native/sun/awt/medialib/mlib_ImageConv_D64nw.c:790: warning: 'dp' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Fp.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvClearEdge_Fp.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvCopyEdge_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvCopyEdge_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageConvClearEdge_Bit.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCopy_Bit.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:207: warning: integer constant is too large for 'long' type ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na_r': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:430: warning: integer constant is too large for 'long' type ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:209: warning: 'lsrc1' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvVersion.o ../../../../src/share/native/sun/awt/medialib/mlib_c_ImageConvVersion.c ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c: In function 'mlib_ImageCopy_bit_na_r': ../../../../src/share/native/sun/awt/medialib/mlib_ImageCopy_Bit.c:432: warning: 'lsrc1' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_sys.o ../../../../src/share/native/sun/awt/medialib/mlib_sys.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageUtils.o ../../../../src/share/native/sun/awt/medialib/mlib_ImageUtils.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/image/generic' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/image/generic STATS: LIBRARY=mlib_image, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libmlib_image.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DMLIB_NO_LIBSUNMATH -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib -I../../../../src/solaris/native/sun/awt/medialib/medialib -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libmlib_image.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libmlib_image.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCreate.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvKernelConvert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_NN_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_S32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_D64.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BC_F32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_S32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_D64.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffine_BL_F32.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_NN.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_S16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BL_U16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_S16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffine_BC_U16.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BC.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageAffineIndex_BL.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageAffineEdge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageScanPoly.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageColorTrue2Index.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageDivTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageThresh1_U8.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageFilters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageLookUp_f.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_64.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageLookUp_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageCopy.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvMxN_Fp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8ext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConv_f.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageClipping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvCopyEdge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvClearEdge.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_8nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_16nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_u16nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_32nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_F32nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv_D64nw.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConv2x2_f.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Fp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvCopyEdge_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageConvClearEdge_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageCopy_Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_c_ImageConvVersion.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_sys.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.medialib/mlib_image/obj/mlib_ImageUtils.o -lm -ldl -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/image/generic' Timing: 00055 seconds or 55s for make-sun-image-generic <<>>Recursively making awt all @ Sun Aug 2 14:54:47 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/awt' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/.classes.list) ../../../src/share/classes/sun/awt/VerticalBagLayout.java ../../../src/share/classes/sun/awt/HorizBagLayout.java ../../../src/share/classes/sun/awt/datatransfer/ClipboardTransferable.java ../../../src/share/classes/sun/awt/datatransfer/SunClipboard.java ../../../src/share/classes/sun/awt/HKSCS.java ../../../src/share/classes/sun/awt/TracedEventQueue.java ../../../src/share/classes/sun/awt/WindowAccessor.java ../../../src/share/classes/sun/awt/CustomCursor.java ../../../src/share/classes/sun/awt/FocusingTextField.java ../../../src/share/classes/sun/awt/OrientableFlowLayout.java ../../../src/share/classes/sun/awt/Symbol.java ../../../src/share/classes/sun/awt/RepaintArea.java ../../../src/share/classes/sun/awt/WindowIDProvider.java ../../../src/share/classes/sun/awt/VariableGridLayout.java ../../../src/share/classes/sun/awt/Mutex.java ../../../src/share/classes/sun/awt/image/WritableRasterNative.java ../../../src/share/classes/sun/awt/image/ImageAccessException.java ../../../src/share/classes/sun/awt/image/DataBufferNative.java ../../../src/share/classes/sun/awt/image/BadDepthException.java ../../../src/share/classes/sun/java2d/opengl/OGLUtilities.java ../../../src/share/classes/sun/java2d/cmm/lcms/LCMS.java ../../../src/share/classes/sun/java2d/cmm/lcms/LCMSImageLayout.java ../../../src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java ../../../src/solaris/classes/sun/awt/X11InputMethodDescriptor.java ../../../src/solaris/classes/sun/awt/X11CustomCursor.java ../../../src/solaris/classes/sun/awt/X11GraphicsDevice.java ../../../src/solaris/classes/sun/awt/X11ComponentPeer.java ../../../src/solaris/classes/sun/awt/X11GraphicsConfig.java ../../../src/solaris/classes/sun/awt/X11InputMethod.java ../../../src/solaris/classes/sun/awt/X11GraphicsEnvironment.java ../../../src/solaris/classes/sun/awt/XSettings.java ../../../src/solaris/classes/sun/awt/motif/X11JIS0201.java ../../../src/solaris/classes/sun/awt/motif/MToolkit.java ../../../src/solaris/classes/sun/awt/motif/X11GBK.java ../../../src/solaris/classes/sun/awt/motif/X11GB2312.java ../../../src/solaris/classes/sun/awt/motif/MFontConfiguration.java ../../../src/solaris/classes/sun/awt/motif/X11SunUnicode_0.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643P1.java ../../../src/solaris/classes/sun/awt/motif/MWindowAttributes.java ../../../src/solaris/classes/sun/awt/motif/X11GB18030_0.java ../../../src/solaris/classes/sun/awt/motif/MFontPeer.java ../../../src/solaris/classes/sun/awt/motif/X11JIS0212.java ../../../src/solaris/classes/sun/awt/motif/X11Dingbats.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643P2.java ../../../src/solaris/classes/sun/awt/motif/X11GB18030_1.java ../../../src/solaris/classes/sun/awt/motif/X11FontMetrics.java ../../../src/solaris/classes/sun/awt/motif/X11KSC5601.java ../../../src/solaris/classes/sun/awt/motif/AWTLockAccess.java ../../../src/solaris/classes/sun/awt/motif/X11Johab.java ../../../src/solaris/classes/sun/awt/motif/MToolkitThreadBlockedHandler.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643.java ../../../src/solaris/classes/sun/awt/motif/X11CNS11643P3.java ../../../src/solaris/classes/sun/awt/motif/X11JIS0208.java ../../../src/solaris/classes/sun/java2d/opengl/GLXSurfaceData.java ../../../src/solaris/classes/sun/java2d/opengl/GLXGraphicsConfig.java ../../../src/solaris/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java ../../../src/solaris/classes/sun/java2d/UnixSurfaceManagerFactory.java ../../../src/solaris/classes/sun/java2d/x11/X11Renderer.java ../../../src/solaris/classes/sun/java2d/x11/XSurfaceData.java ../../../src/solaris/classes/sun/java2d/x11/X11VolatileSurfaceManager.java ../../../src/solaris/classes/sun/java2d/x11/X11PMBlitLoops.java ../../../src/solaris/classes/sun/java2d/x11/X11PMBlitBgLoops.java ../../../src/solaris/classes/sun/java2d/x11/X11SurfaceDataProxy.java ../../../src/solaris/classes/sun/java2d/x11/X11SurfaceData.java ../../../src/solaris/classes/sun/java2d/xr/XRUtils.java ../../../src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java ../../../src/solaris/classes/sun/java2d/xr/XRDrawImage.java ../../../src/solaris/classes/sun/java2d/xr/XRMaskFill.java ../../../src/solaris/classes/sun/java2d/xr/XRSurfaceData.java ../../../src/solaris/classes/sun/java2d/xr/XRMaskBlit.java ../../../src/solaris/classes/sun/java2d/xr/XRSurfaceDataProxy.java ../../../src/solaris/classes/sun/java2d/xr/XRRenderer.java ../../../src/solaris/classes/sun/java2d/xr/XRGraphicsConfig.java ../../../src/solaris/classes/sun/java2d/xr/XRVolatileSurfaceManager.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/.classes.list ../../../src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java:156: warning: unmappable character for encoding ascii * - Nearest interpolation -> ExtraAlpha mit 1x1 maske durchf??hren ^ ../../../src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java:156: warning: unmappable character for encoding ascii * - Nearest interpolation -> ExtraAlpha mit 1x1 maske durchf??hren ^ ../../../src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java:232: warning: unmappable character for encoding ascii // "90??" ^ ../../../src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java:232: warning: unmappable character for encoding ascii // "90??" ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 4 warnings /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders/ \ sun.font.FontManager sun.awt.image.ImageRepresentation sun.awt.image.GifImageDecoder sun.awt.image.NativeLibLoader sun.java2d.loops.Blit sun.java2d.loops.BlitBg sun.java2d.loops.ScaledBlit sun.java2d.loops.TransformBlit sun.java2d.loops.FillRect sun.java2d.loops.FillSpans sun.java2d.loops.DrawGlyphList sun.java2d.loops.DrawGlyphListAA sun.java2d.loops.DrawGlyphListLCD sun.java2d.loops.DrawLine sun.java2d.loops.DrawRect sun.java2d.loops.DrawPolygons sun.java2d.loops.DrawPath sun.java2d.loops.FillPath sun.java2d.loops.MaskBlit sun.java2d.loops.MaskFill sun.java2d.loops.TransformHelper sun.java2d.loops.GraphicsPrimitiveMgr sun.java2d.loops.GraphicsPrimitive sun.awt.image.ImagingLib sun.java2d.SurfaceData sun.java2d.SunGraphics2D sun.awt.KeyboardFocusManagerPeerImpl sun.awt.image.BufImgSurfaceData sun.awt.image.DataBufferNative sun.awt.motif.X11FontMetrics sun.awt.X11InputMethod sun.awt.motif.MFontConfiguration sun.awt.motif.MFontPeer sun.awt.motif.MToolkit sun.awt.DebugSettings sun.awt.EmbeddedFrame sun.awt.PlatformFont sun.awt.FontDescriptor sun.awt.NativeLibLoader sun.awt.X11GraphicsEnvironment sun.awt.X11GraphicsDevice sun.awt.X11GraphicsConfig sun.awt.CharsetString sun.awt.UNIXToolkit sun.java2d.pipe.BufferedContext sun.java2d.pipe.BufferedMaskBlit sun.java2d.pipe.BufferedOpCodes sun.java2d.pipe.BufferedPaints sun.java2d.pipe.BufferedRenderPipe sun.java2d.pipe.BufferedTextPipe sun.java2d.pipe.RenderBuffer sun.java2d.pipe.ShapeSpanIterator sun.java2d.pipe.SpanClipRenderer sun.java2d.pipe.RegionIterator sun.awt.image.IntegerComponentRaster sun.java2d.cmm.CMSManager sun.java2d.cmm.PCMM sun.java2d.cmm.ColorTransform sun.awt.datatransfer.DataTransferer sun.awt.dnd.SunDragSourceContextPeer sun.awt.motif.MToolkitThreadBlockedHandler sun.java2d.opengl.OGLBlitLoops sun.java2d.opengl.OGLContext sun.java2d.opengl.OGLMaskFill sun.java2d.opengl.OGLPaints sun.java2d.opengl.OGLRenderer sun.java2d.opengl.OGLRenderQueue sun.java2d.opengl.OGLSurfaceData sun.java2d.opengl.OGLTextRenderer sun.java2d.opengl.GLXGraphicsConfig sun.java2d.opengl.GLXSurfaceData sun.java2d.x11.X11PMBlitLoops sun.java2d.x11.X11PMBlitBgLoops sun.java2d.x11.X11Renderer sun.java2d.x11.X11SurfaceData com.sun.java.swing.plaf.gtk.GTKEngine com.sun.java.swing.plaf.gtk.GTKStyle java.awt.AlphaComposite java.awt.MouseInfo java.awt.Cursor java.awt.Graphics java.awt.Color java.awt.Image java.awt.Rectangle java.awt.Event java.awt.Font java.awt.Insets java.awt.Point java.awt.FontMetrics java.awt.Toolkit java.awt.Component java.awt.Container java.awt.Canvas java.awt.Button java.awt.List java.awt.Adjustable java.awt.Scrollbar java.awt.ScrollPane java.awt.ScrollPaneAdjustable java.awt.Window java.awt.TextField java.awt.Label java.awt.Choice java.awt.TextArea java.awt.MenuBar java.awt.Menu java.awt.MenuComponent java.awt.PopupMenu java.awt.Dialog java.awt.FileDialog java.awt.MenuItem java.awt.Checkbox java.awt.CheckboxMenuItem java.awt.CheckboxGroup java.awt.Frame java.awt.Transparency java.awt.AWTException java.awt.AWTEvent java.awt.AWTKeyStroke java.awt.KeyboardFocusManager java.awt.Dimension java.awt.SystemColor java.awt.TrayIcon java.awt.DisplayMode java.awt.color.ColorSpace java.awt.color.ICC_Profile java.awt.geom.PathIterator java.awt.image.AffineTransformOp java.awt.image.ImageConsumer java.awt.image.ImageObserver java.awt.image.BufferedImage java.awt.image.ColorModel java.awt.image.ConvolveOp java.awt.image.DirectColorModel java.awt.image.IndexColorModel java.awt.image.DataBuffer java.awt.datatransfer.Transferable java.awt.datatransfer.DataFlavor java.awt.datatransfer.UnsupportedFlavorException java.awt.datatransfer.Clipboard java.awt.datatransfer.ClipboardOwner java.awt.datatransfer.StringSelection java.awt.event.AdjustmentEvent java.awt.event.KeyEvent java.awt.event.MouseEvent java.awt.event.MouseWheelEvent java.awt.event.FocusEvent java.awt.event.InputEvent java.awt.event.WindowEvent java.awt.event.NativeLibLoader java.awt.peer.ComponentPeer java.awt.dnd.DnDConstants sun.awt.CausedFocusEvent java.io.InputStream java.lang.Integer java.lang.ThreadGroup Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/awt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/awt' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/gifdecoder.o ../../../src/share/native/sun/awt/image/gif/gifdecoder.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/imageInitIDs.o ../../../src/share/native/sun/awt/image/imageInitIDs.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_colors.o ../../../src/share/native/sun/awt/image/cvutils/img_colors.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_globals.o ../../../src/share/native/sun/awt/image/cvutils/img_globals.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SurfaceData.o ../../../src/share/native/sun/awt/../java2d/SurfaceData.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/SurfaceData.c: In function 'SurfaceData_InitOps': ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:236: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:236: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/awt/../java2d/SurfaceData.c: In function 'SurfaceData_DisposeOps': ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:252: warning: implicit declaration of function 'free' ../../../src/share/native/sun/awt/../java2d/SurfaceData.c:252: warning: incompatible implicit declaration of built-in function 'free' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Region.o ../../../src/share/native/sun/awt/../java2d/pipe/Region.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/pipe/Region.c: In function 'RegionToYXBandedRectangles': ../../../src/share/native/sun/awt/../java2d/pipe/Region.c:263: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufImgSurfaceData.o ../../../src/share/native/sun/awt/image/BufImgSurfaceData.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Disposer.o ../../../src/share/native/sun/awt/../java2d/Disposer.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Trace.o ../../../src/share/native/sun/awt/../java2d/Trace.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/image/BufImgSurfaceData.c: In function 'Java_sun_awt_image_BufImgSurfaceData_freeNativeICMData': ../../../src/share/native/sun/awt/image/BufImgSurfaceData.c:95: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/GraphicsPrimitiveMgr.o ../../../src/share/native/sun/awt/../java2d/loops/GraphicsPrimitiveMgr.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Blit.o ../../../src/share/native/sun/awt/../java2d/loops/Blit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BlitBg.o ../../../src/share/native/sun/awt/../java2d/loops/BlitBg.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ScaledBlit.o ../../../src/share/native/sun/awt/../java2d/loops/ScaledBlit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillRect.o ../../../src/share/native/sun/awt/../java2d/loops/FillRect.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillSpans.o ../../../src/share/native/sun/awt/../java2d/loops/FillSpans.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawLine.o ../../../src/share/native/sun/awt/../java2d/loops/DrawLine.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawRect.o ../../../src/share/native/sun/awt/../java2d/loops/DrawRect.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPolygons.o ../../../src/share/native/sun/awt/../java2d/loops/DrawPolygons.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPath.o ../../../src/share/native/sun/awt/../java2d/loops/DrawPath.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillPath.o ../../../src/share/native/sun/awt/../java2d/loops/FillPath.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ProcessPath.o ../../../src/share/native/sun/awt/../java2d/loops/ProcessPath.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskBlit.o ../../../src/share/native/sun/awt/../java2d/loops/MaskBlit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskFill.o ../../../src/share/native/sun/awt/../java2d/loops/MaskFill.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/TransformHelper.o ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMath.o ../../../src/share/native/sun/awt/../java2d/loops/AlphaMath.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c: In function 'Java_sun_java2d_loops_TransformHelper_Transform': ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c:189: warning: 'pInterpFunc' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c:188: warning: 'pHelperFunc' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/TransformHelper.c:187: warning: 'maxlinepix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMacros.o ../../../src/share/native/sun/awt/../java2d/loops/AlphaMacros.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyByte.o ../../../src/share/native/sun/awt/../java2d/loops/AnyByte.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary1Bit.o ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary2Bit.o ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c: In function 'ByteBinary1BitToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:118: warning: 'DstWrite' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:118: warning: 'SrcReadrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c: In function 'IntArgbToByteBinary1BitAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:120: warning: 'DstWritergb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:120: warning: 'SrcRead' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c: In function 'ByteBinary1BitAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary1Bit.c:122: warning: 'DstWritergb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary4Bit.o ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c: In function 'ByteBinary2BitToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:111: warning: 'DstWrite' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:111: warning: 'SrcReadrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c: In function 'IntArgbToByteBinary2BitAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:113: warning: 'DstWritergb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:113: warning: 'SrcRead' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c: In function 'ByteBinary2BitAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary2Bit.c:115: warning: 'DstWritergb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteIndexed.o ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c: In function 'ByteBinary4BitToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:111: warning: 'DstWrite' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:111: warning: 'SrcReadrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c: In function 'IntArgbToByteBinary4BitAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:113: warning: 'DstWritergb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:113: warning: 'SrcRead' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c: In function 'ByteBinary4BitAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteBinary4Bit.c:115: warning: 'DstWritergb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteGray.o ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'ByteIndexedAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:246: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'IntArgbToByteIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:248: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:248: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'IntArgbPreToByteIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:250: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:250: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c: In function 'IntRgbToByteIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteIndexed.c:252: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c: In function 'IntArgbToByteGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c:193: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c: In function 'IntArgbPreToByteGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ByteGray.c:197: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index8Gray.o ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index12Gray.o ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c: In function 'IntArgbToIndex8GrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c:239: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c: In function 'IntArgbPreToIndex8GrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Index8Gray.c:241: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c: In function 'IntArgbToIndex12GrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c:244: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c: In function 'IntArgbPreToIndex12GrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Index12Gray.c:246: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyShort.o ../../../src/share/native/sun/awt/../java2d/loops/AnyShort.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgb.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort565Rgb.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c: In function 'IntArgbToUshort555RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c:171: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c: In function 'IntArgbPreToUshort555RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgb.c:175: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c: In function 'IntArgbToUshort565RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c:178: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort4444Argb.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort4444Argb.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c: In function 'IntArgbPreToUshort565RgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/Ushort565Rgb.c:180: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgbx.o ../../../src/share/native/sun/awt/../java2d/loops/Ushort555Rgbx.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortGray.o ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c: In function 'IntArgbToUshortGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c:159: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c: In function 'IntArgbPreToUshortGrayAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortGray.c:163: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortIndexed.o ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any3Byte.o ../../../src/share/native/sun/awt/../java2d/loops/Any3Byte.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ThreeByteBgr.o ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'UshortIndexedAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:237: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'IntArgbToUshortIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:239: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:239: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'IntArgbPreToUshortIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:241: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:241: warning: 'DstPixrgb' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c: In function 'IntRgbToUshortIndexedAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/UshortIndexed.c:243: warning: 'DstPixrgb' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyInt.o ../../../src/share/native/sun/awt/../java2d/loops/AnyInt.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c: In function 'IntArgbToThreeByteBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c:161: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c: In function 'IntArgbPreToThreeByteBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/ThreeByteBgr.c:165: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgb.o ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbPre.o ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntArgbAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:113: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntArgbToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:117: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:117: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntArgbPreToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:121: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:121: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c: In function 'IntRgbToIntArgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgb.c:123: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntArgbPreAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:164: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntArgbToIntArgbPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:168: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:168: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbBm.o ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntArgbPreToIntArgbPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:172: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:172: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c: In function 'IntRgbToIntArgbPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbPre.c:174: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c: In function 'IntArgbBmAlphaMaskFill': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:115: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c: In function 'IntArgbToIntArgbBmAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:117: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:117: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgb.o ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c: In function 'IntArgbPreToIntArgbBmAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:119: warning: 'DstPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntArgbBm.c:119: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntBgr.o ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c: In function 'IntArgbToIntRgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c:161: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c: In function 'IntArgbPreToIntRgbAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgb.c:165: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgbx.o ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c: In function 'IntArgbToIntBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c:194: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c: In function 'IntArgbPreToIntBgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntBgr.c:198: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any4Byte.o ../../../src/share/native/sun/awt/../java2d/loops/Any4Byte.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c: In function 'IntArgbToIntRgbxAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c:161: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c: In function 'IntArgbPreToIntRgbxAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/IntRgbx.c:165: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgr.o ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgrPre.o ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c warning: dangerous include path /usr/include ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c: In function 'IntArgbToFourByteAbgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c:166: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c: In function 'IntArgbToFourByteAbgrPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c:174: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c: In function 'IntArgbPreToFourByteAbgrAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgr.c:170: warning: 'SrcPix' may be used uninitialized in this function ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c: In function 'IntArgbPreToFourByteAbgrPreAlphaMaskBlit': ../../../src/share/native/sun/awt/../java2d/loops/FourByteAbgrPre.c:178: warning: 'SrcPix' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedMaskBlit.o ../../../src/share/native/sun/awt/../java2d/pipe/BufferedMaskBlit.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedRenderPipe.o ../../../src/share/native/sun/awt/../java2d/pipe/BufferedRenderPipe.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/RenderBuffer.o ../../../src/share/native/sun/awt/../java2d/pipe/RenderBuffer.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ShapeSpanIterator.o ../../../src/share/native/sun/awt/../java2d/pipe/ShapeSpanIterator.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SpanClipRenderer.o ../../../src/share/native/sun/awt/../java2d/pipe/SpanClipRenderer.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImageRep.o ../../../src/share/native/sun/awt/image/awt_ImageRep.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImagingLib.o ../../../src/share/native/sun/awt/medialib/awt_ImagingLib.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_Mlib.o ../../../src/solaris/native/sun/awt/awt_Mlib.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_parseImage.o ../../../src/share/native/sun/awt/image/awt_parseImage.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DataBufferNative.o ../../../src/share/native/sun/awt/image/DataBufferNative.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/dither.o ../../../src/share/native/sun/awt/image/dither.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_assert.o ../../../src/share/native/sun/awt/debug/debug_assert.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_mem.o ../../../src/share/native/sun/awt/debug/debug_mem.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_trace.o ../../../src/share/native/sun/awt/debug/debug_trace.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_util.o ../../../src/share/native/sun/awt/debug/debug_util.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_LoadLibrary.o ../../../src/solaris/native/sun/awt/awt_LoadLibrary.c warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/initIDs.o ../../../src/solaris/native/sun/awt/initIDs.c warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_LoadLibrary.c:384: warning: type defaults to 'int' in declaration of 'getAwtLockFunctions_type' ../../../src/solaris/native/sun/awt/awt_LoadLibrary.c:389: warning: type defaults to 'int' in declaration of 'getAwtData_type' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MapAccelFunc.o ../../../src/share/native/sun/awt/../java2d/loops/MapAccelFunc.c warning: dangerous include path /usr/include make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/awt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/awt STATS: LIBRARY=awt, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/.files_compiled mapfile-vers-linux /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSION=2 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libawt.so -L/usr/lib -L/usr/X11R6/lib -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/ -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/gifdecoder.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/imageInitIDs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_colors.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/img_globals.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Region.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufImgSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Disposer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/GraphicsPrimitiveMgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Blit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BlitBg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ScaledBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillRect.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillSpans.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawLine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawRect.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPolygons.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DrawPath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FillPath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ProcessPath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MaskFill.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/TransformHelper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AlphaMacros.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyByte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary1Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary2Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteBinary4Bit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteIndexed.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ByteGray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index8Gray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Index12Gray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyShort.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort565Rgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort4444Argb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Ushort555Rgbx.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortGray.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/UshortIndexed.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any3Byte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ThreeByteBgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/AnyInt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbPre.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntArgbBm.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntBgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/IntRgbx.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/Any4Byte.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/FourByteAbgrPre.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedMaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/BufferedRenderPipe.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/RenderBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/ShapeSpanIterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/SpanClipRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImageRep.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_ImagingLib.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_Mlib.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_parseImage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/DataBufferNative.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/dither.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_assert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_mem.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/debug_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/awt_LoadLibrary.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/initIDs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/awt/obj/MapAccelFunc.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lm -ldl -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.properties.src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.SuSE.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.SuSE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.SuSE.properties.src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Ubuntu.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Ubuntu.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Ubuntu.properties.src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Fedora.properties.src /bin/cp ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Fedora.properties.src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.bfc /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.bfc /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.bfc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.SuSE.bfc /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.SuSE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.SuSE.bfc /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.SuSE.bfc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Ubuntu.bfc /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Ubuntu.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Ubuntu.bfc /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Ubuntu.bfc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Fedora.bfc /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar ../../../src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Fedora.bfc /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/fontconfig.Fedora.bfc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/awt' Timing: 00048 seconds or 48s for make-sun-awt <<>>Recursively making splashscreen all @ Sun Aug 2 14:55:35 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/splashscreen' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders/ \ java.awt.SplashScreen Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/splashscreen make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/splashscreen' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/java_awt_SplashScreen.o ../../../src/share/native/sun/awt/splashscreen/java_awt_SplashScreen.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gfx_impl.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gif.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_gif.c ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c: In function 'initFormat': ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c:292: warning: 'numBits' may be used uninitialized in this function ../../../src/share/native/sun/awt/splashscreen/splashscreen_gfx_impl.c:292: warning: 'shift' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_impl.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_impl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_jpeg.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_png.o ../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_sys.o ../../../src/solaris/native/sun/awt/splashscreen/splashscreen_sys.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/splashscreen' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/splashscreen STATS: LIBRARY=splashscreen, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libsplashscreen.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DWITH_X11 -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -I../../../src/solaris/native/sun/awt/splashscreen -I../../../src/share/native/sun/awt/splashscreen -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libsplashscreen.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libsplashscreen.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/java_awt_SplashScreen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gfx_impl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_gif.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_impl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_jpeg.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_png.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/splashscreen/obj/splashscreen_sys.o -L/usr/X11R6/lib -lX11 -lXext -lm -lpng -ljpeg -lgif -lz -lpthread -lc Warning: forcing gif to be linked statically make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/splashscreen' Timing: 00005 seconds or 5s for make-sun-splashscreen <<>>Recursively making xawt all @ Sun Aug 2 14:55:40 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/xawt' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator/WrapperGenerator.class /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator ../../../src/solaris/classes/sun/awt/X11/generator/WrapperGenerator.java Note: ../../../src/solaris/classes/sun/awt/X11/generator/WrapperGenerator.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator/sizer.32.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator WrapperGenerator \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator ../../../src/solaris/classes/sun/awt/X11/generator/xlibtypes.txt "sizer" 32 /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator/sizer.32 /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator/sizer.32 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator/sizer.32.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include GENERATING /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator/sizes.32 /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/sun/awt/X11/generator WrapperGenerator \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11 ../../../src/solaris/classes/sun/awt/X11/generator/xlibtypes.txt "gen" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/generator/sizes /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/classes ToBin.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.gen_icons for i in ../../../src/solaris/classes/sun/awt/X11/java-icon16.png ../../../src/solaris/classes/sun/awt/X11/java-icon24.png ../../../src/solaris/classes/sun/awt/X11/java-icon32.png ../../../src/solaris/classes/sun/awt/X11/java-icon48.png; do \ filename=`basename $i`; \ name=`/bin/echo -e $filename | /usr/bin/tr '\-.' '__'`; \ classname=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/XAWTIcon32_$name.java; \ rm -f $classname; \ /bin/echo -e "package sun.awt.X11;" >> $classname ; \ /bin/echo -e "public class XAWTIcon32_$name {" >> $classname; \ /bin/echo -e "public static int[] $name = { " >> $classname; \ /bin/cat $i | \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/classes \ -Dawt.toolkit=sun.awt.motif.MToolkit \ -Djava.awt.headless=true \ sun.awt.X11.ToBin >> $classname; \ /bin/echo -e "}; }" >> $classname; \ classname=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/awt/X11/XAWTIcon64_$name.java; \ rm -f $classname; \ /bin/echo -e "package sun.awt.X11;" >> $classname ; \ /bin/echo -e "public class XAWTIcon64_$name {" >> $classname; \ /bin/echo -e "public static long[] $name = { " >> $classname; \ /bin/cat $i | \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/classes \ -Dawt.toolkit=sun.awt.motif.MToolkit \ -Djava.awt.headless=true \ sun.awt.X11.ToBin >> $classname; \ /bin/echo -e "}; }" >> $classname; \ done /bin/touch /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.gen_icons /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt /bin/touch /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.gen.wrappers # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.classes.list) ../../../src/solaris/classes/sun/awt/X11/XContentWindow.java ../../../src/solaris/classes/sun/awt/X11/XlibUtil.java ../../../src/solaris/classes/sun/awt/X11/XCanvasPeer.java ../../../src/solaris/classes/sun/awt/X11/XGlobalCursorManager.java ../../../src/solaris/classes/sun/awt/X11/XDialogPeer.java ../../../src/solaris/classes/sun/awt/X11/WindowDimensions.java ../../../src/solaris/classes/sun/awt/X11/XAtom.java ../../../src/solaris/classes/sun/awt/X11/XIconWindow.java ../../../src/solaris/classes/sun/awt/X11/XDnDDropTargetProtocol.java ../../../src/solaris/classes/sun/awt/X11/MotifDnDDragSourceProtocol.java ../../../src/solaris/classes/sun/awt/X11/XlibWrapper.java ../../../src/solaris/classes/sun/awt/X11/XVerticalScrollbar.java ../../../src/solaris/classes/sun/awt/X11/XEmbeddingContainer.java ../../../src/solaris/classes/sun/awt/X11/XWINProtocol.java ../../../src/solaris/classes/sun/awt/X11/XQueryTree.java ../../../src/solaris/classes/sun/awt/X11/XClipboard.java ../../../src/solaris/classes/sun/awt/X11/XDragSourceProtocol.java ../../../src/solaris/classes/sun/awt/X11/XDesktopPeer.java ../../../src/solaris/classes/sun/awt/X11/XSelection.java ../../../src/solaris/classes/sun/awt/X11/XRobotPeer.java ../../../src/solaris/classes/sun/awt/X11/XDragSourceProtocolListener.java ../../../src/solaris/classes/sun/awt/X11/XSystemTrayPeer.java ../../../src/solaris/classes/sun/awt/X11/XDragSourceContextPeer.java ../../../src/solaris/classes/sun/awt/X11/XException.java ../../../src/solaris/classes/sun/awt/X11/XTextFieldPeer.java ../../../src/solaris/classes/sun/awt/X11/XDecoratedPeer.java ../../../src/solaris/classes/sun/awt/X11/MotifColorUtilities.java ../../../src/solaris/classes/sun/awt/X11/XChoicePeer.java ../../../src/solaris/classes/sun/awt/X11/XKeysym.java ../../../src/solaris/classes/sun/awt/X11/XAtomList.java ../../../src/solaris/classes/sun/awt/X11/XHorizontalScrollbar.java ../../../src/solaris/classes/sun/awt/X11/XMouseInfoPeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetRegistry.java ../../../src/solaris/classes/sun/awt/X11/XBaseWindow.java ../../../src/solaris/classes/sun/awt/X11/XTextTransferHelper.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetProtocolListener.java ../../../src/solaris/classes/sun/awt/X11/XListPeer.java ../../../src/solaris/classes/sun/awt/X11/XWarningWindow.java ../../../src/solaris/classes/sun/awt/X11/XMouseDragGestureRecognizer.java ../../../src/solaris/classes/sun/awt/X11/XFocusProxyWindow.java ../../../src/solaris/classes/sun/awt/X11/XTranslateCoordinates.java ../../../src/solaris/classes/sun/awt/X11/XMSelection.java ../../../src/solaris/classes/sun/awt/X11/XUtilConstants.java ../../../src/solaris/classes/sun/awt/X11/XDnDDragSourceProtocol.java ../../../src/solaris/classes/sun/awt/X11/XDragAndDropProtocols.java ../../../src/solaris/classes/sun/awt/X11/XFontPeer.java ../../../src/solaris/classes/sun/awt/X11/XRepaintArea.java ../../../src/solaris/classes/sun/awt/X11/XScrollbarClient.java ../../../src/solaris/classes/sun/awt/X11/XAwtState.java ../../../src/solaris/classes/sun/awt/X11/XEmbedHelper.java ../../../src/solaris/classes/sun/awt/X11/XInputMethod.java ../../../src/solaris/classes/sun/awt/X11/XTrayIconPeer.java ../../../src/solaris/classes/sun/awt/X11/MotifDnDDropTargetProtocol.java ../../../src/solaris/classes/sun/awt/X11/XKeySymConstants.java ../../../src/solaris/classes/sun/awt/X11/ListHelper.java ../../../src/solaris/classes/sun/awt/X11/XWrapperBase.java ../../../src/solaris/classes/sun/awt/X11/XPanelPeer.java ../../../src/solaris/classes/sun/awt/X11/XProtocol.java ../../../src/solaris/classes/sun/awt/X11/XScrollbarPeer.java ../../../src/solaris/classes/sun/awt/X11/XInputMethodDescriptor.java ../../../src/solaris/classes/sun/awt/X11/XCustomCursor.java ../../../src/solaris/classes/sun/awt/X11/XStateProtocol.java ../../../src/solaris/classes/sun/awt/X11/XFileDialogPeer.java ../../../src/solaris/classes/sun/awt/X11/XAWTLookAndFeel.java ../../../src/solaris/classes/sun/awt/X11/XAbstractMenuItem.java ../../../src/solaris/classes/sun/awt/X11/XPopupMenuPeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetEventProcessor.java ../../../src/solaris/classes/sun/awt/X11/XEmbeddedFrame.java ../../../src/solaris/classes/sun/awt/X11/XBaseMenuWindow.java ../../../src/solaris/classes/sun/awt/X11/MotifDnDConstants.java ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java ../../../src/solaris/classes/sun/awt/X11/XButtonPeer.java ../../../src/solaris/classes/sun/awt/X11/XMenuItemPeer.java ../../../src/solaris/classes/sun/awt/X11/XCreateWindowParams.java ../../../src/solaris/classes/sun/awt/X11/XToolkitThreadBlockedHandler.java ../../../src/solaris/classes/sun/awt/X11/XCheckboxMenuItemPeer.java ../../../src/solaris/classes/sun/awt/X11/XRootWindow.java ../../../src/solaris/classes/sun/awt/X11/XComponentPeer.java ../../../src/solaris/classes/sun/awt/X11/XKeyboardFocusManagerPeer.java ../../../src/solaris/classes/sun/awt/X11/XMenuWindow.java ../../../src/solaris/classes/sun/awt/X11/XEmbedCanvasPeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetProtocol.java ../../../src/solaris/classes/sun/awt/X11/XEmbedChildProxy.java ../../../src/solaris/classes/sun/awt/X11/XMSelectionListener.java ../../../src/solaris/classes/sun/awt/X11/XWindowAttributesData.java ../../../src/solaris/classes/sun/awt/X11/XMenuBarPeer.java ../../../src/solaris/classes/sun/awt/X11/XCheckboxPeer.java ../../../src/solaris/classes/sun/awt/X11/XProtocolConstants.java ../../../src/solaris/classes/sun/awt/X11/XEventDispatcher.java ../../../src/solaris/classes/sun/awt/X11/UnsafeXDisposerRecord.java ../../../src/solaris/classes/sun/awt/X11/XCursorFontConstants.java ../../../src/solaris/classes/sun/awt/X11/XEmbedClientHelper.java ../../../src/solaris/classes/sun/awt/X11/XTextAreaPeer.java ../../../src/solaris/classes/sun/awt/X11/XDataTransferer.java ../../../src/solaris/classes/sun/awt/X11/XWindow.java ../../../src/solaris/classes/sun/awt/X11/XEmbedChildProxyPeer.java ../../../src/solaris/classes/sun/awt/X11/XToolkit.java ../../../src/solaris/classes/sun/awt/X11/WindowPropertyGetter.java ../../../src/solaris/classes/sun/awt/X11/ToplevelStateListener.java ../../../src/solaris/classes/sun/awt/X11/Native.java ../../../src/solaris/classes/sun/awt/X11/XConstants.java ../../../src/solaris/classes/sun/awt/X11/XFramePeer.java ../../../src/solaris/classes/sun/awt/X11/XLabelPeer.java ../../../src/solaris/classes/sun/awt/X11/MWMConstants.java ../../../src/solaris/classes/sun/awt/X11/XAWTXSettings.java ../../../src/solaris/classes/sun/awt/X11/XModalityProtocol.java ../../../src/solaris/classes/sun/awt/X11/XLayerProtocol.java ../../../src/solaris/classes/sun/awt/X11/XMenuPeer.java ../../../src/solaris/classes/sun/awt/X11/XEmbeddedFramePeer.java ../../../src/solaris/classes/sun/awt/X11/XEmbedServerTester.java ../../../src/solaris/classes/sun/awt/X11/XNETProtocol.java ../../../src/solaris/classes/sun/awt/X11/XIconInfo.java ../../../src/solaris/classes/sun/awt/X11/XPropertyCache.java ../../../src/solaris/classes/sun/awt/X11/XDnDConstants.java ../../../src/solaris/classes/sun/awt/X11/XAWTFormatter.java ../../../src/solaris/classes/sun/awt/X11/XScrollbar.java ../../../src/solaris/classes/sun/awt/X11/XScrollPanePeer.java ../../../src/solaris/classes/sun/awt/X11/XDropTargetContextPeer.java ../../../src/solaris/classes/sun/awt/X11/XWM.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders/ \ sun.awt.X11.XlibWrapper sun.awt.X11.XWindow sun.awt.X11.XDesktopPeer sun.awt.X11.XToolkit sun.awt.X11.XComponentPeer sun.awt.X11.XInputMethod Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/xawt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/xawt' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XlibWrapper.o ../../../src/solaris/native/sun/xawt/XlibWrapper.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XWindow.o ../../../src/solaris/native/sun/xawt/XWindow.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/xawt/XWindow.c: In function 'dumpKeysymArray': ../../../src/solaris/native/sun/xawt/XWindow.c:819: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' ../../../src/solaris/native/sun/xawt/XWindow.c:820: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' ../../../src/solaris/native/sun/xawt/XWindow.c:821: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' ../../../src/solaris/native/sun/xawt/XWindow.c:822: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'KeySym' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XToolkit.o ../../../src/solaris/native/sun/xawt/XToolkit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/xawt/XToolkit.c: In function 'NoisyXErrorHandler': ../../../src/solaris/native/sun/xawt/XToolkit.c:720: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'XID' ../../../src/solaris/native/sun/xawt/XToolkit.c:720: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'long unsigned int' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Color.o ../../../src/solaris/native/sun/awt/X11Color.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11SurfaceData.o ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_initSurface': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:495: warning: assignment makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XCreateGC': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1600: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1606: warning: cast from pointer to integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XResetClip': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1625: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XSetClip': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1651: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_XSetCopyMode': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1670: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_XSetXorMode': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1685: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_X11SurfaceData_XSetForeground': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1700: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c: In function 'Java_sun_java2d_x11_XSurfaceData_XSetGraphicsExposures': ../../../src/solaris/native/sun/java2d/x11/X11SurfaceData.c:1715: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_GraphicsEnv.o ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_InputMethod.o ../../../src/solaris/native/sun/awt/awt_InputMethod.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function 'makeDefaultConfig': ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c:288: warning: format '%x' expects type 'unsigned int *', but argument 3 has type 'VisualID *' ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'createStatusWindow': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c:687: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'createXIC': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1036: warning: comparison between pointer and integer ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1216: warning: assignment from incompatible pointer type ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'Java_sun_awt_X11_XInputMethod_openXIMNative': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1517: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1527: warning: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'Java_sun_awt_X11_XInputMethod_createXICNative': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1562: warning: comparison between pointer and integer ../../../src/solaris/native/sun/awt/awt_InputMethod.c: In function 'Java_sun_awt_X11_XInputMethod_setXICFocusNative': ../../../src/solaris/native/sun/awt/awt_InputMethod.c:1712: warning: comparison between pointer and integer /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/robot_common.o ../../../src/solaris/native/sun/awt/robot_common.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Robot.o ../../../src/solaris/native/sun/awt/awt_Robot.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/list.o ../../../src/solaris/native/sun/awt/list.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/list.c: In function 'add_to_list': ../../../src/solaris/native/sun/awt/list.c:106: warning: implicit declaration of function 'malloc' ../../../src/solaris/native/sun/awt/list.c:106: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/list.c: In function 'new_list': ../../../src/solaris/native/sun/awt/list.c:125: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/list.c: In function 'dup_list_head': ../../../src/solaris/native/sun/awt/list.c:153: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/list.c: In function 'delete_from_list': ../../../src/solaris/native/sun/awt/list.c:207: warning: implicit declaration of function 'free' ../../../src/solaris/native/sun/awt/list.c:207: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/awt/list.c: In function 'delete_list': ../../../src/solaris/native/sun/awt/list.c:240: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/awt/list.c: In function 'delete_list_destroying': ../../../src/solaris/native/sun/awt/list.c:262: warning: incompatible implicit declaration of built-in function 'free' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multiVis.o ../../../src/solaris/native/sun/awt/multiVis.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/initIDs.o ../../../src/solaris/native/sun/awt/initIDs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_util.o ../../../src/solaris/native/sun/awt/awt_util.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Desktop.o ../../../src/solaris/native/sun/xawt/awt_Desktop.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_UNIXToolkit.o ../../../src/solaris/native/sun/awt/awt_UNIXToolkit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/xawt/awt_Desktop.c: In function 'Java_sun_awt_X11_XDesktopPeer_gnome_1url_1show': ../../../src/solaris/native/sun/xawt/awt_Desktop.c:98: warning: pointer targets in initialization differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11FontScaler_md.o ../../../src/solaris/native/sun/java2d/x11/X11FontScaler_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_UNIXToolkit.c: In function '_icon_upcall': ../../../src/solaris/native/sun/awt/awt_UNIXToolkit.c:115: warning: pointer targets in passing argument 5 of '(*env)->SetByteArrayRegion' differ in signedness /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11TextRenderer_md.o ../../../src/solaris/native/sun/java2d/x11/X11TextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/X11TextRenderer_md.c: In function 'AWTDrawGlyphList': ../../../src/solaris/native/sun/java2d/x11/X11TextRenderer_md.c:225: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/fontpath.o ../../../src/solaris/native/sun/awt/fontpath.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Insets.o ../../../src/solaris/native/sun/awt/awt_Insets.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Event.o ../../../src/solaris/native/sun/awt/awt_Event.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Renderer.o ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11PMBlitLoops.o ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawLine': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:228: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:234: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:252: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:266: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:270: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawRoundRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:292: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:337: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:340: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:343: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:346: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:351: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:354: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:359: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:362: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawOval': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:381: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:396: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:400: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawArc': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:419: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:425: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDrawPoly': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:445: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:481: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:485: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDoPath': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:574: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:613: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:672: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:678: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillRoundRect': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:699: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:744: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:747: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:750: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:753: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:759: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:763: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:768: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillOval': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:786: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:826: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:829: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillArc': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:848: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:854: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillPoly': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:873: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:900: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XFillSpans': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:927: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:948: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_devCopyArea': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:979: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c: In function 'Java_sun_java2d_x11_X11PMBlitLoops_nativeBlit': ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c:63: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c: In function 'Java_sun_java2d_x11_X11PMBlitBgLoops_nativeBlitBg': ../../../src/solaris/native/sun/java2d/x11/X11PMBlitLoops.c:154: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c: In function 'Java_sun_java2d_x11_X11Renderer_XDoPath': ../../../src/solaris/native/sun/java2d/x11/X11Renderer.c:579: warning: 'fillRule' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBlitLoops.o ../../../src/share/native/sun/java2d/opengl/OGLBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBufImgOps.o ../../../src/share/native/sun/java2d/opengl/OGLBufImgOps.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLContext.o ../../../src/share/native/sun/java2d/opengl/OGLContext.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLFuncs.o ../../../src/share/native/sun/java2d/opengl/OGLFuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskBlit.o ../../../src/share/native/sun/java2d/opengl/OGLMaskBlit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskFill.o ../../../src/share/native/sun/java2d/opengl/OGLMaskFill.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLPaints.o ../../../src/share/native/sun/java2d/opengl/OGLPaints.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderQueue.o ../../../src/share/native/sun/java2d/opengl/OGLRenderQueue.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderer.o ../../../src/share/native/sun/java2d/opengl/OGLRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLSurfaceData.o ../../../src/share/native/sun/java2d/opengl/OGLSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLTextRenderer.o ../../../src/share/native/sun/java2d/opengl/OGLTextRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLVertexCache.o ../../../src/share/native/sun/java2d/opengl/OGLVertexCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXGraphicsConfig.o ../../../src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXSurfaceData.o ../../../src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/AccelGlyphCache.o ../../../src/share/native/sun/font/AccelGlyphCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/share/native/sun/font/AccelGlyphCache.c: In function 'AccelGlyphCache_Init': ../../../src/share/native/sun/font/AccelGlyphCache.c:58: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/font/AccelGlyphCache.c:58: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/font/AccelGlyphCache.c: In function 'AccelGlyphCache_AddGlyph': ../../../src/share/native/sun/font/AccelGlyphCache.c:127: warning: incompatible implicit declaration of built-in function 'malloc' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Font.o ../../../src/solaris/native/sun/awt/awt_Font.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multi_font.o ../../../src/solaris/native/sun/awt/multi_font.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_Font.c: In function 'awtJNI_GetFontData': ../../../src/solaris/native/sun/awt/awt_Font.c:577: warning: comparison with string literal results in unspecified behavior ../../../src/solaris/native/sun/awt/awt_Font.c: In function 'pDataDisposeMethod': ../../../src/solaris/native/sun/awt/awt_Font.c:946: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_AWTEvent.o ../../../src/solaris/native/sun/awt/awt_AWTEvent.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_DrawingSurface.o ../../../src/solaris/native/sun/awt/awt_DrawingSurface.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/jawt.o ../../../src/solaris/native/sun/awt/jawt.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/awt_DrawingSurface.c: In function 'awt_DrawingSurface_GetDrawingSurfaceInfo': ../../../src/solaris/native/sun/awt/awt_DrawingSurface.c:267: warning: assignment makes integer from pointer without a cast /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/CUPSfuncs.o ../../../src/solaris/native/sun/awt/CUPSfuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_assert.o ../../../src/share/native/sun/awt/debug/debug_assert.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_mem.o ../../../src/share/native/sun/awt/debug/debug_mem.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/awt/CUPSfuncs.c: In function 'Java_sun_print_CUPSPrinter_getCupsServer': ../../../src/solaris/native/sun/awt/CUPSfuncs.c:148: warning: implicit declaration of function 'strncmp' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_trace.o ../../../src/share/native/sun/awt/debug/debug_trace.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_util.o ../../../src/share/native/sun/awt/debug/debug_util.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Plugin.o ../../../src/solaris/native/sun/awt/awt_Plugin.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/gtk2_interface.o ../../../src/solaris/native/sun/awt/gtk2_interface.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKEngine.o ../../../src/solaris/native/sun/awt/swing_GTKEngine.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKStyle.o ../../../src/solaris/native/sun/awt/swing_GTKStyle.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/ArrayList.o ../../../src/solaris/native/sun/java2d/x11/ArrayList.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/ArrayList.c: In function 'initXRList': ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:10: warning: implicit declaration of function 'calloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:10: warning: incompatible implicit declaration of built-in function 'calloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c: In function 'getNewXR': ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:20: warning: implicit declaration of function 'realloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:20: warning: incompatible implicit declaration of built-in function 'realloc' ../../../src/solaris/native/sun/java2d/x11/ArrayList.c:22: warning: incompatible implicit declaration of built-in function 'calloc' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/MaskBuffer.o ../../../src/solaris/native/sun/java2d/x11/MaskBuffer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRSurfaceData.o ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/MaskBuffer.c: In function 'initMaskBuffer': ../../../src/solaris/native/sun/java2d/x11/MaskBuffer.c:90: warning: passing argument 2 of 'XCreateImage' from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c: In function 'initXRSrcData': ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:71: warning: passing argument 2 of 'XCreatePixmap' makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:76: warning: passing argument 2 of 'XCreatePixmap' makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:81: warning: passing argument 2 of 'XCreatePixmap' makes integer from pointer without a cast ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c: In function 'Java_sun_java2d_xr_XRSurfaceData_XRSetFilter': ../../../src/solaris/native/sun/java2d/x11/XRSurfaceData.c:455: warning: implicit declaration of function 'XRenderSetPictureFilter' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRGlyphCache.o ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRTextRenderer_md.o ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c: In function 'cleanCache': ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:114: warning: assignment from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c: In function 'uploadGlyph': ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:195: warning: pointer targets in passing argument 6 of 'XRenderAddGlyphs' differ in signedness ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c: In function 'XRGlyphCache_CacheGlyphs': ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:231: warning: assignment from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:234: warning: implicit declaration of function 'round' ../../../src/solaris/native/sun/java2d/x11/XRGlyphCache.c:234: warning: incompatible implicit declaration of built-in function 'round' ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c: In function 'XRT_DrawGlyphList': ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c:144: warning: implicit declaration of function 'floor' ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c:144: warning: incompatible implicit declaration of built-in function 'floor' ../../../src/solaris/native/sun/java2d/x11/XRTextRenderer_md.c:157: warning: incompatible implicit declaration of built-in function 'floor' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRRenderer.o ../../../src/solaris/native/sun/java2d/x11/XRRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRPMBlitLoops.o ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c: In function 'prepareMaskPM': ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:182: warning: pointer targets in assignment differ in signedness ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:185: warning: pointer targets in assignment differ in signedness ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:195: warning: passing argument 2 of 'XCreateImage' from incompatible pointer type ../../../src/solaris/native/sun/java2d/x11/XRPMBlitLoops.c:195: warning: pointer targets in passing argument 6 of 'XCreateImage' differ in signedness ../../../src/solaris/native/sun/java2d/x11/XRRenderer.c: In function 'Java_sun_java2d_xr_XRRenderer_XRDoPath': ../../../src/solaris/native/sun/java2d/x11/XRRenderer.c:136: warning: 'fillRule' may be used uninitialized in this function make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/xawt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/xawt STATS: LIBRARY=mawt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/xawt/libmawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/X11 -I../../../src/solaris/native/sun/awt/X11 -I/usr/include -DXAWT -DXAWT_HACK -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/../../sun.awt/awt/CClassHeaders -I../../../src/solaris/native/sun/awt -I../../../src/solaris/native/sun/xawt -I../../../src/solaris/native/sun/jdga -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/java2d -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d/pipe -I../../../src/share/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/opengl -I../../../src/solaris/native/sun/java2d/x11 -I../../../src/share/native/sun/dc/path -I../../../src/share/native/sun/dc/doe -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/solaris/native/sun/font -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include/X11/extensions -I/usr/include/X11/extensions -I/usr/include -I/usr/X11R6/include -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN/.. -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libmawt.so -L/usr/X11R6/lib -lpthread -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/xawt/libmawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XlibWrapper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XWindow.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XToolkit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Color.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11SurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_GraphicsEnv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_InputMethod.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/robot_common.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Robot.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/list.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multiVis.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/initIDs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Desktop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_UNIXToolkit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11FontScaler_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11TextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/fontpath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Insets.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Event.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11Renderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/X11PMBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLBufImgOps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLContext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLFuncs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLMaskFill.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLPaints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLTextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/OGLVertexCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXGraphicsConfig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/GLXSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/AccelGlyphCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Font.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/multi_font.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_AWTEvent.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_DrawingSurface.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/jawt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/CUPSfuncs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_assert.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_mem.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/debug_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/awt_Plugin.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/gtk2_interface.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/swing_GTKStyle.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/ArrayList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/MaskBuffer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRGlyphCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRTextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt.X11/xawt/obj/XRPMBlitLoops.o -lm -lawt -lXext -lX11 -lXrender -ldl -lm -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN/.. -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libmawt.so -lXtst -lXi -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions warning: dangerous include path /usr/include make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/xawt' Timing: 00043 seconds or 43s for make-sun-xawt <<>>Recursively making headless all @ Sun Aug 2 14:56:23 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/headless' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders/ \ sun.font.FontManager sun.awt.image.ImageRepresentation sun.awt.image.GifImageDecoder sun.awt.image.NativeLibLoader sun.java2d.loops.Blit sun.java2d.loops.BlitBg sun.java2d.loops.ScaledBlit sun.java2d.loops.TransformBlit sun.java2d.loops.FillRect sun.java2d.loops.FillSpans sun.java2d.loops.DrawGlyphList sun.java2d.loops.DrawGlyphListAA sun.java2d.loops.DrawGlyphListLCD sun.java2d.loops.DrawLine sun.java2d.loops.DrawRect sun.java2d.loops.DrawPolygons sun.java2d.loops.DrawPath sun.java2d.loops.FillPath sun.java2d.loops.MaskBlit sun.java2d.loops.MaskFill sun.java2d.loops.TransformHelper sun.java2d.loops.GraphicsPrimitiveMgr sun.java2d.loops.GraphicsPrimitive sun.awt.image.ImagingLib sun.java2d.SurfaceData sun.java2d.SunGraphics2D sun.awt.KeyboardFocusManagerPeerImpl sun.awt.image.BufImgSurfaceData sun.awt.image.DataBufferNative sun.awt.motif.X11FontMetrics sun.awt.X11InputMethod sun.awt.motif.MFontConfiguration sun.awt.motif.MFontPeer sun.awt.motif.MToolkit sun.awt.DebugSettings sun.awt.EmbeddedFrame sun.awt.PlatformFont sun.awt.FontDescriptor sun.awt.NativeLibLoader sun.awt.X11GraphicsEnvironment sun.awt.X11GraphicsDevice sun.awt.X11GraphicsConfig sun.awt.CharsetString sun.awt.UNIXToolkit sun.java2d.pipe.BufferedContext sun.java2d.pipe.BufferedMaskBlit sun.java2d.pipe.BufferedOpCodes sun.java2d.pipe.BufferedPaints sun.java2d.pipe.BufferedRenderPipe sun.java2d.pipe.BufferedTextPipe sun.java2d.pipe.RenderBuffer sun.java2d.pipe.ShapeSpanIterator sun.java2d.pipe.SpanClipRenderer sun.java2d.pipe.RegionIterator sun.awt.image.IntegerComponentRaster sun.java2d.cmm.CMSManager sun.java2d.cmm.PCMM sun.java2d.cmm.ColorTransform sun.awt.datatransfer.DataTransferer sun.awt.dnd.SunDragSourceContextPeer sun.awt.motif.MToolkitThreadBlockedHandler sun.java2d.opengl.OGLBlitLoops sun.java2d.opengl.OGLContext sun.java2d.opengl.OGLMaskFill sun.java2d.opengl.OGLPaints sun.java2d.opengl.OGLRenderer sun.java2d.opengl.OGLRenderQueue sun.java2d.opengl.OGLSurfaceData sun.java2d.opengl.OGLTextRenderer sun.java2d.opengl.GLXGraphicsConfig sun.java2d.opengl.GLXSurfaceData sun.java2d.x11.X11PMBlitLoops sun.java2d.x11.X11PMBlitBgLoops sun.java2d.x11.X11Renderer sun.java2d.x11.X11SurfaceData com.sun.java.swing.plaf.gtk.GTKEngine com.sun.java.swing.plaf.gtk.GTKStyle java.awt.AlphaComposite java.awt.MouseInfo java.awt.Cursor java.awt.Graphics java.awt.Color java.awt.Image java.awt.Rectangle java.awt.Event java.awt.Font java.awt.Insets java.awt.Point java.awt.FontMetrics java.awt.Toolkit java.awt.Component java.awt.Container java.awt.Canvas java.awt.Button java.awt.List java.awt.Adjustable java.awt.Scrollbar java.awt.ScrollPane java.awt.ScrollPaneAdjustable java.awt.Window java.awt.TextField java.awt.Label java.awt.Choice java.awt.TextArea java.awt.MenuBar java.awt.Menu java.awt.MenuComponent java.awt.PopupMenu java.awt.Dialog java.awt.FileDialog java.awt.MenuItem java.awt.Checkbox java.awt.CheckboxMenuItem java.awt.CheckboxGroup java.awt.Frame java.awt.Transparency java.awt.AWTException java.awt.AWTEvent java.awt.AWTKeyStroke java.awt.KeyboardFocusManager java.awt.Dimension java.awt.SystemColor java.awt.TrayIcon java.awt.DisplayMode java.awt.color.ColorSpace java.awt.color.ICC_Profile java.awt.geom.PathIterator java.awt.image.AffineTransformOp java.awt.image.ImageConsumer java.awt.image.ImageObserver java.awt.image.BufferedImage java.awt.image.ColorModel java.awt.image.ConvolveOp java.awt.image.DirectColorModel java.awt.image.IndexColorModel java.awt.image.DataBuffer java.awt.datatransfer.Transferable java.awt.datatransfer.DataFlavor java.awt.datatransfer.UnsupportedFlavorException java.awt.datatransfer.Clipboard java.awt.datatransfer.ClipboardOwner java.awt.datatransfer.StringSelection java.awt.event.AdjustmentEvent java.awt.event.KeyEvent java.awt.event.MouseEvent java.awt.event.MouseWheelEvent java.awt.event.FocusEvent java.awt.event.InputEvent java.awt.event.WindowEvent java.awt.event.NativeLibLoader java.awt.peer.ComponentPeer java.awt.dnd.DnDConstants sun.awt.CausedFocusEvent java.io.InputStream java.lang.ThreadGroup /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/headless Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/headless make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/headless' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_Font.o ../../../src/solaris/native/sun/awt/awt_Font.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_MToolkit.o ../../../src/solaris/native/sun/awt/awt_MToolkit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/fontpath.o ../../../src/solaris/native/sun/awt/fontpath.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/VDrawingArea.o ../../../src/solaris/native/sun/awt/VDrawingArea.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Color.o ../../../src/solaris/native/sun/awt/X11Color.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Renderer.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11Renderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11PMBlitLoops.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11PMBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11SurfaceData.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11FontScaler_md.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11FontScaler_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c: In function 'XShared_initSurface': ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c:467: warning: control reaches end of non-void function ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c: In function 'XShared_initIDs': ../../../src/solaris/native/sun/awt/../java2d/x11/X11SurfaceData.c:145: warning: control reaches end of non-void function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11TextRenderer_md.o ../../../src/solaris/native/sun/awt/../java2d/x11/X11TextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/XRTextRenderer_md.o ../../../src/solaris/native/sun/awt/../java2d/x11/XRTextRenderer_md.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBlitLoops.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLBlitLoops.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBufImgOps.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLBufImgOps.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLContext.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLContext.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLFuncs.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLFuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskBlit.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLMaskBlit.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskFill.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLMaskFill.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLPaints.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLPaints.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderQueue.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLRenderQueue.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderer.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLSurfaceData.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLTextRenderer.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLTextRenderer.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLVertexCache.o ../../../src/share/native/sun/awt/../java2d/opengl/OGLVertexCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXGraphicsConfig.o ../../../src/solaris/native/sun/awt/../java2d/opengl/GLXGraphicsConfig.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXSurfaceData.o ../../../src/solaris/native/sun/awt/../java2d/opengl/GLXSurfaceData.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/AccelGlyphCache.o ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/CUPSfuncs.o ../../../src/solaris/native/sun/awt/CUPSfuncs.c warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c: In function 'AccelGlyphCache_Init': ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c:58: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c:58: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c: In function 'AccelGlyphCache_AddGlyph': ../../../src/share/native/sun/awt/../font/AccelGlyphCache.c:127: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/awt/CUPSfuncs.c: In function 'Java_sun_print_CUPSPrinter_getCupsServer': ../../../src/solaris/native/sun/awt/CUPSfuncs.c:148: warning: implicit declaration of function 'strncmp' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/headless' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/headless STATS: LIBRARY=mawt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/headless/libmawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -g -DHEADLESS=true -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -DHEADLESS=true -I/usr/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -I../../../src/solaris/native/sun/awt -I/X11R6/include/X11/extensions -I/usr/include/X11/extensions -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN/.. -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libmawt.so -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/ -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/headless/libmawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_Font.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/awt_MToolkit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/fontpath.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/VDrawingArea.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Color.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11Renderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11PMBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11SurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11FontScaler_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/X11TextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/XRTextRenderer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBlitLoops.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLBufImgOps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLContext.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLFuncs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskBlit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLMaskFill.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLPaints.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderQueue.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLTextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/OGLVertexCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXGraphicsConfig.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/GLXSurfaceData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/AccelGlyphCache.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/headless/obj/CUPSfuncs.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lstdc++ -lawt -lm -ldl -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include warning: dangerous include path /usr/include/X11/extensions make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/headless' Timing: 00009 seconds or 9s for make-sun-headless <<>>Recursively making font all @ Sun Aug 2 14:56:32 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/font' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/.classes.list) ../../../src/share/classes/sun/font/FreetypeFontScaler.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/.classes.list Note: ../../../src/share/classes/sun/font/FreetypeFontScaler.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders/ \ sun.font.SunLayoutEngine java.awt.Font java.text.Bidi sun.font.FileFont sun.font.FontManager sun.font.GlyphList sun.font.NativeFont sun.font.StrikeCache sun.font.NullFontScaler sun.font.FreetypeFontScaler sun.java2d.loops.DrawGlyphList sun.java2d.loops.DrawGlyphListAA sun.java2d.loops.DrawGlyphListLCD sun.java2d.loops.GraphicsPrimitive sun.font.NativeStrike sun.font.NativeStrikeDisposer sun.font.X11TextRenderer sun.font.XRTextRenderer sun.awt.X11GraphicsEnvironment Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/font make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/font' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/jbidi.o ../../../src/share/native/sun/font/bidi/jbidi.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidi.o ../../../src/share/native/sun/font/bidi/ubidi.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidiln.o ../../../src/share/native/sun/font/bidi/ubidiln.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/uchardir.o ../../../src/share/native/sun/font/bidi/uchardir.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../../src/share/native/sun/font/bidi/uchardir.c: In function 'u_getDirection': ../../../src/share/native/sun/font/bidi/uchardir.c:617: warning: array subscript is above array bounds /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DrawGlyphList.o ../../../src/share/native/sun/font/DrawGlyphList.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/sunFont.o ../../../src/share/native/sun/font/sunFont.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'setupBlitVector': ../../../src/share/native/sun/font/DrawGlyphList.c:73: warning: implicit declaration of function 'malloc' ../../../src/share/native/sun/font/DrawGlyphList.c:73: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/font/DrawGlyphList.c:79: warning: implicit declaration of function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:79: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:96: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:104: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c:117: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'Java_sun_java2d_loops_DrawGlyphList_DrawGlyphList': ../../../src/share/native/sun/font/DrawGlyphList.c:327: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'Java_sun_java2d_loops_DrawGlyphListAA_DrawGlyphListAA': ../../../src/share/native/sun/font/DrawGlyphList.c:356: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'Java_sun_java2d_loops_DrawGlyphListLCD_DrawGlyphListLCD': ../../../src/share/native/sun/font/DrawGlyphList.c:388: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'setupLCDBlitVector': ../../../src/share/native/sun/font/DrawGlyphList.c:502: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/share/native/sun/font/DrawGlyphList.c:508: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:526: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c:548: warning: incompatible implicit declaration of built-in function 'free' ../../../src/share/native/sun/font/DrawGlyphList.c:555: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c:630: warning: cast to pointer from integer of different size ../../../src/share/native/sun/font/DrawGlyphList.c: In function 'initLUT': ../../../src/share/native/sun/font/DrawGlyphList.c:691: warning: incompatible implicit declaration of built-in function 'malloc' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/freetypeScaler.o ../../../src/share/native/sun/font/freetypeScaler.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11FontScaler.o ../../../src/solaris/native/sun/font/X11FontScaler.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrikeDisposer_freeNativeScalerContext': ../../../src/solaris/native/sun/font/X11FontScaler.c:53: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c:59: warning: implicit declaration of function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c:59: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrike_createNullScalerContext': ../../../src/solaris/native/sun/font/X11FontScaler.c:68: warning: implicit declaration of function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:68: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrike_createScalerContext': ../../../src/solaris/native/sun/font/X11FontScaler.c:86: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:97: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_fontExists': ../../../src/solaris/native/sun/font/X11FontScaler.c:154: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:164: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_haveBitmapFonts': ../../../src/solaris/native/sun/font/X11FontScaler.c:178: warning: incompatible implicit declaration of built-in function 'malloc' ../../../src/solaris/native/sun/font/X11FontScaler.c:188: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_countGlyphs': ../../../src/solaris/native/sun/font/X11FontScaler.c:207: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c:214: warning: incompatible implicit declaration of built-in function 'free' ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeStrike_getMaxGlyph': ../../../src/solaris/native/sun/font/X11FontScaler.c:223: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getGlyphAdvance': ../../../src/solaris/native/sun/font/X11FontScaler.c:235: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getGlyphImageNoDefault': ../../../src/solaris/native/sun/font/X11FontScaler.c:274: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getGlyphImage': ../../../src/solaris/native/sun/font/X11FontScaler.c:295: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/font/X11FontScaler.c: In function 'Java_sun_font_NativeFont_getFontMetrics': ../../../src/solaris/native/sun/font/X11FontScaler.c:316: warning: cast to pointer from integer of different size /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/XRTextRenderer.o ../../../src/solaris/native/sun/font/XRTextRenderer.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11TextRenderer.o ../../../src/solaris/native/sun/font/X11TextRenderer.c warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CursiveAttachmentSubtables.o ../../../src/share/native/sun/font/layout/CursiveAttachmentSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ExtensionSubtables.o ../../../src/share/native/sun/font/layout/ExtensionSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MPreFixups.o ../../../src/share/native/sun/font/layout/MPreFixups.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HanLayoutEngine.o ../../../src/share/native/sun/font/layout/HanLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEFontInstance.o ../../../src/share/native/sun/font/layout/LEFontInstance.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualGlyphSubstProc.o ../../../src/share/native/sun/font/layout/ContextualGlyphSubstProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicRearrangementProcessor.o ../../../src/share/native/sun/font/layout/IndicRearrangementProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstProc.o ../../../src/share/native/sun/font/layout/LigatureSubstProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupTables.o ../../../src/share/native/sun/font/layout/LookupTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MorphTables.o ../../../src/share/native/sun/font/layout/MorphTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/NonContextualGlyphSubstProc.o ../../../src/share/native/sun/font/layout/NonContextualGlyphSubstProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentArrayProcessor.o ../../../src/share/native/sun/font/layout/SegmentArrayProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentSingleProcessor.o ../../../src/share/native/sun/font/layout/SegmentSingleProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SimpleArrayProcessor.o ../../../src/share/native/sun/font/layout/SimpleArrayProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleTableProcessor.o ../../../src/share/native/sun/font/layout/SingleTableProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/StateTableProcessor.o ../../../src/share/native/sun/font/layout/StateTableProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubtableProcessor.o ../../../src/share/native/sun/font/layout/SubtableProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/TrimmedArrayProcessor.o ../../../src/share/native/sun/font/layout/TrimmedArrayProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AlternateSubstSubtables.o ../../../src/share/native/sun/font/layout/AlternateSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AnchorTables.o ../../../src/share/native/sun/font/layout/AnchorTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonData.o ../../../src/share/native/sun/font/layout/CanonData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonShaping.o ../../../src/share/native/sun/font/layout/CanonShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ClassDefinitionTables.o ../../../src/share/native/sun/font/layout/ClassDefinitionTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualSubstSubtables.o ../../../src/share/native/sun/font/layout/ContextualSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CoverageTables.o ../../../src/share/native/sun/font/layout/CoverageTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DeviceTables.o ../../../src/share/native/sun/font/layout/DeviceTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Features.o ../../../src/share/native/sun/font/layout/Features.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GDEFMarkFilter.o ../../../src/share/native/sun/font/layout/GDEFMarkFilter.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphDefinitionTables.o ../../../src/share/native/sun/font/layout/GlyphDefinitionTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphIterator.o ../../../src/share/native/sun/font/layout/GlyphIterator.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphLookupTables.o ../../../src/share/native/sun/font/layout/GlyphLookupTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositionAdjustments.o ../../../src/share/native/sun/font/layout/GlyphPositionAdjustments.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPosnLookupProc.o ../../../src/share/native/sun/font/layout/GlyphPosnLookupProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositioningTables.o ../../../src/share/native/sun/font/layout/GlyphPositioningTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstLookupProc.o ../../../src/share/native/sun/font/layout/GlyphSubstLookupProc.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstitutionTables.o ../../../src/share/native/sun/font/layout/GlyphSubstitutionTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewLigatureData.o ../../../src/share/native/sun/font/layout/HebrewLigatureData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewShaping.o ../../../src/share/native/sun/font/layout/HebrewShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicClassTables.o ../../../src/share/native/sun/font/layout/IndicClassTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicReordering.o ../../../src/share/native/sun/font/layout/IndicReordering.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KernTable.o ../../../src/share/native/sun/font/layout/KernTable.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerLayoutEngine.o ../../../src/share/native/sun/font/layout/KhmerLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerReordering.o ../../../src/share/native/sun/font/layout/KhmerReordering.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEGlyphStorage.o ../../../src/share/native/sun/font/layout/LEGlyphStorage.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEInsertionList.o ../../../src/share/native/sun/font/layout/LEInsertionList.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstSubtables.o ../../../src/share/native/sun/font/layout/LigatureSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupProcessor.o ../../../src/share/native/sun/font/layout/LookupProcessor.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Lookups.o ../../../src/share/native/sun/font/layout/Lookups.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkArrays.o ../../../src/share/native/sun/font/layout/MarkArrays.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToBasePosnSubtables.o ../../../src/share/native/sun/font/layout/MarkToBasePosnSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToLigaturePosnSubtables.o ../../../src/share/native/sun/font/layout/MarkToLigaturePosnSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToMarkPosnSubtables.o ../../../src/share/native/sun/font/layout/MarkToMarkPosnSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MirroredCharData.o ../../../src/share/native/sun/font/layout/MirroredCharData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MultipleSubstSubtables.o ../../../src/share/native/sun/font/layout/MultipleSubstSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeUtilities.o ../../../src/share/native/sun/font/layout/OpenTypeUtilities.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/PairPositioningSubtables.o ../../../src/share/native/sun/font/layout/PairPositioningSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguage.o ../../../src/share/native/sun/font/layout/ScriptAndLanguage.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ShapingTypeData.o ../../../src/share/native/sun/font/layout/ShapingTypeData.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SinglePositioningSubtables.o ../../../src/share/native/sun/font/layout/SinglePositioningSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleSubstitutionSubtables.o ../../../src/share/native/sun/font/layout/SingleSubstitutionSubtables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubstitutionLookups.o ../../../src/share/native/sun/font/layout/SubstitutionLookups.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiShaping.o ../../../src/share/native/sun/font/layout/ThaiShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiStateTables.o ../../../src/share/native/sun/font/layout/ThaiStateTables.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ValueRecords.o ../../../src/share/native/sun/font/layout/ValueRecords.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicLayoutEngine.o ../../../src/share/native/sun/font/layout/ArabicLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicShaping.o ../../../src/share/native/sun/font/layout/ArabicShaping.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GXLayoutEngine.o ../../../src/share/native/sun/font/layout/GXLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicLayoutEngine.o ../../../src/share/native/sun/font/layout/IndicLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LayoutEngine.o ../../../src/share/native/sun/font/layout/LayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SunLayoutEngine.o ../../../src/share/native/sun/font/layout/SunLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeLayoutEngine.o ../../../src/share/native/sun/font/layout/OpenTypeLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiLayoutEngine.o ../../../src/share/native/sun/font/layout/ThaiLayoutEngine.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguageTags.o ../../../src/share/native/sun/font/layout/ScriptAndLanguageTags.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/FontInstanceAdapter.o ../../../src/share/native/sun/font/FontInstanceAdapter.cpp warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/font' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/font STATS: LIBRARY=fontmanager, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libfontmanager.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/.files_compiled mapfile-vers.openjdk /opt/lsb/bin/lsbc++ -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DHEADLESS -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/font -I../../../src/solaris/native/sun/font -I/usr/include/freetype -I/usr/include/freetype/freetype2 -I/usr/include -I/usr/include/freetype2 -I../../../src/solaris/../linux/lsb -I../../../src/share/native/sun/font -I../../../src/share/native/sun/font/layout -I../../../src/share/native/sun/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/../../sun.awt/awt/CClassHeaders -Xlinker -O1 -Xlinker -version-script=mapfile-vers.openjdk -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libfontmanager.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libfontmanager.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/jbidi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidi.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ubidiln.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/uchardir.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DrawGlyphList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/sunFont.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/freetypeScaler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11FontScaler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/XRTextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/X11TextRenderer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CursiveAttachmentSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ExtensionSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MPreFixups.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HanLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEFontInstance.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualGlyphSubstProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicRearrangementProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MorphTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/NonContextualGlyphSubstProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentArrayProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SegmentSingleProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SimpleArrayProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleTableProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/StateTableProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubtableProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/TrimmedArrayProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AlternateSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/AnchorTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CanonShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ClassDefinitionTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ContextualSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/CoverageTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/DeviceTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Features.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GDEFMarkFilter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphDefinitionTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphIterator.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphLookupTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositionAdjustments.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPosnLookupProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphPositioningTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstLookupProc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GlyphSubstitutionTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewLigatureData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/HebrewShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicClassTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicReordering.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KernTable.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/KhmerReordering.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEGlyphStorage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LEInsertionList.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LigatureSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LookupProcessor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/Lookups.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkArrays.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToBasePosnSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToLigaturePosnSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MarkToMarkPosnSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MirroredCharData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/MultipleSubstSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeUtilities.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/PairPositioningSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguage.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ShapingTypeData.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SinglePositioningSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SingleSubstitutionSubtables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SubstitutionLookups.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiStateTables.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ValueRecords.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ArabicShaping.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/GXLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/IndicLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/LayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/SunLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/OpenTypeLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ThaiLayoutEngine.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/ScriptAndLanguageTags.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.font/fontmanager/obj/FontInstanceAdapter.o -L/usr/lib -lopenjdk6_lsb_helper -lfreetype -lawt -lm -lstdc++ -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc warning: dangerous include path /usr/include/freetype warning: dangerous include path /usr/include/freetype/freetype2 warning: dangerous include path /usr/include warning: dangerous include path /usr/include/freetype2 make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/font' Timing: 00028 seconds or 28s for make-sun-font <<>>Recursively making jpeg all @ Sun Aug 2 14:57:00 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jpeg' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders/ \ sun.awt.image.JPEGImageDecoder com.sun.imageio.plugins.jpeg.JPEGImageReader com.sun.imageio.plugins.jpeg.JPEGImageWriter java.io.InputStream Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jpeg make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jpeg' /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/awt/image/jpeg -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/imageioJPEG.o ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/awt/image/jpeg -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/jpegdecoder.o ../../../src/share/native/sun/awt/image/jpeg/jpegdecoder.c ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_initJPEGImageReader':../../../src/share/native/sun/awt/image/jpeg/jpegdecoder.c: In function 'sun_jpeg_fill_suspended_buffer': ../../../src/share/native/sun/awt/image/jpeg/jpegdecoder.c:359: warning: comparison between signed and unsigned ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1546: warning: cast from pointer to integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_setSource': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1561: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImageHeader': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1600: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_setOutColorSpace': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1789: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1846: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_abortRead': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2146: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_resetLibraryState': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2164: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_resetReader': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2186: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_disposeReader': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2259: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_initJPEGImageWriter': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2652: warning: cast from pointer to integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_setDest': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2662: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeTables': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2693: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2792: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_abortWrite': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:3095: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_resetWriter': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:3112: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_disposeWriter': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:3144: warning: cast to pointer from integer of different size ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:2791: warning: variable 'mustScale' might be clobbered by 'longjmp' or 'vfork' ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c: In function 'Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImage': ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1843: warning: variable 'mustScale' might be clobbered by 'longjmp' or 'vfork' ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1845: warning: variable 'orderedBands' might be clobbered by 'longjmp' or 'vfork' ../../../src/share/native/sun/awt/image/jpeg/imageioJPEG.c:1824: warning: argument 'maxProgressivePass' might be clobbered by 'longjmp' or 'vfork' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jpeg' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jpeg STATS: LIBRARY=jpeg, PRODUCT=sun, _OPT=-O3 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjpeg.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O3 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/sun/awt/image/jpeg -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjpeg.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjpeg.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/imageioJPEG.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jpeg/obj/jpegdecoder.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc -ldl make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jpeg' Timing: 00004 seconds or 4s for make-sun-jpeg <<>>Recursively making cmm all @ Sun Aug 2 14:57:04 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/cmm' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/sRGB.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/sRGB.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/sRGB.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/GRAY.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/GRAY.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/GRAY.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/CIEXYZ.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/CIEXYZ.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/CIEXYZ.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/PYCC.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/PYCC.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/PYCC.pf rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/LINEAR_RGB.pf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/cp ../../../src/share/lib/cmm/lcms/LINEAR_RGB.pf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/cmm/LINEAR_RGB.pf Begin Processing SUBDIRS: lcms >>>Recursively making lcms all @ Sun Aug 2 14:57:05 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/cmm/lcms' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders/ \ sun.java2d.cmm.lcms.LCMS Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/cmm/lcms make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/cmm/lcms' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam02.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam02.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam97.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam97.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam02.c:56: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscam97.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscgats.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscnvrt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c: In function 'cmsIT8Alloc': ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c:1328: warning: comparison between signed and unsigned ../../../../src/share/native/sun/java2d/cmm/lcms/cmscgats.c:1331: warning: comparison between signed and unsigned In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmserr.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmserr.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmserr.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgamma.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgamma.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgamma.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgmt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgmt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsgmt.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsintrp.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsintrp.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsintrp.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio0.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio0.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio0.c:57: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio1.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:55: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c: In function 'ReadEmbeddedTextTag': ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:1623: warning: initialization from incompatible pointer type ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:1680: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c: In function 'SaveDescription': ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:2955: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmslut.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c: In function '_cmsModifyTagData': ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:3773: warning: 'beforeBuf' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmsio1.c:3773: warning: 'afterBuf' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c: In function 'cmsEvalLUTreverse': ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[0u]' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[1]' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[2]' may be used uninitialized in this function ../../../../src/share/native/sun/java2d/cmm/lcms/cmslut.c:793: warning: 'LastResult[3]' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmatsh.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmatsh.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmatsh.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmtrx.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsnamed.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsnamed.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsnamed.c:55: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspack.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmspack.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmspack.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspcs.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmspcs.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmspcs.c:54: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsps2.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsps2.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsps2.c:57: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmssamp.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c: At top level: ../../../../src/share/native/sun/java2d/cmm/lcms/cmssamp.c:484: warning: ignoring #pragma warning /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsvirt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsvirt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsvirt.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmswtpnt.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c:52: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c: In function 'Robertson': ../../../../src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c:393: warning: comparison between signed and unsigned /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsxform.o ../../../../src/share/native/sun/java2d/cmm/lcms/cmsxform.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/cmsxform.c:53: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/LCMS.o ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c In file included from ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c:31: ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h: In function '_cmsMalloc': ../../../../src/share/native/sun/java2d/cmm/lcms/lcms.h:1452: warning: comparison of unsigned expression < 0 is always false ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c: In function 'Java_sun_java2d_cmm_lcms_LCMS_createNativeTransform': ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c:126: warning: return makes integer from pointer without a cast ../../../../src/share/native/sun/java2d/cmm/lcms/LCMS.c:149: warning: passing argument 1 of 'cmsCreateMultiprofileTransform' from incompatible pointer type make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/cmm/lcms' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/cmm/lcms STATS: LIBRARY=lcms, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/liblcms.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/java2d/cmm/lcms -I../../../../src/solaris/native/sun/java2d/cmm/lcms -I../../../../src/share/native/sun/java2d -I../../../../src/share/native/sun/awt/debug -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=liblcms.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/liblcms.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam02.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscam97.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscgats.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmscnvrt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmserr.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgamma.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsgmt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsintrp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio0.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsio1.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmslut.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmatsh.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsmtrx.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsnamed.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmspcs.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsps2.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmssamp.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsvirt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmswtpnt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/cmsxform.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.java2d.cmm.lcms/lcms/obj/LCMS.o -lm -lawt -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/xawt -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/sun.java2d.cmm.PCMM /bin/cp ../../../../src/share/classes/sun/java2d/cmm/lcms/META-INF/services/sun.java2d.cmm.PCMM /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/sun.java2d.cmm.PCMM make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/cmm/lcms' Timing: 00014 seconds or 14s for make-sun-cmm-lcms <<>>Recursively making applet all @ Sun Aug 2 14:57:20 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/applet' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/applet/resources/MsgAppletViewer_zh_HK.java /bin/cat ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/applet/resources/MsgAppletViewer_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/.classes.list) ../../../src/share/classes/sun/applet/resources/MsgAppletViewer.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_de.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_es.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_fr.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_it.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_ja.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_ko.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_sv.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_zh_CN.java ../../../src/share/classes/sun/applet/resources/MsgAppletViewer_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/applet/resources/MsgAppletViewer_zh_HK.java ../../../src/share/classes/sun/applet/AppletProps.java ../../../src/share/classes/sun/applet/PluginClassLoader.java ../../../src/share/classes/sun/applet/JavaConsole.java ../../../src/share/classes/sun/applet/PasswordAuthenticationDialog.java ../../../src/share/classes/sun/applet/AppletIOException.java ../../../src/share/classes/sun/applet/PluginMain.java ../../../src/share/classes/sun/applet/RequestQueue.java ../../../src/share/classes/sun/applet/AppletImageRef.java ../../../src/share/classes/sun/applet/AppletViewerPanel.java ../../../src/share/classes/sun/applet/Main.java ../../../src/share/classes/sun/applet/GetMemberPluginCallRequest.java ../../../src/share/classes/sun/applet/PluginDebug.java ../../../src/share/classes/sun/applet/PluginProxyInfoRequest.java ../../../src/share/classes/sun/applet/PluginMessageHandlerWorker.java ../../../src/share/classes/sun/applet/AppletViewer.java ../../../src/share/classes/sun/applet/PluginProxySelector.java ../../../src/share/classes/sun/applet/PluginStreamHandler.java ../../../src/share/classes/sun/applet/TestEnv.java ../../../src/share/classes/sun/applet/PluginCallRequestFactory.java ../../../src/share/classes/sun/applet/PluginCallRequest.java ../../../src/share/classes/sun/applet/VoidPluginCallRequest.java ../../../src/share/classes/sun/applet/PluginAppletSecurityContext.java ../../../src/share/classes/sun/applet/PluginMessageConsumer.java ../../../src/share/classes/sun/applet/AppletViewerFactory.java ../../../src/share/classes/sun/applet/AppletSecurityException.java ../../../src/share/classes/sun/applet/GetWindowPluginCallRequest.java ../../../src/share/classes/sun/applet/PluginAppletViewer.java ../../../src/share/classes/sun/applet/PluginException.java ../../../src/share/classes/sun/applet/AppletResourceLoader.java ../../../src/share/classes/sun/applet/AppletSecurityContextManager.java ../../../src/share/classes/sun/applet/PluginObjectStore.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/applet/resources/MsgAppletViewer_zh_HK.java make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/applet' Timing: 00003 seconds or 3s for make-sun-applet <<>>Recursively making rmi all @ Sun Aug 2 14:57:23 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi' Begin Processing SUBDIRS: oldtools rmic rmi registry rmid >>>Recursively making oldtools all @ Sun Aug 2 14:57:24 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/oldtools' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/javac/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties /bin/cp ../../../../src/share/classes/sun/tools/javac/resources/javac.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/javac/resources/javac.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/oldjavac/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/oldjavac/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/oldjavac/.classes.list) ../../../../src/share/classes/sun/tools/java/RuntimeConstants.java ../../../../src/share/classes/sun/tools/javac/Main.java ../../../../src/share/classes/sun/tools/javac/BatchEnvironment.java ../../../../src/share/classes/sun/tools/javac/ErrorConsumer.java ../../../../src/share/classes/sun/tools/javac/ErrorMessage.java ../../../../src/share/classes/sun/tools/javac/BatchParser.java ../../../../src/share/classes/sun/tools/javac/SourceClass.java ../../../../src/share/classes/sun/tools/javac/SourceMember.java ../../../../src/share/classes/sun/tools/javac/CompilerMember.java ../../../../src/share/classes/sun/tools/tree/LocalMember.java ../../../../src/share/classes/sun/tools/tree/Node.java ../../../../src/share/classes/sun/tools/tree/Expression.java ../../../../src/share/classes/sun/tools/tree/Statement.java ../../../../src/share/classes/sun/tools/tree/TypeExpression.java ../../../../src/share/classes/sun/tools/tree/IdentifierExpression.java ../../../../src/share/classes/sun/tools/tree/UnaryExpression.java ../../../../src/share/classes/sun/tools/tree/FieldExpression.java ../../../../src/share/classes/sun/tools/tree/NaryExpression.java ../../../../src/share/classes/sun/tools/tree/MethodExpression.java ../../../../src/share/classes/sun/tools/tree/InlineMethodExpression.java ../../../../src/share/classes/sun/tools/tree/ConstantExpression.java ../../../../src/share/classes/sun/tools/tree/IntegerExpression.java ../../../../src/share/classes/sun/tools/tree/CharExpression.java ../../../../src/share/classes/sun/tools/tree/IntExpression.java ../../../../src/share/classes/sun/tools/tree/LongExpression.java ../../../../src/share/classes/sun/tools/tree/FloatExpression.java ../../../../src/share/classes/sun/tools/tree/DoubleExpression.java ../../../../src/share/classes/sun/tools/tree/StringExpression.java ../../../../src/share/classes/sun/tools/tree/BooleanExpression.java ../../../../src/share/classes/sun/tools/tree/NullExpression.java ../../../../src/share/classes/sun/tools/tree/ThisExpression.java ../../../../src/share/classes/sun/tools/tree/SuperExpression.java ../../../../src/share/classes/sun/tools/tree/NotExpression.java ../../../../src/share/classes/sun/tools/tree/PositiveExpression.java ../../../../src/share/classes/sun/tools/tree/NegativeExpression.java ../../../../src/share/classes/sun/tools/tree/BitNotExpression.java ../../../../src/share/classes/sun/tools/tree/IncDecExpression.java ../../../../src/share/classes/sun/tools/tree/PreIncExpression.java ../../../../src/share/classes/sun/tools/tree/PreDecExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryExpression.java ../../../../src/share/classes/sun/tools/tree/CastExpression.java ../../../../src/share/classes/sun/tools/tree/ExprExpression.java ../../../../src/share/classes/sun/tools/tree/ArrayExpression.java ../../../../src/share/classes/sun/tools/tree/NewArrayExpression.java ../../../../src/share/classes/sun/tools/tree/NewInstanceExpression.java ../../../../src/share/classes/sun/tools/tree/ArrayAccessExpression.java ../../../../src/share/classes/sun/tools/tree/PostIncExpression.java ../../../../src/share/classes/sun/tools/tree/PostDecExpression.java ../../../../src/share/classes/sun/tools/tree/CommaExpression.java ../../../../src/share/classes/sun/tools/tree/InstanceOfExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryArithmeticExpression.java ../../../../src/share/classes/sun/tools/tree/AddExpression.java ../../../../src/share/classes/sun/tools/tree/SubtractExpression.java ../../../../src/share/classes/sun/tools/tree/MultiplyExpression.java ../../../../src/share/classes/sun/tools/tree/DivRemExpression.java ../../../../src/share/classes/sun/tools/tree/DivideExpression.java ../../../../src/share/classes/sun/tools/tree/RemainderExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryShiftExpression.java ../../../../src/share/classes/sun/tools/tree/ShiftLeftExpression.java ../../../../src/share/classes/sun/tools/tree/ShiftRightExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryCompareExpression.java ../../../../src/share/classes/sun/tools/tree/LessExpression.java ../../../../src/share/classes/sun/tools/tree/LessOrEqualExpression.java ../../../../src/share/classes/sun/tools/tree/GreaterExpression.java ../../../../src/share/classes/sun/tools/tree/GreaterOrEqualExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryEqualityExpression.java ../../../../src/share/classes/sun/tools/tree/EqualExpression.java ../../../../src/share/classes/sun/tools/tree/NotEqualExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryBitExpression.java ../../../../src/share/classes/sun/tools/tree/BitAndExpression.java ../../../../src/share/classes/sun/tools/tree/BitXorExpression.java ../../../../src/share/classes/sun/tools/tree/BitOrExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryLogicalExpression.java ../../../../src/share/classes/sun/tools/tree/AndExpression.java ../../../../src/share/classes/sun/tools/tree/OrExpression.java ../../../../src/share/classes/sun/tools/tree/BinaryAssignExpression.java ../../../../src/share/classes/sun/tools/tree/IfStatement.java ../../../../src/share/classes/sun/tools/tree/AssignExpression.java ../../../../src/share/classes/sun/tools/tree/AssignOpExpression.java ../../../../src/share/classes/sun/tools/tree/AssignAddExpression.java ../../../../src/share/classes/sun/tools/tree/AssignSubtractExpression.java ../../../../src/share/classes/sun/tools/tree/AssignMultiplyExpression.java ../../../../src/share/classes/sun/tools/tree/AssignDivideExpression.java ../../../../src/share/classes/sun/tools/tree/AssignRemainderExpression.java ../../../../src/share/classes/sun/tools/tree/AssignBitAndExpression.java ../../../../src/share/classes/sun/tools/tree/AssignBitOrExpression.java ../../../../src/share/classes/sun/tools/tree/AssignBitXorExpression.java ../../../../src/share/classes/sun/tools/tree/AssignShiftLeftExpression.java ../../../../src/share/classes/sun/tools/tree/AssignShiftRightExpression.java ../../../../src/share/classes/sun/tools/tree/ConditionalExpression.java ../../../../src/share/classes/sun/tools/tree/ConditionVars.java ../../../../src/share/classes/sun/tools/tree/CompoundStatement.java ../../../../src/share/classes/sun/tools/tree/DeclarationStatement.java ../../../../src/share/classes/sun/tools/tree/ExpressionStatement.java ../../../../src/share/classes/sun/tools/tree/ForStatement.java ../../../../src/share/classes/sun/tools/tree/WhileStatement.java ../../../../src/share/classes/sun/tools/tree/DoStatement.java ../../../../src/share/classes/sun/tools/tree/BreakStatement.java ../../../../src/share/classes/sun/tools/tree/ContinueStatement.java ../../../../src/share/classes/sun/tools/tree/ReturnStatement.java ../../../../src/share/classes/sun/tools/tree/InlineReturnStatement.java ../../../../src/share/classes/sun/tools/tree/CaseStatement.java ../../../../src/share/classes/sun/tools/tree/SwitchStatement.java ../../../../src/share/classes/sun/tools/tree/CatchStatement.java ../../../../src/share/classes/sun/tools/tree/TryStatement.java ../../../../src/share/classes/sun/tools/tree/FinallyStatement.java ../../../../src/share/classes/sun/tools/tree/ThrowStatement.java ../../../../src/share/classes/sun/tools/tree/SynchronizedStatement.java ../../../../src/share/classes/sun/tools/tree/ConvertExpression.java ../../../../src/share/classes/sun/tools/tree/LengthExpression.java ../../../../src/share/classes/sun/tools/tree/ByteExpression.java ../../../../src/share/classes/sun/tools/tree/ShortExpression.java ../../../../src/share/classes/sun/tools/tree/Context.java ../../../../src/share/classes/sun/tools/tree/CheckContext.java ../../../../src/share/classes/sun/tools/tree/CodeContext.java ../../../../src/share/classes/sun/tools/tree/VarDeclarationStatement.java ../../../../src/share/classes/sun/tools/asm/Assembler.java ../../../../src/share/classes/sun/tools/asm/Instruction.java ../../../../src/share/classes/sun/tools/asm/Label.java ../../../../src/share/classes/sun/tools/asm/SwitchData.java ../../../../src/share/classes/sun/tools/asm/Cover.java ../../../../src/share/classes/sun/tools/asm/ArrayData.java ../../../../src/share/classes/sun/tools/asm/TryData.java ../../../../src/share/classes/sun/tools/asm/CatchData.java ../../../../src/share/classes/sun/tools/asm/ConstantPool.java ../../../../src/share/classes/sun/tools/asm/ConstantPoolData.java ../../../../src/share/classes/sun/tools/asm/StringConstantData.java ../../../../src/share/classes/sun/tools/asm/ClassConstantData.java ../../../../src/share/classes/sun/tools/asm/FieldConstantData.java ../../../../src/share/classes/sun/tools/asm/NameAndTypeData.java ../../../../src/share/classes/sun/tools/asm/NameAndTypeConstantData.java ../../../../src/share/classes/sun/tools/asm/NumberConstantData.java ../../../../src/share/classes/sun/tools/asm/LocalVariableTable.java ../../../../src/share/classes/sun/tools/asm/LocalVariable.java ../../../../src/share/classes/sun/tools/java/Environment.java ../../../../src/share/classes/sun/tools/java/Scanner.java ../../../../src/share/classes/sun/tools/java/ScannerInputReader.java ../../../../src/share/classes/sun/tools/java/Parser.java ../../../../src/share/classes/sun/tools/java/Imports.java ../../../../src/share/classes/sun/tools/java/ClassDefinition.java ../../../../src/share/classes/sun/tools/java/MemberDefinition.java ../../../../src/share/classes/sun/tools/java/ClassDeclaration.java ../../../../src/share/classes/sun/tools/java/Identifier.java ../../../../src/share/classes/sun/tools/java/Package.java ../../../../src/share/classes/sun/tools/java/ClassPath.java ../../../../src/share/classes/sun/tools/java/ClassFile.java ../../../../src/share/classes/sun/tools/java/ClassNotFound.java ../../../../src/share/classes/sun/tools/java/Constants.java ../../../../src/share/classes/sun/tools/java/SyntaxError.java ../../../../src/share/classes/sun/tools/java/Type.java ../../../../src/share/classes/sun/tools/java/MethodType.java ../../../../src/share/classes/sun/tools/java/ArrayType.java ../../../../src/share/classes/sun/tools/java/ClassType.java ../../../../src/share/classes/sun/tools/java/AmbiguousClass.java ../../../../src/share/classes/sun/tools/java/CompilerError.java ../../../../src/share/classes/sun/tools/java/AmbiguousMember.java ../../../../src/share/classes/sun/tools/java/BinaryClass.java ../../../../src/share/classes/sun/tools/java/BinaryConstantPool.java ../../../../src/share/classes/sun/tools/java/BinaryAttribute.java ../../../../src/share/classes/sun/tools/java/BinaryCode.java ../../../../src/share/classes/sun/tools/java/BinaryExceptionHandler.java ../../../../src/share/classes/sun/tools/java/BinaryMember.java ../../../../src/share/classes/sun/tools/tree/UnsignedShiftRightExpression.java ../../../../src/share/classes/sun/tools/tree/AssignUnsignedShiftRightExpression.java ../../../../src/share/classes/sun/tools/asm/StringExpressionConstantData.java ../../../../src/share/classes/sun/tools/tree/InlineNewInstanceExpression.java ../../../../src/share/classes/sun/tools/java/IdentifierToken.java ../../../../src/share/classes/sun/tools/java/ParserActions.java ../../../../src/share/classes/sun/tools/tree/UplevelReference.java ../../../../src/share/classes/sun/tools/tree/FieldUpdater.java ../../../../src/share/classes/sun/tools/tree/Vset.java ../../../../src/share/classes/sun/tools/java/MethodSet.java ../../../../src/share/classes/sun/tools/util/ModifierFilter.java ../../../../src/share/classes/sun/tools/util/CommandLine.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/oldjavac/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/oldtools' Timing: 00006 seconds or 6s for make-sun-rmi-oldtools <<>>Recursively making rmic all @ Sun Aug 2 14:57:30 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmic' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties /bin/cp ../../../../src/share/classes/sun/rmi/rmic/resources/rmic.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties /bin/cp ../../../../src/share/classes/sun/rmi/rmic/resources/rmic_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /bin/cp ../../../../src/share/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.rmic/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.rmic/.classes.list) ../../../../src/share/classes/sun/rmi/rmic/BatchEnvironment.java ../../../../src/share/classes/sun/rmi/rmic/Util.java ../../../../src/share/classes/sun/rmi/rmic/Constants.java ../../../../src/share/classes/sun/rmi/rmic/Generator.java ../../../../src/share/classes/sun/rmi/rmic/IndentingWriter.java ../../../../src/share/classes/sun/rmi/rmic/Main.java ../../../../src/share/classes/sun/rmi/rmic/Names.java ../../../../src/share/classes/sun/rmi/rmic/RMIConstants.java ../../../../src/share/classes/sun/rmi/rmic/RMIGenerator.java ../../../../src/share/classes/sun/rmi/rmic/RemoteClass.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/BatchEnvironment.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Constants.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Generator.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/IndentingWriter.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Main.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/Resources.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/Constants.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/JrmpGenerator.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/RemoteClass.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/StubSkeletonWriter.java ../../../../src/share/classes/sun/rmi/rmic/newrmic/jrmp/Util.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.rmic/.classes.list ../../../../src/share/classes/sun/rmi/rmic/Main.java:882: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning return java.text.MessageFormat.format(format, args); ^ ../../../../src/share/classes/sun/rmi/rmic/newrmic/Resources.java:72: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning return MessageFormat.format(format, args); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 warnings make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmic' Timing: 00003 seconds or 3s for make-sun-rmi-rmic <<>>Recursively making rmi all @ Sun Aug 2 14:57:34 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/.classes.list) ../../../../src/share/classes/sun/rmi/log/LogHandler.java ../../../../src/share/classes/sun/rmi/log/ReliableLog.java ../../../../src/share/classes/sun/rmi/log/LogOutputStream.java ../../../../src/share/classes/sun/rmi/log/LogInputStream.java ../../../../src/share/classes/sun/rmi/server/Activation.java ../../../../src/share/classes/sun/rmi/server/ActivationGroupInit.java ../../../../src/share/classes/sun/rmi/transport/proxy/CGIHandler.java ../../../../src/share/classes/com/sun/rmi/rmid/ExecOptionPermission.java ../../../../src/share/classes/com/sun/rmi/rmid/ExecPermission.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders/ \ sun.rmi.server.MarshalInputStream Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmi make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmi' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/rmi -I../../../../src/solaris/native/sun/rmi -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/MarshalInputStream.o ../../../../src/share/native/sun/rmi/server/MarshalInputStream.c make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmi' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmi STATS: LIBRARY=rmi, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/librmi.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/rmi -I../../../../src/solaris/native/sun/rmi -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=librmi.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/librmi.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi/rmi/obj/MarshalInputStream.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc if [ ! -s /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/RegistryImpl_Stub.class ] ; \ then /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.1 -classpath \ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes 'sun.rmi.registry.RegistryImpl' ; \ fi if [ ! -s /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/transport/DGCImpl_Stub.class ] ; \ then /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.1 -classpath \ "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes 'sun.rmi.transport.DGCImpl' ; \ fi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/java-rmi.cgi /bin/cp ../../../../src/solaris/bin/java-rmi.cgi.sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/java-rmi.cgi /bin/chmod a+x /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/java-rmi.cgi make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmi' Timing: 00005 seconds or 5s for make-sun-rmi-rmi <<>>Recursively making registry all @ Sun Aug 2 14:57:40 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/registry' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties /bin/cp ../../../../src/share/classes/sun/rmi/registry/resources/rmiregistry_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/registry/resources/rmiregistry_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.registry/strip_prop_options make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/registry' Timing: 00002 seconds or 2s for make-sun-rmi-registry <<>>Recursively making rmid all @ Sun Aug 2 14:57:42 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmid' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.2 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes 'sun.rmi.server.Activation$ActivationSystemImpl' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -v1.2 -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes 'java.rmi.activation.ActivationGroup' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties /bin/cp ../../../../src/share/classes/sun/rmi/server/resources/rmid_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/rmi/server/resources/rmid_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.rmi.activation/strip_prop_options make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/rmi/rmid' Timing: 00004 seconds or 4s for make-sun-rmi-rmid <<>>Recursively making beans all @ Sun Aug 2 14:57:46 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/beans' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.beans/.classes.list) ../../../src/share/classes/sun/beans/infos/ComponentBeanInfo.java ../../../src/share/classes/sun/beans/editors/FontEditor.java ../../../src/share/classes/sun/beans/editors/StringEditor.java ../../../src/share/classes/sun/beans/editors/ColorEditor.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.beans/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/beans' Timing: 00002 seconds or 2s for make-sun-beans <<>>Recursively making jawt all @ Sun Aug 2 14:57:48 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jawt' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jawt make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jawt' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jawt/obj/jawt.o ../../../src/solaris/native/sun/awt/jawt.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jawt' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jawt STATS: LIBRARY=jawt, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjawt.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jawt/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jawt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/opengl -I../../../src/solaris/native/sun/awt/../java2d/x11 -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjawt.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjawt.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.awt/jawt/obj/jawt.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -lawt -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/xawt -lmawt -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/jawt.h /bin/cp ../../../src/share/javavm/export/jawt.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/jawt.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux/jawt_md.h /bin/cp ../../../src/solaris/javavm/export/jawt_md.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux/jawt_md.h make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jawt' Timing: 00002 seconds or 2s for make-sun-jawt <<>>Recursively making text all @ Sun Aug 2 14:57:50 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/text' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ar.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ar.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ar.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ar.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ar.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hi.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_hi.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hi.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_hi.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hi.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_iw.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_iw.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_iw.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_iw.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_iw.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ja.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ko.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_th.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_th.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_th.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_th.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_th.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_vi.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_vi.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_vi.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_vi.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_vi.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_zh.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_zh.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_SG.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_zh_SG.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_SG.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_zh_SG.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_SG.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/LocaleNames_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/LocaleNames_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_TW.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ar.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_ar.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ar.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_ar.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ar.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hi.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_hi.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hi.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_hi.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hi.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_iw.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_iw.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_iw.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_iw.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_iw.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ja.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ko.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_th.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_th.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_th.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_th.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_th.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_vi.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_vi.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_vi.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_vi.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_vi.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_zh.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CalendarData_zh.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_zh.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CalendarData_zh.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_zh.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_AE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_AE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_AE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_AE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_AE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_BH.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_BH.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_BH.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_BH.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_BH.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_DZ.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_DZ.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_DZ.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_DZ.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_DZ.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_EG.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_EG.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_EG.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_EG.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_EG.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_IQ.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_IQ.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_IQ.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_IQ.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_IQ.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_JO.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_JO.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_JO.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_JO.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_JO.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_KW.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_KW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_KW.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_KW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_KW.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LB.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_LB.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LB.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_LB.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LB.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_LY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_LY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_MA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_MA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_MA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_MA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_MA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_OM.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_OM.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_OM.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_OM.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_OM.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_QA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_QA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_QA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_QA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_QA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SA.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SA.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SA.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SA.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SA.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SD.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SD.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SD.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SD.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SD.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SY.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SY.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SY.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SY.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SY.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_TN.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_TN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_TN.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_TN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_TN.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_YE.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_YE.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_YE.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_YE.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_YE.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hi_IN.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_hi_IN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hi_IN.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_hi_IN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hi_IN.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_iw_IL.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_iw_IL.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_iw_IL.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_iw_IL.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_iw_IL.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja_JP.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ja_JP.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja_JP.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ja_JP.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja_JP.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ko.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko_KR.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_ko_KR.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko_KR.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_ko_KR.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko_KR.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_th_TH.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_th_TH.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_th_TH.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_th_TH.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_th_TH.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_vi_VN.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_vi_VN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_vi_VN.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_vi_VN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_vi_VN.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_CN.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_TW.java # Adding to compile properties list: ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_TW.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_TW.java /bin/echo -e "-compile ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_TW.java LocaleNamesBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/compile_prop_options parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ar.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ar.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_hi.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hi.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_iw.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_iw.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ja.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ja.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_ko.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ko.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_th.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_th.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_vi.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_vi.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_zh.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_zh_SG.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_SG.java parsing: ../../../src/share/classes/sun/util/resources/LocaleNames_zh_TW.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_TW.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_ar.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ar.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_hi.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hi.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_iw.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_iw.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_ja.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ja.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_ko.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ko.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_th.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_th.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_vi.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_vi.java parsing: ../../../src/share/classes/sun/util/resources/CalendarData_zh.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_zh.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_AE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_AE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_BH.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_BH.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_DZ.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_DZ.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_EG.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_EG.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_IQ.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_IQ.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_JO.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_JO.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_KW.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_KW.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_LB.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LB.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_LY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LY.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_MA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_MA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_OM.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_OM.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_QA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_QA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SA.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SA.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SD.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SD.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_SY.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SY.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_TN.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_TN.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ar_YE.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_YE.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_hi_IN.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hi_IN.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_iw_IL.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_iw_IL.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ja.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ja_JP.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja_JP.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ko.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_ko_KR.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko_KR.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_th_TH.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_th_TH.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_vi_VN.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_vi_VN.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_CN.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_CN.java parsing: ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_TW.properties inferred package name: sun.util.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_TW.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/.classes.list) ../../../src/share/classes/sun/text/resources/BreakIteratorInfo_th.java ../../../src/share/classes/sun/text/resources/CollationData_ar.java ../../../src/share/classes/sun/text/resources/CollationData_hi.java ../../../src/share/classes/sun/text/resources/CollationData_iw.java ../../../src/share/classes/sun/text/resources/CollationData_ja.java ../../../src/share/classes/sun/text/resources/CollationData_ko.java ../../../src/share/classes/sun/text/resources/CollationData_th.java ../../../src/share/classes/sun/text/resources/CollationData_vi.java ../../../src/share/classes/sun/text/resources/CollationData_zh.java ../../../src/share/classes/sun/text/resources/CollationData_zh_HK.java ../../../src/share/classes/sun/text/resources/CollationData_zh_TW.java ../../../src/share/classes/sun/text/resources/FormatData_ar.java ../../../src/share/classes/sun/text/resources/FormatData_ar_AE.java ../../../src/share/classes/sun/text/resources/FormatData_ar_BH.java ../../../src/share/classes/sun/text/resources/FormatData_ar_DZ.java ../../../src/share/classes/sun/text/resources/FormatData_ar_EG.java ../../../src/share/classes/sun/text/resources/FormatData_ar_IQ.java ../../../src/share/classes/sun/text/resources/FormatData_ar_JO.java ../../../src/share/classes/sun/text/resources/FormatData_ar_KW.java ../../../src/share/classes/sun/text/resources/FormatData_ar_LB.java ../../../src/share/classes/sun/text/resources/FormatData_ar_LY.java ../../../src/share/classes/sun/text/resources/FormatData_ar_MA.java ../../../src/share/classes/sun/text/resources/FormatData_ar_OM.java ../../../src/share/classes/sun/text/resources/FormatData_ar_QA.java ../../../src/share/classes/sun/text/resources/FormatData_ar_SA.java ../../../src/share/classes/sun/text/resources/FormatData_ar_SD.java ../../../src/share/classes/sun/text/resources/FormatData_ar_SY.java ../../../src/share/classes/sun/text/resources/FormatData_ar_TN.java ../../../src/share/classes/sun/text/resources/FormatData_ar_YE.java ../../../src/share/classes/sun/text/resources/FormatData_hi_IN.java ../../../src/share/classes/sun/text/resources/FormatData_iw.java ../../../src/share/classes/sun/text/resources/FormatData_iw_IL.java ../../../src/share/classes/sun/text/resources/FormatData_ja.java ../../../src/share/classes/sun/text/resources/FormatData_ja_JP.java ../../../src/share/classes/sun/text/resources/FormatData_ja_JP_JP.java ../../../src/share/classes/sun/text/resources/FormatData_ko.java ../../../src/share/classes/sun/text/resources/FormatData_ko_KR.java ../../../src/share/classes/sun/text/resources/FormatData_th.java ../../../src/share/classes/sun/text/resources/FormatData_th_TH.java ../../../src/share/classes/sun/text/resources/FormatData_th_TH_TH.java ../../../src/share/classes/sun/text/resources/FormatData_vi.java ../../../src/share/classes/sun/text/resources/FormatData_vi_VN.java ../../../src/share/classes/sun/text/resources/FormatData_zh.java ../../../src/share/classes/sun/text/resources/FormatData_zh_CN.java ../../../src/share/classes/sun/text/resources/FormatData_zh_HK.java ../../../src/share/classes/sun/text/resources/FormatData_zh_SG.java ../../../src/share/classes/sun/text/resources/FormatData_zh_TW.java ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_HK.java ../../../src/share/classes/sun/util/resources/CurrencyNames_zh_SG.java ../../../src/share/classes/sun/util/resources/LocaleNames_zh_HK.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_hi.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_ja.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_ko.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_zh_CN.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_zh_TW.java ../../../src/share/classes/sun/util/resources/TimeZoneNames_zh_HK.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_hi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_iw.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_th.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_vi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_SG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/LocaleNames_zh_TW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_hi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_iw.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_th.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_vi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CalendarData_zh.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_AE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_BH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_DZ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_EG.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_IQ.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_JO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_KW.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LB.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_LY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_MA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_OM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_QA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SA.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SD.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_SY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_TN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ar_YE.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_hi_IN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_iw_IL.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ja_JP.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_ko_KR.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_th_TH.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_vi_VN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/util/resources/CurrencyNames_zh_TW.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources/WordBreakIteratorData_th /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/sun.text/classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/sun.text/classes \ -sourcepath ../../../src/share/classes/sun/text/resources \ ../../../src/share/classes/sun/text/resources/BreakIteratorRules.java ../../../src/share/classes/sun/text/resources/BreakIteratorRules_th.java ../../../src/share/classes/sun/text/resources/BreakIteratorInfo_th.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btclasses/sun.text/classes \ -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/generatebreakiteratordata.jar \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources \ -spec ../../tools/UnicodeData/UnicodeData.txt \ -language th /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources/thai_dict /bin/cp ../../../src/share/classes/sun/text/resources/thai_dict /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes/sun/text/resources/thai_dict /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext/localedata.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext/localedata.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.text/classes sun \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/text' Timing: 00009 seconds or 9s for make-sun-text <<>>Recursively making nio all @ Sun Aug 2 14:57:59 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/nio' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/.classes.list) ../../../src/share/classes/sun/io/ByteToCharDoubleByte.java ../../../src/share/classes/sun/io/ByteToCharDBCS_ASCII.java ../../../src/share/classes/sun/io/ByteToCharDBCS_EBCDIC.java ../../../src/share/classes/sun/io/ByteToCharEUC.java ../../../src/share/classes/sun/io/CharToByteDoubleByte.java ../../../src/share/classes/sun/io/CharToByteDBCS_ASCII.java ../../../src/share/classes/sun/io/CharToByteDBCS_EBCDIC.java ../../../src/share/classes/sun/io/CharToByteEUC.java ../../../src/share/classes/sun/io/ByteToCharBig5.java ../../../src/share/classes/sun/io/ByteToCharBig5_Solaris.java ../../../src/share/classes/sun/io/ByteToCharBig5_HKSCS.java ../../../src/share/classes/sun/io/ByteToCharMS950_HKSCS.java ../../../src/share/classes/sun/io/ByteToCharHKSCS.java ../../../src/share/classes/sun/io/ByteToCharHKSCS_2001.java ../../../src/share/classes/sun/io/ByteToCharGB18030.java ../../../src/share/classes/sun/io/ByteToCharGB18030DB.java ../../../src/share/classes/sun/io/ByteToCharCp037.java ../../../src/share/classes/sun/io/ByteToCharCp1006.java ../../../src/share/classes/sun/io/ByteToCharCp1025.java ../../../src/share/classes/sun/io/ByteToCharCp1026.java ../../../src/share/classes/sun/io/ByteToCharCp1046.java ../../../src/share/classes/sun/io/ByteToCharCp1047.java ../../../src/share/classes/sun/io/ByteToCharCp1097.java ../../../src/share/classes/sun/io/ByteToCharCp1098.java ../../../src/share/classes/sun/io/ByteToCharCp1112.java ../../../src/share/classes/sun/io/ByteToCharCp1122.java ../../../src/share/classes/sun/io/ByteToCharCp1123.java ../../../src/share/classes/sun/io/ByteToCharCp1124.java ../../../src/share/classes/sun/io/ByteToCharCp1140.java ../../../src/share/classes/sun/io/ByteToCharCp1141.java ../../../src/share/classes/sun/io/ByteToCharCp1142.java ../../../src/share/classes/sun/io/ByteToCharCp1143.java ../../../src/share/classes/sun/io/ByteToCharCp1144.java ../../../src/share/classes/sun/io/ByteToCharCp1145.java ../../../src/share/classes/sun/io/ByteToCharCp1146.java ../../../src/share/classes/sun/io/ByteToCharCp1147.java ../../../src/share/classes/sun/io/ByteToCharCp1148.java ../../../src/share/classes/sun/io/ByteToCharCp1149.java ../../../src/share/classes/sun/io/ByteToCharCp1255.java ../../../src/share/classes/sun/io/ByteToCharCp1256.java ../../../src/share/classes/sun/io/ByteToCharCp1258.java ../../../src/share/classes/sun/io/ByteToCharCp1381.java ../../../src/share/classes/sun/io/ByteToCharCp1383.java ../../../src/share/classes/sun/io/ByteToCharCp273.java ../../../src/share/classes/sun/io/ByteToCharCp277.java ../../../src/share/classes/sun/io/ByteToCharCp278.java ../../../src/share/classes/sun/io/ByteToCharCp280.java ../../../src/share/classes/sun/io/ByteToCharCp284.java ../../../src/share/classes/sun/io/ByteToCharCp285.java ../../../src/share/classes/sun/io/ByteToCharCp297.java ../../../src/share/classes/sun/io/ByteToCharCp33722.java ../../../src/share/classes/sun/io/ByteToCharCp420.java ../../../src/share/classes/sun/io/ByteToCharCp424.java ../../../src/share/classes/sun/io/ByteToCharCp437.java ../../../src/share/classes/sun/io/ByteToCharCp500.java ../../../src/share/classes/sun/io/ByteToCharCp737.java ../../../src/share/classes/sun/io/ByteToCharCp775.java ../../../src/share/classes/sun/io/ByteToCharCp834.java ../../../src/share/classes/sun/io/ByteToCharCp838.java ../../../src/share/classes/sun/io/ByteToCharCp850.java ../../../src/share/classes/sun/io/ByteToCharCp852.java ../../../src/share/classes/sun/io/ByteToCharCp855.java ../../../src/share/classes/sun/io/ByteToCharCp856.java ../../../src/share/classes/sun/io/ByteToCharCp857.java ../../../src/share/classes/sun/io/ByteToCharCp858.java ../../../src/share/classes/sun/io/ByteToCharCp860.java ../../../src/share/classes/sun/io/ByteToCharCp861.java ../../../src/share/classes/sun/io/ByteToCharCp862.java ../../../src/share/classes/sun/io/ByteToCharCp863.java ../../../src/share/classes/sun/io/ByteToCharCp864.java ../../../src/share/classes/sun/io/ByteToCharCp865.java ../../../src/share/classes/sun/io/ByteToCharCp866.java ../../../src/share/classes/sun/io/ByteToCharCp868.java ../../../src/share/classes/sun/io/ByteToCharCp869.java ../../../src/share/classes/sun/io/ByteToCharCp870.java ../../../src/share/classes/sun/io/ByteToCharCp871.java ../../../src/share/classes/sun/io/ByteToCharCp874.java ../../../src/share/classes/sun/io/ByteToCharCp875.java ../../../src/share/classes/sun/io/ByteToCharCp918.java ../../../src/share/classes/sun/io/ByteToCharCp921.java ../../../src/share/classes/sun/io/ByteToCharCp922.java ../../../src/share/classes/sun/io/ByteToCharCp930.java ../../../src/share/classes/sun/io/ByteToCharCp933.java ../../../src/share/classes/sun/io/ByteToCharCp935.java ../../../src/share/classes/sun/io/ByteToCharCp937.java ../../../src/share/classes/sun/io/ByteToCharCp939.java ../../../src/share/classes/sun/io/ByteToCharCp942.java ../../../src/share/classes/sun/io/ByteToCharCp942C.java ../../../src/share/classes/sun/io/ByteToCharCp943.java ../../../src/share/classes/sun/io/ByteToCharCp943C.java ../../../src/share/classes/sun/io/ByteToCharCp948.java ../../../src/share/classes/sun/io/ByteToCharCp949.java ../../../src/share/classes/sun/io/ByteToCharCp949C.java ../../../src/share/classes/sun/io/ByteToCharCp950.java ../../../src/share/classes/sun/io/ByteToCharCp964.java ../../../src/share/classes/sun/io/ByteToCharCp970.java ../../../src/share/classes/sun/io/ByteToCharJIS0201.java ../../../src/share/classes/sun/io/ByteToCharJIS0208.java ../../../src/share/classes/sun/io/ByteToCharJIS0208_Solaris.java ../../../src/share/classes/sun/io/ByteToCharJIS0212.java ../../../src/share/classes/sun/io/ByteToCharJIS0212_Solaris.java ../../../src/share/classes/sun/io/ByteToCharEUC_CN.java ../../../src/share/classes/sun/io/ByteToCharEUC_JP.java ../../../src/share/classes/sun/io/ByteToCharEUC_JP_LINUX.java ../../../src/share/classes/sun/io/ByteToCharEUC_JP_Solaris.java ../../../src/share/classes/sun/io/ByteToCharEUC_KR.java ../../../src/share/classes/sun/io/ByteToCharEUC_TW.java ../../../src/share/classes/sun/io/ByteToCharSJIS.java ../../../src/share/classes/sun/io/ByteToCharPCK.java ../../../src/share/classes/sun/io/ByteToCharGBK.java ../../../src/share/classes/sun/io/ByteToCharISCII91.java ../../../src/share/classes/sun/io/ByteToCharISO2022.java ../../../src/share/classes/sun/io/ByteToCharISO2022CN.java ../../../src/share/classes/sun/io/ByteToCharISO2022JP.java ../../../src/share/classes/sun/io/ByteToCharISO2022KR.java ../../../src/share/classes/sun/io/ByteToCharISO8859_3.java ../../../src/share/classes/sun/io/ByteToCharISO8859_6.java ../../../src/share/classes/sun/io/ByteToCharISO8859_8.java ../../../src/share/classes/sun/io/ByteToCharJISAutoDetect.java ../../../src/share/classes/sun/io/ByteToCharJohab.java ../../../src/share/classes/sun/io/ByteToCharMS874.java ../../../src/share/classes/sun/io/ByteToCharMS932DB.java ../../../src/share/classes/sun/io/ByteToCharMS932.java ../../../src/share/classes/sun/io/ByteToCharMS936.java ../../../src/share/classes/sun/io/ByteToCharMS949.java ../../../src/share/classes/sun/io/ByteToCharMS950.java ../../../src/share/classes/sun/io/ByteToCharMacArabic.java ../../../src/share/classes/sun/io/ByteToCharMacCentralEurope.java ../../../src/share/classes/sun/io/ByteToCharMacCroatian.java ../../../src/share/classes/sun/io/ByteToCharMacCyrillic.java ../../../src/share/classes/sun/io/ByteToCharMacDingbat.java ../../../src/share/classes/sun/io/ByteToCharMacGreek.java ../../../src/share/classes/sun/io/ByteToCharMacHebrew.java ../../../src/share/classes/sun/io/ByteToCharMacIceland.java ../../../src/share/classes/sun/io/ByteToCharMacRoman.java ../../../src/share/classes/sun/io/ByteToCharMacRomania.java ../../../src/share/classes/sun/io/ByteToCharMacSymbol.java ../../../src/share/classes/sun/io/ByteToCharMacThai.java ../../../src/share/classes/sun/io/ByteToCharMacTurkish.java ../../../src/share/classes/sun/io/ByteToCharMacUkraine.java ../../../src/share/classes/sun/io/ByteToCharTIS620.java ../../../src/share/classes/sun/io/CharToByteBig5.java ../../../src/share/classes/sun/io/CharToByteBig5_Solaris.java ../../../src/share/classes/sun/io/CharToByteBig5_HKSCS.java ../../../src/share/classes/sun/io/CharToByteHKSCS.java ../../../src/share/classes/sun/io/CharToByteHKSCS_2001.java ../../../src/share/classes/sun/io/CharToByteMS950_HKSCS.java ../../../src/share/classes/sun/io/CharToByteGB18030.java ../../../src/share/classes/sun/io/CharToByteCp037.java ../../../src/share/classes/sun/io/CharToByteCp1006.java ../../../src/share/classes/sun/io/CharToByteCp1025.java ../../../src/share/classes/sun/io/CharToByteCp1026.java ../../../src/share/classes/sun/io/CharToByteCp1046.java ../../../src/share/classes/sun/io/CharToByteCp1047.java ../../../src/share/classes/sun/io/CharToByteCp1097.java ../../../src/share/classes/sun/io/CharToByteCp1098.java ../../../src/share/classes/sun/io/CharToByteCp1112.java ../../../src/share/classes/sun/io/CharToByteCp1122.java ../../../src/share/classes/sun/io/CharToByteCp1123.java ../../../src/share/classes/sun/io/CharToByteCp1124.java ../../../src/share/classes/sun/io/CharToByteCp1140.java ../../../src/share/classes/sun/io/CharToByteCp1141.java ../../../src/share/classes/sun/io/CharToByteCp1142.java ../../../src/share/classes/sun/io/CharToByteCp1143.java ../../../src/share/classes/sun/io/CharToByteCp1144.java ../../../src/share/classes/sun/io/CharToByteCp1145.java ../../../src/share/classes/sun/io/CharToByteCp1146.java ../../../src/share/classes/sun/io/CharToByteCp1147.java ../../../src/share/classes/sun/io/CharToByteCp1148.java ../../../src/share/classes/sun/io/CharToByteCp1149.java ../../../src/share/classes/sun/io/CharToByteCp1255.java ../../../src/share/classes/sun/io/CharToByteCp1256.java ../../../src/share/classes/sun/io/CharToByteCp1258.java ../../../src/share/classes/sun/io/CharToByteCp1381.java ../../../src/share/classes/sun/io/CharToByteCp1383.java ../../../src/share/classes/sun/io/CharToByteCp273.java ../../../src/share/classes/sun/io/CharToByteCp277.java ../../../src/share/classes/sun/io/CharToByteCp278.java ../../../src/share/classes/sun/io/CharToByteCp280.java ../../../src/share/classes/sun/io/CharToByteCp284.java ../../../src/share/classes/sun/io/CharToByteCp285.java ../../../src/share/classes/sun/io/CharToByteCp297.java ../../../src/share/classes/sun/io/CharToByteCp33722.java ../../../src/share/classes/sun/io/CharToByteCp420.java ../../../src/share/classes/sun/io/CharToByteCp424.java ../../../src/share/classes/sun/io/CharToByteCp437.java ../../../src/share/classes/sun/io/CharToByteCp500.java ../../../src/share/classes/sun/io/CharToByteCp737.java ../../../src/share/classes/sun/io/CharToByteCp775.java ../../../src/share/classes/sun/io/CharToByteCp834.java ../../../src/share/classes/sun/io/CharToByteCp838.java ../../../src/share/classes/sun/io/CharToByteCp850.java ../../../src/share/classes/sun/io/CharToByteCp852.java ../../../src/share/classes/sun/io/CharToByteCp855.java ../../../src/share/classes/sun/io/CharToByteCp856.java ../../../src/share/classes/sun/io/CharToByteCp857.java ../../../src/share/classes/sun/io/CharToByteCp858.java ../../../src/share/classes/sun/io/CharToByteCp860.java ../../../src/share/classes/sun/io/CharToByteCp861.java ../../../src/share/classes/sun/io/CharToByteCp862.java ../../../src/share/classes/sun/io/CharToByteCp863.java ../../../src/share/classes/sun/io/CharToByteCp864.java ../../../src/share/classes/sun/io/CharToByteCp865.java ../../../src/share/classes/sun/io/CharToByteCp866.java ../../../src/share/classes/sun/io/CharToByteCp868.java ../../../src/share/classes/sun/io/CharToByteCp869.java ../../../src/share/classes/sun/io/CharToByteCp870.java ../../../src/share/classes/sun/io/CharToByteCp871.java ../../../src/share/classes/sun/io/CharToByteCp874.java ../../../src/share/classes/sun/io/CharToByteCp875.java ../../../src/share/classes/sun/io/CharToByteCp918.java ../../../src/share/classes/sun/io/CharToByteCp921.java ../../../src/share/classes/sun/io/CharToByteCp922.java ../../../src/share/classes/sun/io/CharToByteCp930.java ../../../src/share/classes/sun/io/CharToByteCp933.java ../../../src/share/classes/sun/io/CharToByteCp935.java ../../../src/share/classes/sun/io/CharToByteCp937.java ../../../src/share/classes/sun/io/CharToByteCp939.java ../../../src/share/classes/sun/io/CharToByteCp942.java ../../../src/share/classes/sun/io/CharToByteCp942C.java ../../../src/share/classes/sun/io/CharToByteCp943.java ../../../src/share/classes/sun/io/CharToByteCp943C.java ../../../src/share/classes/sun/io/CharToByteCp948.java ../../../src/share/classes/sun/io/CharToByteCp949.java ../../../src/share/classes/sun/io/CharToByteCp949C.java ../../../src/share/classes/sun/io/CharToByteCp950.java ../../../src/share/classes/sun/io/CharToByteCp964.java ../../../src/share/classes/sun/io/CharToByteCp970.java ../../../src/share/classes/sun/io/CharToByteJIS0201.java ../../../src/share/classes/sun/io/CharToByteJIS0208.java ../../../src/share/classes/sun/io/CharToByteJIS0208_Solaris.java ../../../src/share/classes/sun/io/CharToByteJIS0212.java ../../../src/share/classes/sun/io/CharToByteJIS0212_Solaris.java ../../../src/share/classes/sun/io/CharToByteEUC_CN.java ../../../src/share/classes/sun/io/CharToByteEUC_JP.java ../../../src/share/classes/sun/io/CharToByteEUC_JP_LINUX.java ../../../src/share/classes/sun/io/CharToByteEUC_JP_Solaris.java ../../../src/share/classes/sun/io/CharToByteEUC_KR.java ../../../src/share/classes/sun/io/CharToByteEUC_TW.java ../../../src/share/classes/sun/io/CharToByteSJIS.java ../../../src/share/classes/sun/io/CharToBytePCK.java ../../../src/share/classes/sun/io/CharToByteGBK.java ../../../src/share/classes/sun/io/CharToByteISCII91.java ../../../src/share/classes/sun/io/CharToByteISO2022.java ../../../src/share/classes/sun/io/CharToByteISO2022CN_CNS.java ../../../src/share/classes/sun/io/CharToByteISO2022CN_GB.java ../../../src/share/classes/sun/io/CharToByteISO2022JP.java ../../../src/share/classes/sun/io/CharToByteISO2022KR.java ../../../src/share/classes/sun/io/CharToByteISO8859_3.java ../../../src/share/classes/sun/io/CharToByteISO8859_6.java ../../../src/share/classes/sun/io/CharToByteISO8859_8.java ../../../src/share/classes/sun/io/CharToByteJohab.java ../../../src/share/classes/sun/io/CharToByteMS874.java ../../../src/share/classes/sun/io/CharToByteMS932DB.java ../../../src/share/classes/sun/io/CharToByteMS932.java ../../../src/share/classes/sun/io/CharToByteMS936.java ../../../src/share/classes/sun/io/CharToByteMS949.java ../../../src/share/classes/sun/io/CharToByteMS950.java ../../../src/share/classes/sun/io/CharToByteMacArabic.java ../../../src/share/classes/sun/io/CharToByteMacCentralEurope.java ../../../src/share/classes/sun/io/CharToByteMacCroatian.java ../../../src/share/classes/sun/io/CharToByteMacCyrillic.java ../../../src/share/classes/sun/io/CharToByteMacDingbat.java ../../../src/share/classes/sun/io/CharToByteMacGreek.java ../../../src/share/classes/sun/io/CharToByteMacHebrew.java ../../../src/share/classes/sun/io/CharToByteMacIceland.java ../../../src/share/classes/sun/io/CharToByteMacRoman.java ../../../src/share/classes/sun/io/CharToByteMacRomania.java ../../../src/share/classes/sun/io/CharToByteMacSymbol.java ../../../src/share/classes/sun/io/CharToByteMacThai.java ../../../src/share/classes/sun/io/CharToByteMacTurkish.java ../../../src/share/classes/sun/io/CharToByteMacUkraine.java ../../../src/share/classes/sun/io/CharToByteTIS620.java ../../../src/share/classes/sun/nio/cs/ext/IBM918.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_CN_GB.java ../../../src/share/classes/sun/nio/cs/ext/MacRoman.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_KR.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_11.java ../../../src/share/classes/sun/nio/cs/ext/IBM948.java ../../../src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_MS5022X_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM834.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0201.java ../../../src/share/classes/sun/nio/cs/ext/PCK.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208.java ../../../src/share/classes/sun/nio/cs/ext/IBM863.java ../../../src/share/classes/sun/nio/cs/ext/IBM424.java ../../../src/share/classes/sun/nio/cs/ext/IBM921.java ../../../src/share/classes/sun/nio/cs/ext/IBM861.java ../../../src/share/classes/sun/nio/cs/ext/EUC_CN.java ../../../src/share/classes/sun/nio/cs/ext/MS50221.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_3.java ../../../src/share/classes/sun/nio/cs/ext/MacThai.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_MS5022X_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/DBCSDecoderMapping.java ../../../src/share/classes/sun/nio/cs/ext/IBM868.java ../../../src/share/classes/sun/nio/cs/ext/IBM1383.java ../../../src/share/classes/sun/nio/cs/ext/IBM33722.java ../../../src/share/classes/sun/nio/cs/ext/IBM1025.java ../../../src/share/classes/sun/nio/cs/ext/SJIS.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_8.java ../../../src/share/classes/sun/nio/cs/ext/MS950.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_CN_CNS.java ../../../src/share/classes/sun/nio/cs/ext/IBM838.java ../../../src/share/classes/sun/nio/cs/ext/IBM1143.java ../../../src/share/classes/sun/nio/cs/ext/IBM875.java ../../../src/share/classes/sun/nio/cs/ext/MacCentralEurope.java ../../../src/share/classes/sun/nio/cs/ext/DoubleByteDecoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1141.java ../../../src/share/classes/sun/nio/cs/ext/MS1255.java ../../../src/share/classes/sun/nio/cs/ext/IBM856.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM970.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_JP.java ../../../src/share/classes/sun/nio/cs/ext/EUC_JP_LINUX.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS932_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1381.java ../../../src/share/classes/sun/nio/cs/ext/MS932.java ../../../src/share/classes/sun/nio/cs/ext/MS50220.java ../../../src/share/classes/sun/nio/cs/ext/IBM1146.java ../../../src/share/classes/sun/nio/cs/ext/IBM1047.java ../../../src/share/classes/sun/nio/cs/ext/IBM1097.java ../../../src/share/classes/sun/nio/cs/ext/HKSCS.java ../../../src/share/classes/sun/nio/cs/ext/IBM950.java ../../../src/share/classes/sun/nio/cs/ext/MacCyrillic.java ../../../src/share/classes/sun/nio/cs/ext/MacUkraine.java ../../../src/share/classes/sun/nio/cs/ext/IBM1122.java ../../../src/share/classes/sun/nio/cs/ext/IBM922.java ../../../src/share/classes/sun/nio/cs/ext/EUC_TW.java ../../../src/share/classes/sun/nio/cs/ext/IBM860.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM864.java ../../../src/share/classes/sun/nio/cs/ext/IBM865.java ../../../src/share/classes/sun/nio/cs/ext/IBM278.java ../../../src/share/classes/sun/nio/cs/ext/ISCII91.java ../../../src/share/classes/sun/nio/cs/ext/MacGreek.java ../../../src/share/classes/sun/nio/cs/ext/IBM942C.java ../../../src/share/classes/sun/nio/cs/ext/TIS_620.java ../../../src/share/classes/sun/nio/cs/ext/MacSymbol.java ../../../src/share/classes/sun/nio/cs/ext/IBM1147.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS5022X_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM273.java ../../../src/share/classes/sun/nio/cs/ext/IBM420.java ../../../src/share/classes/sun/nio/cs/ext/IBM297.java ../../../src/share/classes/sun/nio/cs/ext/MSISO2022JP.java ../../../src/share/classes/sun/nio/cs/ext/IBM1124.java ../../../src/share/classes/sun/nio/cs/ext/IBM1144.java ../../../src/share/classes/sun/nio/cs/ext/MacRomania.java ../../../src/share/classes/sun/nio/cs/ext/Johab.java ../../../src/share/classes/sun/nio/cs/ext/MS932DB.java ../../../src/share/classes/sun/nio/cs/ext/GBK.java ../../../src/share/classes/sun/nio/cs/ext/IBM964.java ../../../src/share/classes/sun/nio/cs/ext/EUC_KR.java ../../../src/share/classes/sun/nio/cs/ext/MacCroatian.java ../../../src/share/classes/sun/nio/cs/ext/IBM943C.java ../../../src/share/classes/sun/nio/cs/ext/MacDingbat.java ../../../src/share/classes/sun/nio/cs/ext/IBM1026.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_EBCDIC_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM942.java ../../../src/share/classes/sun/nio/cs/ext/IBM1006.java ../../../src/share/classes/sun/nio/cs/ext/IBM1142.java ../../../src/share/classes/sun/nio/cs/ext/IBM037.java ../../../src/share/classes/sun/nio/cs/ext/DelegatableDecoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1149.java ../../../src/share/classes/sun/nio/cs/ext/HKSCS_2001.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Solaris_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM930.java ../../../src/share/classes/sun/nio/cs/ext/MacTurkish.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022.java ../../../src/share/classes/sun/nio/cs/ext/MS1258.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_JP_2.java ../../../src/share/classes/sun/nio/cs/ext/MacArabic.java ../../../src/share/classes/sun/nio/cs/ext/IBM1140.java ../../../src/share/classes/sun/nio/cs/ext/MS949.java ../../../src/share/classes/sun/nio/cs/ext/IBM1148.java ../../../src/share/classes/sun/nio/cs/ext/GB18030.java ../../../src/share/classes/sun/nio/cs/ext/MacHebrew.java ../../../src/share/classes/sun/nio/cs/ext/IBM500.java ../../../src/share/classes/sun/nio/cs/ext/IBM871.java ../../../src/share/classes/sun/nio/cs/ext/IBM937.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_ASCII_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM949C.java ../../../src/share/classes/sun/nio/cs/ext/MacIceland.java ../../../src/share/classes/sun/nio/cs/ext/IBM939.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Solaris_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/MS936.java ../../../src/share/classes/sun/nio/cs/ext/JISAutoDetect.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS5022X_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/DoubleByteEncoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1046.java ../../../src/share/classes/sun/nio/cs/ext/Big5.java ../../../src/share/classes/sun/nio/cs/ext/SimpleEUCDecoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM280.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_EBCDIC_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Solaris_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/Big5_Solaris.java ../../../src/share/classes/sun/nio/cs/ext/IBM935.java ../../../src/share/classes/sun/nio/cs/ext/IBM1145.java ../../../src/share/classes/sun/nio/cs/ext/IBM284.java ../../../src/share/classes/sun/nio/cs/ext/ISO_8859_6.java ../../../src/share/classes/sun/nio/cs/ext/Big5_HKSCS.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_ONLY_IBM_EBCDIC_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM1098.java ../../../src/share/classes/sun/nio/cs/ext/IBM1123.java ../../../src/share/classes/sun/nio/cs/ext/IBM943.java ../../../src/share/classes/sun/nio/cs/ext/IBM949.java ../../../src/share/classes/sun/nio/cs/ext/MS950_HKSCS.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0212_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/EUC_JP.java ../../../src/share/classes/sun/nio/cs/ext/ISO2022_CN.java ../../../src/share/classes/sun/nio/cs/ext/DBCS_IBM_ASCII_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM869.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_Solaris_Decoder.java ../../../src/share/classes/sun/nio/cs/ext/MS1256.java ../../../src/share/classes/sun/nio/cs/ext/IBM285.java ../../../src/share/classes/sun/nio/cs/ext/IBM933.java ../../../src/share/classes/sun/nio/cs/ext/SimpleEUCEncoder.java ../../../src/share/classes/sun/nio/cs/ext/IBM277.java ../../../src/share/classes/sun/nio/cs/ext/IBM1112.java ../../../src/share/classes/sun/nio/cs/ext/MS874.java ../../../src/share/classes/sun/nio/cs/ext/JIS_X_0208_MS932_Encoder.java ../../../src/share/classes/sun/nio/cs/ext/EUC_JP_Open.java ../../../src/share/classes/sun/nio/cs/ext/IBM870.java ../../../src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Decoder.java ../../../src/solaris/classes/sun/nio/cs/ext/CompoundTextSupport.java ../../../src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Encoder.java ../../../src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -Xlint:serial -Werror -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/classes/META-INF/services/java.nio.charset.spi.CharsetProvider /bin/cp ../../../src/share/classes/sun/nio/cs/ext/META-INF/services/java.nio.charset.spi.CharsetProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/classes/META-INF/services/java.nio.charset.spi.CharsetProvider /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/charsets.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/classes sun \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.nio/classes META-INF/services/java.nio.charset.spi.CharsetProvider \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/nio' Timing: 00014 seconds or 14s for make-sun-nio <<>>Recursively making launcher all @ Sun Aug 2 14:58:13 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/launcher' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/launcher/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties /bin/cp ../../../src/share/classes/sun/launcher/resources/launcher.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/launcher/resources/launcher.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.launcher/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.launcher/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.launcher/.classes.list) ../../../src/share/classes/sun/launcher/LauncherHelp.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.launcher/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/launcher' Timing: 00002 seconds or 2s for make-sun-launcher <<>>Recursively making management all @ Sun Aug 2 14:58:15 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/management' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/management.properties /bin/cp ../../../src/share/lib/management/management.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/management.properties /bin/chmod 644 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/management.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/snmp.acl.template /bin/cp ../../../src/share/lib/management/snmp.acl.template /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/snmp.acl.template /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/snmp.acl.template /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/jmxremote.password.template /bin/cp ../../../src/share/lib/management/jmxremote.password.template /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/jmxremote.password.template /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/jmxremote.password.template /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/jmxremote.access /bin/cp ../../../src/share/lib/management/jmxremote.access /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/jmxremote.access /bin/chmod 644 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/management/jmxremote.access Begin Processing SUBDIRS: snmp jmxremote >>>Recursively making snmp all @ Sun Aug 2 14:58:16 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/management/snmp' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.management.snmp/.classes.list) ../../../../src/share/classes/sun/management/snmp/jvminstr/JVM_MANAGEMENT_MIB_IMPL.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTBootClassPathTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemMgrPoolRelEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTLibraryPathTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTLibraryPathEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/NotificationTargetImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRuntimeImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadingMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/NotificationTarget.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadInstanceTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemGCEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTBootClassPathEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemMgrPoolRelTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemManagerTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmClassLoadingImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmCompilationImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemManagerEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadInstanceEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemoryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTClassPathTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemGCTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTInputArgsTableMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTInputArgsEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmThreadingImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRuntimeMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmOSImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmRTClassPathEntryImpl.java ../../../../src/share/classes/sun/management/snmp/jvminstr/JvmMemoryMetaImpl.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTBootClassPathTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTClassPathEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolThreshdSupport.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemManagerState.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemGCTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemPoolEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemPoolTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolType.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemoryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTBootClassPathEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTClassPathEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmThreadContentionMonitoring.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTInputArgsTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemMgrPoolRelEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JVM_MANAGEMENT_MIBOidTable.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemoryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemGCEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRuntimeMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolCollectThreshdSupport.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadInstanceTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmCompilationMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemPoolState.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemMgrPoolRelTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRuntimeMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JVM_MANAGEMENT_MIB.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTLibraryPathEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmOSMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemPoolEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTClassPathTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemManagerTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadInstanceEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmJITCompilerTimeMonitoring.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTBootClassPathEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmClassLoadingMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemoryGCVerboseLevel.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmClassesVerboseLevel.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTInputArgsEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTLibraryPathEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmCompilationMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemGCEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmClassLoadingMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTLibraryPathTableMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmMemoryGCCall.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmRTInputArgsEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmRTBootClassPathSupport.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadingMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadingMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemManagerEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmThreadInstanceEntryMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemMgrPoolRelEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmOSMBean.java ../../../../src/share/classes/sun/management/snmp/jvmmib/JvmMemManagerEntryMeta.java ../../../../src/share/classes/sun/management/snmp/jvmmib/EnumJvmThreadCpuTimeMonitoring.java ../../../../src/share/classes/sun/management/snmp/AdaptorBootstrap.java ../../../../src/share/classes/sun/management/snmp/util/MibLogger.java ../../../../src/share/classes/sun/management/snmp/util/SnmpListTableCache.java ../../../../src/share/classes/sun/management/snmp/util/SnmpCachedData.java ../../../../src/share/classes/sun/management/snmp/util/SnmpTableHandler.java ../../../../src/share/classes/sun/management/snmp/util/SnmpNamedListTableCache.java ../../../../src/share/classes/sun/management/snmp/util/JvmContextFactory.java ../../../../src/share/classes/sun/management/snmp/util/SnmpLoadedClassData.java ../../../../src/share/classes/sun/management/snmp/util/SnmpTableCache.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.management.snmp/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/management/snmp' Timing: 00005 seconds or 5s for make-sun-management-snmp <<>>Recursively making jmxremote all @ Sun Aug 2 14:58:21 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/management/jmxremote' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/management/jmxremote' Timing: 00001 seconds or 1s for make-sun-management-jmxremote <<>>Recursively making plugin all @ Sun Aug 2 14:58:23 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/plugin' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DJAVA_ARGS="{ \"sun.applet.PluginMain\" }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pluginappletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../src/share/bin/java.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DJAVA_ARGS="{ \"sun.applet.PluginMain\" }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pluginappletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../src/solaris/bin/java_md.c ../../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/bin -I../../../src/solaris/bin -DJAVA_ARGS="{ \"sun.applet.PluginMain\" }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pluginappletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/pluginappletviewer because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/pluginappletviewer -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/pluginappletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.applet/pluginappletviewer/obj/splashscreen_stubs.o -lpthread -L/usr/X11R6/lib -lX11 -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/plugin' Timing: 00002 seconds or 2s for make-sun-plugin <<>>Recursively making native2ascii all @ Sun Aug 2 14:58:25 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/native2ascii' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.native2ascii/.classes.list) ../../../src/share/classes/sun/tools/native2ascii/Main.java ../../../src/share/classes/sun/tools/native2ascii/A2NFilter.java ../../../src/share/classes/sun/tools/native2ascii/N2AFilter.java ../../../src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii.java ../../../src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii_ja.java ../../../src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii_zh_CN.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -Xlint:serial -Werror -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.native2ascii/.classes.list Note: ../../../src/share/classes/sun/tools/native2ascii/Main.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/native2ascii' Timing: 00002 seconds or 2s for make-sun-native2ascii <<>>Recursively making serialver all @ Sun Aug 2 14:58:27 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/serialver' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties /bin/cp ../../../src/share/classes/sun/tools/serialver/serialver.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties /bin/cp ../../../src/share/classes/sun/tools/serialver/serialver_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties /bin/cp ../../../src/share/classes/sun/tools/serialver/serialver_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/serialver/resources/serialver_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.serialver/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.serialver/.classes.list) ../../../src/share/classes/sun/tools/serialver/SerialVer.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.serialver/.classes.list ../../../src/share/classes/sun/tools/serialver/SerialVer.java:462: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning return MessageFormat.format(message, args); ^ Note: ../../../src/share/classes/sun/tools/serialver/SerialVer.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 warning make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/serialver' Timing: 00002 seconds or 2s for make-sun-serialver <<>>Recursively making tools all @ Sun Aug 2 14:58:29 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/tools' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jstat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jstat/resources/jstat_options /bin/cp ../../../src/share/classes/sun/tools/jstat/resources/jstat_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jstat/resources/jstat_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources/hat.js /bin/cp ../../../src/share/classes/com/sun/tools/hat/resources/hat.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources/hat.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources/oqlhelp.html /bin/cp ../../../src/share/classes/com/sun/tools/hat/resources/oqlhelp.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources/oqlhelp.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources/platform_names.txt /bin/cp ../../../src/share/classes/com/sun/tools/hat/resources/platform_names.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/hat/resources/platform_names.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/script/shell rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/script/shell/init.js /bin/cp ../../../src/share/classes/com/sun/tools/script/shell/init.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/script/shell/init.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/script/shell rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/script/shell/messages.properties /bin/cp ../../../src/share/classes/com/sun/tools/script/shell/messages.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/tools/script/shell/messages.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/jvmstat/perfdata/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/jvmstat/perfdata/resources/aliasmap /bin/cp ../../../src/share/classes/sun/jvmstat/perfdata/resources/aliasmap /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/jvmstat/perfdata/resources/aliasmap # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/.classes.list) ../../../src/share/classes/sun/tools/jinfo/JInfo.java ../../../src/share/classes/sun/tools/jmap/JMap.java ../../../src/share/classes/sun/tools/jps/Jps.java ../../../src/share/classes/sun/tools/jps/Arguments.java ../../../src/share/classes/sun/tools/jstack/JStack.java ../../../src/share/classes/sun/tools/jstat/Closure.java ../../../src/share/classes/sun/tools/jstat/HeaderClosure.java ../../../src/share/classes/sun/tools/jstat/ColumnFormat.java ../../../src/share/classes/sun/tools/jstat/ParserException.java ../../../src/share/classes/sun/tools/jstat/ExpressionExecuter.java ../../../src/share/classes/sun/tools/jstat/OptionFinder.java ../../../src/share/classes/sun/tools/jstat/Parser.java ../../../src/share/classes/sun/tools/jstat/SyntaxException.java ../../../src/share/classes/sun/tools/jstat/Arguments.java ../../../src/share/classes/sun/tools/jstat/OutputFormatter.java ../../../src/share/classes/sun/tools/jstat/OptionOutputFormatter.java ../../../src/share/classes/sun/tools/jstat/Token.java ../../../src/share/classes/sun/tools/jstat/Literal.java ../../../src/share/classes/sun/tools/jstat/ExpressionResolver.java ../../../src/share/classes/sun/tools/jstat/RawOutputFormatter.java ../../../src/share/classes/sun/tools/jstat/Expression.java ../../../src/share/classes/sun/tools/jstat/ExpressionEvaluator.java ../../../src/share/classes/sun/tools/jstat/DescendingMonitorComparator.java ../../../src/share/classes/sun/tools/jstat/OptionFormat.java ../../../src/share/classes/sun/tools/jstat/Alignment.java ../../../src/share/classes/sun/tools/jstat/Scale.java ../../../src/share/classes/sun/tools/jstat/RowClosure.java ../../../src/share/classes/sun/tools/jstat/OptionLister.java ../../../src/share/classes/sun/tools/jstat/Operator.java ../../../src/share/classes/sun/tools/jstat/Jstat.java ../../../src/share/classes/sun/tools/jstat/AscendingMonitorComparator.java ../../../src/share/classes/sun/tools/jstat/Identifier.java ../../../src/share/classes/sun/tools/jstat/JStatLogger.java ../../../src/share/classes/sun/tools/jstat/SymbolResolutionClosure.java ../../../src/share/classes/sun/tools/jstatd/RemoteVmImpl.java ../../../src/share/classes/sun/tools/jstatd/Jstatd.java ../../../src/share/classes/sun/tools/jstatd/RemoteHostImpl.java ../../../src/share/classes/com/sun/tools/hat/internal/server/InstancesQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/OQLHelp.java ../../../src/share/classes/com/sun/tools/hat/internal/server/AllRootsQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/FinalizerSummaryQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/HistogramQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/ClassQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/FinalizerObjectsQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/PlatformClasses.java ../../../src/share/classes/com/sun/tools/hat/internal/server/QueryListener.java ../../../src/share/classes/com/sun/tools/hat/internal/server/RootStackQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/AllClassesQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/ReachableQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/QueryHandler.java ../../../src/share/classes/com/sun/tools/hat/internal/server/ObjectQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/RootsQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/OQLQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/RefsByTypeQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/server/HttpReader.java ../../../src/share/classes/com/sun/tools/hat/internal/server/InstancesCountQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/PositionDataInputStream.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/FileReadBuffer.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/Reader.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/PositionInputStream.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/MappedReadBuffer.java ../../../src/share/classes/com/sun/tools/hat/internal/parser/ReadBuffer.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/OQLEngine.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/ObjectVisitor.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/OQLQuery.java ../../../src/share/classes/com/sun/tools/hat/internal/oql/OQLException.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ArrayTypeCodes.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReferenceChain.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaThing.java ../../../src/share/classes/com/sun/tools/hat/internal/model/Root.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaFloat.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java ../../../src/share/classes/com/sun/tools/hat/internal/model/HackJavaValue.java ../../../src/share/classes/com/sun/tools/hat/internal/model/Snapshot.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaLong.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaValueArray.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReachableObjects.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaShort.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaField.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaObject.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaDouble.java ../../../src/share/classes/com/sun/tools/hat/internal/model/StackFrame.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaStatic.java ../../../src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludes.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaObjectRef.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaByte.java ../../../src/share/classes/com/sun/tools/hat/internal/model/AbstractJavaHeapObjectVisitor.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaObjectArray.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObjectVisitor.java ../../../src/share/classes/com/sun/tools/hat/internal/model/JavaValue.java ../../../src/share/classes/com/sun/tools/hat/internal/model/StackTrace.java ../../../src/share/classes/com/sun/tools/hat/internal/util/CompositeEnumeration.java ../../../src/share/classes/com/sun/tools/hat/internal/util/ArraySorter.java ../../../src/share/classes/com/sun/tools/hat/internal/util/Misc.java ../../../src/share/classes/com/sun/tools/hat/internal/util/Comparer.java ../../../src/share/classes/com/sun/tools/hat/internal/util/VectorSorter.java ../../../src/share/classes/com/sun/tools/hat/Main.java ../../../src/share/classes/com/sun/tools/script/shell/Main.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/TypeCode.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/PerfDataBufferPrologue.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfStringVariableMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfStringMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfLongMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/CountedTimerTask.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorStructureException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AliasFileParser.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AbstractPerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfIntegerMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorVersionException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/SyntaxException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AbstractMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/MonitoredHostProvider.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/RemoteMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/RemoteVmManager.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/FileMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/MonitoredHostProvider.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/LocalEventTimer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/LocalVmManager.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/MonitoredHostProvider.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataFile.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/LocalMonitoredVm.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/CountedTimerTaskUtils.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorTypeException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfDataBufferImpl.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfByteArrayMonitor.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/AbstractPerfDataBufferPrologue.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorStatus.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/MonitorDataException.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/BasicType.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBuffer.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBufferPrologue.java ../../../src/share/classes/sun/jvmstat/perfdata/monitor/PerfStringConstantMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/HostIdentifier.java ../../../src/share/classes/sun/jvmstat/monitor/ByteArrayMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/AbstractMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/remote/RemoteHost.java ../../../src/share/classes/sun/jvmstat/monitor/remote/RemoteVm.java ../../../src/share/classes/sun/jvmstat/monitor/remote/BufferedMonitoredVm.java ../../../src/share/classes/sun/jvmstat/monitor/MonitoredHost.java ../../../src/share/classes/sun/jvmstat/monitor/MonitoredVm.java ../../../src/share/classes/sun/jvmstat/monitor/event/VmEvent.java ../../../src/share/classes/sun/jvmstat/monitor/event/HostListener.java ../../../src/share/classes/sun/jvmstat/monitor/event/VmStatusChangeEvent.java ../../../src/share/classes/sun/jvmstat/monitor/event/VmListener.java ../../../src/share/classes/sun/jvmstat/monitor/event/MonitorStatusChangeEvent.java ../../../src/share/classes/sun/jvmstat/monitor/event/HostEvent.java ../../../src/share/classes/sun/jvmstat/monitor/LongMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/StringMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/VmIdentifier.java ../../../src/share/classes/sun/jvmstat/monitor/Monitor.java ../../../src/share/classes/sun/jvmstat/monitor/MonitorException.java ../../../src/share/classes/sun/jvmstat/monitor/IntegerMonitor.java ../../../src/share/classes/sun/jvmstat/monitor/MonitoredVmUtil.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/tools' Timing: 00005 seconds or 5s for make-sun-tools <<>>Recursively making jconsole all @ Sun Aug 2 14:58:36 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jconsole' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jconsole /bin/sed -e 's/@@jconsole_version@@/1.6.0_0-b14/g' ../../../src/share/classes/sun/tools/jconsole/Version-template.java > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/tools/jconsole/Version.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.jconsole/.classes.list) ../../../src/share/classes/sun/tools/jconsole/resources/JConsoleResources.java ../../../src/share/classes/sun/tools/jconsole/resources/JConsoleResources_ja.java ../../../src/share/classes/sun/tools/jconsole/resources/JConsoleResources_zh_CN.java ../../../src/share/classes/sun/tools/jconsole/Formatter.java ../../../src/share/classes/sun/tools/jconsole/Plotter.java ../../../src/share/classes/sun/tools/jconsole/LocalVirtualMachine.java ../../../src/share/classes/sun/tools/jconsole/InternalDialog.java ../../../src/share/classes/sun/tools/jconsole/MemoryPoolStat.java ../../../src/share/classes/sun/tools/jconsole/CreateMBeanDialog.java ../../../src/share/classes/sun/tools/jconsole/Tab.java ../../../src/share/classes/sun/tools/jconsole/MemoryTab.java ../../../src/share/classes/sun/tools/jconsole/inspector/XSheet.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanOperations.java ../../../src/share/classes/sun/tools/jconsole/inspector/XOpenTypeViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/ThreadDialog.java ../../../src/share/classes/sun/tools/jconsole/inspector/Utils.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTextFieldEditor.java ../../../src/share/classes/sun/tools/jconsole/inspector/XObject.java ../../../src/share/classes/sun/tools/jconsole/inspector/XPlottingViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTreeRenderer.java ../../../src/share/classes/sun/tools/jconsole/inspector/OperationEntry.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanInfo.java ../../../src/share/classes/sun/tools/jconsole/inspector/XPlotter.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTree.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTextField.java ../../../src/share/classes/sun/tools/jconsole/inspector/XNodeInfo.java ../../../src/share/classes/sun/tools/jconsole/inspector/TableSorter.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java ../../../src/share/classes/sun/tools/jconsole/inspector/XArrayDataViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/XMBean.java ../../../src/share/classes/sun/tools/jconsole/inspector/XTable.java ../../../src/share/classes/sun/tools/jconsole/inspector/XDataViewer.java ../../../src/share/classes/sun/tools/jconsole/inspector/IconManager.java ../../../src/share/classes/sun/tools/jconsole/inspector/XOperations.java ../../../src/share/classes/sun/tools/jconsole/OutputViewer.java ../../../src/share/classes/sun/tools/jconsole/BorderedComponent.java ../../../src/share/classes/sun/tools/jconsole/Utilities.java ../../../src/share/classes/sun/tools/jconsole/Worker.java ../../../src/share/classes/sun/tools/jconsole/VMPanel.java ../../../src/share/classes/sun/tools/jconsole/AboutDialog.java ../../../src/share/classes/sun/tools/jconsole/MBeansTab.java ../../../src/share/classes/sun/tools/jconsole/ConnectDialog.java ../../../src/share/classes/sun/tools/jconsole/SummaryTab.java ../../../src/share/classes/sun/tools/jconsole/MemoryPoolProxy.java ../../../src/share/classes/sun/tools/jconsole/OverviewPanel.java ../../../src/share/classes/sun/tools/jconsole/PlotterPanel.java ../../../src/share/classes/sun/tools/jconsole/ThreadTab.java ../../../src/share/classes/sun/tools/jconsole/Resources.java ../../../src/share/classes/sun/tools/jconsole/OverviewTab.java ../../../src/share/classes/sun/tools/jconsole/HTMLPane.java ../../../src/share/classes/sun/tools/jconsole/ProxyClient.java ../../../src/share/classes/sun/tools/jconsole/VariableGridLayout.java ../../../src/share/classes/sun/tools/jconsole/SheetDialog.java ../../../src/share/classes/sun/tools/jconsole/MaximizableInternalFrame.java ../../../src/share/classes/sun/tools/jconsole/VMInternalFrame.java ../../../src/share/classes/sun/tools/jconsole/ClassTab.java ../../../src/share/classes/sun/tools/jconsole/TimeComboBox.java ../../../src/share/classes/sun/tools/jconsole/JConsole.java ../../../src/share/classes/sun/tools/jconsole/LabeledComponent.java ../../../src/share/classes/com/sun/tools/jconsole/JConsoleContext.java ../../../src/share/classes/com/sun/tools/jconsole/JConsolePlugin.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -encoding iso8859-1 -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.jconsole/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/brandlogo.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/brandlogo.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/brandlogo.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/collapse-winlf.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/collapse-winlf.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/collapse-winlf.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected16.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/connected16.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected16.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected24.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/connected24.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/connected24.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected16.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/disconnected16.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected16.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected24.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/disconnected24.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/disconnected24.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/expand-winlf.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/expand-winlf.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/expand-winlf.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-left.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/masthead-left.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-left.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-right.png /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/masthead-right.png /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/masthead-right.png /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbean.gif /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/mbean.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbean.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbeanserverdelegate.gif /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/mbeanserverdelegate.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/mbeanserverdelegate.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/xobject.gif /bin/cp ../../../src/share/classes/sun/tools/jconsole/resources/xobject.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/sun/tools/jconsole/resources/xobject.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.jconsole rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.jconsole/manifest /bin/cp ../../../src/share/classes/sun/tools/jconsole/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.jconsole/manifest /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jconsole.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sun.tools.jconsole/manifest \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jconsole \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/jconsole \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sun/jconsole' Timing: 00005 seconds or 5s for make-sun-jconsole <<>>Recursively making sunw all @ Sun Aug 2 14:58:41 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sunw' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sunw/.classes.list) ../../src/share/classes/sunw/util/EventObject.java ../../src/share/classes/sunw/util/EventListener.java ../../src/share/classes/sunw/io/Serializable.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../src/solaris/classes:../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/sunw/.classes.list make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/sunw' Timing: 00001 seconds or 1s for make-sunw <<>>Recursively making com all @ Sun Aug 2 14:58:43 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com' Begin Processing SUBDIRS: sun >>>Recursively making sun all @ Sun Aug 2 14:58:44 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun' Begin Processing SUBDIRS: script image security crypto/provider jndi jmx java inputmethods org rowset net/httpserver net/ssl demo tools jarsigner >>>Recursively making script all @ Sun Aug 2 14:58:44 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/script' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.script/.classes.list) ../../../../src/share/classes/com/sun/script/javascript/ExternalScriptable.java ../../../../src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java ../../../../src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java ../../../../src/share/classes/com/sun/script/javascript/JSAdapter.java ../../../../src/share/classes/com/sun/script/javascript/RhinoClassShutter.java ../../../../src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java ../../../../src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java ../../../../src/share/classes/com/sun/script/javascript/JavaAdapter.java ../../../../src/share/classes/com/sun/script/javascript/RhinoTopLevel.java ../../../../src/share/classes/com/sun/script/util/InterfaceImplementor.java ../../../../src/share/classes/com/sun/script/util/BindingsEntrySet.java ../../../../src/share/classes/com/sun/script/util/BindingsBase.java ../../../../src/share/classes/com/sun/script/util/ScriptEngineFactoryBase.java ../../../../src/share/classes/com/sun/script/util/BindingsImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -classpath /usr/share/java/js.jar -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.script/.classes.list Note: ../../../../src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.script.ScriptEngineFactory /bin/cp ../../../../src/share/classes/com/sun/script/javascript/META-INF/services/javax.script.ScriptEngineFactory /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/javax.script.ScriptEngineFactory make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/script' Timing: 00002 seconds or 2s for make-com-sun-script <<>>Recursively making image all @ Sun Aug 2 14:58:46 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/image' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.image.codec.jpeg/.classes.list) ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGImageDecoder.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGEncodeParam.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGDecodeParam.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGImageEncoder.java ../../../../src/share/classes/com/sun/image/codec/jpeg/ImageFormatException.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGQTable.java ../../../../src/share/classes/com/sun/image/codec/jpeg/JPEGCodec.java ../../../../src/share/classes/com/sun/image/codec/jpeg/TruncatedFileException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.image.codec.jpeg/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/image' Timing: 00001 seconds or 1s for make-com-sun-image <<>>Recursively making security all @ Sun Aug 2 14:58:48 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security' Begin Processing SUBDIRS: jgss sasl auth auth/module >>>Recursively making jgss all @ Sun Aug 2 14:58:49 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/jgss' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.jgss/.classes.list) ../../../../../src/share/classes/com/sun/security/jgss/GSSUtil.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.jgss/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/jgss' Timing: 00001 seconds or 1s for make-com-sun-security-jgss <<>>Recursively making sasl all @ Sun Aug 2 14:58:50 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/sasl' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.sasl/.classes.list) ../../../../../src/share/classes/com/sun/security/sasl/digest/DigestMD5Client.java ../../../../../src/share/classes/com/sun/security/sasl/digest/FactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/digest/SecurityCtx.java ../../../../../src/share/classes/com/sun/security/sasl/digest/DigestMD5Base.java ../../../../../src/share/classes/com/sun/security/sasl/digest/DigestMD5Server.java ../../../../../src/share/classes/com/sun/security/sasl/PlainClient.java ../../../../../src/share/classes/com/sun/security/sasl/CramMD5Base.java ../../../../../src/share/classes/com/sun/security/sasl/ServerFactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Base.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Client.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java ../../../../../src/share/classes/com/sun/security/sasl/gsskerb/FactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/CramMD5Server.java ../../../../../src/share/classes/com/sun/security/sasl/ClientFactoryImpl.java ../../../../../src/share/classes/com/sun/security/sasl/ExternalClient.java ../../../../../src/share/classes/com/sun/security/sasl/CramMD5Client.java ../../../../../src/share/classes/com/sun/security/sasl/Provider.java ../../../../../src/share/classes/com/sun/security/sasl/util/AbstractSaslImpl.java ../../../../../src/share/classes/com/sun/security/sasl/util/PolicyUtils.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.sasl/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/sasl' Timing: 00002 seconds or 2s for make-com-sun-security-sasl <<>>Recursively making auth all @ Sun Aug 2 14:58:52 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/AuthResources_zh_HK.java /bin/cat ../../../../../src/share/classes/sun/security/util/AuthResources_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/AuthResources_zh_HK.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth/.classes.list) ../../../../../src/share/classes/com/sun/security/auth/NTDomainPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTNumericCredential.java ../../../../../src/share/classes/com/sun/security/auth/NTSid.java ../../../../../src/share/classes/com/sun/security/auth/NTSidDomainPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTSidGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTSidPrimaryGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTSidUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/NTUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/SolarisNumericUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/SolarisPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/SolarisNumericGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/UnixNumericUserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/UnixPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/X500Principal.java ../../../../../src/share/classes/com/sun/security/auth/UserPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/LdapPrincipal.java ../../../../../src/share/classes/com/sun/security/auth/callback/DialogCallbackHandler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/AuthResources_zh_HK.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth/.classes.list rm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/sun/security/util/AuthResources_zh_HK.java make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth' Timing: 00002 seconds or 2s for make-com-sun-security-auth <<>>Recursively making auth/module all @ Sun Aug 2 14:58:55 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth/module' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/.classes.list) ../../../../../../src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/JndiLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/LdapLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/Crypt.java ../../../../../../src/share/classes/com/sun/security/auth/module/UnixLoginModule.java ../../../../../../src/share/classes/com/sun/security/auth/module/UnixSystem.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders/ \ com.sun.security.auth.module.UnixLoginModule com.sun.security.auth.module.UnixSystem Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth/module make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth/module' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders -I../../../../../../src/solaris/javavm/export -I../../../../../../src/share/javavm/export -I../../../../../../src/share/javavm/include -I../../../../../../src/solaris/javavm/include -I../../../../../../src/share/native/common -I../../../../../../src/solaris/native/common -I../../../../../../src/share/native/com/sun/security/auth/module -I../../../../../../src/solaris/native/com/sun/security/auth/module -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/Unix.o ../../../../../../src/solaris/native/com/sun/security/auth/module/Unix.c make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth/module' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth/module STATS: LIBRARY=jaas_unix, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjaas_unix.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/.files_compiled /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/CClassHeaders -I../../../../../../src/solaris/javavm/export -I../../../../../../src/share/javavm/export -I../../../../../../src/share/javavm/include -I../../../../../../src/solaris/javavm/include -I../../../../../../src/share/native/common -I../../../../../../src/solaris/native/common -I../../../../../../src/share/native/com/sun/security/auth/module -I../../../../../../src/solaris/native/com/sun/security/auth/module -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjaas_unix.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjaas_unix.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.security.auth.module/jaas/obj/Unix.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/security/auth/module' Timing: 00003 seconds or 3s for make-com-sun-security-module <<>>Recursively making crypto/provider all @ Sun Aug 2 14:58:58 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/crypto/provider' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/.classes.list) ../../../../../src/share/classes/com/sun/crypto/provider/CounterMode.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacPKCS12PBESHA1.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacMD5KeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsPrfGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/AESCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/DESKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/DESConstants.java ../../../../../src/share/classes/com/sun/crypto/provider/DESKey.java ../../../../../src/share/classes/com/sun/crypto/provider/DESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacMD5.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEWithMD5AndDESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/DHParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherBlockChaining.java ../../../../../src/share/classes/com/sun/crypto/provider/KeyGeneratorCore.java ../../../../../src/share/classes/com/sun/crypto/provider/DHKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacSHA1KeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/ISO10126Padding.java ../../../../../src/share/classes/com/sun/crypto/provider/FeedbackCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/PBKDF2HmacSHA1Factory.java ../../../../../src/share/classes/com/sun/crypto/provider/PBKDF2KeyImpl.java ../../../../../src/share/classes/com/sun/crypto/provider/RSACipher.java ../../../../../src/share/classes/com/sun/crypto/provider/SymmetricCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/DHPrivateKey.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeWrapCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/AESKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/AESWrapCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/OAEPParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/AESParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/RC2Crypt.java ../../../../../src/share/classes/com/sun/crypto/provider/SunJCE.java ../../../../../src/share/classes/com/sun/crypto/provider/DHKeyAgreement.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacSHA1.java ../../../../../src/share/classes/com/sun/crypto/provider/OutputFeedback.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherTextStealing.java ../../../../../src/share/classes/com/sun/crypto/provider/DESParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/AESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/PKCS12PBECipherCore.java ../../../../../src/share/classes/com/sun/crypto/provider/BlockCipherParamsCore.java ../../../../../src/share/classes/com/sun/crypto/provider/KeyProtector.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/SslMacCore.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishConstants.java ../../../../../src/share/classes/com/sun/crypto/provider/DHPublicKey.java ../../../../../src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsKeyMaterialGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsMasterSecretGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEWithMD5AndTripleDESCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherWithWrappingSpi.java ../../../../../src/share/classes/com/sun/crypto/provider/EncryptedPrivateKeyInfo.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherCore.java ../../../../../src/share/classes/com/sun/crypto/provider/ConstructKeys.java ../../../../../src/share/classes/com/sun/crypto/provider/DESCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/TlsRsaPremasterSecretGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/RC2Parameters.java ../../../../../src/share/classes/com/sun/crypto/provider/Padding.java ../../../../../src/share/classes/com/sun/crypto/provider/PCBC.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEKeyFactory.java ../../../../../src/share/classes/com/sun/crypto/provider/PrivateKeyInfo.java ../../../../../src/share/classes/com/sun/crypto/provider/ai.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeKey.java ../../../../../src/share/classes/com/sun/crypto/provider/JceKeyStore.java ../../../../../src/share/classes/com/sun/crypto/provider/ElectronicCodeBook.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeCrypt.java ../../../../../src/share/classes/com/sun/crypto/provider/AESConstants.java ../../../../../src/share/classes/com/sun/crypto/provider/HmacCore.java ../../../../../src/share/classes/com/sun/crypto/provider/PBEKey.java ../../../../../src/share/classes/com/sun/crypto/provider/ARCFOURCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/PBECipherCore.java ../../../../../src/share/classes/com/sun/crypto/provider/BlowfishParameters.java ../../../../../src/share/classes/com/sun/crypto/provider/DESKeyGenerator.java ../../../../../src/share/classes/com/sun/crypto/provider/DESedeCipher.java ../../../../../src/share/classes/com/sun/crypto/provider/CipherFeedback.java ../../../../../src/share/classes/com/sun/crypto/provider/JarVerifier.java ../../../../../src/share/classes/com/sun/crypto/provider/RC2Cipher.java ../../../../../src/share/classes/com/sun/crypto/provider/PKCS5Padding.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/manifest.mf ( /bin/sed "s/@@RELEASE@@/1.6.0_0/" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/manifest.mf; \ /bin/echo -e "Extension-Name: javax.crypto"; \ /bin/echo -e "Implementation-Vendor-Id: com.sun"; ) > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned/sunjce_provider.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cmf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned/sunjce_provider.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/classes com/sun/crypto/provider \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext/sunjce_provider.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.crypto.provider/unsigned/sunjce_provider.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ext/sunjce_provider.jar make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/crypto/provider' Timing: 00005 seconds or 5s for make-com-sun-provider <<>>Recursively making jndi all @ Sun Aug 2 14:59:03 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi' Begin Processing SUBDIRS: toolkit cosnaming ldap rmi dns >>>Recursively making toolkit all @ Sun Aug 2 14:59:03 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/toolkit' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.toolkit/.classes.list) ../../../../../src/share/classes/com/sun/jndi/toolkit/ctx/AtomicDirContext.java ../../../../../src/share/classes/com/sun/jndi/toolkit/corba/CorbaUtils.java ../../../../../src/share/classes/com/sun/jndi/toolkit/dir/DirSearch.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.toolkit/.classes.list Note: ../../../../../src/share/classes/com/sun/jndi/toolkit/corba/CorbaUtils.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/toolkit' Timing: 00002 seconds or 2s for make-com-sun-jndi-toolkit <<>>Recursively making cosnaming all @ Sun Aug 2 14:59:05 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/cosnaming' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/cosnaming rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties /bin/cp ../../../../../src/share/classes/com/sun/jndi/cosnaming/jndiprovider.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/cosnaming/jndiprovider.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/.classes.list) ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNCtx.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNBindingEnumeration.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNNameParser.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CNCtxFactory.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/RemoteToCorba.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/ExceptionMapper.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/OrbReuseTracker.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/CorbanameUrl.java ../../../../../src/share/classes/com/sun/jndi/cosnaming/IiopUrl.java ../../../../../src/share/classes/com/sun/jndi/url/corbaname/corbanameURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/ldaps/ldapsURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/rmi/rmiURLContext.java ../../../../../src/share/classes/com/sun/jndi/url/rmi/rmiURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/dns/dnsURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/dns/dnsURLContext.java ../../../../../src/share/classes/com/sun/jndi/url/iiopname/iiopnameURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/iiop/iiopURLContextFactory.java ../../../../../src/share/classes/com/sun/jndi/url/iiop/iiopURLContext.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.cosnaming/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/cosnaming' Timing: 00003 seconds or 3s for make-com-sun-jndi-cosnaming <<>>Recursively making ldap all @ Sun Aug 2 14:59:08 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/ldap' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/ldap rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties /bin/cp ../../../../../src/share/classes/com/sun/jndi/ldap/jndiprovider.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/jndi/ldap/jndiprovider.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/.classes.list) ../../../../../src/share/classes/com/sun/jndi/ldap/LdapName.java ../../../../../src/share/classes/com/sun/jndi/ldap/VersionHelper12.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jndi.ldap/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/ldap' Timing: 00002 seconds or 2s for make-com-sun-jndi-ldap <<>>Recursively making rmi all @ Sun Aug 2 14:59:11 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/rmi' Begin Processing SUBDIRS: registry >>>Recursively making registry all @ Sun Aug 2 14:59:11 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/rmi/registry' /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ com.sun.jndi.rmi.registry.ReferenceWrapper make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/rmi/registry' Timing: 00001 seconds or 1s for make-com-sun-jndi-rmi-registry <<>>Recursively making dns all @ Sun Aug 2 14:59:13 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/dns' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jndi/dns' Timing: 00001 seconds or 1s for make-com-sun-jndi-dns <<>>Recursively making jmx all @ Sun Aug 2 14:59:14 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jmx' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/management/remote/rmi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -v1.2 \ -keepgenerated \ javax.management.remote.rmi.RMIConnectionImpl /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/javax/management/remote/rmi /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.java \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/javax/management/remote/rmi /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -iiop -v1.2 \ javax.management.remote.rmi.RMIConnectionImpl /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -iiop -v1.2 \ -standardPackage \ javax.management.remote.rmi.RMIConnectionImpl /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/management/remote/rmi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/management/remote/rmi/RMIServerImpl_Stub.class /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -v1.2 \ -keepgenerated \ javax.management.remote.rmi.RMIServerImpl /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/javax/management/remote/rmi /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/javax/management/remote/rmi/RMIServerImpl_Stub.java \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/javax/management/remote/rmi /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -iiop -v1.2 \ javax.management.remote.rmi.RMIServerImpl /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/rmic -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes \ -iiop -v1.2 \ -standardPackage \ javax.management.remote.rmi.RMIServerImpl Begin Processing SUBDIRS: snmp >>>Recursively making snmp build @ Sun Aug 2 14:59:21 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jmx/snmp' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jmx.snmp/.classes.list) ../../../../../src/share/classes/com/sun/jmx/snmp/defaults/SnmpProperties.java ../../../../../src/share/classes/com/sun/jmx/snmp/defaults/DefaultPaths.java ../../../../../src/share/classes/com/sun/jmx/snmp/internal/SnmpMsgProcessingModel.java ../../../../../src/share/classes/com/sun/jmx/snmp/mpm/SnmpMsgTranslator.java ../../../../../src/share/classes/com/sun/jmx/snmp/IPAcl/ParseError.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpGenericMetaServer.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpTableSupport.java ../../../../../src/share/classes/com/sun/jmx/snmp/agent/SnmpGenericObjectServer.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.jmx.snmp/.classes.list make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jmx/snmp' Timing: 00002 seconds or 2s for make-com-sun-jmx-snmp <<>>Recursively making snmp all @ Sun Aug 2 14:59:23 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jmx/snmp' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jmx/snmp' Timing: 00001 seconds or 1s for make-com-sun-jmx-snmp <<>>Recursively making java all @ Sun Aug 2 14:59:24 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java' Begin Processing SUBDIRS: browser pack >>>Recursively making browser all @ Sun Aug 2 14:59:25 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/browser' Begin Processing SUBDIRS: dom net >>>Recursively making dom all @ Sun Aug 2 14:59:25 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/browser/dom' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/plugin/com.sun.java.browser.dom/.classes.list) ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMService.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMServiceProvider.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMAction.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMAccessor.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMAccessException.java ../../../../../../src/share/classes/com/sun/java/browser/dom/DOMUnsupportedException.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/plugin/com.sun.java.browser.dom/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/browser/dom' Timing: 00001 seconds or 1s for make-com-sun-java-browser-dom <<>>Recursively making net all @ Sun Aug 2 14:59:27 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/browser/net' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/plugin/com.sun.java.browser.net/.classes.list) ../../../../../../src/share/classes/com/sun/java/browser/net/ProxyService.java ../../../../../../src/share/classes/com/sun/java/browser/net/ProxyServiceProvider.java ../../../../../../src/share/classes/com/sun/java/browser/net/ProxyInfo.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/plugin/com.sun.java.browser.net/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/browser/net' Timing: 00001 seconds or 1s for make-com-sun-java-browser-net <<>>Recursively making pack all @ Sun Aug 2 14:59:28 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/.classes.list) ../../../../../src/share/classes/com/sun/java/util/jar/pack/Driver.java ../../../../../src/share/classes/com/sun/java/util/jar/pack/DriverResource.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders/ \ com.sun.java.util.jar.pack.NativeUnpack Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack' /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bands.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bytes.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bytes.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:44: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:438: warning: missing initializer for member 'band_init::index' /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/coding.o ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/jni.o ../../../../../src/share/native/com/sun/java/util/jar/pack/jni.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:41: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse(byte*&, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:190: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:198: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse_lgH(byte*&, int, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:213: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:221: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static void coding::parseMultiple(byte*&, int, byte*, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:240: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'int value_stream::getInt()': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'void coding_method::init(byte*&, byte*, byte*&, int, coding*, int, intlist*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:698: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHSD1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1full' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1sub' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_CHAR3' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_UNSIGNED5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_DELTA5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BCI5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BRANCH5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BHS0' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BYTE1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing braces around initializer for 'coding' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/jni.cpp:46: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/unpack.o ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/utils.o ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:53: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_file_header()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:600: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:614: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:666: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:675: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:752: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:809: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::init(unpacker*, int*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:864: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_cp()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1259: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'unpacker::layout_definition* unpacker::attr_definitions::defineLayout(int, const char*, const char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1396: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_attrs(int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2408: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_bcs()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2906: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'entry*& cpool::hashTabRef(byte, bytes&)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2963: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2980: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::expandSignatures()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3055: warning: comparison between signed and unsigned integer expressionsIn file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:47: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3090: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp: In function 'void mkdirs(int, char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:67: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::write_bc_ops()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3955: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'int unpacker::write_attrs(int, julong)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4061: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::redirect_stdio()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/zip.o ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp:45: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack STATS: LIBRARY=unpack, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libunpack.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -DNO_ZLIB -DUNPACK_JNI -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libunpack.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libunpack.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bands.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/bytes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/coding.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/jni.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/unpack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/utils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/obj/zip.o -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lz -lstdc++ -lc -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/unpack200 STANDALONE=true LDMAPFLAGS_OPT= LDMAPFLAGS_DBG= make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bands.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bands.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:44: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/bands.cpp:438: warning: missing initializer for member 'band_init::index' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bytes.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bytes.o ../../../../../src/share/native/com/sun/java/util/jar/pack/bytes.cpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/coding.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/coding.o ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:41: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse(byte*&, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:190: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:198: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static uint coding::parse_lgH(byte*&, int, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:213: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:221: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In static member function 'static void coding::parseMultiple(byte*&, int, byte*, int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:240: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'int value_stream::getInt()': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:408: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: In member function 'void coding_method::init(byte*&, byte*, byte*&, int, coding*, int, intlist*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:698: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_ERROR' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHSD1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1full' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS1D1sub' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_CHAR3' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_UNSIGNED5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_DELTA5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BCI5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BRANCH5' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_BHS_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BHS0' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_BYTE1' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_pop_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:728: warning: enumeration value 'cmk_LIMIT' not handled in switch ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp: At global scope: ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing braces around initializer for 'coding' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::min' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::max' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umin' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::umax' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSigned' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isSubrange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isFullRange' ../../../../../src/share/native/com/sun/java/util/jar/pack/coding.cpp:953: warning: missing initializer for member 'coding::isMalloc' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/unpack.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/unpack.o ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:53: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_file_header()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:600: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:614: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:666: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:675: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:752: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:809: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::init(unpacker*, int*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:864: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_cp()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1259: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'unpacker::layout_definition* unpacker::attr_definitions::defineLayout(int, const char*, const char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:1396: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_attrs(int, int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2408: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::read_bcs()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2906: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'entry*& cpool::hashTabRef(byte, bytes&)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2963: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:2980: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void cpool::expandSignatures()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3055: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3090: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::write_bc_ops()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:3955: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'int unpacker::write_attrs(int, julong)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4061: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp: In member function 'void unpacker::redirect_stdio()': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.cpp:4737: warning: 'char* tempnam(const char*, const char*)' is deprecated (declared at /opt/lsb/include/stdio.h:165) /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/utils.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/utils.o ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:47: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp: In function 'void mkdirs(int, char*)': ../../../../../src/share/native/com/sun/java/util/jar/pack/utils.cpp:67: warning: comparison between signed and unsigned integer expressions /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/zip.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/zip.o ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp:45: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(uint)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp: In member function 'bool jar::deflate_bytes(bytes&, bytes&)': ../../../../../src/share/native/com/sun/java/util/jar/pack/zip.cpp:412: warning: comparison between signed and unsigned integer expressions /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/main.o /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/main.o ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp In file included from ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp:51: ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'unpacker::layout_definition* unpacker::attr_definitions::getLayout(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:317: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h: In member function 'bool unpacker::attr_definitions::isIndex(unsigned int)': ../../../../../src/share/native/com/sun/java/util/jar/pack/unpack.h:350: warning: comparison between signed and unsigned integer expressions ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp: In static member function 'static int unpacker::run(int, char**)': ../../../../../src/share/native/com/sun/java/util/jar/pack/main.cpp:401: warning: comparison between signed and unsigned integer expressions /bin/echo -e "Resource files not required for Unix" Resource files not required for Unix /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/unpack200 /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -DPRODUCT -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DFULL -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/java/util/jar/pack -I../../../../../src/solaris/native/com/sun/java/util/jar/pack -Xlinker -O1 -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libunpack.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bands.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/bytes.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/coding.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/unpack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/utils.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/zip.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack-cmd/obj/main.o -lz -lstdc++ -lc -lstdc++ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/unpack200 /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/unpack/unpack200 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/unpack200 make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack' /usr/bin/make -C prop make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack/prop' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/util/jar/pack rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties /bin/cp ../../../../../../src/share/classes/com/sun/java/util/jar/pack/intrinsic.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/java/util/jar/pack/intrinsic.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.java.util.jar.pack/strip_prop_options make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack/prop' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/java/pack' Timing: 00015 seconds or 15s for make-com-sun-java-pack <<>>Recursively making inputmethods all @ Sun Aug 2 14:59:44 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/inputmethods' Begin Processing SUBDIRS: indicim thaiim >>>Recursively making indicim all @ Sun Aug 2 14:59:45 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/inputmethods/indicim' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/.classes.list) ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/DevanagariTables.java ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/IndicInputMethod.java ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/DevanagariInputMethodDescriptor.java ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/IndicInputMethodImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/.classes.list Note: ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/IndicInputMethodImpl.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/com/sun/inputmethods/internal/indicim/resources/DisplayNames.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/indicim/java.awt.im.spi.InputMethodDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/im rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/im/indicim.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/im/indicim.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes com \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.indicim/classes META-INF/services \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/inputmethods/indicim' Timing: 00002 seconds or 2s for make-com-sun-inputmethods-indicim <<>>Recursively making thaiim all @ Sun Aug 2 14:59:47 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/inputmethods/thaiim' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/.classes.list) ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiRules.java ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiInputMethod.java ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiInputMethodDescriptor.java ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/ThaiInputMethodImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/com/sun/inputmethods/internal/thaiim/resources/DisplayNames.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/cp ../../../../../src/share/classes/com/sun/inputmethods/internal/thaiim/java.awt.im.spi.InputMethodDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/im rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/im/thaiim.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/im/thaiim.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes com \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.inputmethods.internal.thaiim/classes META-INF/services \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/inputmethods/thaiim' Timing: 00002 seconds or 2s for make-com-sun-inputmethods-thaiim <<>>Recursively making org all @ Sun Aug 2 14:59:50 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/org' Begin Processing SUBDIRS: apache >>>Recursively making apache all @ Sun Aug 2 14:59:50 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/org/apache' Begin Processing SUBDIRS: xml >>>Recursively making xml all @ Sun Aug 2 14:59:51 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/org/apache/xml' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.dtd /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/config.dtd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.dtd /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.xml /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/config.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/config.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /bin/cp ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/.classes.list) ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/encryption/XMLCipherParameters.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/EncryptionElementProxy.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/XPathFuncHereAPI.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/CachedXPathFuncHereAPI.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverXPointer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverFragment.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverAnonymous.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverLocalFilesystem.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/utils/CachedXPathAPIHolder.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/InvalidSignatureValueException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperty.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperties.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/signature/InvalidDigestValueException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPath2FilterContainer04.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPathFilterCHGPContainer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPathContainer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/XPath2FilterContainer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformEnvelopedSignature.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NExclusiveWithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformBase64Decode.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NWithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath2Filter.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NExclusive.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXSLT.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/FuncHereContext.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/FuncHere.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPointer.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14N.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315ExclOmitComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315WithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315ExclWithComments.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureDSA.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509SKIResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509CertificateResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/DSAKeyValueResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509SubjectNameResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/X509IssuerSerialResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/RetrievalMethodResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/InvalidKeyResolverException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/implementations/CertsInFilesystemDirectoryResolver.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/ContentHandlerAlreadyRegisteredException.java ../../../../../../src/share/classes/com/sun/org/apache/xml/internal/security/keys/KeyUtils.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/xml/com.sun.org.apache.xml/.classes.list Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/org/apache/xml' Timing: 00003 seconds or 3s for make-com-sun-org-apache-xml <<>>Recursively making rowset all @ Sun Aug 2 14:59:55 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/rowset' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_de.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_es.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_es.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_fr.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_it.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_it.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ja.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_ko.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_sv.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties /bin/cp ../../../../src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties /bin/chmod a+rw /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties # Adding to strip properties list: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties /bin/echo -e "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/com/sun/rowset/RowSetResourceBundle_zh_HK.properties" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/stripproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/strip_prop_options # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/.classes.list) ../../../../src/share/classes/com/sun/rowset/internal/WebRowSetXmlReader.java ../../../../src/share/classes/com/sun/rowset/internal/WebRowSetXmlWriter.java ../../../../src/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java ../../../../src/share/classes/com/sun/rowset/internal/XmlErrorHandler.java ../../../../src/share/classes/com/sun/rowset/internal/XmlResolver.java ../../../../src/share/classes/com/sun/rowset/JoinRowSetImpl.java ../../../../src/share/classes/com/sun/rowset/FilteredRowSetImpl.java ../../../../src/share/classes/com/sun/rowset/WebRowSetImpl.java ../../../../src/share/classes/com/sun/rowset/providers/RIXMLProvider.java ../../../../src/share/classes/com/sun/rowset/JdbcRowSetImpl.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.rowset/.classes.list Note: ../../../../src/share/classes/com/sun/rowset/JdbcRowSetImpl.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/rowset' Timing: 00004 seconds or 4s for make-com-sun-rowset <<>>Recursively making net/httpserver all @ Sun Aug 2 14:59:59 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/net/httpserver' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.net.httpserver/.classes.list) ../../../../../src/share/classes/com/sun/net/httpserver/HttpExchange.java ../../../../../src/share/classes/com/sun/net/httpserver/Filter.java ../../../../../src/share/classes/com/sun/net/httpserver/spi/package-info.java ../../../../../src/share/classes/com/sun/net/httpserver/spi/HttpServerProvider.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsParameters.java ../../../../../src/share/classes/com/sun/net/httpserver/package-info.java ../../../../../src/share/classes/com/sun/net/httpserver/Headers.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsExchange.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpHandler.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsServer.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpServer.java ../../../../../src/share/classes/com/sun/net/httpserver/BasicAuthenticator.java ../../../../../src/share/classes/com/sun/net/httpserver/Authenticator.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpsConfigurator.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpPrincipal.java ../../../../../src/share/classes/com/sun/net/httpserver/HttpContext.java ../../../../../src/share/classes/sun/net/httpserver/FixedLengthInputStream.java ../../../../../src/share/classes/sun/net/httpserver/HttpContextImpl.java ../../../../../src/share/classes/sun/net/httpserver/HttpServerImpl.java ../../../../../src/share/classes/sun/net/httpserver/TimeSource.java ../../../../../src/share/classes/sun/net/httpserver/ServerImpl.java ../../../../../src/share/classes/sun/net/httpserver/StreamClosedException.java ../../../../../src/share/classes/sun/net/httpserver/ServerConfig.java ../../../../../src/share/classes/sun/net/httpserver/Event.java ../../../../../src/share/classes/sun/net/httpserver/ChunkedInputStream.java ../../../../../src/share/classes/sun/net/httpserver/SSLStreams.java ../../../../../src/share/classes/sun/net/httpserver/ExchangeImpl.java ../../../../../src/share/classes/sun/net/httpserver/UnmodifiableHeaders.java ../../../../../src/share/classes/sun/net/httpserver/Request.java ../../../../../src/share/classes/sun/net/httpserver/HttpError.java ../../../../../src/share/classes/sun/net/httpserver/HttpExchangeImpl.java ../../../../../src/share/classes/sun/net/httpserver/AuthFilter.java ../../../../../src/share/classes/sun/net/httpserver/ContextList.java ../../../../../src/share/classes/sun/net/httpserver/LeftOverInputStream.java ../../../../../src/share/classes/sun/net/httpserver/SelectorCache.java ../../../../../src/share/classes/sun/net/httpserver/HttpsExchangeImpl.java ../../../../../src/share/classes/sun/net/httpserver/ChunkedOutputStream.java ../../../../../src/share/classes/sun/net/httpserver/Code.java ../../../../../src/share/classes/sun/net/httpserver/FixedLengthOutputStream.java ../../../../../src/share/classes/sun/net/httpserver/HttpsServerImpl.java ../../../../../src/share/classes/sun/net/httpserver/UndefLengthOutputStream.java ../../../../../src/share/classes/sun/net/httpserver/HttpConnection.java ../../../../../src/share/classes/sun/net/httpserver/DefaultHttpServerProvider.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.net.httpserver/.classes.list make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/net/httpserver' Timing: 00004 seconds or 4s for make-com-sun-httpserver <<>>Recursively making net/ssl all @ Sun Aug 2 15:00:04 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/net/ssl' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.net.ssl/.classes.list) ../../../../../src/share/classes/com/sun/security/cert/internal/x509/X509V1CertImpl.java ../../../../../src/share/classes/com/sun/net/ssl/TrustManagerFactorySpi.java ../../../../../src/share/classes/com/sun/net/ssl/SSLPermission.java ../../../../../src/share/classes/com/sun/net/ssl/HttpsURLConnection.java ../../../../../src/share/classes/com/sun/net/ssl/HostnameVerifier.java ../../../../../src/share/classes/com/sun/net/ssl/KeyManager.java ../../../../../src/share/classes/com/sun/net/ssl/TrustManager.java ../../../../../src/share/classes/com/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection.java ../../../../../src/share/classes/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl.java ../../../../../src/share/classes/com/sun/net/ssl/internal/www/protocol/https/Handler.java ../../../../../src/share/classes/com/sun/net/ssl/X509KeyManager.java ../../../../../src/share/classes/com/sun/net/ssl/SSLSecurity.java ../../../../../src/share/classes/com/sun/net/ssl/KeyManagerFactory.java ../../../../../src/share/classes/com/sun/net/ssl/SSLContext.java ../../../../../src/share/classes/com/sun/net/ssl/TrustManagerFactory.java ../../../../../src/share/classes/com/sun/net/ssl/SSLContextSpi.java ../../../../../src/share/classes/com/sun/net/ssl/KeyManagerFactorySpi.java ../../../../../src/share/classes/com/sun/net/ssl/X509TrustManager.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.net.ssl/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: ../../../../../src/share/classes/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/net/ssl' Timing: 00004 seconds or 4s for make-com-sun-ssl <<>>Recursively making demo all @ Sun Aug 2 15:00:08 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/demo' Begin Processing SUBDIRS: jvmti >>>Recursively making jvmti all @ Sun Aug 2 15:00:09 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/demo/jvmti' Begin Processing SUBDIRS: hprof >>>Recursively making hprof all @ Sun Aug 2 15:00:09 MSD 2009 ... make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/demo/jvmti/hprof' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.demo.jvmti.hprof/.classes.list) ../../../../../../src/share/classes/com/sun/demo/jvmti/hprof/Tracker.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.demo.jvmti.hprof/.classes.list make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/demo/jvmti/hprof' Timing: 00001 seconds or 1s for make-com-sun-demo-jvmti-hprof <<>>Recursively making tools all @ Sun Aug 2 15:00:11 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools/.classes.list) ../../../../src/share/classes/com/sun/tools/extcheck/ExtCheck.java ../../../../src/share/classes/com/sun/tools/extcheck/Main.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools/.classes.list Begin Processing SUBDIRS: attach >>>Recursively making attach build @ Sun Aug 2 15:00:13 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/.classes.list) ../../../../../src/share/classes/sun/tools/attach/HotSpotAttachProvider.java ../../../../../src/solaris/classes/sun/tools/attach/LinuxAttachProvider.java ../../../../../src/solaris/classes/sun/tools/attach/LinuxVirtualMachine.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/.class.headers.i586 # Running javah: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders/ \ sun.tools.attach.LinuxVirtualMachine Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/tools/attach -I../../../../../src/solaris/native/com/sun/tools/attach -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/LinuxVirtualMachine.o ../../../../../src/solaris/native/sun/tools/attach/LinuxVirtualMachine.c make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach STATS: LIBRARY=attach, PRODUCT=sun, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libattach.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/.files_compiled mapfile-linux /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/com/sun/tools/attach -I../../../../../src/solaris/native/com/sun/tools/attach -Xlinker -O1 -Xlinker -version-script=mapfile-linux -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libattach.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libattach.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/LinuxVirtualMachine.o -ljava -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/server -ljvm -lc make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' Timing: 00003 seconds or 3s for make-com-sun-tools-attach <<>>Recursively making attach all @ Sun Aug 2 15:00:16 MSD 2009 ... make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach make[8]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' make[8]: `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/com.sun.tools.attach/attach/obj/.files_compiled' is up to date. make[8]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/tools/attach' Timing: 00001 seconds or 1s for make-com-sun-tools-attach <<>>Recursively making jarsigner all @ Sun Aug 2 15:00:18 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jarsigner' make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/com/sun/jarsigner' Timing: 00000 seconds or 0s for make-com-sun-jarsigner <<>>Recursively making jpda all @ Sun Aug 2 15:00:19 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda' Begin Processing SUBDIRS: jdwp back front transport expr tty bdi gui >>>Recursively making jdwp all @ Sun Aug 2 15:00:20 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/jdwp' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jdwpgen.jar ../../jpda/jdwp/jdwp.spec \ -jdi /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/JDWP.java \ -include /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp/JDWPCommands.h make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/jdwp' Timing: 00001 seconds or 1s for make-jpda-jdwp <<>>Recursively making back all @ Sun Aug 2 15:00:21 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/back' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/back make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/back' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayReferenceImpl.o ../../../src/share/back/ArrayReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayTypeImpl.o ../../../src/share/back/ArrayTypeImpl.c ../../../src/share/back/ArrayTypeImpl.c: In function 'newInstance': ../../../src/share/back/ArrayTypeImpl.c:115: warning: 'componentClass' may be used uninitialized in this function ../../../src/share/back/ArrayTypeImpl.c:115: note: 'componentClass' was declared here /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassTypeImpl.o ../../../src/share/back/ClassTypeImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassLoaderReferenceImpl.o ../../../src/share/back/ClassLoaderReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassObjectReferenceImpl.o ../../../src/share/back/ClassObjectReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/EventRequestImpl.o ../../../src/share/back/EventRequestImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/FieldImpl.o ../../../src/share/back/FieldImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/FrameID.o ../../../src/share/back/FrameID.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/MethodImpl.o ../../../src/share/back/MethodImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ObjectReferenceImpl.o ../../../src/share/back/ObjectReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ReferenceTypeImpl.o ../../../src/share/back/ReferenceTypeImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/SDE.o ../../../src/share/back/SDE.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/StackFrameImpl.o ../../../src/share/back/StackFrameImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/StringReferenceImpl.o ../../../src/share/back/StringReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadGroupReferenceImpl.o ../../../src/share/back/ThreadGroupReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadReferenceImpl.o ../../../src/share/back/ThreadReferenceImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/VirtualMachineImpl.o ../../../src/share/back/VirtualMachineImpl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/bag.o ../../../src/share/back/bag.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/commonRef.o ../../../src/share/back/commonRef.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/classTrack.o ../../../src/share/back/classTrack.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/debugDispatch.o ../../../src/share/back/debugDispatch.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/debugInit.o ../../../src/share/back/debugInit.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/debugLoop.o ../../../src/share/back/debugLoop.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/error_messages.o ../../../src/share/back/error_messages.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/eventFilter.o ../../../src/share/back/eventFilter.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHandler.o ../../../src/share/back/eventHandler.c ../../../src/share/back/eventHandler.c: In function 'eventHandler_createPermanentInternal': ../../../src/share/back/eventHandler.c:1685: warning: cast from pointer to integer of different size ../../../src/share/back/eventHandler.c: In function 'eventHandler_createInternalThreadOnly': ../../../src/share/back/eventHandler.c:1694: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHelper.o ../../../src/share/back/eventHelper.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/inStream.o ../../../src/share/back/inStream.c ../../../src/share/back/inStream.c: In function 'inStream_readLong': ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type ../../../src/share/back/inStream.c:148: warning: integer constant is too large for 'long' type /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/invoker.o ../../../src/share/back/invoker.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/log_messages.o ../../../src/share/back/log_messages.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/outStream.o ../../../src/share/back/outStream.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/standardHandlers.o ../../../src/share/back/standardHandlers.c ../../../src/share/back/outStream.c: In function 'outStream_writeLong': ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:174: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c: In function 'outStream_writeObjectRef': ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type ../../../src/share/back/outStream.c:229: warning: integer constant is too large for 'long' type /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/stepControl.o ../../../src/share/back/stepControl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/stream.o ../../../src/share/back/stream.c ../../../src/share/back/stream.c: In function 'stream_encodeDouble': ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type ../../../src/share/back/stream.c:54: warning: integer constant is too large for 'long' type /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/threadControl.o ../../../src/share/back/threadControl.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/transport.o ../../../src/share/back/transport.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/util.o ../../../src/share/back/util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/linker_md.o ../../../src/solaris/back/linker_md.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/exec_md.o ../../../src/solaris/back/exec_md.c make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/back' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/back STATS: LIBRARY=jdwp, PRODUCT=jpda, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjdwp.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -DNDEBUG -DJDWP_LOGGING -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/transport/export -I../../../src/share/back/export -I../../../src/share/npt -I../../../src/solaris/npt -I../../../src/share/back -I../../../src/solaris/back -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gennativesrc/jdwp -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libjdwp.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libjdwp.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ArrayTypeImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassTypeImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassLoaderReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ClassObjectReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/EventRequestImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/FieldImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/FrameID.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/MethodImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ObjectReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ReferenceTypeImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/SDE.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/StackFrameImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/StringReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadGroupReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/ThreadReferenceImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/VirtualMachineImpl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/bag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/commonRef.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/classTrack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/debugDispatch.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/debugInit.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/debugLoop.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/error_messages.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/eventFilter.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHandler.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/eventHelper.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/inStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/invoker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/log_messages.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/outStream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/standardHandlers.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/stepControl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/stream.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/threadControl.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/transport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/linker_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/jdwp/obj/exec_md.o -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/back' Timing: 00018 seconds or 18s for make-jpda-back <<>>Recursively making front all @ Sun Aug 2 15:00:39 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/front' rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi.java # Adding to compile properties list: ../../../src/share/classes/com/sun/tools/jdi/resources/jdi.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/tools/jdi/resources/jdi.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_ja.java # Adding to compile properties list: ../../../src/share/classes/com/sun/tools/jdi/resources/jdi_ja.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_ja.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/tools/jdi/resources/jdi_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_ja.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/compile_prop_options rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_zh_CN.java # Adding to compile properties list: ../../../src/share/classes/com/sun/tools/jdi/resources/jdi_zh_CN.properties -> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_zh_CN.java /bin/echo -e "-compile ../../../src/share/classes/com/sun/tools/jdi/resources/jdi_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_zh_CN.java ListResourceBundle" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/compile_prop_options /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/compileproperties.jar -optionsfile /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/compile_prop_options parsing: ../../../src/share/classes/com/sun/tools/jdi/resources/jdi.properties inferred package name: com.sun.tools.jdi.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi.java parsing: ../../../src/share/classes/com/sun/tools/jdi/resources/jdi_ja.properties inferred package name: com.sun.tools.jdi.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_ja.java parsing: ../../../src/share/classes/com/sun/tools/jdi/resources/jdi_zh_CN.properties inferred package name: com.sun.tools.jdi.resources wrote: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_zh_CN.java # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/.classes.list) /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/resources/jdi_zh_CN.java ../../../src/share/classes/com/sun/jdi/CharValue.java ../../../src/share/classes/com/sun/jdi/ObjectCollectedException.java ../../../src/share/classes/com/sun/jdi/InterfaceType.java ../../../src/share/classes/com/sun/jdi/FloatType.java ../../../src/share/classes/com/sun/jdi/Accessible.java ../../../src/share/classes/com/sun/jdi/LocalVariable.java ../../../src/share/classes/com/sun/jdi/PathSearchingVirtualMachine.java ../../../src/share/classes/com/sun/jdi/VMDisconnectedException.java ../../../src/share/classes/com/sun/jdi/ClassNotLoadedException.java ../../../src/share/classes/com/sun/jdi/ByteValue.java ../../../src/share/classes/com/sun/jdi/ClassObjectReference.java ../../../src/share/classes/com/sun/jdi/connect/LaunchingConnector.java ../../../src/share/classes/com/sun/jdi/connect/spi/ClosedConnectionException.java ../../../src/share/classes/com/sun/jdi/connect/spi/TransportService.java ../../../src/share/classes/com/sun/jdi/connect/spi/Connection.java ../../../src/share/classes/com/sun/jdi/connect/Transport.java ../../../src/share/classes/com/sun/jdi/connect/ListeningConnector.java ../../../src/share/classes/com/sun/jdi/connect/VMStartException.java ../../../src/share/classes/com/sun/jdi/connect/AttachingConnector.java ../../../src/share/classes/com/sun/jdi/connect/Connector.java ../../../src/share/classes/com/sun/jdi/connect/TransportTimeoutException.java ../../../src/share/classes/com/sun/jdi/connect/IllegalConnectorArgumentsException.java ../../../src/share/classes/com/sun/jdi/Mirror.java ../../../src/share/classes/com/sun/jdi/FloatValue.java ../../../src/share/classes/com/sun/jdi/VoidValue.java ../../../src/share/classes/com/sun/jdi/BooleanValue.java ../../../src/share/classes/com/sun/jdi/ClassType.java ../../../src/share/classes/com/sun/jdi/BooleanType.java ../../../src/share/classes/com/sun/jdi/Bootstrap.java ../../../src/share/classes/com/sun/jdi/Type.java ../../../src/share/classes/com/sun/jdi/IntegerType.java ../../../src/share/classes/com/sun/jdi/Location.java ../../../src/share/classes/com/sun/jdi/Value.java ../../../src/share/classes/com/sun/jdi/event/ThreadDeathEvent.java ../../../src/share/classes/com/sun/jdi/event/EventIterator.java ../../../src/share/classes/com/sun/jdi/event/LocatableEvent.java ../../../src/share/classes/com/sun/jdi/event/ClassPrepareEvent.java ../../../src/share/classes/com/sun/jdi/event/BreakpointEvent.java ../../../src/share/classes/com/sun/jdi/event/Event.java ../../../src/share/classes/com/sun/jdi/event/MonitorWaitEvent.java ../../../src/share/classes/com/sun/jdi/event/ModificationWatchpointEvent.java ../../../src/share/classes/com/sun/jdi/event/WatchpointEvent.java ../../../src/share/classes/com/sun/jdi/event/ExceptionEvent.java ../../../src/share/classes/com/sun/jdi/event/EventSet.java ../../../src/share/classes/com/sun/jdi/event/EventQueue.java ../../../src/share/classes/com/sun/jdi/event/VMStartEvent.java ../../../src/share/classes/com/sun/jdi/event/StepEvent.java ../../../src/share/classes/com/sun/jdi/event/MonitorWaitedEvent.java ../../../src/share/classes/com/sun/jdi/event/VMDeathEvent.java ../../../src/share/classes/com/sun/jdi/event/MethodEntryEvent.java ../../../src/share/classes/com/sun/jdi/event/MonitorContendedEnterEvent.java ../../../src/share/classes/com/sun/jdi/event/MonitorContendedEnteredEvent.java ../../../src/share/classes/com/sun/jdi/event/MethodExitEvent.java ../../../src/share/classes/com/sun/jdi/event/AccessWatchpointEvent.java ../../../src/share/classes/com/sun/jdi/event/ClassUnloadEvent.java ../../../src/share/classes/com/sun/jdi/event/ThreadStartEvent.java ../../../src/share/classes/com/sun/jdi/event/VMDisconnectEvent.java ../../../src/share/classes/com/sun/jdi/TypeComponent.java ../../../src/share/classes/com/sun/jdi/ThreadGroupReference.java ../../../src/share/classes/com/sun/jdi/IncompatibleThreadStateException.java ../../../src/share/classes/com/sun/jdi/Locatable.java ../../../src/share/classes/com/sun/jdi/VirtualMachine.java ../../../src/share/classes/com/sun/jdi/LongType.java ../../../src/share/classes/com/sun/jdi/VMOutOfMemoryException.java ../../../src/share/classes/com/sun/jdi/ShortValue.java ../../../src/share/classes/com/sun/jdi/InvocationException.java ../../../src/share/classes/com/sun/jdi/PrimitiveType.java ../../../src/share/classes/com/sun/jdi/InternalException.java ../../../src/share/classes/com/sun/jdi/JDIPermission.java ../../../src/share/classes/com/sun/jdi/StackFrame.java ../../../src/share/classes/com/sun/jdi/request/VMDeathRequest.java ../../../src/share/classes/com/sun/jdi/request/ExceptionRequest.java ../../../src/share/classes/com/sun/jdi/request/MethodExitRequest.java ../../../src/share/classes/com/sun/jdi/request/ModificationWatchpointRequest.java ../../../src/share/classes/com/sun/jdi/request/MonitorWaitedRequest.java ../../../src/share/classes/com/sun/jdi/request/DuplicateRequestException.java ../../../src/share/classes/com/sun/jdi/request/ClassUnloadRequest.java ../../../src/share/classes/com/sun/jdi/request/StepRequest.java ../../../src/share/classes/com/sun/jdi/request/BreakpointRequest.java ../../../src/share/classes/com/sun/jdi/request/ClassPrepareRequest.java ../../../src/share/classes/com/sun/jdi/request/AccessWatchpointRequest.java ../../../src/share/classes/com/sun/jdi/request/ThreadStartRequest.java ../../../src/share/classes/com/sun/jdi/request/ThreadDeathRequest.java ../../../src/share/classes/com/sun/jdi/request/MethodEntryRequest.java ../../../src/share/classes/com/sun/jdi/request/EventRequest.java ../../../src/share/classes/com/sun/jdi/request/EventRequestManager.java ../../../src/share/classes/com/sun/jdi/request/InvalidRequestStateException.java ../../../src/share/classes/com/sun/jdi/request/MonitorContendedEnterRequest.java ../../../src/share/classes/com/sun/jdi/request/MonitorContendedEnteredRequest.java ../../../src/share/classes/com/sun/jdi/request/MonitorWaitRequest.java ../../../src/share/classes/com/sun/jdi/request/WatchpointRequest.java ../../../src/share/classes/com/sun/jdi/ReferenceType.java ../../../src/share/classes/com/sun/jdi/ArrayType.java ../../../src/share/classes/com/sun/jdi/MonitorInfo.java ../../../src/share/classes/com/sun/jdi/VMMismatchException.java ../../../src/share/classes/com/sun/jdi/InvalidTypeException.java ../../../src/share/classes/com/sun/jdi/LongValue.java ../../../src/share/classes/com/sun/jdi/ArrayReference.java ../../../src/share/classes/com/sun/jdi/ClassLoaderReference.java ../../../src/share/classes/com/sun/jdi/InvalidCodeIndexException.java ../../../src/share/classes/com/sun/jdi/VMCannotBeModifiedException.java ../../../src/share/classes/com/sun/jdi/ShortType.java ../../../src/share/classes/com/sun/jdi/ObjectReference.java ../../../src/share/classes/com/sun/jdi/Field.java ../../../src/share/classes/com/sun/jdi/NativeMethodException.java ../../../src/share/classes/com/sun/jdi/ClassNotPreparedException.java ../../../src/share/classes/com/sun/jdi/AbsentInformationException.java ../../../src/share/classes/com/sun/jdi/VirtualMachineManager.java ../../../src/share/classes/com/sun/jdi/InvalidStackFrameException.java ../../../src/share/classes/com/sun/jdi/InvalidLineNumberException.java ../../../src/share/classes/com/sun/jdi/DoubleType.java ../../../src/share/classes/com/sun/jdi/VoidType.java ../../../src/share/classes/com/sun/jdi/PrimitiveValue.java ../../../src/share/classes/com/sun/jdi/DoubleValue.java ../../../src/share/classes/com/sun/jdi/ThreadReference.java ../../../src/share/classes/com/sun/jdi/IntegerValue.java ../../../src/share/classes/com/sun/jdi/StringReference.java ../../../src/share/classes/com/sun/jdi/ByteType.java ../../../src/share/classes/com/sun/jdi/Method.java ../../../src/share/classes/com/sun/jdi/CharType.java ../../../src/share/classes/com/sun/jdi/InconsistentDebugInfoException.java ../../../src/share/classes/com/sun/tools/jdi/ThreadListener.java ../../../src/share/classes/com/sun/tools/jdi/ObsoleteMethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/TargetVM.java ../../../src/share/classes/com/sun/tools/jdi/MirrorImpl.java ../../../src/share/classes/com/sun/tools/jdi/IntegerTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/ConcreteMethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/MethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/ArrayReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/FloatValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java ../../../src/share/classes/com/sun/tools/jdi/PacketStream.java ../../../src/share/classes/com/sun/tools/jdi/LinkedHashMap.java ../../../src/share/classes/com/sun/tools/jdi/CharValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMAction.java ../../../src/share/classes/com/sun/tools/jdi/ClassTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/DoubleTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/NonConcreteMethodImpl.java ../../../src/share/classes/com/sun/tools/jdi/ArrayTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/TypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/JDWPException.java ../../../src/share/classes/com/sun/tools/jdi/ThreadAction.java ../../../src/share/classes/com/sun/tools/jdi/EventQueueImpl.java ../../../src/share/classes/com/sun/tools/jdi/GenericListeningConnector.java ../../../src/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java ../../../src/share/classes/com/sun/tools/jdi/LongTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/LineInfo.java ../../../src/share/classes/com/sun/tools/jdi/ProcessAttachingConnector.java ../../../src/share/classes/com/sun/tools/jdi/ClassLoaderReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/ByteTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/PrimitiveTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/ReferenceTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java ../../../src/share/classes/com/sun/tools/jdi/SDE.java ../../../src/share/classes/com/sun/tools/jdi/ValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VirtualMachineImpl.java ../../../src/share/classes/com/sun/tools/jdi/VoidTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/BooleanTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/RawCommandLineLauncher.java ../../../src/share/classes/com/sun/tools/jdi/InterfaceTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/TypeComponentImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMModifiers.java ../../../src/share/classes/com/sun/tools/jdi/SocketAttachingConnector.java ../../../src/share/classes/com/sun/tools/jdi/BooleanValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/ObjectReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/ClassObjectReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/ShortValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/ConnectorImpl.java ../../../src/share/classes/com/sun/tools/jdi/PrimitiveValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/GenericAttachingConnector.java ../../../src/share/classes/com/sun/tools/jdi/ShortTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/LocalVariableImpl.java ../../../src/share/classes/com/sun/tools/jdi/DoubleValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/InternalEventHandler.java ../../../src/share/classes/com/sun/tools/jdi/AbstractLauncher.java ../../../src/share/classes/com/sun/tools/jdi/EventSetImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMListener.java ../../../src/share/classes/com/sun/tools/jdi/SocketTransportService.java ../../../src/share/classes/com/sun/tools/jdi/BaseLineInfo.java ../../../src/share/classes/com/sun/tools/jdi/FieldImpl.java ../../../src/share/classes/com/sun/tools/jdi/ValueContainer.java ../../../src/share/classes/com/sun/tools/jdi/CharTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/StratumLineInfo.java ../../../src/share/classes/com/sun/tools/jdi/LongValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/IntegerValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/VMState.java ../../../src/share/classes/com/sun/tools/jdi/ThreadGroupReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/VirtualMachineManagerService.java ../../../src/share/classes/com/sun/tools/jdi/ThreadReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/MonitorInfoImpl.java ../../../src/share/classes/com/sun/tools/jdi/StackFrameImpl.java ../../../src/share/classes/com/sun/tools/jdi/ByteValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/JNITypeParser.java ../../../src/share/classes/com/sun/tools/jdi/CommandSender.java ../../../src/share/classes/com/sun/tools/jdi/Packet.java ../../../src/share/classes/com/sun/tools/jdi/LockObject.java ../../../src/share/classes/com/sun/tools/jdi/VoidValueImpl.java ../../../src/share/classes/com/sun/tools/jdi/StringReferenceImpl.java ../../../src/share/classes/com/sun/tools/jdi/FloatTypeImpl.java ../../../src/share/classes/com/sun/tools/jdi/SocketListeningConnector.java ../../../src/share/classes/com/sun/tools/jdi/LocationImpl.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc/com/sun/tools/jdi/JDWP.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.jdi/.classes.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.spi.TransportService /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector.temp /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.jdi.connect.Connector make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/front' Timing: 00006 seconds or 6s for make-jpda-front <<>>Recursively making transport all @ Sun Aug 2 15:00:46 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/transport' Begin Processing SUBDIRS: socket >>>Recursively making socket all @ Sun Aug 2 15:00:46 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/transport/socket' Begin parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/transport/socket make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/transport/socket' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux -I../../../../src/share/transport/export -I../../../../src/share/transport/socket -I../../../../src/solaris/transport/socket -I../../../../src/share/back/export -I../../../../src/solaris/back -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/obj/socketTransport.o ../../../../src/share/transport/socket/socketTransport.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux -I../../../../src/share/transport/export -I../../../../src/share/transport/socket -I../../../../src/solaris/transport/socket -I../../../../src/share/back/export -I../../../../src/solaris/back -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/obj/socket_md.o ../../../../src/solaris/transport/socket/socket_md.c ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysAccept': ../../../../src/solaris/transport/socket/socket_md.c:78: warning: pointer targets in passing argument 3 of 'accept' differ in signedness ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysRecvFrom': ../../../../src/solaris/transport/socket/socket_md.c:91: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysGetHostByName': ../../../../src/solaris/transport/socket/socket_md.c:112: warning: 'gethostbyname' is deprecated (declared at /opt/lsb/include/netdb.h:144) ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysGetSocketName': ../../../../src/solaris/transport/socket/socket_md.c:151: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness ../../../../src/solaris/transport/socket/socket_md.c: In function 'dbgsysPoll': ../../../../src/solaris/transport/socket/socket_md.c:235: warning: implicit declaration of function 'poll' make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/transport/socket' Done with parallel compiles: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/transport/socket STATS: LIBRARY=dt_socket, PRODUCT=jbug, _OPT=-O2 -fno-stack-protector -U_FORTIFY_SOURCE Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libdt_socket.so because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/obj/.files_compiled mapfile-vers /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include/linux -I../../../../src/share/transport/export -I../../../../src/share/transport/socket -I../../../../src/solaris/transport/socket -I../../../../src/share/back/export -I../../../../src/solaris/back -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libdt_socket.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/libdt_socket.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/obj/socketTransport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jbug/dt_socket/obj/socket_md.o -lnsl -lpthread -lc Warning: forcing nsl to be linked statically make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/transport/socket' Timing: 00002 seconds or 2s for make-jpda-transport-socket <<>>Recursively making expr all @ Sun Aug 2 15:00:49 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/expr' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.expr/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java ../../../src/share/classes/com/sun/tools/example/debug/expr/Token.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserConstants.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java ../../../src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java ../../../src/share/classes/com/sun/tools/example/debug/expr/ParseException.java ../../../src/share/classes/com/sun/tools/example/debug/expr/LValue.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.expr/.classes.list Note: ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/expr' Timing: 00002 seconds or 2s for make-jpda-expr <<>>Recursively making tty all @ Sun Aug 2 15:00:51 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/tty' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.tty/jdb/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources.java ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java ../../../src/share/classes/com/sun/tools/example/debug/tty/Env.java ../../../src/share/classes/com/sun/tools/example/debug/tty/AmbiguousMethodException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventHandler.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpecList.java ../../../src/share/classes/com/sun/tools/example/debug/tty/EventNotifier.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadIterator.java ../../../src/share/classes/com/sun/tools/example/debug/tty/VMNotConnectedException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ModificationWatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/PatternReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/BreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/VMConnection.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadGroupIterator.java ../../../src/share/classes/com/sun/tools/example/debug/tty/MalformedMemberNameException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/SourceMapper.java ../../../src/share/classes/com/sun/tools/example/debug/tty/Commands.java ../../../src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java ../../../src/share/classes/com/sun/tools/example/debug/tty/TTY.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadInfo.java ../../../src/share/classes/com/sun/tools/example/debug/tty/LineNotFoundException.java ../../../src/share/classes/com/sun/tools/example/debug/tty/ExceptionSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/WatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/tty/AccessWatchpointSpec.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.tty/jdb/.classes.list make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/tty' Timing: 00003 seconds or 3s for make-jpda-tty <<>>Recursively making bdi all @ Sun Aug 2 15:00:54 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/bdi' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.bdi/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/bdi/ChildSession.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/AmbiguousMethodException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/Utils.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/JDIEventSource.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpecList.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SourceNameReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadIterator.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ModificationWatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/InputListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SessionListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/VMNotInterruptedException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/BreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ReferenceTypeSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadGroupIterator.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/VMLaunchFailureException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/MalformedMemberNameException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/EvaluationException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecErrorEvent.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecEvent.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/NoSessionException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadInfo.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/Session.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/FrameIndexOutOfBoundsException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/MethodBreakpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/LineNotFoundException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/NoThreadException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ExceptionSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/OutputListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/WatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ParseException.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecListener.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/ExecutionManager.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/AccessWatchpointSpec.java ../../../src/share/classes/com/sun/tools/example/debug/bdi/MethodNotFoundException.java ../../../src/share/classes/com/sun/tools/example/debug/event/VMStartEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/AbstractEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/WatchpointEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/LocationTriggerEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/VMDeathEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ClassUnloadEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ThreadDeathEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/JDIAdapter.java ../../../src/share/classes/com/sun/tools/example/debug/event/VMDisconnectEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ExceptionEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ClassPrepareEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ThreadStartEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/LocatableEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/ModificationWatchpointEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/AccessWatchpointEventSet.java ../../../src/share/classes/com/sun/tools/example/debug/event/JDIListener.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.bdi/.classes.list Note: ../../../src/share/classes/com/sun/tools/example/debug/bdi/SourceNameReferenceTypeSpec.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/bdi' Timing: 00003 seconds or 3s for make-jpda-bdi <<>>Recursively making gui all @ Sun Aug 2 15:00:57 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/gui' # Java sources to be compiled: (listed in file /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.gui/.classes.list) ../../../src/share/classes/com/sun/tools/example/debug/gui/SearchPath.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceListener.java ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScriptOutputListener.java ../../../src/share/classes/com/sun/tools/example/debug/gui/GUI.java ../../../src/share/classes/com/sun/tools/example/debug/gui/CommandTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/Environment.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ApplicationTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/MonitorTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/StackTraceTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceManager.java ../../../src/share/classes/com/sun/tools/example/debug/gui/CurrentFrameChangedEvent.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourcepathChangedEvent.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceModel.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScript.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ClassManager.java ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScriptWriter.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SingleLeafTreeSelectionModel.java ../../../src/share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ContextListener.java ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBMenuBar.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ClassTreeTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceTreeTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ThreadTreeTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/ContextManager.java ../../../src/share/classes/com/sun/tools/example/debug/gui/Icons.java ../../../src/share/classes/com/sun/tools/example/debug/gui/MonitorListModel.java ../../../src/share/classes/com/sun/tools/example/debug/gui/LaunchTool.java ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBToolBar.java ../../../src/share/classes/com/sun/tools/example/debug/gui/OutputSink.java ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBFileFilter.java # Running javac: /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jpda/com.sun.tools.example.debug.gui/.classes.list Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/jpda/gui' Timing: 00002 seconds or 2s for make-jpda-gui <<>>Recursively making mkdemo all @ Sun Aug 2 15:01:00 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo' rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/nbproject /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo ( cd ../../src/share/demo && /bin/tar -cf - \ `find nbproject \( -name .hg -o -name .svn -o -name CVS -o -name RCS -o -name SCCS -o -name Codemgr_wsdata -o -name deleted_files -o -name .hgignore -o -name .hgtags \) -prune -o -type f -print` ) | \ ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo && /bin/tar -xf - ) Begin Processing SUBDIRS: applets jfc jvmti management jni scripting jpda >>>Recursively making applets all @ Sun Aug 2 15:01:01 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets' Begin Processing SUBDIRS: ArcTest BarChart Blink CardTest Clock DitherTest DrawTest Fractal GraphicsTest MoleculeViewer NervousText SimpleGraph SortDemo SpreadSheet WireFrame >>>Recursively making ArcTest all @ Sun Aug 2 15:01:01 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/ArcTest' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src/example1.html /bin/cp ../../../../src/share/demo/applets/ArcTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src/ArcTest.java /bin/cp ../../../../src/share/demo/applets/ArcTest/ArcTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src/ArcTest.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest/ArcTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/ArcTest' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/ArcTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src/ArcTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest/ArcTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/ArcTest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/ArcTest' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv ArcTest.jar && rm -f -r META-INF ArcTest.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: IntegerTextField.class inflated: example1.html inflated: ArcCanvas.class inflated: ArcTest.class inflated: ArcControls.class Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: ArcTest.java ========================================================= DEMONAME: ArcTest DEMO_ROOT: ../../../../src/share/demo/applets/ArcTest DEMO_SRCDIR: ../../../../src/share/demo/applets/ArcTest DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest/ArcTest.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/ArcTest/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/ArcTest' Timing: 00003 seconds or 3s for make-mkdemo-applets-ArcTest <<>>Recursively making BarChart all @ Sun Aug 2 15:01:05 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/BarChart' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src/BarChart.java /bin/cp ../../../../src/share/demo/applets/BarChart/BarChart.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src/BarChart.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src/example1.html /bin/cp ../../../../src/share/demo/applets/BarChart/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src/example2.html /bin/cp ../../../../src/share/demo/applets/BarChart/example2.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src/example2.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart/BarChart.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/BarChart' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/BarChart/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image/example2.html /bin/cp ../../../../src/share/demo/applets/BarChart/example2.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image/example2.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart/BarChart.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/BarChart/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/BarChart' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv BarChart.jar && rm -f -r META-INF BarChart.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: example1.html inflated: BarChart.class inflated: example2.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: BarChart.java inflating: example1.html inflating: example2.html ========================================================= DEMONAME: BarChart DEMO_ROOT: ../../../../src/share/demo/applets/BarChart DEMO_SRCDIR: ../../../../src/share/demo/applets/BarChart DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart/BarChart.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/BarChart/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/BarChart' Timing: 00003 seconds or 3s for make-mkdemo-applets-BarChart <<>>Recursively making Blink all @ Sun Aug 2 15:01:08 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Blink' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src/Blink.java /bin/cp ../../../../src/share/demo/applets/Blink/Blink.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src/Blink.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src/example1.html /bin/cp ../../../../src/share/demo/applets/Blink/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src/example1.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink/Blink.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Blink' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/Blink/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink/Blink.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Blink/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Blink' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv Blink.jar && rm -f -r META-INF Blink.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: Blink.class inflated: Blink$1.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: Blink.java inflating: example1.html ========================================================= DEMONAME: Blink DEMO_ROOT: ../../../../src/share/demo/applets/Blink DEMO_SRCDIR: ../../../../src/share/demo/applets/Blink DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink/Blink.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Blink/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Blink' Timing: 00003 seconds or 3s for make-mkdemo-applets-Blink <<>>Recursively making CardTest all @ Sun Aug 2 15:01:11 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/CardTest' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src/CardTest.java /bin/cp ../../../../src/share/demo/applets/CardTest/CardTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src/CardTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src/example1.html /bin/cp ../../../../src/share/demo/applets/CardTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src/example1.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest/CardTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/CardTest' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/CardTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src/CardTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest/CardTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/CardTest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/CardTest' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv CardTest.jar && rm -f -r META-INF CardTest.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: CardPanel.class inflated: CardTest.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: CardTest.java inflating: example1.html ========================================================= DEMONAME: CardTest DEMO_ROOT: ../../../../src/share/demo/applets/CardTest DEMO_SRCDIR: ../../../../src/share/demo/applets/CardTest DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest/CardTest.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/CardTest/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/CardTest' Timing: 00003 seconds or 3s for make-mkdemo-applets-CardTest <<>>Recursively making Clock all @ Sun Aug 2 15:01:14 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Clock' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src/example1.html /bin/cp ../../../../src/share/demo/applets/Clock/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src/Clock.java /bin/cp ../../../../src/share/demo/applets/Clock/Clock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src/Clock.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock/Clock.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Clock' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/Clock/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock/Clock.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Clock/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Clock' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv Clock.jar && rm -f -r META-INF Clock.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: Clock.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: Clock.java ========================================================= DEMONAME: Clock DEMO_ROOT: ../../../../src/share/demo/applets/Clock DEMO_SRCDIR: ../../../../src/share/demo/applets/Clock DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock/Clock.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Clock/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Clock' Timing: 00003 seconds or 3s for make-mkdemo-applets-Clock <<>>Recursively making DitherTest all @ Sun Aug 2 15:01:17 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DitherTest' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src/example1.html /bin/cp ../../../../src/share/demo/applets/DitherTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src/DitherTest.java /bin/cp ../../../../src/share/demo/applets/DitherTest/DitherTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src/DitherTest.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest/DitherTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DitherTest' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/DitherTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest/DitherTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DitherTest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DitherTest' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv DitherTest.jar && rm -f -r META-INF DitherTest.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: DitherTest.class inflated: CardinalTextField.class inflated: DitherControls.class inflated: DitherCanvas.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: DitherTest.java ========================================================= DEMONAME: DitherTest DEMO_ROOT: ../../../../src/share/demo/applets/DitherTest DEMO_SRCDIR: ../../../../src/share/demo/applets/DitherTest DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest/DitherTest.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DitherTest/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DitherTest' Timing: 00003 seconds or 3s for make-mkdemo-applets-DitherTest <<>>Recursively making DrawTest all @ Sun Aug 2 15:01:20 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DrawTest' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src/example1.html /bin/cp ../../../../src/share/demo/applets/DrawTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src/DrawTest.java /bin/cp ../../../../src/share/demo/applets/DrawTest/DrawTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src/DrawTest.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest/DrawTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DrawTest' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/DrawTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src/DrawTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src/DrawTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest/DrawTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/DrawTest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DrawTest' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv DrawTest.jar && rm -f -r META-INF DrawTest.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: DrawPanel.class inflated: DrawControls.class inflated: DrawTest.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: DrawTest.java ========================================================= DEMONAME: DrawTest DEMO_ROOT: ../../../../src/share/demo/applets/DrawTest DEMO_SRCDIR: ../../../../src/share/demo/applets/DrawTest DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest/DrawTest.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/DrawTest/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/DrawTest' Timing: 00002 seconds or 2s for make-mkdemo-applets-DrawTest <<>>Recursively making Fractal all @ Sun Aug 2 15:01:24 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Fractal' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src/example1.html /bin/cp ../../../../src/share/demo/applets/Fractal/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src/CLSFractal.java /bin/cp ../../../../src/share/demo/applets/Fractal/CLSFractal.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src/CLSFractal.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal/Fractal.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Fractal' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/Fractal/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src/CLSFractal.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal/Fractal.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/Fractal/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Fractal' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv Fractal.jar && rm -f -r META-INF Fractal.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: ContextLSystem.class inflated: CLSFractal.class inflated: example1.html inflated: CLSRule.class inflated: CLSTurtle.class Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: CLSFractal.java ========================================================= DEMONAME: Fractal DEMO_ROOT: ../../../../src/share/demo/applets/Fractal DEMO_SRCDIR: ../../../../src/share/demo/applets/Fractal DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal/Fractal.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/Fractal/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/Fractal' Timing: 00003 seconds or 3s for make-mkdemo-applets-Fractal <<>>Recursively making GraphicsTest all @ Sun Aug 2 15:01:27 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/GraphicsTest' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src/example1.html /bin/cp ../../../../src/share/demo/applets/GraphicsTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src/GraphicsTest.java /bin/cp ../../../../src/share/demo/applets/GraphicsTest/GraphicsTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src/GraphicsTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src/AppletFrame.java /bin/cp ../../../../src/share/demo/applets/GraphicsTest/AppletFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src/AppletFrame.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest/GraphicsTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/GraphicsTest' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/GraphicsTest/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src/AppletFrame.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest/GraphicsTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/GraphicsTest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/GraphicsTest' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv GraphicsTest.jar && rm -f -r META-INF GraphicsTest.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: ArcCard.class inflated: RoundRectShape.class inflated: PolygonShape.class inflated: AppletFrame.class inflated: ArcDegreePanel.class inflated: GraphicsPanel.class inflated: Shape.class inflated: OvalShape.class inflated: ColorUtils.class inflated: ShapeTest.class inflated: ArcPanel.class inflated: example1.html inflated: RectShape.class inflated: GraphicsTest.class inflated: GraphicsCards.class Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: GraphicsTest.java inflating: AppletFrame.java ========================================================= DEMONAME: GraphicsTest DEMO_ROOT: ../../../../src/share/demo/applets/GraphicsTest DEMO_SRCDIR: ../../../../src/share/demo/applets/GraphicsTest DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest/GraphicsTest.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/GraphicsTest/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/GraphicsTest' Timing: 00003 seconds or 3s for make-mkdemo-applets-GraphicsTest <<>>Recursively making MoleculeViewer all @ Sun Aug 2 15:01:30 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/MoleculeViewer' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/buckminsterfullerine.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/buckminsterfullerine.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/benzene.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/benzene.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/benzene.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/water.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/water.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/water.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/ethane.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/ethane.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/ethane.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/cyclohexane.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/cyclohexane.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/cyclohexane.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/HyaluronicAcid.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/models/HyaluronicAcid.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/Matrix3D.java /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/Matrix3D.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/Matrix3D.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/example3.html /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/example3.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/example3.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/example1.html /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/XYZApp.java /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/XYZApp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/XYZApp.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/example2.html /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/example2.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/example2.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer/MoleculeViewer.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/MoleculeViewer' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/buckminsterfullerine.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/buckminsterfullerine.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/benzene.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/benzene.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/benzene.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/water.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/water.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/water.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/ethane.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/ethane.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/ethane.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/cyclohexane.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/cyclohexane.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/cyclohexane.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/HyaluronicAcid.xyz /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/models/HyaluronicAcid.xyz /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/example3.html /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/example3.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/example3.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/example2.html /bin/cp ../../../../src/share/demo/applets/MoleculeViewer/example2.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image/example2.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src/XYZApp.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer/MoleculeViewer.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/MoleculeViewer/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/MoleculeViewer' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv MoleculeViewer.jar && rm -f -r META-INF MoleculeViewer.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF created: models/ inflated: models/buckminsterfullerine.xyz inflated: models/benzene.xyz inflated: models/water.xyz inflated: models/ethane.xyz inflated: models/cyclohexane.xyz inflated: models/HyaluronicAcid.xyz inflated: Atom.class inflated: XYZChemModel.class inflated: Matrix3D.class inflated: example3.html inflated: example1.html inflated: example2.html inflated: XYZApp.class Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: models/buckminsterfullerine.xyz inflating: models/benzene.xyz inflating: models/water.xyz inflating: models/ethane.xyz inflating: models/cyclohexane.xyz inflating: models/HyaluronicAcid.xyz inflating: Matrix3D.java inflating: example3.html inflating: example1.html inflating: XYZApp.java inflating: example2.html ========================================================= DEMONAME: MoleculeViewer DEMO_ROOT: ../../../../src/share/demo/applets/MoleculeViewer DEMO_SRCDIR: ../../../../src/share/demo/applets/MoleculeViewer DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer/MoleculeViewer.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/MoleculeViewer/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/MoleculeViewer' Timing: 00005 seconds or 5s for make-mkdemo-applets-MoleculeViewer <<>>Recursively making NervousText all @ Sun Aug 2 15:01:35 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/NervousText' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src/example1.html /bin/cp ../../../../src/share/demo/applets/NervousText/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src/NervousText.java /bin/cp ../../../../src/share/demo/applets/NervousText/NervousText.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src/NervousText.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText/NervousText.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/NervousText' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/NervousText/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText/NervousText.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/NervousText/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/NervousText' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv NervousText.jar && rm -f -r META-INF NervousText.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: NervousText.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: NervousText.java ========================================================= DEMONAME: NervousText DEMO_ROOT: ../../../../src/share/demo/applets/NervousText DEMO_SRCDIR: ../../../../src/share/demo/applets/NervousText DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText/NervousText.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/NervousText/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/NervousText' Timing: 00003 seconds or 3s for make-mkdemo-applets-NervousText <<>>Recursively making SimpleGraph all @ Sun Aug 2 15:01:38 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SimpleGraph' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src/example1.html /bin/cp ../../../../src/share/demo/applets/SimpleGraph/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src/GraphApplet.java /bin/cp ../../../../src/share/demo/applets/SimpleGraph/GraphApplet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src/GraphApplet.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph/SimpleGraph.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SimpleGraph' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/SimpleGraph/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph/SimpleGraph.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SimpleGraph/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SimpleGraph' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv SimpleGraph.jar && rm -f -r META-INF SimpleGraph.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: GraphApplet.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: example1.html inflating: GraphApplet.java ========================================================= DEMONAME: SimpleGraph DEMO_ROOT: ../../../../src/share/demo/applets/SimpleGraph DEMO_SRCDIR: ../../../../src/share/demo/applets/SimpleGraph DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph/SimpleGraph.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SimpleGraph/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SimpleGraph' Timing: 00003 seconds or 3s for make-mkdemo-applets-SimpleGraph <<>>Recursively making SortDemo all @ Sun Aug 2 15:01:41 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SortDemo' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/BubbleSortAlgorithm.java /bin/cp ../../../../src/share/demo/applets/SortDemo/BubbleSortAlgorithm.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/BubbleSortAlgorithm.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/SortItem.java /bin/cp ../../../../src/share/demo/applets/SortDemo/SortItem.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/SortItem.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/BidirBubbleSortAlgorithm.java /bin/cp ../../../../src/share/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/BidirBubbleSortAlgorithm.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/QSortAlgorithm.java /bin/cp ../../../../src/share/demo/applets/SortDemo/QSortAlgorithm.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/QSortAlgorithm.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/SortAlgorithm.java /bin/cp ../../../../src/share/demo/applets/SortDemo/SortAlgorithm.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/SortAlgorithm.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/example1.html /bin/cp ../../../../src/share/demo/applets/SortDemo/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src/example1.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo/SortDemo.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SortDemo' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/SortDemo/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo/SortDemo.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SortDemo/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SortDemo' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv SortDemo.jar && rm -f -r META-INF SortDemo.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: SortAlgorithm.class inflated: SortItem.class inflated: BidirBubbleSortAlgorithm.class inflated: QSortAlgorithm.class inflated: BubbleSortAlgorithm.class inflated: example1.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: BubbleSortAlgorithm.java inflating: SortItem.java inflating: BidirBubbleSortAlgorithm.java inflating: QSortAlgorithm.java inflating: SortAlgorithm.java inflating: example1.html ========================================================= DEMONAME: SortDemo DEMO_ROOT: ../../../../src/share/demo/applets/SortDemo DEMO_SRCDIR: ../../../../src/share/demo/applets/SortDemo DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo/SortDemo.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SortDemo/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SortDemo' Timing: 00004 seconds or 4s for make-mkdemo-applets-SortDemo <<>>Recursively making SpreadSheet all @ Sun Aug 2 15:01:45 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SpreadSheet' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src/SpreadSheet.java /bin/cp ../../../../src/share/demo/applets/SpreadSheet/SpreadSheet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src/SpreadSheet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src/example1.html /bin/cp ../../../../src/share/demo/applets/SpreadSheet/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src/example1.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet/SpreadSheet.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SpreadSheet' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/SpreadSheet/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src/SpreadSheet.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet/SpreadSheet.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/SpreadSheet/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SpreadSheet' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv SpreadSheet.jar && rm -f -r META-INF SpreadSheet.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: Cell.class inflated: InputField.class inflated: SpreadSheet.class inflated: example1.html inflated: CellUpdater.class inflated: SpreadSheetInput.class inflated: Node.class Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: SpreadSheet.java inflating: example1.html ========================================================= DEMONAME: SpreadSheet DEMO_ROOT: ../../../../src/share/demo/applets/SpreadSheet DEMO_SRCDIR: ../../../../src/share/demo/applets/SpreadSheet DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet/SpreadSheet.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/SpreadSheet/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/SpreadSheet' Timing: 00003 seconds or 3s for make-mkdemo-applets-SpreadSheet <<>>Recursively making WireFrame all @ Sun Aug 2 15:01:48 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/WireFrame' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/knoxS.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/knoxS.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/knoxS.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/hughes_500.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/hughes_500.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/hughes_500.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/cube.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/cube.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/cube.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/dinasaur.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/dinasaur.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/models/dinasaur.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example4.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example4.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example4.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/Matrix3D.java /bin/cp ../../../../src/share/demo/applets/WireFrame/Matrix3D.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/Matrix3D.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example3.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example3.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example3.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example1.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/ThreeD.java /bin/cp ../../../../src/share/demo/applets/WireFrame/ThreeD.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/ThreeD.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example2.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example2.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src/example2.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame/WireFrame.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame/src.zip make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/WireFrame' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/knoxS.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/knoxS.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/knoxS.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/hughes_500.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/hughes_500.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/hughes_500.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/cube.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/cube.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/cube.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/dinasaur.obj /bin/cp ../../../../src/share/demo/applets/WireFrame/models/dinasaur.obj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/models/dinasaur.obj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example4.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example4.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example4.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example3.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example3.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example3.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example1.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example1.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example1.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example2.html /bin/cp ../../../../src/share/demo/applets/WireFrame/example2.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image/example2.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame/WireFrame.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/applets/WireFrame/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame/src.zip make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/WireFrame' Expanding jar file into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame && /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -xfv WireFrame.jar && rm -f -r META-INF WireFrame.jar ) created: META-INF/ inflated: META-INF/MANIFEST.MF inflated: ThreeD.class created: models/ inflated: models/knoxS.obj inflated: models/hughes_500.obj inflated: models/cube.obj inflated: models/dinasaur.obj inflated: example4.html inflated: FileFormatException.class inflated: Matrix3D.class inflated: example3.html inflated: example1.html inflated: Model3D.class inflated: example2.html Expanding source into demos area at /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame ( cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame && /usr/bin/unzip -o src.zip && rm -f src.zip ) Archive: src.zip inflating: models/knoxS.obj inflating: models/hughes_500.obj inflating: models/cube.obj inflating: models/dinasaur.obj inflating: example4.html inflating: Matrix3D.java inflating: example3.html inflating: example1.html inflating: ThreeD.java inflating: example2.html ========================================================= DEMONAME: WireFrame DEMO_ROOT: ../../../../src/share/demo/applets/WireFrame DEMO_SRCDIR: ../../../../src/share/demo/applets/WireFrame DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame/WireFrame.jar DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/applets/WireFrame/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/applets/WireFrame' Timing: 00004 seconds or 4s for make-mkdemo-applets-WireFrame <<>>Recursively making jfc all @ Sun Aug 2 15:01:53 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc' Begin Processing SUBDIRS: CodePointIM FileChooserDemo Font2DTest Metalworks Notepad SampleTree SwingApplet TableExample >>>Recursively making CodePointIM all @ Sun Aug 2 15:01:53 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/CodePointIM' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/README_ja.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/README_ja.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/README_ja.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/README_zh_CN.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/README_zh_CN.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/README_zh_CN.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/CodePointInputMethod.java /bin/cp ../../../../src/share/demo/jfc/CodePointIM/CodePointInputMethod.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/CodePointInputMethod.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/CodePointIM.java /bin/cp ../../../../src/share/demo/jfc/CodePointIM/CodePointIM.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/CodePointIM.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/java.awt.im.spi.InputMethodDescriptor /bin/cp ../../../../src/share/demo/jfc/CodePointIM/java.awt.im.spi.InputMethodDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/java.awt.im.spi.InputMethodDescriptor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources/codepoint.properties /bin/cp ../../../../src/share/demo/jfc/CodePointIM/resources/codepoint.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources/codepoint.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources/codepoint_ja.properties /bin/cp ../../../../src/share/demo/jfc/CodePointIM/resources/codepoint_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources/codepoint_ja.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties /bin/cp ../../../../src/share/demo/jfc/CodePointIM/resources/codepoint_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/README.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/README.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/README.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java /bin/cp ../../../../src/share/demo/jfc/CodePointIM/CodePointInputMethodDescriptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/CodePointIM.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README_ja.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README_zh_CN.html make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/CodePointIM' /bin/echo -e "Main-Class: CodePointIM" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/cp ../../../../src/share/demo/jfc/CodePointIM/java.awt.im.spi.InputMethodDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/META-INF/services/java.awt.im.spi.InputMethodDescriptor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/README_ja.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/README_ja.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/README_ja.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/README_zh_CN.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/README_zh_CN.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/README_zh_CN.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/java.awt.im.spi.InputMethodDescriptor /bin/cp ../../../../src/share/demo/jfc/CodePointIM/java.awt.im.spi.InputMethodDescriptor /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/java.awt.im.spi.InputMethodDescriptor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources/codepoint.properties /bin/cp ../../../../src/share/demo/jfc/CodePointIM/resources/codepoint.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources/codepoint.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources/codepoint_ja.properties /bin/cp ../../../../src/share/demo/jfc/CodePointIM/resources/codepoint_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources/codepoint_ja.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources/codepoint_zh_CN.properties /bin/cp ../../../../src/share/demo/jfc/CodePointIM/resources/codepoint_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/resources/codepoint_zh_CN.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/README.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/README.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image/README.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/CodePointIM.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/CodePointIM/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/./README.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README_ja.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/./README_ja.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README_ja.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README_zh_CN.html /bin/cp ../../../../src/share/demo/jfc/CodePointIM/./README_zh_CN.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/./README_zh_CN.html make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/CodePointIM' ========================================================= DEMONAME: CodePointIM DEMO_ROOT: ../../../../src/share/demo/jfc/CodePointIM DEMO_SRCDIR: ../../../../src/share/demo/jfc/CodePointIM DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/CodePointIM.jar DEMO_TOPFILES: ./README.html ./README_ja.html ./README_zh_CN.html DEMO_MAINCLASS: CodePointIM DEMO_DESCRIPTOR: java.awt.im.spi.InputMethodDescriptor DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/CodePointIM/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/CodePointIM' Timing: 00004 seconds or 4s for make-mkdemo-jfc-CodePointIM <<>>Recursively making FileChooserDemo all @ Sun Aug 2 15:01:57 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/FileChooserDemo' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/README.txt /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/ExampleFileView.java /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/ExampleFileView.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/ExampleFileView.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/ExampleFileSystemView.java /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/ExampleFileSystemView.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/ExampleFileSystemView.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/FileChooserDemo.java /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/FileChooserDemo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/FileChooserDemo.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/resources/images/jpgIcon.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/resources/images/gifIcon.gif /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/resources/images/gifIcon.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/resources/images/gifIcon.gif Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/FileChooserDemo.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/FileChooserDemo' /bin/echo -e "Main-Class: FileChooserDemo" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/README.txt /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/resources/images/jpgIcon.jpg /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/resources/images/jpgIcon.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/resources/images/jpgIcon.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/resources/images/gifIcon.gif /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/resources/images/gifIcon.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image/resources/images/gifIcon.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src/FileChooserDemo.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/FileChooserDemo.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/FileChooserDemo/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/./README.txt /bin/cp ../../../../src/share/demo/jfc/FileChooserDemo/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/FileChooserDemo' ========================================================= DEMONAME: FileChooserDemo DEMO_ROOT: ../../../../src/share/demo/jfc/FileChooserDemo DEMO_SRCDIR: ../../../../src/share/demo/jfc/FileChooserDemo DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/FileChooserDemo.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: FileChooserDemo DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/FileChooserDemo/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/FileChooserDemo' Timing: 00004 seconds or 4s for make-mkdemo-jfc-FileChooserDemo <<>>Recursively making Font2DTest all @ Sun Aug 2 15:02:01 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Font2DTest' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/README.txt /bin/cp ../../../../src/share/demo/jfc/Font2DTest/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/Font2DTest.html /bin/cp ../../../../src/share/demo/jfc/Font2DTest/Font2DTest.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/Font2DTest.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/Font2DTestApplet.java /bin/cp ../../../../src/share/demo/jfc/Font2DTest/Font2DTestApplet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/Font2DTestApplet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/RangeMenu.java /bin/cp ../../../../src/share/demo/jfc/Font2DTest/RangeMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/RangeMenu.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/FontPanel.java /bin/cp ../../../../src/share/demo/jfc/Font2DTest/FontPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/FontPanel.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_de.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_de.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_ja.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_ja.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/resource.data /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/resource.data /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/resource.data /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_zh_CN.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_zh_CN.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_ko.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_ko.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_en_GB.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_en_GB.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_en.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_en.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources_en.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/resources/TextResources.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/Font2DTest.java /bin/cp ../../../../src/share/demo/jfc/Font2DTest/Font2DTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/Font2DTest.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/Font2DTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Font2DTest' /bin/echo -e "Main-Class: Font2DTest" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/README.txt /bin/cp ../../../../src/share/demo/jfc/Font2DTest/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/Font2DTest.html /bin/cp ../../../../src/share/demo/jfc/Font2DTest/Font2DTest.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/Font2DTest.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_de.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_de.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_de.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_ja.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_ja.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/resource.data /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/resource.data /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/resource.data /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_zh_CN.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_zh_CN.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_ko.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_ko.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_ko.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_en_GB.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_en_GB.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_en.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources_en.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources_en.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources.properties /bin/cp ../../../../src/share/demo/jfc/Font2DTest/resources/TextResources.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image/resources/TextResources.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/javac_input.txt Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src/FontPanel.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/Font2DTest.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Font2DTest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/./README.txt /bin/cp ../../../../src/share/demo/jfc/Font2DTest/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Font2DTest' ========================================================= DEMONAME: Font2DTest DEMO_ROOT: ../../../../src/share/demo/jfc/Font2DTest DEMO_SRCDIR: ../../../../src/share/demo/jfc/Font2DTest DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/Font2DTest.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: Font2DTest DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Font2DTest/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Font2DTest' Timing: 00004 seconds or 4s for make-mkdemo-jfc-Font2DTest <<>>Recursively making Metalworks all @ Sun Aug 2 15:02:06 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Metalworks' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/KhakiMetalTheme.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/KhakiMetalTheme.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/KhakiMetalTheme.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/README.txt /bin/cp ../../../../src/share/demo/jfc/Metalworks/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/Metalworks.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/Metalworks.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/Metalworks.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/UISwitchListener.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/UISwitchListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/UISwitchListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksInBox.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/MetalworksInBox.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksInBox.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksFrame.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/MetalworksFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksFrame.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/PropertiesMetalTheme.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/PropertiesMetalTheme.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/PropertiesMetalTheme.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/BigContrastMetalTheme.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/BigContrastMetalTheme.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/BigContrastMetalTheme.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/ContrastMetalTheme.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/ContrastMetalTheme.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/ContrastMetalTheme.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/AquaMetalTheme.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/AquaMetalTheme.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/AquaMetalTheme.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/swing.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/swing.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/swing.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/javalogo.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/toc.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/toc.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/toc.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/credits.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/credits.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/credits.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/back.gif /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/back.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/back.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/metalworks.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/metalworks.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/metalworks.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/metal.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/metal.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/metal.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/duke.gif /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/duke.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/HelpFiles/duke.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/MyTheme.theme /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/MyTheme.theme /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/resources/MyTheme.theme /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalThemeMenu.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/MetalThemeMenu.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalThemeMenu.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksHelp.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/MetalworksHelp.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksHelp.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/GreenMetalTheme.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/GreenMetalTheme.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/GreenMetalTheme.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/DemoMetalTheme.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/DemoMetalTheme.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/DemoMetalTheme.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksPrefs.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/MetalworksPrefs.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksPrefs.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java /bin/cp ../../../../src/share/demo/jfc/Metalworks/MetalworksDocumentFrame.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/Metalworks.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Metalworks' /bin/echo -e "Main-Class: Metalworks" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/README.txt /bin/cp ../../../../src/share/demo/jfc/Metalworks/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/swing.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/swing.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/swing.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/javalogo.gif /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/javalogo.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/javalogo.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/toc.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/toc.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/toc.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/credits.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/credits.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/credits.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/back.gif /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/back.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/back.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/metalworks.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/metalworks.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/metalworks.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/metal.html /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/metal.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/metal.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/duke.gif /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/HelpFiles/duke.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/HelpFiles/duke.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/MyTheme.theme /bin/cp ../../../../src/share/demo/jfc/Metalworks/resources/MyTheme.theme /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image/resources/MyTheme.theme /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksFrame.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/Metalworks.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Metalworks/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/./README.txt /bin/cp ../../../../src/share/demo/jfc/Metalworks/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Metalworks' ========================================================= DEMONAME: Metalworks DEMO_ROOT: ../../../../src/share/demo/jfc/Metalworks DEMO_SRCDIR: ../../../../src/share/demo/jfc/Metalworks DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/Metalworks.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: Metalworks DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Metalworks/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Metalworks' Timing: 00004 seconds or 4s for make-mkdemo-jfc-Metalworks <<>>Recursively making Notepad all @ Sun Aug 2 15:02:11 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Notepad' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/README.txt /bin/cp ../../../../src/share/demo/jfc/Notepad/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_ja.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_ja.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_fr.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_fr.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/copy.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/copy.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/copy.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_zh_CN.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_zh_CN.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/open.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/open.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/open.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/save.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/save.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/save.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_sv.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad_sv.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/Notepad.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/new.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/new.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/new.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/cut.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/cut.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/cut.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/paste.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/paste.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/resources/paste.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/ElementTreePanel.java /bin/cp ../../../../src/share/demo/jfc/Notepad/ElementTreePanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/ElementTreePanel.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/Notepad.java /bin/cp ../../../../src/share/demo/jfc/Notepad/Notepad.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/Notepad.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/Notepad.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Notepad' /bin/echo -e "Main-Class: Notepad" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/README.txt /bin/cp ../../../../src/share/demo/jfc/Notepad/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_ja.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_ja.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_ja.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_fr.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_fr.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_fr.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/copy.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/copy.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/copy.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_zh_CN.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_zh_CN.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_zh_CN.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/open.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/open.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/open.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/save.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/save.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/save.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_sv.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad_sv.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad_sv.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad.properties /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/Notepad.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/Notepad.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/new.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/new.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/new.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/cut.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/cut.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/cut.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/paste.gif /bin/cp ../../../../src/share/demo/jfc/Notepad/resources/paste.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image/resources/paste.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src/Notepad.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/Notepad.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/Notepad/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/./README.txt /bin/cp ../../../../src/share/demo/jfc/Notepad/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Notepad' ========================================================= DEMONAME: Notepad DEMO_ROOT: ../../../../src/share/demo/jfc/Notepad DEMO_SRCDIR: ../../../../src/share/demo/jfc/Notepad DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/Notepad.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: Notepad DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/Notepad/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/Notepad' Timing: 00004 seconds or 4s for make-mkdemo-jfc-Notepad <<>>Recursively making SampleTree all @ Sun Aug 2 15:02:15 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SampleTree' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/README.txt /bin/cp ../../../../src/share/demo/jfc/SampleTree/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java /bin/cp ../../../../src/share/demo/jfc/SampleTree/SampleTreeCellRenderer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/DynamicTreeNode.java /bin/cp ../../../../src/share/demo/jfc/SampleTree/DynamicTreeNode.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/DynamicTreeNode.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/resources/images/expanded.gif /bin/cp ../../../../src/share/demo/jfc/SampleTree/resources/images/expanded.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/resources/images/expanded.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/resources/images/collapsed.gif /bin/cp ../../../../src/share/demo/jfc/SampleTree/resources/images/collapsed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/resources/images/collapsed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleData.java /bin/cp ../../../../src/share/demo/jfc/SampleTree/SampleData.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleData.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleTreeModel.java /bin/cp ../../../../src/share/demo/jfc/SampleTree/SampleTreeModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleTreeModel.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleTree.java /bin/cp ../../../../src/share/demo/jfc/SampleTree/SampleTree.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleTree.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/SampleTree.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SampleTree' /bin/echo -e "Main-Class: SampleTree" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/README.txt /bin/cp ../../../../src/share/demo/jfc/SampleTree/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/resources/images/expanded.gif /bin/cp ../../../../src/share/demo/jfc/SampleTree/resources/images/expanded.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/resources/images/expanded.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/resources/images rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/resources/images/collapsed.gif /bin/cp ../../../../src/share/demo/jfc/SampleTree/resources/images/collapsed.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image/resources/images/collapsed.gif /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/javac_input.txt Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src/SampleTree.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/SampleTree.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SampleTree/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/./README.txt /bin/cp ../../../../src/share/demo/jfc/SampleTree/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SampleTree' ========================================================= DEMONAME: SampleTree DEMO_ROOT: ../../../../src/share/demo/jfc/SampleTree DEMO_SRCDIR: ../../../../src/share/demo/jfc/SampleTree DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/SampleTree.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: SampleTree DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SampleTree/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SampleTree' Timing: 00004 seconds or 4s for make-mkdemo-jfc-SampleTree <<>>Recursively making SwingApplet all @ Sun Aug 2 15:02:19 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SwingApplet' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src/README.txt /bin/cp ../../../../src/share/demo/jfc/SwingApplet/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src/SwingApplet.java /bin/cp ../../../../src/share/demo/jfc/SwingApplet/SwingApplet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src/SwingApplet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src/SwingApplet.html /bin/cp ../../../../src/share/demo/jfc/SwingApplet/SwingApplet.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src/SwingApplet.html Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/SwingApplet.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/./SwingApplet.html make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SwingApplet' /bin/echo -e "Main-Class: SwingApplet" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image/README.txt /bin/cp ../../../../src/share/demo/jfc/SwingApplet/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image/SwingApplet.html /bin/cp ../../../../src/share/demo/jfc/SwingApplet/SwingApplet.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image/SwingApplet.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/SwingApplet.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/SwingApplet/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/./README.txt /bin/cp ../../../../src/share/demo/jfc/SwingApplet/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/./README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/./SwingApplet.html /bin/cp ../../../../src/share/demo/jfc/SwingApplet/./SwingApplet.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/./SwingApplet.html make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SwingApplet' ========================================================= DEMONAME: SwingApplet DEMO_ROOT: ../../../../src/share/demo/jfc/SwingApplet DEMO_SRCDIR: ../../../../src/share/demo/jfc/SwingApplet DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/SwingApplet.jar DEMO_TOPFILES: ./README.txt ./SwingApplet.html DEMO_MAINCLASS: SwingApplet DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/SwingApplet/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/SwingApplet' Timing: 00003 seconds or 3s for make-mkdemo-jfc-SwingApplet <<>>Recursively making TableExample all @ Sun Aug 2 15:02:22 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/TableExample' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/OldJTable.java /bin/cp ../../../../src/share/demo/jfc/TableExample/OldJTable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/OldJTable.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/README.txt /bin/cp ../../../../src/share/demo/jfc/TableExample/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample3.java /bin/cp ../../../../src/share/demo/jfc/TableExample/TableExample3.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample3.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableSorter.java /bin/cp ../../../../src/share/demo/jfc/TableExample/TableSorter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableSorter.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample4.java /bin/cp ../../../../src/share/demo/jfc/TableExample/TableExample4.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample4.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/JDBCAdapter.java /bin/cp ../../../../src/share/demo/jfc/TableExample/JDBCAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/JDBCAdapter.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample.java /bin/cp ../../../../src/share/demo/jfc/TableExample/TableExample.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableMap.java /bin/cp ../../../../src/share/demo/jfc/TableExample/TableMap.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableMap.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample2.java /bin/cp ../../../../src/share/demo/jfc/TableExample/TableExample2.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src/TableExample2.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/TableExample.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/TableExample' /bin/echo -e "Main-Class: TableExample" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/jar_image/README.txt /bin/cp ../../../../src/share/demo/jfc/TableExample/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/javac_input.txt Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/TableExample.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jfc/TableExample/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/./README.txt /bin/cp ../../../../src/share/demo/jfc/TableExample/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/TableExample' ========================================================= DEMONAME: TableExample DEMO_ROOT: ../../../../src/share/demo/jfc/TableExample DEMO_SRCDIR: ../../../../src/share/demo/jfc/TableExample DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/TableExample.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: TableExample DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jfc/TableExample/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jfc/TableExample' Timing: 00004 seconds or 4s for make-mkdemo-jfc-TableExample <<>>Recursively making jvmti all @ Sun Aug 2 15:02:27 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti' Begin Processing SUBDIRS: versionCheck gctest heapViewer heapTracker minst mtrace waiters hprof >>>Recursively making versionCheck all @ Sun Aug 2 15:02:27 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/versionCheck' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/agent_util.c /bin/cp ../../../../src/share/demo/jvmti/versionCheck/../agent_util/agent_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/agent_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/agent_util.h /bin/cp ../../../../src/share/demo/jvmti/versionCheck/../agent_util/agent_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/agent_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/versionCheck/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/versionCheck/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/versionCheck.c /bin/cp ../../../../src/share/demo/jvmti/versionCheck/versionCheck.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/versionCheck.c Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/lib/libversionCheck.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/versionCheck' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/versionCheck/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/agent_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/versionCheck/versionCheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src/versionCheck.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libversionCheck.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/lib/libversionCheck.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/versionCheck/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/versionCheck/versionCheck.o -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/versionCheck/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/./README.txt /bin/cp ../../../../src/share/demo/jvmti/versionCheck/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/versionCheck' ========================================================= DEMONAME: versionCheck DEMO_ROOT: ../../../../src/share/demo/jvmti/versionCheck DEMO_SRCDIR: ../../../../src/share/demo/jvmti/versionCheck DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/lib/libversionCheck.so DEMO_OBJECTS: agent_util.o versionCheck.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/versionCheck/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/versionCheck' Timing: 00003 seconds or 3s for make-mkdemo-jvmti-versionCheck <<>>Recursively making gctest all @ Sun Aug 2 15:02:30 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/gctest' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/agent_util.c /bin/cp ../../../../src/share/demo/jvmti/gctest/../agent_util/agent_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/agent_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/agent_util.h /bin/cp ../../../../src/share/demo/jvmti/gctest/../agent_util/agent_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/agent_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/gctest/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/gctest.c /bin/cp ../../../../src/share/demo/jvmti/gctest/gctest.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/gctest.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/gctest/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/sample.makefile.txt Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/lib/libgctest.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/gctest' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/gctest/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/agent_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/gctest/gctest.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src/gctest.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libgctest.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/lib/libgctest.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/gctest/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/gctest/gctest.o -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/gctest/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/./README.txt /bin/cp ../../../../src/share/demo/jvmti/gctest/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/gctest' ========================================================= DEMONAME: gctest DEMO_ROOT: ../../../../src/share/demo/jvmti/gctest DEMO_SRCDIR: ../../../../src/share/demo/jvmti/gctest DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/lib/libgctest.so DEMO_OBJECTS: agent_util.o gctest.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/gctest/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/gctest' Timing: 00003 seconds or 3s for make-mkdemo-jvmti-gctest <<>>Recursively making heapViewer all @ Sun Aug 2 15:02:33 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapViewer' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/agent_util.c /bin/cp ../../../../src/share/demo/jvmti/heapViewer/../agent_util/agent_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/agent_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/agent_util.h /bin/cp ../../../../src/share/demo/jvmti/heapViewer/../agent_util/agent_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/agent_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/heapViewer/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/heapViewer/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/heapViewer.c /bin/cp ../../../../src/share/demo/jvmti/heapViewer/heapViewer.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/heapViewer.c Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/lib/libheapViewer.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapViewer' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapViewer/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/agent_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapViewer/heapViewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src/heapViewer.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libheapViewer.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/lib/libheapViewer.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapViewer/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapViewer/heapViewer.o -lc /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapViewer/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/./README.txt /bin/cp ../../../../src/share/demo/jvmti/heapViewer/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapViewer' ========================================================= DEMONAME: heapViewer DEMO_ROOT: ../../../../src/share/demo/jvmti/heapViewer DEMO_SRCDIR: ../../../../src/share/demo/jvmti/heapViewer DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/lib/libheapViewer.so DEMO_OBJECTS: agent_util.o heapViewer.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapViewer/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapViewer' Timing: 00001 seconds or 1s for make-mkdemo-jvmti-heapViewer <<>>Recursively making heapTracker all @ Sun Aug 2 15:02:35 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapTracker' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/agent_util.c /bin/cp ../../../../src/share/demo/jvmti/heapTracker/../agent_util/agent_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/agent_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/agent_util.h /bin/cp ../../../../src/share/demo/jvmti/heapTracker/../agent_util/agent_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/agent_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c /bin/cp ../../../../src/share/demo/jvmti/heapTracker/../java_crw_demo/java_crw_demo.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.h /bin/cp ../../../../src/share/demo/jvmti/heapTracker/../java_crw_demo/java_crw_demo.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/heapTracker/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/HeapTracker.java /bin/cp ../../../../src/share/demo/jvmti/heapTracker/HeapTracker.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/HeapTracker.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/heapTracker/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/heapTracker.c /bin/cp ../../../../src/share/demo/jvmti/heapTracker/heapTracker.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/heapTracker.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/heapTracker.h /bin/cp ../../../../src/share/demo/jvmti/heapTracker/heapTracker.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/heapTracker.h Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/lib/libheapTracker.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/heapTracker.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapTracker' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapTracker/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/agent_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapTracker/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapTracker/heapTracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src/heapTracker.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libheapTracker.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/lib/libheapTracker.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapTracker/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapTracker/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/heapTracker/heapTracker.o -lc /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/README.txt /bin/cp ../../../../src/share/demo/jvmti/heapTracker/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/heapTracker/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/heapTracker.c /bin/cp ../../../../src/share/demo/jvmti/heapTracker/heapTracker.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/heapTracker.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/heapTracker.h /bin/cp ../../../../src/share/demo/jvmti/heapTracker/heapTracker.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image/heapTracker.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/heapTracker.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/heapTracker/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/./README.txt /bin/cp ../../../../src/share/demo/jvmti/heapTracker/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapTracker' ========================================================= DEMONAME: heapTracker DEMO_ROOT: ../../../../src/share/demo/jvmti/heapTracker DEMO_SRCDIR: ../../../../src/share/demo/jvmti/heapTracker DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/heapTracker.jar DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/lib/libheapTracker.so DEMO_OBJECTS: agent_util.o java_crw_demo.o heapTracker.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/heapTracker/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/heapTracker' Timing: 00003 seconds or 3s for make-mkdemo-jvmti-heapTracker <<>>Recursively making minst all @ Sun Aug 2 15:02:38 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/minst' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/agent_util.c /bin/cp ../../../../src/share/demo/jvmti/minst/../agent_util/agent_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/agent_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/agent_util.h /bin/cp ../../../../src/share/demo/jvmti/minst/../agent_util/agent_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/agent_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/java_crw_demo.c /bin/cp ../../../../src/share/demo/jvmti/minst/../java_crw_demo/java_crw_demo.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/java_crw_demo.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/java_crw_demo.h /bin/cp ../../../../src/share/demo/jvmti/minst/../java_crw_demo/java_crw_demo.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/java_crw_demo.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/minst/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/Minst.java /bin/cp ../../../../src/share/demo/jvmti/minst/Minst.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/Minst.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/minst/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/minst.c /bin/cp ../../../../src/share/demo/jvmti/minst/minst.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/minst.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/minst.h /bin/cp ../../../../src/share/demo/jvmti/minst/minst.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/minst.h Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/lib/libminst.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/minst.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/minst' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/minst/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/agent_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/minst/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/java_crw_demo.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/minst/minst.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src/minst.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libminst.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/lib/libminst.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/minst/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/minst/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/minst/minst.o -lc /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/README.txt /bin/cp ../../../../src/share/demo/jvmti/minst/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/minst/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/minst.c /bin/cp ../../../../src/share/demo/jvmti/minst/minst.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/minst.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/minst.h /bin/cp ../../../../src/share/demo/jvmti/minst/minst.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image/minst.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/minst.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/minst/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/./README.txt /bin/cp ../../../../src/share/demo/jvmti/minst/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/minst' ========================================================= DEMONAME: minst DEMO_ROOT: ../../../../src/share/demo/jvmti/minst DEMO_SRCDIR: ../../../../src/share/demo/jvmti/minst DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/minst.jar DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/lib/libminst.so DEMO_OBJECTS: agent_util.o java_crw_demo.o minst.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/minst/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/minst' Timing: 00004 seconds or 4s for make-mkdemo-jvmti-minst <<>>Recursively making mtrace all @ Sun Aug 2 15:02:42 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/mtrace' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/agent_util.c /bin/cp ../../../../src/share/demo/jvmti/mtrace/../agent_util/agent_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/agent_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/agent_util.h /bin/cp ../../../../src/share/demo/jvmti/mtrace/../agent_util/agent_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/agent_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/java_crw_demo.c /bin/cp ../../../../src/share/demo/jvmti/mtrace/../java_crw_demo/java_crw_demo.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/java_crw_demo.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/java_crw_demo.h /bin/cp ../../../../src/share/demo/jvmti/mtrace/../java_crw_demo/java_crw_demo.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/java_crw_demo.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/mtrace/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/mtrace/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/Mtrace.java /bin/cp ../../../../src/share/demo/jvmti/mtrace/Mtrace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/Mtrace.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/mtrace.c /bin/cp ../../../../src/share/demo/jvmti/mtrace/mtrace.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/mtrace.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/mtrace.h /bin/cp ../../../../src/share/demo/jvmti/mtrace/mtrace.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/mtrace.h Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/lib/libmtrace.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/mtrace.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/mtrace' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/mtrace/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/agent_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/mtrace/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/java_crw_demo.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/mtrace/mtrace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src/mtrace.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libmtrace.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/lib/libmtrace.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/mtrace/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/mtrace/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/mtrace/mtrace.o -lc /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/README.txt /bin/cp ../../../../src/share/demo/jvmti/mtrace/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/mtrace/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/mtrace.c /bin/cp ../../../../src/share/demo/jvmti/mtrace/mtrace.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/mtrace.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/mtrace.h /bin/cp ../../../../src/share/demo/jvmti/mtrace/mtrace.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image/mtrace.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/mtrace.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/mtrace/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/./README.txt /bin/cp ../../../../src/share/demo/jvmti/mtrace/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/mtrace' ========================================================= DEMONAME: mtrace DEMO_ROOT: ../../../../src/share/demo/jvmti/mtrace DEMO_SRCDIR: ../../../../src/share/demo/jvmti/mtrace DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/mtrace.jar DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/lib/libmtrace.so DEMO_OBJECTS: agent_util.o java_crw_demo.o mtrace.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/mtrace/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/mtrace' Timing: 00004 seconds or 4s for make-mkdemo-jvmti-mtrace <<>>Recursively making waiters all @ Sun Aug 2 15:02:46 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/waiters' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/agent_util.c /bin/cp ../../../../src/share/demo/jvmti/waiters/../agent_util/agent_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/agent_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/agent_util.h /bin/cp ../../../../src/share/demo/jvmti/waiters/../agent_util/agent_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/agent_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/waiters/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Agent.cpp /bin/cp ../../../../src/share/demo/jvmti/waiters/Agent.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Agent.cpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Monitor.cpp /bin/cp ../../../../src/share/demo/jvmti/waiters/Monitor.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Monitor.cpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Thread.hpp /bin/cp ../../../../src/share/demo/jvmti/waiters/Thread.hpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Thread.hpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Monitor.hpp /bin/cp ../../../../src/share/demo/jvmti/waiters/Monitor.hpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Monitor.hpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/waiters/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/waiters.cpp /bin/cp ../../../../src/share/demo/jvmti/waiters/waiters.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/waiters.cpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Thread.cpp /bin/cp ../../../../src/share/demo/jvmti/waiters/Thread.cpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Thread.cpp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Agent.hpp /bin/cp ../../../../src/share/demo/jvmti/waiters/Agent.hpp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Agent.hpp Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/lib/libwaiters.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/waiters' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/agent_util.c /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/Agent.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Agent.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/Monitor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Monitor.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/waiters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/waiters.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/Thread.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src/Thread.cpp /opt/lsb/bin/lsbc++ -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libwaiters.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/lib/libwaiters.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/agent_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/Agent.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/Monitor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/waiters.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/waiters/Thread.o -lstdc++ /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/waiters/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/./README.txt /bin/cp ../../../../src/share/demo/jvmti/waiters/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/waiters' ========================================================= DEMONAME: waiters DEMO_ROOT: ../../../../src/share/demo/jvmti/waiters DEMO_SRCDIR: ../../../../src/share/demo/jvmti/waiters DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/lib/libwaiters.so DEMO_OBJECTS: agent_util.o Agent.o Monitor.o waiters.o Thread.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/waiters/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/waiters' Timing: 00003 seconds or 3s for make-mkdemo-jvmti-waiters <<>>Recursively making hprof all @ Sun Aug 2 15:02:49 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/hprof' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/java_crw_demo.c /bin/cp ../../../../src/share/demo/jvmti/hprof/../java_crw_demo/java_crw_demo.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/java_crw_demo.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/java_crw_demo.h /bin/cp ../../../../src/share/demo/jvmti/hprof/../java_crw_demo/java_crw_demo.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/java_crw_demo.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_md.c /bin/cp ../../../../src/solaris/demo/jvmti/hprof/hprof_md.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_md.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/manual.html /bin/cp ../../../../src/share/demo/jvmti/hprof/manual.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/manual.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tag.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_tag.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tag.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_object.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_object.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_object.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_b_spec.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_b_spec.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_b_spec.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_check.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_check.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_check.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/README.txt /bin/cp ../../../../src/share/demo/jvmti/hprof/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_ioname.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_ioname.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_ioname.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_blocks.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_blocks.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_blocks.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/jvm.hprof.txt /bin/cp ../../../../src/share/demo/jvmti/hprof/jvm.hprof.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/jvm.hprof.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_object.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_object.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_object.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_class.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_class.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_class.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_stack.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_stack.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_stack.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_init.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_init.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_init.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_error.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_error.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_error.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_init.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_init.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_init.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_reference.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_reference.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_reference.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tracker.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_tracker.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tracker.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tracker.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_tracker.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tracker.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/debug_malloc.c /bin/cp ../../../../src/share/demo/jvmti/hprof/debug_malloc.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/debug_malloc.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_site.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_site.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_site.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_trace.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_trace.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_trace.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_util.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_util.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_frame.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_frame.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_frame.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_reference.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_reference.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_reference.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_ioname.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_ioname.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_ioname.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_io.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_io.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_io.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_monitor.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_monitor.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_monitor.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_cpu.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_cpu.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_cpu.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_class.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_class.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_class.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tls.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_tls.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tls.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tls.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_tls.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tls.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_event.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_event.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_event.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_loader.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_loader.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_loader.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_string.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_string.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_string.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/sample.makefile.txt /bin/cp ../../../../src/share/demo/jvmti/hprof/sample.makefile.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/sample.makefile.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_md.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_md.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_md.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_stack.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_stack.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_stack.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_check.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_check.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_check.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/debug_malloc.h /bin/cp ../../../../src/share/demo/jvmti/hprof/debug_malloc.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/debug_malloc.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_cpu.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_cpu.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_cpu.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_frame.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_frame.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_frame.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_listener.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_listener.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_listener.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_util.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_util.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_event.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_event.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_event.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_blocks.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_blocks.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_blocks.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_loader.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_loader.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_loader.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tag.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_tag.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tag.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_monitor.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_monitor.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_monitor.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_table.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_table.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_table.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_site.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_site.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_site.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_table.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_table.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_table.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_trace.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_trace.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_trace.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_listener.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_listener.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_listener.h /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_io.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_io.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_io.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_string.c /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_string.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_string.c /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_error.h /bin/cp ../../../../src/share/demo/jvmti/hprof/hprof_error.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_error.h Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/lib/libhprof.so /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/hprof' /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/java_crw_demo.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_md.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_md.c: In function 'md_connect': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_md.c:114: warning: 'gethostbyname' is deprecated (declared at /opt/lsb/include/netdb.h:144) /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_tag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tag.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_object.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_object.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_check.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_check.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_stack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_stack.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_init.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_init.c: In function 'connect_to_socket': /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_init.c:235: warning: comparison is always false due to limited range of data type /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_error.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_error.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_reference.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_reference.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_tracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tracker.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/debug_malloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/debug_malloc.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_site.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_site.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_ioname.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_ioname.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_cpu.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_cpu.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_class.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_class.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_tls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_tls.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_event.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_event.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_frame.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_listener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_listener.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_util.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_blocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_blocks.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_loader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_loader.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_monitor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_monitor.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_table.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_table.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_trace.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_io.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_io.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_string.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src/hprof_string.c /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src -I../../../../src/share/npt -I../../../../src/solaris/npt -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=libhprof.so -shared -mimpure-text -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/lib/libhprof.so \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/java_crw_demo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_tag.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_object.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_check.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_stack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_init.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_error.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_reference.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_tracker.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/debug_malloc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_site.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_ioname.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_cpu.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_class.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_tls.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_event.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_frame.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_listener.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_util.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_blocks.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_loader.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_monitor.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_table.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_trace.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_io.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/demo/jvmti/hprof/hprof_string.o -lnsl -ldl -lpthread -lc Warning: forcing nsl to be linked statically /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jvmti/hprof/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/./README.txt /bin/cp ../../../../src/share/demo/jvmti/hprof/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/hprof' ========================================================= DEMONAME: hprof DEMO_ROOT: ../../../../src/share/demo/jvmti/hprof DEMO_SRCDIR: ../../../../src/share/demo/jvmti/hprof DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof DEMO_PSRCDIR: ../../../../src/solaris/demo/jvmti/hprof DEMO_TOPFILES: ./README.txt DEMO_LIBRARY: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/lib/libhprof.so DEMO_OBJECTS: java_crw_demo.o hprof_md.o hprof_tag.o hprof_object.o hprof_check.o hprof_stack.o hprof_init.o hprof_error.o hprof_reference.o hprof_tracker.o debug_malloc.o hprof_site.o hprof_ioname.o hprof_cpu.o hprof_class.o hprof_tls.o hprof_event.o hprof_frame.o hprof_listener.o hprof_util.o hprof_blocks.o hprof_loader.o hprof_monitor.o hprof_table.o hprof_trace.o hprof_io.o hprof_string.o DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jvmti/hprof/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jvmti/hprof' Timing: 00012 seconds or 12s for make-mkdemo-jvmti-hprof <<>>Recursively making management all @ Sun Aug 2 15:03:02 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management' Begin Processing SUBDIRS: FullThreadDump VerboseGC MemoryMonitor JTop >>>Recursively making FullThreadDump all @ Sun Aug 2 15:03:02 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/FullThreadDump' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/README.txt /bin/cp ../../../../src/share/demo/management/FullThreadDump/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/Deadlock.java /bin/cp ../../../../src/share/demo/management/FullThreadDump/Deadlock.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/Deadlock.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/FullThreadDump.java /bin/cp ../../../../src/share/demo/management/FullThreadDump/FullThreadDump.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/FullThreadDump.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/ThreadMonitor.java /bin/cp ../../../../src/share/demo/management/FullThreadDump/ThreadMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src/ThreadMonitor.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/FullThreadDump.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/FullThreadDump' /bin/echo -e "Main-Class: FullThreadDump" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/jar_image/README.txt /bin/cp ../../../../src/share/demo/management/FullThreadDump/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/FullThreadDump.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/FullThreadDump/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/./README.txt /bin/cp ../../../../src/share/demo/management/FullThreadDump/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/FullThreadDump' ========================================================= DEMONAME: FullThreadDump DEMO_ROOT: ../../../../src/share/demo/management/FullThreadDump DEMO_SRCDIR: ../../../../src/share/demo/management/FullThreadDump DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/FullThreadDump.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: FullThreadDump DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/FullThreadDump/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/FullThreadDump' Timing: 00002 seconds or 2s for make-mkdemo-management-FullThreadDump <<>>Recursively making VerboseGC all @ Sun Aug 2 15:03:05 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/VerboseGC' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src/README.txt /bin/cp ../../../../src/share/demo/management/VerboseGC/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src/VerboseGC.java /bin/cp ../../../../src/share/demo/management/VerboseGC/VerboseGC.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src/VerboseGC.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src/PrintGCStat.java /bin/cp ../../../../src/share/demo/management/VerboseGC/PrintGCStat.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src/PrintGCStat.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/VerboseGC.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/VerboseGC' /bin/echo -e "Main-Class: VerboseGC" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/jar_image/README.txt /bin/cp ../../../../src/share/demo/management/VerboseGC/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/VerboseGC.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/VerboseGC/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/./README.txt /bin/cp ../../../../src/share/demo/management/VerboseGC/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/VerboseGC' ========================================================= DEMONAME: VerboseGC DEMO_ROOT: ../../../../src/share/demo/management/VerboseGC DEMO_SRCDIR: ../../../../src/share/demo/management/VerboseGC DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/VerboseGC.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: VerboseGC DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/VerboseGC/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/VerboseGC' Timing: 00002 seconds or 2s for make-mkdemo-management-VerboseGC <<>>Recursively making MemoryMonitor all @ Sun Aug 2 15:03:07 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/MemoryMonitor' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src/README.txt /bin/cp ../../../../src/share/demo/management/MemoryMonitor/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src/MemoryMonitor.java /bin/cp ../../../../src/share/demo/management/MemoryMonitor/MemoryMonitor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src/MemoryMonitor.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/MemoryMonitor.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/MemoryMonitor' /bin/echo -e "Main-Class: MemoryMonitor" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/jar_image/README.txt /bin/cp ../../../../src/share/demo/management/MemoryMonitor/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/MemoryMonitor.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/MemoryMonitor/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/./README.txt /bin/cp ../../../../src/share/demo/management/MemoryMonitor/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/MemoryMonitor' ========================================================= DEMONAME: MemoryMonitor DEMO_ROOT: ../../../../src/share/demo/management/MemoryMonitor DEMO_SRCDIR: ../../../../src/share/demo/management/MemoryMonitor DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/MemoryMonitor.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: MemoryMonitor DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/MemoryMonitor/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/MemoryMonitor' Timing: 00002 seconds or 2s for make-mkdemo-management-MemoryMonitor <<>>Recursively making JTop all @ Sun Aug 2 15:03:09 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/JTop' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/JTop.java /bin/cp ../../../../src/share/demo/management/JTop/JTop.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/JTop.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/README.txt /bin/cp ../../../../src/share/demo/management/JTop/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /bin/cp ../../../../src/share/demo/management/JTop/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/JTopPlugin.java /bin/cp ../../../../src/share/demo/management/JTop/JTopPlugin.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/JTopPlugin.java Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/JTop.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/./README.txt make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/JTop' /bin/echo -e "Main-Class: JTop" > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image/README.txt /bin/cp ../../../../src/share/demo/management/JTop/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /bin/cp ../../../../src/share/demo/management/JTop/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/javac_input.txt Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src/JTop.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/JTop.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/management/JTop/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/./README.txt /bin/cp ../../../../src/share/demo/management/JTop/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/./README.txt make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/JTop' ========================================================= DEMONAME: JTop DEMO_ROOT: ../../../../src/share/demo/management/JTop DEMO_SRCDIR: ../../../../src/share/demo/management/JTop DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/JTop.jar DEMO_TOPFILES: ./README.txt DEMO_MAINCLASS: JTop DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/management/JTop/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/management/JTop' Timing: 00002 seconds or 2s for make-mkdemo-management-JTop <<>>Recursively making jni all @ Sun Aug 2 15:03:12 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jni' Begin Processing SUBDIRS: Done Processing SUBDIRS: make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jni' Timing: 00001 seconds or 1s for make-mkdemo-jni <<>>Recursively making scripting all @ Sun Aug 2 15:03:13 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/scripting' Begin Processing SUBDIRS: jconsole-plugin >>>Recursively making jconsole-plugin all @ Sun Aug 2 15:03:13 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/scripting/jconsole-plugin' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/resources/jconsole.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/resources/jconsole.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/resources/jconsole.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/invoke.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/invoke.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/invoke.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/sysprops.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/sysprops.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/sysprops.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/jtop.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/jtop.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/jtop.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/heapdump.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/heapdump.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/heapdump.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/jstack.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/jstack.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/jstack.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/hello.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/hello.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/hello.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/verbose.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/verbose.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/scripts/verbose.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptShellPanel.java /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptShellPanel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptShellPanel.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/jconsole-plugin.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/./build.xml make[7]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/scripting/jconsole-plugin' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/resources/jconsole.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/resources/jconsole.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/resources/jconsole.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/invoke.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/invoke.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/invoke.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/sysprops.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/sysprops.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/sysprops.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/jtop.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/jtop.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/jtop.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/heapdump.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/heapdump.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/heapdump.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/jstack.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/jstack.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/jstack.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/hello.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/hello.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/hello.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/verbose.js /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/scripts/verbose.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/scripts/verbose.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/META-INF/services rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image/META-INF/services/com.sun.tools.jconsole.JConsolePlugin /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/javac_input.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/jconsole-plugin.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/scripting/jconsole-plugin/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/./README.txt /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/./README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/./README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/. rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/./build.xml /bin/cp ../../../../src/share/demo/scripting/jconsole-plugin/./build.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/./build.xml make[7]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/scripting/jconsole-plugin' ========================================================= DEMONAME: jconsole-plugin DEMO_ROOT: ../../../../src/share/demo/scripting/jconsole-plugin DEMO_SRCDIR: ../../../../src/share/demo/scripting/jconsole-plugin/src DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/jconsole-plugin.jar DEMO_TOPFILES: ./README.txt ./build.xml DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/scripting/jconsole-plugin/src.zip ========================================================= make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/scripting/jconsole-plugin' Timing: 00003 seconds or 3s for make-mkdemo-scripting-jconsole-plugin <<>>Recursively making jpda all @ Sun Aug 2 15:03:16 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jpda' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ChildSession.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ChildSession.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ChildSession.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/AmbiguousMethodException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/AmbiguousMethodException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/AmbiguousMethodException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/Utils.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/Utils.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/Utils.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/JDIEventSource.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/JDIEventSource.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/JDIEventSource.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/EventRequestSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/EventRequestSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/EventRequestSpecList.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpecList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/EventRequestSpecList.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SourceNameReferenceTypeSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/SourceNameReferenceTypeSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SourceNameReferenceTypeSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ThreadIterator.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ThreadIterator.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ModificationWatchpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ModificationWatchpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ModificationWatchpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/InputListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/InputListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/InputListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SessionListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/SessionListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SessionListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/VMNotInterruptedException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/VMNotInterruptedException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/VMNotInterruptedException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/BreakpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/BreakpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/BreakpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ReferenceTypeSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ReferenceTypeSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ReferenceTypeSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ThreadGroupIterator.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadGroupIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ThreadGroupIterator.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/VMLaunchFailureException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/VMLaunchFailureException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/VMLaunchFailureException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/MalformedMemberNameException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/MalformedMemberNameException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/MalformedMemberNameException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/EvaluationException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/EvaluationException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/EvaluationException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SpecErrorEvent.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecErrorEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SpecErrorEvent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SpecEvent.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SpecEvent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/NoSessionException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/NoSessionException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/NoSessionException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ThreadInfo.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ThreadInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ThreadInfo.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/Session.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/Session.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/Session.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/FrameIndexOutOfBoundsException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/FrameIndexOutOfBoundsException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/FrameIndexOutOfBoundsException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/MethodBreakpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/MethodBreakpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/MethodBreakpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/LineNotFoundException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/LineNotFoundException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/LineNotFoundException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/NoThreadException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/NoThreadException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/NoThreadException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ExceptionSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ExceptionSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ExceptionSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/OutputListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/OutputListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/OutputListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/WatchpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/WatchpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/WatchpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ParseException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ParseException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ParseException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SpecListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/SpecListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/SpecListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ExecutionManager.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/ExecutionManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/ExecutionManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/AccessWatchpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/AccessWatchpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/AccessWatchpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/MethodNotFoundException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/bdi/MethodNotFoundException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/bdi/MethodNotFoundException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/VMStartEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/VMStartEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/VMStartEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/AbstractEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/AbstractEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/AbstractEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/WatchpointEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/WatchpointEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/WatchpointEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/LocationTriggerEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/LocationTriggerEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/LocationTriggerEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/VMDeathEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/VMDeathEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/VMDeathEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ClassUnloadEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/ClassUnloadEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ClassUnloadEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ThreadDeathEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/ThreadDeathEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ThreadDeathEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/JDIAdapter.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/JDIAdapter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/JDIAdapter.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/VMDisconnectEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/VMDisconnectEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/VMDisconnectEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ExceptionEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/ExceptionEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ExceptionEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ClassPrepareEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/ClassPrepareEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ClassPrepareEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ThreadStartEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/ThreadStartEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ThreadStartEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/LocatableEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/LocatableEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/LocatableEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ModificationWatchpointEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/ModificationWatchpointEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/ModificationWatchpointEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/AccessWatchpointEventSet.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/AccessWatchpointEventSet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/AccessWatchpointEventSet.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/JDIListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/event/JDIListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/event/JDIListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/Env.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/Env.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/Env.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/AmbiguousMethodException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/AmbiguousMethodException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/AmbiguousMethodException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventHandler.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/EventHandler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventHandler.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventRequestSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventRequestSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventRequestSpecList.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpecList.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventRequestSpecList.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventNotifier.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/EventNotifier.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/EventNotifier.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ThreadIterator.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ThreadIterator.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/VMNotConnectedException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/VMNotConnectedException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/VMNotConnectedException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ModificationWatchpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/ModificationWatchpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ModificationWatchpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/PatternReferenceTypeSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/PatternReferenceTypeSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/PatternReferenceTypeSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/BreakpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/BreakpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/BreakpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ReferenceTypeSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/ReferenceTypeSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ReferenceTypeSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/VMConnection.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/VMConnection.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/VMConnection.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ThreadGroupIterator.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadGroupIterator.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ThreadGroupIterator.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/MalformedMemberNameException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/MalformedMemberNameException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/MalformedMemberNameException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/SourceMapper.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/SourceMapper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/SourceMapper.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/Commands.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/Commands.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/Commands.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/MessageOutput.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/MessageOutput.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTY.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/TTY.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTY.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ThreadInfo.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/ThreadInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ThreadInfo.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTYResources_ja.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTYResources_ja.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/LineNotFoundException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/LineNotFoundException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/LineNotFoundException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTYResources.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTYResources.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ExceptionSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/ExceptionSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/ExceptionSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/WatchpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/WatchpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/WatchpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/AccessWatchpointSpec.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/AccessWatchpointSpec.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/AccessWatchpointSpec.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SearchPath.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SearchPath.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SearchPath.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/TypeScriptOutputListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScriptOutputListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/TypeScriptOutputListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/GUI.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/GUI.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/GUI.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/CommandTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/CommandTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/CommandTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/Environment.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/Environment.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/Environment.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ApplicationTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/ApplicationTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ApplicationTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/MonitorTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/MonitorTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/MonitorTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/StackTraceTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/StackTraceTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/StackTraceTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceManager.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/CurrentFrameChangedEvent.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/CurrentFrameChangedEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/CurrentFrameChangedEvent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourcepathChangedEvent.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SourcepathChangedEvent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourcepathChangedEvent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceModel.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceModel.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/TypeScript.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScript.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/TypeScript.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ClassManager.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/ClassManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ClassManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/TypeScriptWriter.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/TypeScriptWriter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/TypeScriptWriter.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SingleLeafTreeSelectionModel.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SingleLeafTreeSelectionModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SingleLeafTreeSelectionModel.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/CommandInterpreter.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/CommandInterpreter.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ContextListener.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/ContextListener.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ContextListener.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/JDBMenuBar.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBMenuBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/JDBMenuBar.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ClassTreeTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/ClassTreeTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ClassTreeTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceTreeTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/SourceTreeTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/SourceTreeTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ThreadTreeTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/ThreadTreeTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ThreadTreeTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ContextManager.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/ContextManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/ContextManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/Icons.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/Icons.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/Icons.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/MonitorListModel.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/MonitorListModel.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/MonitorListModel.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/LaunchTool.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/LaunchTool.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/LaunchTool.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/JDBToolBar.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBToolBar.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/JDBToolBar.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/OutputSink.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/OutputSink.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/OutputSink.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/JDBFileFilter.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/gui/JDBFileFilter.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/gui/JDBFileFilter.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/Token.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/Token.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/Token.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ExpressionParserConstants.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserConstants.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ExpressionParserConstants.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/TokenMgrError.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/TokenMgrError.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ExpressionParser.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ExpressionParser.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/Expr.jj /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/Expr.jj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/Expr.jj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ParseException.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/ParseException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/ParseException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/LValue.java /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/LValue.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/debug/expr/LValue.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace/Trace.java /bin/cp ../../../src/share/classes/com/sun/tools/example/trace/Trace.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace/Trace.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace/EventThread.java /bin/cp ../../../src/share/classes/com/sun/tools/example/trace/EventThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace/EventThread.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace/StreamRedirectThread.java /bin/cp ../../../src/share/classes/com/sun/tools/example/trace/StreamRedirectThread.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/trace/StreamRedirectThread.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/index.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/index.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/index.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/javadt.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/javadt.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/javadt.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/jdb.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/jdb.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/jdb.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/trace.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/trace.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/doc/trace.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/README /bin/cp ../../../src/share/classes/com/sun/tools/example/README /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src/com/sun/tools/example/README Created sources cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src && /usr/bin/zip -q -r ../src.zip . rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda /usr/bin/make /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/jpda.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/./com/sun/tools/example/README make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jpda' /bin/echo -e "Main-Class: " > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/debug/expr rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/debug/expr/Expr.jj /bin/cp ../../../src/share/classes/com/sun/tools/example/debug/expr/Expr.jj /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/debug/expr/Expr.jj /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/index.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/index.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/index.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/javadt.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/javadt.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/javadt.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/jdb.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/jdb.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/jdb.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/trace.html /bin/cp ../../../src/share/classes/com/sun/tools/example/doc/trace.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/doc/trace.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/README /bin/cp ../../../src/share/classes/com/sun/tools/example/README /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image/com/sun/tools/example/README /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image -sourcepath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/javac_input.txt Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar -cfm /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/jpda.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/manifest.mf \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/jar_image . \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/src.zip /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/democlasses/demo/jpda/jpda/src.zip /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/src.zip /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/./com/sun/tools/example rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/./com/sun/tools/example/README /bin/cp ../../../src/share/classes/./com/sun/tools/example/README /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/./com/sun/tools/example/README make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jpda' ========================================================= DEMONAME: jpda DEMO_ROOT: ../../../src/share/classes DEMO_SRCDIR: ../../../src/share/classes DEMO_DESTDIR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda DEMO_JAR: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/jpda.jar DEMO_TOPFILES: ./com/sun/tools/example/README DEMO_SOURCE_ZIP: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo/jpda/src.zip ========================================================= make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mkdemo/jpda' Timing: 00007 seconds or 7s for make-mkdemo-jpda <<>>Recursively making mksample all @ Sun Aug 2 15:03:24 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample' Begin Processing SUBDIRS: nio jmx scripting nbproject >>>Recursively making nio all @ Sun Aug 2 15:03:24 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/nio' Begin Processing SUBDIRS: server >>>Recursively making server all @ Sun Aug 2 15:03:25 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/nio/server' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/AcceptHandler.java /bin/cp ../../../../src/share/sample/nio/server/AcceptHandler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/AcceptHandler.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Acceptor.java /bin/cp ../../../../src/share/sample/nio/server/Acceptor.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Acceptor.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/B1.java /bin/cp ../../../../src/share/sample/nio/server/B1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/B1.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/BN.java /bin/cp ../../../../src/share/sample/nio/server/BN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/BN.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/BP.java /bin/cp ../../../../src/share/sample/nio/server/BP.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/BP.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/ChannelIO.java /bin/cp ../../../../src/share/sample/nio/server/ChannelIO.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/ChannelIO.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/ChannelIOSecure.java /bin/cp ../../../../src/share/sample/nio/server/ChannelIOSecure.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/ChannelIOSecure.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Content.java /bin/cp ../../../../src/share/sample/nio/server/Content.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Content.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Dispatcher.java /bin/cp ../../../../src/share/sample/nio/server/Dispatcher.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Dispatcher.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Dispatcher1.java /bin/cp ../../../../src/share/sample/nio/server/Dispatcher1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Dispatcher1.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/DispatcherN.java /bin/cp ../../../../src/share/sample/nio/server/DispatcherN.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/DispatcherN.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/FileContent.java /bin/cp ../../../../src/share/sample/nio/server/FileContent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/FileContent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Handler.java /bin/cp ../../../../src/share/sample/nio/server/Handler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Handler.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/MalformedRequestException.java /bin/cp ../../../../src/share/sample/nio/server/MalformedRequestException.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/MalformedRequestException.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/N1.java /bin/cp ../../../../src/share/sample/nio/server/N1.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/N1.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/N2.java /bin/cp ../../../../src/share/sample/nio/server/N2.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/N2.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/README.txt /bin/cp ../../../../src/share/sample/nio/server/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Reply.java /bin/cp ../../../../src/share/sample/nio/server/Reply.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Reply.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Request.java /bin/cp ../../../../src/share/sample/nio/server/Request.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Request.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/RequestHandler.java /bin/cp ../../../../src/share/sample/nio/server/RequestHandler.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/RequestHandler.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/RequestServicer.java /bin/cp ../../../../src/share/sample/nio/server/RequestServicer.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/RequestServicer.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Sendable.java /bin/cp ../../../../src/share/sample/nio/server/Sendable.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Sendable.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Server.java /bin/cp ../../../../src/share/sample/nio/server/Server.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/Server.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/StringContent.java /bin/cp ../../../../src/share/sample/nio/server/StringContent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/StringContent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/URLDumper.java /bin/cp ../../../../src/share/sample/nio/server/URLDumper.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nio/server/URLDumper.java make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/nio/server' Timing: 00001 seconds or 1s for make-mksample-nio-server <<>>Recursively making jmx all @ Sun Aug 2 15:03:26 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/jmx' Begin Processing SUBDIRS: jmx-scandir >>>Recursively making jmx-scandir all @ Sun Aug 2 15:03:27 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/jmx/jmx-scandir' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/build.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/build.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/build.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/build.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/build.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/build.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/index.html /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/index.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/index.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/keystore /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/keystore /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/keystore /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/logging.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/logging.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/logging.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/manifest.mf /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/truststore /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/truststore /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/truststore /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/connect-local.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/connect-local.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/file-targets.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/file-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/file-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/jdk.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/jdk.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/jdk.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/project.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/nbproject/project.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/nbproject/project.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/access.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/access.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/access.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/management.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/management.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/management.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/password.properties /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/password.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/password.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/testconfig.xml /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/src/etc/testconfig.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/src/etc/testconfig.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java /bin/cp ../../../../src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/jmx/jmx-scandir' Timing: 00001 seconds or 1s for make-mksample-jmx-jmx-scandir <<>>Recursively making scripting all @ Sun Aug 2 15:03:28 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/scripting' Begin Processing SUBDIRS: scriptpad >>>Recursively making scriptpad all @ Sun Aug 2 15:03:29 MSD 2009 ... make[6]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/scripting/scriptpad' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/build.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/build.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/build.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/build.properties /bin/cp ../../../../src/share/sample/scripting/scriptpad/build.properties /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/build.properties /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/README.txt /bin/cp ../../../../src/share/sample/scripting/scriptpad/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/file-targets.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/file-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/file-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/jdk.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/jdk.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/jdk.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/netbeans-targets.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/netbeans-targets.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/netbeans-targets.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/project.xml /bin/cp ../../../../src/share/sample/scripting/scriptpad/nbproject/project.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/nbproject/project.xml /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/com/sun/sample/scriptpad rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/META-INF rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/META-INF/manifest.mf /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/META-INF/manifest.mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/META-INF/manifest.mf /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/conc.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/conc.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/conc.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/gui.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/gui.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/gui.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/Main.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/Main.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/Main.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/mm.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/mm.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/mm.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/scriptpad.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/resources/scriptpad.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/resources/scriptpad.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/browse.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/browse.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/browse.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/insertfile.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/insertfile.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/insertfile.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/linewrap.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/linewrap.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/linewrap.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/mail.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/mail.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/mail.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memmonitor.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memmonitor.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memmonitor.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.bat /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memory.bat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.bat /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.sh /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memory.sh /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.sh /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/memory.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/memory.js /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/README.txt /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/README.txt /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/README.txt /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/textcolor.js /bin/cp ../../../../src/share/sample/scripting/scriptpad/src/scripts/textcolor.js /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/scripting/scriptpad/src/scripts/textcolor.js make[6]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/scripting/scriptpad' Timing: 00001 seconds or 1s for make-mksample-scripting-scriptpad <<>>Recursively making nbproject all @ Sun Aug 2 15:03:30 MSD 2009 ... make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/nbproject' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nbproject rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nbproject/project.xml /bin/cp ../../../src/share/sample/nbproject/project.xml /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample/nbproject/project.xml make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/mksample/nbproject' Timing: 00000 seconds or 0s for make-mksample-nbproject <<>>Recursively making launchers all @ Sun Aug 2 15:03:31 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=appletviewer MAIN_CLASS=sun.applet.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: appletviewer MAIN_CLASS: sun.applet.Main ALL_ARGS: -J-ms8m sun.applet.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.applet.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.applet.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"appletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.applet.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.applet.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"appletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.applet.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.applet.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"appletviewer"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/appletviewer because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/appletviewer -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/appletviewer_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/appletviewer/obj/splashscreen_stubs.o -lpthread -L/usr/X11R6/lib -lX11 -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=apt MAIN_CLASS=com.sun.tools.apt.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: apt MAIN_CLASS: com.sun.tools.apt.Main ALL_ARGS: -J-ms8m com.sun.tools.apt.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.apt.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.apt.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"apt"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.apt.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.apt.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"apt"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.apt.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.apt.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"apt"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/apt because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/apt -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/apt_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/apt/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=extcheck MAIN_CLASS=com.sun.tools.extcheck.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: extcheck MAIN_CLASS: com.sun.tools.extcheck.Main ALL_ARGS: -J-ms8m com.sun.tools.extcheck.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.extcheck.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.extcheck.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"extcheck"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.extcheck.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.extcheck.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"extcheck"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.extcheck.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.extcheck.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"extcheck"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/extcheck because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/extcheck -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/extcheck_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/extcheck/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=idlj MAIN_CLASS=com.sun.tools.corba.se.idl.toJavaPortable.Compile MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: idlj MAIN_CLASS: com.sun.tools.corba.se.idl.toJavaPortable.Compile ALL_ARGS: -J-ms8m com.sun.tools.corba.se.idl.toJavaPortable.Compile ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.corba.se.idl.toJavaPortable.Compile\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.corba.se.idl.toJavaPortable.Compile\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"idlj"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.corba.se.idl.toJavaPortable.Compile\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.corba.se.idl.toJavaPortable.Compile\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"idlj"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.corba.se.idl.toJavaPortable.Compile\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.corba.se.idl.toJavaPortable.Compile\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"idlj"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/idlj because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/idlj -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/idlj_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/idlj/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jar MAIN_CLASS=sun.tools.jar.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jar MAIN_CLASS: sun.tools.jar.Main ALL_ARGS: -J-ms8m sun.tools.jar.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jar.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jar.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jar"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jar.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jar.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jar"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jar.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jar.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jar"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jar because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jar -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/jar_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jar/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jarsigner MAIN_CLASS=sun.security.tools.JarSigner MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jarsigner MAIN_CLASS: sun.security.tools.JarSigner ALL_ARGS: -J-ms8m sun.security.tools.JarSigner ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.JarSigner\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.JarSigner\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jarsigner"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.JarSigner\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.JarSigner\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jarsigner"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.JarSigner\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.JarSigner\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jarsigner"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jarsigner because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jarsigner -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/jarsigner_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jarsigner/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javac MAIN_CLASS=com.sun.tools.javac.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: javac MAIN_CLASS: com.sun.tools.javac.Main ALL_ARGS: -J-ms8m com.sun.tools.javac.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javac.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javac.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javac"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javac.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javac.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javac"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javac.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javac.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javac"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javac because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javac -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/javac_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javac/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javadoc MAIN_CLASS=com.sun.tools.javadoc.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: javadoc MAIN_CLASS: com.sun.tools.javadoc.Main ALL_ARGS: -J-ms8m com.sun.tools.javadoc.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javadoc.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javadoc.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javadoc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javadoc.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javadoc.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javadoc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javadoc.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javadoc.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javadoc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javadoc because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javadoc -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/javadoc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javadoc/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javah MAIN_CLASS=com.sun.tools.javah.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: javah MAIN_CLASS: com.sun.tools.javah.Main ALL_ARGS: -J-ms8m com.sun.tools.javah.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javah.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javah.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javah"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javah.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javah.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javah"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"com.sun.tools.javah.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.javah.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javah"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javah because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javah -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/javah_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javah/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javap MAIN_CLASS=sun.tools.javap.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: javap MAIN_CLASS: sun.tools.javap.Main ALL_ARGS: -J-ms8m sun.tools.javap.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.javap.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.javap.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.javap.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.javap.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.javap.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.javap.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javap because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javap -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/javap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javap/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=javaws MAIN_CLASS=net.sourceforge.jnlp.runtime.Boot MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: javaws MAIN_CLASS: net.sourceforge.jnlp.runtime.Boot ALL_ARGS: -J-ms8m net.sourceforge.jnlp.runtime.Boot ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DUSE_UMASK=\"077\" -DMAIN_CLASS=\"net.sourceforge.jnlp.runtime.Boot\" -DJAVA_ARGS="{ \"-J-ms8m\", \"net.sourceforge.jnlp.runtime.Boot\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javaws"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition ../../src/share/bin/java.c: In function 'main': ../../src/share/bin/java.c:321: warning: 'mask' may be used uninitialized in this function ../../src/share/bin/java.c:328: warning: 'converted' may be used uninitialized in this function /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DUSE_UMASK=\"077\" -DMAIN_CLASS=\"net.sourceforge.jnlp.runtime.Boot\" -DJAVA_ARGS="{ \"-J-ms8m\", \"net.sourceforge.jnlp.runtime.Boot\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javaws"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DUSE_UMASK=\"077\" -DMAIN_CLASS=\"net.sourceforge.jnlp.runtime.Boot\" -DJAVA_ARGS="{ \"-J-ms8m\", \"net.sourceforge.jnlp.runtime.Boot\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"javaws"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javaws because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/javaws -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/javaws_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/javaws/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jconsole MAIN_CLASS=sun.tools.jconsole.JConsole MAIN_JAVA_ARGS="-J-Djconsole.showOutputViewer" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jconsole MAIN_CLASS: sun.tools.jconsole.JConsole MAIN_JAVA_ARGS: -J-Djconsole.showOutputViewer ALL_ARGS: -J-ms8m -J-Djconsole.showOutputViewer sun.tools.jconsole.JConsole ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/jconsole.jar\", \"/lib/tools.jar\", \"/classes\" }" -DMAIN_CLASS=\"sun.tools.jconsole.JConsole\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Djconsole.showOutputViewer\", \"sun.tools.jconsole.JConsole\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jconsole"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/jconsole.jar\", \"/lib/tools.jar\", \"/classes\" }" -DMAIN_CLASS=\"sun.tools.jconsole.JConsole\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Djconsole.showOutputViewer\", \"sun.tools.jconsole.JConsole\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jconsole"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/jconsole.jar\", \"/lib/tools.jar\", \"/classes\" }" -DMAIN_CLASS=\"sun.tools.jconsole.JConsole\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Djconsole.showOutputViewer\", \"sun.tools.jconsole.JConsole\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jconsole"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jconsole because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jconsole -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/jconsole_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jconsole/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jdb MAIN_CLASS=com.sun.tools.example.debug.tty.TTY MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jdb MAIN_CLASS: com.sun.tools.example.debug.tty.TTY ALL_ARGS: -J-ms8m com.sun.tools.example.debug.tty.TTY ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\" }" -DMAIN_CLASS=\"com.sun.tools.example.debug.tty.TTY\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.example.debug.tty.TTY\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jdb"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\" }" -DMAIN_CLASS=\"com.sun.tools.example.debug.tty.TTY\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.example.debug.tty.TTY\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jdb"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\" }" -DMAIN_CLASS=\"com.sun.tools.example.debug.tty.TTY\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.example.debug.tty.TTY\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jdb"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jdb because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jdb -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/jdb_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jdb/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jhat MAIN_CLASS=com.sun.tools.hat.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jhat MAIN_CLASS: com.sun.tools.hat.Main ALL_ARGS: -J-ms8m com.sun.tools.hat.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.hat.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.hat.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jhat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.hat.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.hat.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jhat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.hat.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.hat.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jhat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jhat because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jhat -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/jhat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jhat/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jinfo MAIN_CLASS=sun.tools.jinfo.JInfo MAIN_JAVA_ARGS="-J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jinfo MAIN_CLASS: sun.tools.jinfo.JInfo MAIN_JAVA_ARGS: -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger ALL_ARGS: -J-ms8m -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger sun.tools.jinfo.JInfo ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jinfo.JInfo\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jinfo.JInfo\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jinfo"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jinfo.JInfo\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jinfo.JInfo\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jinfo"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jinfo.JInfo\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jinfo.JInfo\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jinfo"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jinfo because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jinfo -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/jinfo_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jinfo/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jmap MAIN_CLASS=sun.tools.jmap.JMap MAIN_JAVA_ARGS="-J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jmap MAIN_CLASS: sun.tools.jmap.JMap MAIN_JAVA_ARGS: -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger ALL_ARGS: -J-ms8m -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger sun.tools.jmap.JMap ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jmap.JMap\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jmap.JMap\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jmap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jmap.JMap\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jmap.JMap\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jmap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jmap.JMap\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jmap.JMap\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jmap"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jmap because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jmap -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/jmap_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jmap/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jps MAIN_CLASS=sun.tools.jps.Jps MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jps MAIN_CLASS: sun.tools.jps.Jps ALL_ARGS: -J-ms8m sun.tools.jps.Jps ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jps.Jps\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jps.Jps\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jps"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jps.Jps\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jps.Jps\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jps"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jps.Jps\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jps.Jps\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jps"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jps because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jps -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/jps_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jps/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jrunscript MAIN_CLASS=com.sun.tools.script.shell.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jrunscript MAIN_CLASS: com.sun.tools.script.shell.Main ALL_ARGS: -J-ms8m com.sun.tools.script.shell.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.script.shell.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.script.shell.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jrunscript"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.script.shell.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.script.shell.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jrunscript"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.script.shell.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.script.shell.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jrunscript"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jrunscript because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jrunscript -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/jrunscript_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jrunscript/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jsadebugd MAIN_CLASS=sun.jvm.hotspot.jdi.SADebugServer MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jsadebugd MAIN_CLASS: sun.jvm.hotspot.jdi.SADebugServer ALL_ARGS: -J-ms8m sun.jvm.hotspot.jdi.SADebugServer ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.jvm.hotspot.jdi.SADebugServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.jvm.hotspot.jdi.SADebugServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jsadebugd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.jvm.hotspot.jdi.SADebugServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.jvm.hotspot.jdi.SADebugServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jsadebugd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.jvm.hotspot.jdi.SADebugServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.jvm.hotspot.jdi.SADebugServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jsadebugd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jsadebugd because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jsadebugd -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/jsadebugd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jsadebugd/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jstack MAIN_CLASS=sun.tools.jstack.JStack MAIN_JAVA_ARGS="-J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jstack MAIN_CLASS: sun.tools.jstack.JStack MAIN_JAVA_ARGS: -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger ALL_ARGS: -J-ms8m -J-Dsun.jvm.hotspot.debugger.useProcDebugger -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger sun.tools.jstack.JStack ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jstack.JStack\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jstack.JStack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstack"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jstack.JStack\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jstack.JStack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstack"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DAPP_CLASSPATH="{ \"/lib/tools.jar\", \"/lib/sa-jdi.jar\", \"/classes\"}" -DMAIN_CLASS=\"sun.tools.jstack.JStack\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dsun.jvm.hotspot.debugger.useProcDebugger\", \"-J-Dsun.jvm.hotspot.debugger.useWindbgDebugger\", \"sun.tools.jstack.JStack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstack"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jstack because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jstack -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/jstack_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstack/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jstat MAIN_CLASS=sun.tools.jstat.Jstat MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jstat MAIN_CLASS: sun.tools.jstat.Jstat ALL_ARGS: -J-ms8m sun.tools.jstat.Jstat ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstat.Jstat\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstat.Jstat\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstat.Jstat\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstat.Jstat\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstat.Jstat\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstat.Jstat\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstat"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jstat because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jstat -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/jstat_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstat/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=jstatd MAIN_CLASS=sun.tools.jstatd.Jstatd MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: jstatd MAIN_CLASS: sun.tools.jstatd.Jstatd ALL_ARGS: -J-ms8m sun.tools.jstatd.Jstatd ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstatd.Jstatd\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstatd.Jstatd\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstatd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstatd.Jstatd\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstatd.Jstatd\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstatd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.jstatd.Jstatd\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.jstatd.Jstatd\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"jstatd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jstatd because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/jstatd -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/jstatd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/jstatd/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=keytool MAIN_CLASS=sun.security.tools.KeyTool MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: keytool MAIN_CLASS: sun.security.tools.KeyTool ALL_ARGS: -J-ms8m sun.security.tools.KeyTool ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.KeyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.KeyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"keytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.KeyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.KeyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"keytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.KeyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.KeyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"keytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/keytool because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/keytool -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/keytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/keytool/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=native2ascii MAIN_CLASS=sun.tools.native2ascii.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: native2ascii MAIN_CLASS: sun.tools.native2ascii.Main ALL_ARGS: -J-ms8m sun.tools.native2ascii.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.native2ascii.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.native2ascii.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"native2ascii"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.native2ascii.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.native2ascii.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"native2ascii"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.tools.native2ascii.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.native2ascii.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"native2ascii"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/native2ascii because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/native2ascii -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/native2ascii_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/native2ascii/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=orbd MAIN_CLASS=com.sun.corba.se.impl.activation.ORBD MAIN_JAVA_ARGS="-J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Dcom.sun.CORBA.activation.Port=1049 -J-Dcom.sun.CORBA.POA.ORBServerId=1" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: orbd MAIN_CLASS: com.sun.corba.se.impl.activation.ORBD MAIN_JAVA_ARGS: -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Dcom.sun.CORBA.activation.Port=1049 -J-Dcom.sun.CORBA.POA.ORBServerId=1 ALL_ARGS: -J-ms8m -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Dcom.sun.CORBA.activation.Port=1049 -J-Dcom.sun.CORBA.POA.ORBServerId=1 com.sun.corba.se.impl.activation.ORBD ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ORBD\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Dcom.sun.CORBA.activation.Port=1049\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.activation.ORBD\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"orbd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ORBD\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Dcom.sun.CORBA.activation.Port=1049\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.activation.ORBD\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"orbd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ORBD\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Dcom.sun.CORBA.activation.Port=1049\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.activation.ORBD\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"orbd"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/orbd because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/orbd -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/orbd_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/orbd/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=pack200 MAIN_CLASS=com.sun.java.util.jar.pack.Driver MAIN_JAVA_ARGS="" MAIN_ARGS="--pack" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: pack200 MAIN_CLASS: com.sun.java.util.jar.pack.Driver MAIN_ARGS: --pack ALL_ARGS: -J-ms8m com.sun.java.util.jar.pack.Driver --pack ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.java.util.jar.pack.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.java.util.jar.pack.Driver\", \"--pack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pack200"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.java.util.jar.pack.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.java.util.jar.pack.Driver\", \"--pack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pack200"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.java.util.jar.pack.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.java.util.jar.pack.Driver\", \"--pack\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"pack200"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/pack200 because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/pack200 -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/pack200_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/pack200/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=policytool MAIN_CLASS=sun.security.tools.PolicyTool MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: policytool MAIN_CLASS: sun.security.tools.PolicyTool ALL_ARGS: -J-ms8m sun.security.tools.PolicyTool ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.PolicyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.PolicyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"policytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.PolicyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.PolicyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"policytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.security.tools.PolicyTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.security.tools.PolicyTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"policytool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/policytool because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/policytool -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/policytool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/policytool/obj/splashscreen_stubs.o -lpthread -L/usr/X11R6/lib -lX11 -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=rmic MAIN_CLASS=sun.rmi.rmic.Main MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: rmic MAIN_CLASS: sun.rmi.rmic.Main ALL_ARGS: -J-ms8m sun.rmi.rmic.Main ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.rmi.rmic.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.rmic.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmic"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.rmi.rmic.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.rmic.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmic"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.rmi.rmic.Main\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.rmic.Main\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmic"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/rmic because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/rmic -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/rmic_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmic/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=rmid MAIN_CLASS=sun.rmi.server.Activation MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: rmid MAIN_CLASS: sun.rmi.server.Activation ALL_ARGS: -J-ms8m sun.rmi.server.Activation ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.server.Activation\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.server.Activation\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmid"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.server.Activation\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.server.Activation\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmid"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.server.Activation\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.server.Activation\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmid"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/rmid because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/rmid -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/rmid_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmid/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=rmiregistry MAIN_CLASS=sun.rmi.registry.RegistryImpl MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: rmiregistry MAIN_CLASS: sun.rmi.registry.RegistryImpl ALL_ARGS: -J-ms8m sun.rmi.registry.RegistryImpl ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.registry.RegistryImpl\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.registry.RegistryImpl\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmiregistry"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.registry.RegistryImpl\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.registry.RegistryImpl\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmiregistry"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"sun.rmi.registry.RegistryImpl\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.rmi.registry.RegistryImpl\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"rmiregistry"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/rmiregistry because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/rmiregistry -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/rmiregistry_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/rmiregistry/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=schemagen MAIN_CLASS=com.sun.tools.internal.jxc.SchemaGenerator MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: schemagen MAIN_CLASS: com.sun.tools.internal.jxc.SchemaGenerator ALL_ARGS: -J-ms8m com.sun.tools.internal.jxc.SchemaGenerator ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.jxc.SchemaGenerator\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.jxc.SchemaGenerator\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"schemagen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.jxc.SchemaGenerator\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.jxc.SchemaGenerator\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"schemagen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.jxc.SchemaGenerator\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.jxc.SchemaGenerator\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"schemagen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/schemagen because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/schemagen -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/schemagen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/schemagen/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=serialver MAIN_CLASS=sun.tools.serialver.SerialVer MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: serialver MAIN_CLASS: sun.tools.serialver.SerialVer ALL_ARGS: -J-ms8m sun.tools.serialver.SerialVer ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.serialver.SerialVer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.serialver.SerialVer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"serialver"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.serialver.SerialVer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.serialver.SerialVer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"serialver"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DEXPAND_CLASSPATH_WILDCARDS -DMAIN_CLASS=\"sun.tools.serialver.SerialVer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"sun.tools.serialver.SerialVer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"serialver"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/serialver because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/serialver -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/serialver_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/serialver/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=servertool MAIN_CLASS=com.sun.corba.se.impl.activation.ServerTool MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: servertool MAIN_CLASS: com.sun.corba.se.impl.activation.ServerTool ALL_ARGS: -J-ms8m com.sun.corba.se.impl.activation.ServerTool ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ServerTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.corba.se.impl.activation.ServerTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"servertool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ServerTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.corba.se.impl.activation.ServerTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"servertool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.activation.ServerTool\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.corba.se.impl.activation.ServerTool\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"servertool"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/servertool because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/servertool -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/servertool_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/servertool/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=tnameserv MAIN_CLASS=com.sun.corba.se.impl.naming.cosnaming.TransientNameServer MAIN_JAVA_ARGS="-J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Djava.util.logging.LoggingPermission=contol -J-Dcom.sun.CORBA.POA.ORBServerId=1" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: tnameserv MAIN_CLASS: com.sun.corba.se.impl.naming.cosnaming.TransientNameServer MAIN_JAVA_ARGS: -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Djava.util.logging.LoggingPermission=contol -J-Dcom.sun.CORBA.POA.ORBServerId=1 ALL_ARGS: -J-ms8m -J-Dcom.sun.CORBA.activation.DbDir=./orb.db -J-Djava.util.logging.LoggingPermission=contol -J-Dcom.sun.CORBA.POA.ORBServerId=1 com.sun.corba.se.impl.naming.cosnaming.TransientNameServer ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Djava.util.logging.LoggingPermission=contol\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"tnameserv"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Djava.util.logging.LoggingPermission=contol\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"tnameserv"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\" -DJAVA_ARGS="{ \"-J-ms8m\", \"-J-Dcom.sun.CORBA.activation.DbDir=./orb.db\", \"-J-Djava.util.logging.LoggingPermission=contol\", \"-J-Dcom.sun.CORBA.POA.ORBServerId=1\", \"com.sun.corba.se.impl.naming.cosnaming.TransientNameServer\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"tnameserv"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/tnameserv because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/tnameserv -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/tnameserv_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/tnameserv/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=wsgen MAIN_CLASS=com.sun.tools.internal.ws.WsGen MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: wsgen MAIN_CLASS: com.sun.tools.internal.ws.WsGen ALL_ARGS: -J-ms8m com.sun.tools.internal.ws.WsGen ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsGen\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsGen\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsgen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsGen\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsGen\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsgen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsGen\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsGen\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsgen"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/wsgen because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/wsgen -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/wsgen_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsgen/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=wsimport MAIN_CLASS=com.sun.tools.internal.ws.WsImport MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: wsimport MAIN_CLASS: com.sun.tools.internal.ws.WsImport ALL_ARGS: -J-ms8m com.sun.tools.internal.ws.WsImport ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsImport\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsImport\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsimport"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsImport\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsImport\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsimport"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.ws.WsImport\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.ws.WsImport\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"wsimport"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/wsimport because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/wsimport -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/wsimport_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/wsimport/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' /usr/bin/make -f Makefile.launcher PROGRAM=xjc MAIN_CLASS=com.sun.tools.internal.xjc.Driver MAIN_JAVA_ARGS="" MAIN_ARGS="" build make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' ========================================================= LAUNCHER: xjc MAIN_CLASS: com.sun.tools.internal.xjc.Driver ALL_ARGS: -J-ms8m com.sun.tools.internal.xjc.Driver ========================================================= /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.xjc.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.xjc.Driver\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"xjc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/java.c ../../src/share/bin/java.c:1462:1: warning: "MAIN_CLASS" redefined : warning: this is the location of the previous definition /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.xjc.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.xjc.Driver\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"xjc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc_md.o -DLIBARCHNAME='"i386"' \ -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/solaris/bin/java_md.c ../../src/solaris/bin/java_md.c: In function 'LocateJRE': ../../src/solaris/bin/java_md.c:1532: warning: cast from pointer to integer of different size /opt/lsb/bin/lsbcc -O2 -fno-stack-protector -U_FORTIFY_SOURCE -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -fno-stack-protector -U_FORTIFY_SOURCE -g -D_i586_ -Di586 -DARCH='"i586"' -DLINUX -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -I. -I/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/CClassHeaders -I../../src/solaris/javavm/export -I../../src/share/javavm/export -I../../src/share/javavm/include -I../../src/solaris/javavm/include -I../../src/share/bin -I../../src/solaris/bin -DMAIN_CLASS=\"com.sun.tools.internal.xjc.Driver\" -DJAVA_ARGS="{ \"-J-ms8m\", \"com.sun.tools.internal.xjc.Driver\", }" -DLAUNCHER_NAME=\"java\" -DPROGNAME='"xjc"' -c -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/splashscreen_stubs.o -DRELEASE='"1.6.0_0"' -DFULL_VERSION='"1.6.0_0-b14"' -DJDK_MAJOR_VERSION='"1"' -DJDK_MINOR_VERSION='"6"' ../../src/share/bin/splashscreen_stubs.c Rebuilding /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/xjc because of /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/splashscreen_stubs.o /opt/lsb/bin/lsbcc -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/xjc -Xlinker -O1 -Xlinker -z -Xlinker defs -Wl,-Bsymbolic-functions -L/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386 -Wl,-soname=lib.so -L /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/i386/jli -lz -Wl,-z -Wl,origin -Wl,--allow-shlib-undefined -Wl,-rpath -Wl,\$ORIGIN/../lib/i386/jli -Wl,-rpath -Wl,\$ORIGIN/../jre/lib/i386/jli \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/xjc_md.o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun/launcher/xjc/obj/splashscreen_stubs.o -lpthread -ljli -ldl -lc make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/launchers' Timing: 00070 seconds or 1m10s for make-launchers << Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved. > DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. > > This code is free software; you can redistribute it and/or modify it > under the terms of the GNU General Public License version 2 only, as > published by the Free Software Foundation. > > This code is distributed in the hope that it will be useful, but WITHOUT > ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License > version 2 for more details (a copy is included in the LICENSE file that > accompanied this code). > > You should have received a copy of the GNU General Public License version > 2 along with this work; if not, write to the Free Software Foundation, > Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. > > Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, > CA 95054 USA or visit www.sun.com if you need additional information or > have any questions. > 28d26 < 2506a2505 > linux i586 1.6.0_0 build finished: 09-08-02 15:04 Begin Processing OTHERSUBDIRS: docs >>>Recursively making docs docs @ Sun Aug 2 15:04:42 MSD 2009 ... make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs' rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -tag beaninfo:X -tag revised:X -tag since.unbundled:X -tag spec:X -tag Note:X -tag ToDo:X -tag 'jls3:a:See The Java Language Specification, Third Edition:' -encoding ISO-8859-1 -splitIndex -doctitle 'Java™ Platform, Standard Edition 6
API Specification' -windowtitle 'Java Platform SE 6' -header 'Java™ Platform
Standard Ed. 6
' -bottom 'Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.' -overview ../../src/share/classes/overview-core.html \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api \ -sourcepath "../../src/share/classes:../../src/solaris/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../src/share/doc/stub:/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc" \ java.applet java.awt java.awt.color java.awt.datatransfer java.awt.dnd java.awt.event java.awt.font java.awt.geom java.awt.im java.awt.im.spi java.awt.image java.awt.image.renderable java.awt.print java.beans java.beans.beancontext java.io java.lang java.lang.annotation java.lang.instrument java.lang.management java.lang.ref java.lang.reflect java.math java.net java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.rmi java.rmi.activation java.rmi.dgc java.rmi.registry java.rmi.server java.security java.security.acl java.security.cert java.security.interfaces java.security.spec java.sql java.text java.text.spi java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.jar java.util.logging java.util.prefs java.util.regex java.util.spi java.util.zip javax.accessibility javax.activation javax.activity javax.annotation javax.annotation.processing javax.crypto javax.crypto.interfaces javax.crypto.spec javax.imageio javax.imageio.event javax.imageio.metadata javax.imageio.plugins.jpeg javax.imageio.plugins.bmp javax.imageio.spi javax.imageio.stream javax.jws javax.jws.soap javax.lang.model javax.lang.model.element javax.lang.model.type javax.lang.model.util javax.management javax.management.loading javax.management.monitor javax.management.relation javax.management.openmbean javax.management.timer javax.management.modelmbean javax.management.remote javax.management.remote.rmi javax.naming javax.naming.directory javax.naming.event javax.naming.ldap javax.naming.spi javax.net javax.net.ssl javax.print javax.print.attribute javax.print.attribute.standard javax.print.event javax.rmi javax.rmi.CORBA javax.rmi.ssl javax.script javax.security.auth javax.security.auth.callback javax.security.auth.kerberos javax.security.auth.login javax.security.auth.spi javax.security.auth.x500 javax.security.cert javax.security.sasl javax.sound.sampled javax.sound.sampled.spi javax.sound.midi javax.sound.midi.spi javax.sql javax.sql.rowset javax.sql.rowset.serial javax.sql.rowset.spi javax.swing javax.swing.border javax.swing.colorchooser javax.swing.filechooser javax.swing.event javax.swing.table javax.swing.text javax.swing.text.html javax.swing.text.html.parser javax.swing.text.rtf javax.swing.tree javax.swing.undo javax.swing.plaf javax.swing.plaf.basic javax.swing.plaf.metal javax.swing.plaf.multi javax.swing.plaf.synth javax.tools javax.transaction javax.transaction.xa javax.xml.parsers javax.xml.bind javax.xml.bind.annotation javax.xml.bind.annotation.adapters javax.xml.bind.attachment javax.xml.bind.helpers javax.xml.bind.util javax.xml.soap javax.xml.ws javax.xml.ws.handler javax.xml.ws.handler.soap javax.xml.ws.http javax.xml.ws.soap javax.xml.ws.spi javax.xml.ws.wsaddressing javax.xml.transform javax.xml.transform.sax javax.xml.transform.dom javax.xml.transform.stax javax.xml.transform.stream javax.xml javax.xml.crypto javax.xml.crypto.dom javax.xml.crypto.dsig javax.xml.crypto.dsig.dom javax.xml.crypto.dsig.keyinfo javax.xml.crypto.dsig.spec javax.xml.datatype javax.xml.validation javax.xml.namespace javax.xml.xpath javax.xml.stream javax.xml.stream.events javax.xml.stream.util org.ietf.jgss org.omg.CORBA org.omg.CORBA.DynAnyPackage org.omg.CORBA.ORBPackage org.omg.CORBA.TypeCodePackage org.omg.stub.java.rmi org.omg.CORBA.portable org.omg.CORBA_2_3 org.omg.CORBA_2_3.portable org.omg.CosNaming org.omg.CosNaming.NamingContextExtPackage org.omg.CosNaming.NamingContextPackage org.omg.SendingContext org.omg.PortableServer org.omg.PortableServer.CurrentPackage org.omg.PortableServer.POAPackage org.omg.PortableServer.POAManagerPackage org.omg.PortableServer.ServantLocatorPackage org.omg.PortableServer.portable org.omg.PortableInterceptor org.omg.PortableInterceptor.ORBInitInfoPackage org.omg.Messaging org.omg.IOP org.omg.IOP.CodecFactoryPackage org.omg.IOP.CodecPackage org.omg.Dynamic org.omg.DynamicAny org.omg.DynamicAny.DynAnyPackage org.omg.DynamicAny.DynAnyFactoryPackage org.w3c.dom org.w3c.dom.events org.w3c.dom.bootstrap org.w3c.dom.ls org.xml.sax org.xml.sax.ext org.xml.sax.helpers /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/activation/Activatable.java:98: warning - Tag @link: missing '#': "exportObject(Remote,String,MarshalledObject,boolean,port) exportObject" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/activation/Activatable.java:98: warning - Tag @link: can't find exportObject(Remote,String,MarshalledObject,boolean,port) in java.rmi.activation.Activatable /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/activation/Activatable.java:148: warning - Tag @link: missing '#': "exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) exportObject" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/activation/Activatable.java:148: warning - Tag @link: can't find exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) in java.rmi.activation.Activatable /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/activation/Activatable.java:339: warning - Tag @link: missing '#': "exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) exportObject" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/activation/Activatable.java:339: warning - Tag @link: can't find exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) in java.rmi.activation.Activatable /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/registry/LocateRegistry.java:202: warning - Tag @link: missing '#': "UnicastRemoteObject.exportObject(Remote,int) UnicastRemoteObject.exportObject" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/registry/LocateRegistry.java:202: warning - Tag @link: can't find UnicastRemoteObject.exportObject(Remote,int) in java.rmi.registry.LocateRegistry /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/registry/LocateRegistry.java:234: warning - Tag @link: missing '#': "UnicastRemoteObject.exportObject(Remote,int,RMIClientSocketFactory,RMIServerSocketFactory) UnicastRemoteObject.exportObject" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/registry/LocateRegistry.java:234: warning - Tag @link: can't find UnicastRemoteObject.exportObject(Remote,int,RMIClientSocketFactory,RMIServerSocketFactory) in java.rmi.registry.LocateRegistry /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java:143: warning - @see tag has no arguments. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/rmi/server/RemoteObjectInvocationHandler.java:143: warning - Tag @see: reference not found: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/java/util/Properties.java:116: warning - Tag @see: missing final '>': "native2ascii tool for Windows

This class is thread-safe: multiple threads can share a single Properties object without the need for external synchronization." /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/accessibility/AccessibleContext.java:318: warning - Tag @see: can't find AccessibleText.AccessibleTextSequence in javax.accessibility.AccessibleContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/accessibility/AccessibleContext.java:341: warning - Tag @see: can't find AccessibleText.AccessibleAttributeSequence in javax.accessibility.AccessibleContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/accessibility/AccessibleContext.java:301: warning - Tag @see: can't find AccessibleText.AccessibleTextSequence in javax.accessibility.AccessibleContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/accessibility/AccessibleExtendedText.java:54: warning - Tag @see: reference not found: AccessibleText.AccessibleTextChunk /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/accessibility/AccessibleKeyBinding.java:49: warning - Tag @see: can't find getAccessibleKeyBinding in javax.accessibility.AccessibleContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/accessibility/AccessibleKeyBinding.java:49: warning - Tag @link: can't find getAccessibleKeyBinding in javax.accessibility.AccessibleContext /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebMethod.java:54: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebParam.java:70: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebParam.java:82: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebParam.java:95: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebParam.java:107: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebResult.java:59: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebResult.java:71: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebResult.java:84: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebService.java:52: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebService.java:68: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebService.java:79: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/jws/WebService.java:92: warning - @specdefault is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/javax/rmi/PortableRemoteObject.java:171: warning - Tag @link: reference not found: Stub#connect /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3404: warning - Tag @see: can't find getBigDecimal in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3267: warning - Tag @see: can't find getBoolean in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3287: warning - Tag @see: can't find getByte in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3449: warning - Tag @see: can't find getBytes in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:4070: warning - Tag @see: can't find getDate in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:4097: warning - Tag @see: can't find getDate in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3383: warning - Tag @see: can't find getDouble in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3364: warning - Tag @see: can't find getFloat in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3326: warning - Tag @see: can't find getInt in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3345: warning - Tag @see: can't find getLong in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3788: warning - Tag @see: can't find getObject in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3746: warning - Tag @see: can't find getObject in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3718: warning - Tag @see: can't find getObject in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3307: warning - Tag @see: can't find getShort in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3427: warning - Tag @see: can't find getString in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:4117: warning - Tag @see: can't find getTime in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:4144: warning - Tag @see: can't find getTime in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:3470: warning - Tag @see: can't find getTimestamp in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs/../../src/share/classes/javax/sql/rowset/BaseRowSet.java:4171: warning - Tag @see: can't find getTimestamp in javax.sql.rowset.BaseRowSet /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/CORBA/SetOverrideType.java:50: warning - Tag @link: reference not found: omg.org.CORBA.Object._set_policy_override /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/CORBA/TCKind.java:552: warning - Tag @return cannot be used in constructor documentation. It can only be used in the following types of documentation: method. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/CORBA/UnknownUserException.java:62: warning - @ is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/CORBA/portable/ServantObject.java:48: warning - Tag @return cannot be used in field documentation. It can only be used in the following types of documentation: method. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/CosNaming/_NamingContextExtStub.java:301: warning - @parm is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/CosNaming/_NamingContextStub.java:146: warning - @parm is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/CosNaming/NamingContextOperations.java:89: warning - @parm is an unknown tag. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/PortableInterceptor/IORInfoOperations.java:54: warning - @param argument "a_component" is not a parameter name. /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/org/omg/PortableInterceptor/IORInfoOperations.java:72: warning - @param argument "a_component" is not a parameter name. 60 warnings rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/plugin/dom /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/plugin/dom /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -splitIndex -doctitle 'Common DOM API' -windowtitle 'Common DOM API' -header 'Common DOM API' -bottom 'Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.
' -group "Packages" "com.sun.java.browser.dom:org.w3c.dom*" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/plugin/dom \ -sourcepath "../../src/share/classes:../../src/solaris/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../src/share/doc/stub:/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc" \ -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ com.sun.java.browser.dom org.w3c.dom org.w3c.dom.bootstrap org.w3c.dom.ls org.w3c.dom.ranges org.w3c.dom.traversal org.w3c.dom.html org.w3c.dom.stylesheets org.w3c.dom.css org.w3c.dom.events org.w3c.dom.views rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/jpda/jdi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/jpda/jdi /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/jpda/jdi -sourcepath ../../src/share/classes -windowtitle "Java Debug Interface" -doctitle "Java™ Debug Interface" -header "Java Debug Interface" -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ -overview ../../src/share/classes/jdi-overview.html \ com.sun.jdi com.sun.jdi.event com.sun.jdi.request com.sun.jdi.connect com.sun.jdi.connect.spi /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/platform/jpda/jdwp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/platform/jpda/jdwp/jdwp-protocol.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jdwpgen.jar ../jpda/jdwp/jdwp.spec -doc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/platform/jpda/jdwp/jdwp-protocol.html /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/hotspot/import/docs/platform/jvmti/jvmti.html /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/platform/jvmti rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/jaas/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/jaas/spec /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/jaas/spec -sourcepath "../../src/share/classes:../../src/solaris/classes:../../src/windows/classes:../../src/linux/classes" -windowtitle "Java Authentication and Authorization Service " -doctitle "Java™ Authentication and Authorization Service" -header "JAAS" -linkoffline ../../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ -overview ../../src/share/classes/com/sun/security/auth/jaas-overview.html \ com.sun.security.auth com.sun.security.auth.callback com.sun.security.auth.login com.sun.security.auth.module rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/jgss/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/jgss/spec /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/jgss/spec -sourcepath ../../src/share/classes -windowtitle "Java GSS-API Utilities " -doctitle "Java™ GSS-API Utilities" -header "Java GSS-API Utilities" -linkoffline ../../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ -overview ../../src/share/classes/com/sun/security/jgss/jgss-overview.html \ com.sun.security.jgss rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/smartcardio/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/smartcardio/spec /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/security/smartcardio/spec -sourcepath ../../src/share/classes -windowtitle "Java Smart Card I/O" -doctitle "Java™ Smart Card I/O" -header "Java Smart Card I/O" -linkoffline ../../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ javax.smartcardio rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/net/httpserver/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/net/httpserver/spec /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/net/httpserver/spec -sourcepath ../../src/share/classes -windowtitle "Java HTTP Server" -doctitle "Java™ HTTP Server" -header "Java HTTP Server" -linkoffline ../../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ com.sun.net.httpserver com.sun.net.httpserver.spi rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/management//extension /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/management//extension /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jre/api/management//extension -sourcepath ../../src/share/classes -windowtitle "Monitoring and Management Interface for the Java Platform" -doctitle "Monitoring and Management Interface for the Java™ Platform" -header "Monitoring and Management Interface for the Java Platform" -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ -overview ../../src/share/classes/com/sun/management/mgmt-overview.html \ com.sun.management rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/attach/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/attach/spec /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/attach/spec -sourcepath ../../src/share/classes -windowtitle "Attach API" -doctitle "Attach API" -header "Attach API" -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ com.sun.tools.attach com.sun.tools.attach.spi rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/jconsole/spec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/jconsole/spec /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nodeprecatedlist -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/jconsole/spec -sourcepath ../../src/share/classes -windowtitle "JConsole API" -doctitle "JConsole API" -header "JConsole API" -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ com.sun.tools.jconsole rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/apt/mirror /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/apt/mirror /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -doctitle 'Mirror API' -windowtitle 'Mirror API' -header 'Mirror API' -bottom 'Report a bug or request a feature.
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.
' -group "Packages" "com.sun.mirror.*" -overview /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/com/sun/mirror/overview.html \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/apt/mirror \ -sourcepath "../../src/share/classes:../../src/solaris/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../src/share/doc/stub:/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc" \ -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ com.sun.mirror.apt com.sun.mirror.declaration com.sun.mirror.type com.sun.mirror.util rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javadoc/doclet /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javadoc/doclet /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -breakiterator -encoding ascii -doctitle 'Doclet API' -windowtitle 'Doclet API' -header 'Doclet API' -bottom 'Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2009 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.
' -group "Packages" "com.sun.javadoc" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javadoc/doclet \ -sourcepath "../../src/share/classes:../../src/solaris/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../src/share/doc/stub:/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc" \ -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ com.sun.javadoc rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javadoc/taglet /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javadoc/taglet rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/docs/doctmp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/docs/doctmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -nonavbar -noindex -bottom 'Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2009 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.
' \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/docs/doctmp \ -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/com/sun/tools/doclets/Taglet.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/com/sun/tools/doclets/package.html: warning - Tag @link: reference not found: com.sun.tools.doclets.internal.toolkit.util /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc/com/sun/tools/doclets/package.html: warning - Tag @link: reference not found: com.sun.tools.doclets.internal.toolkit.util 2 warnings cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/docs/doctmp/com /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javadoc/taglet cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/docs/doctmp/stylesheet.css /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javadoc/taglet rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/docs/doctmp rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javac/tree /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javac/tree /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx512m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -quiet -use -keywords -encoding ascii -doctitle 'Compiler Tree API' -windowtitle 'Compiler Tree API' -header 'Compiler Tree API' -bottom 'Report a bug or request a feature.
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.
' -group "Packages" "com.sun.source.*" \ -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/jdk/api/javac/tree \ -sourcepath "../../src/share/classes:../../src/solaris/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc:../../src/share/doc/stub:/share/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc" \ -linkoffline ../../../../api /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/docs/api/ \ com.sun.source.tree com.sun.source.util make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/docs' Timing: 00143 seconds or 2m23s for make-docs <<>>Making images @ Sun Aug 2 15:07:06 MSD 2009 ... >>>Making initial-image-jre @ Sun Aug 2 15:07:06 MSD 2009 ... rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/LICENSE /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/LICENSE > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/LICENSE /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/LICENSE /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/ASSEMBLY_EXCEPTION /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/ASSEMBLY_EXCEPTION > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/ASSEMBLY_EXCEPTION /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/ASSEMBLY_EXCEPTION /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/README.html /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/README.html > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/README.html /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/README.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/THIRD_PARTY_README /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/THIRD_PARTY_README > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/THIRD_PARTY_README /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/THIRD_PARTY_README /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "#\n" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "# List of subdirectories not in include in rt.jar" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "# Directories must contain trailing '/'." >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/javadoc/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/jdi/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/jarsigner/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/mirror/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/source/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/istack/internal/tools/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/istack/internal/ws/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/jvmstat/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/rmi/rmic/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/asm/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/java/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/javac/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/javap/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jconsole/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jps/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstat/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstatd/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/native2ascii/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/serialver/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/tree/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/util/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarBASE64Encoder.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSigner.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerParameters.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources_ja.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources_zh_CN.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/SignatureFile\$Block.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/SignatureFile.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/TimestampedSigner.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/provider/Sun.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/rsa/SunRsaSign.class" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/ssl/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/net/ssl/internal/ssl/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "javax/crypto/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/security/internal/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/crypto/provider/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/attach/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "org/relaxng/datatype/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/codemodel/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/dtdparser/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/rngom/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/xsom/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/script/shell/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/attach/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstack/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jinfo/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jmap/" >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder/file_list rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder/file_list.temp (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarreorder.jar \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder/file_list.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/classlist /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/not_rt_jar.list . ) Included file sun/awt/X11/XMenuBarPeer$1.class missing, skipping. Included file sun/security/provider/SelfPermission.class missing, skipping. Included file sun/security/provider/PolicyInfo.class missing, skipping. Included file java/util/logging/LogManager$6.class missing, skipping. Included file sun/dc/pr/PathDasher.class missing, skipping. Included file sun/dc/pr/PathStroker.class missing, skipping. Included file sun/dc/path/PathConsumer.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKDefaultStyle.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKNativeEngine$WidgetType.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKNativeEngine.class missing, skipping. Included file com/sun/java/swing/plaf/gtk/GTKDefaultEngine.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities$RunnableCanvasGraphics.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities$RunnableCanvas.class missing, skipping. Included file sun/nio/cs/ext/DelegatableDecoder.class missing, skipping. Included file sun/nio/cs/ext/SJIS$Decoder.class missing, skipping. Included file sun/nio/cs/ext/SJIS.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities$ComponentWorkRequest.class missing, skipping. Included file sun/awt/color/CMM.class missing, skipping. Included file javax/swing/ToolTipManager$Actions.class missing, skipping. Included file sun/java2d/x11/X11CachingSurfaceManager.class missing, skipping. Included file sun/awt/image/RasterListener.class missing, skipping. Included file sun/awt/image/CachingSurfaceManager.class missing, skipping. Included file sun/awt/image/OffScreenSurfaceManager.class missing, skipping. Included file sun/java2d/x11/X11RemoteOffScreenImage$X11RemoteSurfaceManager.class missing, skipping. Included file sun/awt/image/RemoteOffScreenImage.class missing, skipping. Included file sun/java2d/x11/X11RemoteOffScreenImage.class missing, skipping. Included file sun/awt/X11/ComponentAccessor$1.class missing, skipping. Included file sun/awt/X11/ComponentAccessor.class missing, skipping. Included file sun/font/FileFont$FileFontDisposer.class missing, skipping. Included file javax/swing/text/SimpleAttributeSet$1.class missing, skipping. Included file sun/security/provider/Sun$1.class missing, skipping. Included file sun/security/provider/Sun.class is also excluded, skipping. Included file javax/swing/SystemEventQueueUtilities$SystemEventQueue.class missing, skipping. Included file javax/swing/SystemEventQueueUtilities.class missing, skipping. Included file sun/swing/SwingUtilities2$LSBCacheEntry.class missing, skipping. Included file sun/awt/X11/IXAnyEvent.class missing, skipping. Included file sun/awt/X11/XToolkit$7.class missing, skipping. Included file sun/java2d/pipe/DuctusRenderer.class missing, skipping. Included file sun/java2d/pipe/DuctusShapeRenderer.class missing, skipping. Included file sun/awt/color/ProfileActivator.class missing, skipping. Included file sun/awt/color/ProfileDeferralMgr.class missing, skipping. Included file sun/awt/color/ProfileDeferralInfo.class missing, skipping. Included file java/util/regex/Pattern$9.class missing, skipping. Included file java/util/CurrencyData.class missing, skipping. Included file java/util/regex/Pattern$10.class missing, skipping. Included file sun/awt/AWTAutoShutdown$PeerMap.class missing, skipping. Included file java/util/Hashtable$EmptyIterator.class missing, skipping. Included file java/util/Hashtable$EmptyEnumerator.class missing, skipping. /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder/file_list.temp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder/file_list /bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder/file_list | /bin/grep "^sun" | /bin/grep "class" | /bin/grep -v '\$' \ > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun_classes_list sed 's/\.class/\.java/' < /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun_classes_list \ > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun_sources_list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/jarsplit.jar \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/reorder/file_list \ -o /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/rt_jar_list /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/resources_jar_list /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/rt_jar_list_args /bin/sed -e "s@^@-C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/rt_jar_list > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/rt_jar_list_args /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/manifest.tmp /bin/sed -e "s/@@RELEASE@@/1.6.0_0/" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/tools/manifest.mf >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/manifest.tmp /bin/echo -e >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/manifest.tmp /bin/cat /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/beaninfo/manifest >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/manifest.tmp /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/rt-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/manifest.tmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/rt-orig.jar \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/rt_jar_list_args -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/resources_jar_list_args /bin/sed -e "s@^@-C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes @" /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/resources_jar_list > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/resources_jar_list_args /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/resources-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/manifest.tmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/resources-orig.jar \ @/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jarfilelists/resources_jar_list_args -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jsse-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0mf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/manifest.tmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jsse-orig.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/provider/Sun.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/rsa/SunRsaSign.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/ssl -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/net/ssl/internal/ssl \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 && /usr/bin/find bin -depth | /bin/cpio -pdum /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image 9749 blocks /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/applet cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 && /usr/bin/find lib -depth | /bin/cpio -pdum /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image 535450 blocks /bin/chmod a+rx `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image -type d` for t in appletviewer extcheck idlj jar jarsigner java-rmi.cgi javac javadoc apt javah javap jdb jps jrunscript jstat jstatd jstack packagebean rmic serialver unregbean jconsole jinfo jmap native2ascii xjc wsgen wsimport schemagen jsadebugd jhat ; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/bin/$t ; \ done for l in tools.jar jconsole.jar sa-jdi.jar ; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/$l ; \ done /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib -name 'orb.idl' -exec rm -f \{} \; /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib -name 'ir.idl' -exec rm -f \{} \; /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/rt-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/rt.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/resources-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/resources.jar /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jsse-orig.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/jsse.jar /bin/ln -sf /usr/share/java/js.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/rhino.jar cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/buildmetaindex.jar \ -o meta-index *.jar cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/ext && \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/btjars/buildmetaindex.jar \ -o meta-index *.jar /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/man/man1 for manbase in /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/src/linux/doc/man /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impdoc/man ; do for manpage in java.1 keytool.1 orbd.1 pack200.1 policytool.1 rmid.1 rmiregistry.1 servertool.1 tnameserv.1 unpack200.1 javaws.1; do if [ -f ${manbase}/${manpage} ] ; then /bin/cp ${manbase}/${manpage} /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/man/man1 ; for ja_encoding in eucJP; do ja_dir="ja"; if [ "${ja_encoding}" != "eucJP" ]; then ja_dir="ja_JP.${ja_encoding}"; fi; /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/man/${ja_dir}/man1; /bin/cat ${manbase}/ja/${manpage} | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding eucJP | /bin/sed 's/@@VERSION@@/1.6.0/g' | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -reverse -encoding ${ja_encoding} > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/man/${ja_dir}/man1/${manpage}; done; fi; done; done if [ -w hotspot.log ] ; then rm -f hotspot.log; fi if [ "ja_JP.eucJP" != "" ] ; then /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/man/ja /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/man/ja_JP.eucJP; cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/man && /bin/ln -s ja_JP.eucJP ja; fi >>>Making initial-image-jdk @ Sun Aug 2 15:13:23 MSD 2009 ... rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/jre (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image && /usr/bin/find . -depth -print \ | /bin/cpio -pdum /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/jre ) 655643 blocks rm -f -rf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/jre/man /bin/chmod a+rx `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image -type d` /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/LICENSE /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/LICENSE > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/LICENSE /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/LICENSE /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/ASSEMBLY_EXCEPTION /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/ASSEMBLY_EXCEPTION > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/ASSEMBLY_EXCEPTION /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/ASSEMBLY_EXCEPTION /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/README.html /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/README.html > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/README.html /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/README.html /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/THIRD_PARTY_README /bin/sed 's/$//g' /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/THIRD_PARTY_README > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/THIRD_PARTY_README /bin/chmod 444 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/THIRD_PARTY_README /bin/mkdir /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib for l in tools.jar jconsole.jar sa-jdi.jar; do \ if [ -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/$l ]; then \ /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/$l /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib; \ fi; \ done (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/bin/.. && /bin/tar cf - \ `/usr/bin/find bin \( -type f -o -type l \) -print `) | \ (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image && /bin/tar xf -) /bin/touch /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes/META-INF/services/com.sun.tools.internal.xjc.Plugin /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/tools.jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/asm -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jar -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/java -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/javac -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/javap -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jps -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jstat -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jstatd -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/native2ascii -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/serialver -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/tree -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/util -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/JarBASE64Encoder.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/JarSigner.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/JarSignerParameters.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/JarSignerResources.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/JarSignerResources_ja.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/JarSignerResources_zh_CN.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/SignatureFile\$Block.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/SignatureFile.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/security/tools/TimestampedSigner.class -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/rmi/rmic -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/applet -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/jvmstat -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/javadoc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/jdi -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/jarsigner -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/mirror -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/source -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/doclets -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/example/debug/expr -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/example/debug/tty -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/extcheck -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/hat -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/javac -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/javadoc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/apt -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/javah -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/corba -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/internal/xjc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/internal/ws -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/istack/internal/tools -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/istack/internal/ws -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/codemodel -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/internal/jxc -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/xml/internal/rngom -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/xml/internal/xsom -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes org/relaxng/datatype -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/xml/internal/dtdparser -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/jdi -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/script/shell -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes com/sun/tools/attach -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/attach -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jstack -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jinfo -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes sun/tools/jmap \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/tools.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib/tools.jar /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/symbols/META-INF/sym /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -XDprocess.packages -proc:only \ -processor com.sun.tools.javac.sym.CreateSymbols \ -Acom.sun.tools.javac.sym.Jar=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/rt-orig.jar \ -Acom.sun.tools.javac.sym.Dest=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/symbols/META-INF/sym/rt.jar \ java.applet java.awt java.awt.color java.awt.datatransfer java.awt.dnd java.awt.event java.awt.font java.awt.geom java.awt.im java.awt.im.spi java.awt.image java.awt.image.renderable java.awt.print java.beans java.beans.beancontext java.io java.lang java.lang.annotation java.lang.instrument java.lang.management java.lang.ref java.lang.reflect java.math java.net java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.rmi java.rmi.activation java.rmi.dgc java.rmi.registry java.rmi.server java.security java.security.acl java.security.cert java.security.interfaces java.security.spec java.sql java.text java.text.spi java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.jar java.util.logging java.util.prefs java.util.regex java.util.spi java.util.zip javax.accessibility javax.activation javax.activity javax.annotation javax.annotation.processing javax.crypto javax.crypto.interfaces javax.crypto.spec javax.imageio javax.imageio.event javax.imageio.metadata javax.imageio.plugins.jpeg javax.imageio.plugins.bmp javax.imageio.spi javax.imageio.stream javax.jws javax.jws.soap javax.lang.model javax.lang.model.element javax.lang.model.type javax.lang.model.util javax.management javax.management.loading javax.management.monitor javax.management.relation javax.management.openmbean javax.management.timer javax.management.modelmbean javax.management.remote javax.management.remote.rmi javax.naming javax.naming.directory javax.naming.event javax.naming.ldap javax.naming.spi javax.net javax.net.ssl javax.print javax.print.attribute javax.print.attribute.standard javax.print.event javax.rmi javax.rmi.CORBA javax.rmi.ssl javax.script javax.security.auth javax.security.auth.callback javax.security.auth.kerberos javax.security.auth.login javax.security.auth.spi javax.security.auth.x500 javax.security.cert javax.security.sasl javax.sound.sampled javax.sound.sampled.spi javax.sound.midi javax.sound.midi.spi javax.sql javax.sql.rowset javax.sql.rowset.serial javax.sql.rowset.spi javax.swing javax.swing.border javax.swing.colorchooser javax.swing.filechooser javax.swing.event javax.swing.table javax.swing.text javax.swing.text.html javax.swing.text.html.parser javax.swing.text.rtf javax.swing.tree javax.swing.undo javax.swing.plaf javax.swing.plaf.basic javax.swing.plaf.metal javax.swing.plaf.multi javax.swing.plaf.synth javax.tools javax.transaction javax.transaction.xa javax.xml.parsers javax.xml.bind javax.xml.bind.annotation javax.xml.bind.annotation.adapters javax.xml.bind.attachment javax.xml.bind.helpers javax.xml.bind.util javax.xml.soap javax.xml.ws javax.xml.ws.handler javax.xml.ws.handler.soap javax.xml.ws.http javax.xml.ws.soap javax.xml.ws.spi javax.xml.ws.wsaddressing javax.xml.transform javax.xml.transform.sax javax.xml.transform.dom javax.xml.transform.stax javax.xml.transform.stream javax.xml javax.xml.crypto javax.xml.crypto.dom javax.xml.crypto.dsig javax.xml.crypto.dsig.dom javax.xml.crypto.dsig.keyinfo javax.xml.crypto.dsig.spec javax.xml.datatype javax.xml.validation javax.xml.namespace javax.xml.xpath javax.xml.stream javax.xml.stream.events javax.xml.stream.util org.ietf.jgss org.omg.CORBA org.omg.CORBA.DynAnyPackage org.omg.CORBA.ORBPackage org.omg.CORBA.TypeCodePackage org.omg.stub.java.rmi org.omg.CORBA.portable org.omg.CORBA_2_3 org.omg.CORBA_2_3.portable org.omg.CosNaming org.omg.CosNaming.NamingContextExtPackage org.omg.CosNaming.NamingContextPackage org.omg.SendingContext org.omg.PortableServer org.omg.PortableServer.CurrentPackage org.omg.PortableServer.POAPackage org.omg.PortableServer.POAManagerPackage org.omg.PortableServer.ServantLocatorPackage org.omg.PortableServer.portable org.omg.PortableInterceptor org.omg.PortableInterceptor.ORBInitInfoPackage org.omg.Messaging org.omg.IOP org.omg.IOP.CodecFactoryPackage org.omg.IOP.CodecPackage org.omg.Dynamic org.omg.DynamicAny org.omg.DynamicAny.DynAnyPackage org.omg.DynamicAny.DynAnyFactoryPackage org.w3c.dom org.w3c.dom.events org.w3c.dom.bootstrap org.w3c.dom.ls org.xml.sax org.xml.sax.ext org.xml.sax.helpers com.sun.java.browser.dom org.w3c.dom org.w3c.dom.bootstrap org.w3c.dom.ls org.w3c.dom.ranges org.w3c.dom.traversal org.w3c.dom.html org.w3c.dom.stylesheets org.w3c.dom.css org.w3c.dom.events org.w3c.dom.views com.sun.management com.sun.security.auth com.sun.security.auth.callback com.sun.security.auth.login com.sun.security.auth.module com.sun.security.jgss com.sun.net.ssl com.sun.net.httpserver com.sun.net.httpserver.spi javax.smartcardio com.sun.java.swing.plaf com.sun.java.swing.plaf.windows com.sun.java.swing.plaf.motif com.sun.java.swing.plaf.gtk warning: package com.sun.java.swing.plaf does not exist Using boot class path = [/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/rt-orig.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/resources.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/sunrsasign.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/jsse.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/jce.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/charsets.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/rhino.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/classes, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/ext/dnsns.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/ext/localedata.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/ext/sunjce_provider.jar, /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk-ecj/control/build/linux-i586/j2sdk-image/jre/lib/ext/sunpkcs11.jar] Ignoring (other) javax.xml.ws.wsaddressing.package-info : ClassSymbol /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar c0f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ct.sym \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/symbols META-INF -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ct.sym /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib/ct.sym /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/orb.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib/orb.idl /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/ir.idl /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib/ir.idl /bin/cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/lib/jexec /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib/jexec /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src for d in ./../src/share/classes ./../src/solaris/classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/gensrc /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impsrc; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/src-files.list; \ (cd $d && \ for sd in java/applet java/awt java/beans java/io java/lang java/math java/net java/nio java/rmi java/security java/sql java/text java/util com/sun/corba com/sun/image/codec/jpeg com/sun/imageio com/sun/java/swing com/sun/javadoc com/sun/jmx com/sun/mirror com/sun/source com/sun/naming com/sun/security/auth com/sun/security/jgss javax/accessibility javax/annotation javax/script javax/imageio javax/lang javax/management javax/naming javax/print javax/rmi javax/security javax/sound javax/sql javax/swing javax/tools javax/xml com/sun/org/apache com/sun/java_cup com/sun/jlex org/ietf org/omg org/w3c/dom org/xml/sax sunw ; do \ if [ -d $sd ] ; then \ /usr/bin/find $sd -name .hg -prune -o -name .svn -prune -o -name CVS -prune -o -name RCS -prune -o -name SCCS -prune -o -name Codemgr_wsdata -prune -o -name deleted_files -prune -o -name .hgignore -prune -o -name .hgtags -prune -o -name 'X-*' -prune -o -name '*-X-*' -prune -o -name '*-template.java' -prune -o -name ',*' -prune -o \ -name '*.java' -print \ >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/src-files.list ; \ fi; \ done ; \ ) ; \ if [ -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/src-files.list ] ; then \ (cd $d && /bin/tar cf - -T /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/src-files.list ) \ | (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src && /bin/tar xf -); \ fi; \ ((cd $d && /bin/tar cf - -T /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sun_sources_list ) \ | (cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src && /bin/tar xf -)) > /dev/null 2>&1 ; \ done rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/src-files.list /bin/chmod -R +w /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/java.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/java.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/manifest_info.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/parse_manifest.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/version_comp.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/version_comp.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/wildcard.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/wildcard.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/jli_util.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/jli_util.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/splashscreen_stubs.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/splashscreen.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/solaris/bin/java_md.c /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher /bin/cp ./../src/solaris/bin/java_md.h /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src/launcher cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src && /usr/bin/zip -qr ../src.zip * rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/src /bin/cp -r -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/demo /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image /bin/cp -r -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/sample /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image /bin/cp -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/include /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image cd javax/swing/beaninfo && /usr/bin/make swing-1.2-beans make[4]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/beaninfo' /usr/bin/make DEBUG_FLAG=false make-swing-beans make[5]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/beaninfo' Making directory... /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes:../../../tools/swing-beans" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp ../../../tools/swing-beans/GenSwingBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes:../../../tools/swing-beans" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp ../../../tools/swing-beans/GenDocletBeanInfo.java Note: ../../../tools/swing-beans/GenDocletBeanInfo.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Making directory... /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/obj Making directory... /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes Making directory... /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src /bin/cp ../../../tools/swing-beans/beaninfo/BeanInfoUtils.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/BeanInfoUtils.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/BeanInfoUtils.java Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/BeanInfoUtils.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. /bin/cp ../../../tools/swing-beans/beaninfo/SwingBeanInfoBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/SwingBeanInfoBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -classpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/SwingBeanInfoBase.java if [ -s /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/.beans.list ]; \ then /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/doclets.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javadoc.jar -source 1.5 -doclet GenDocletBeanInfo -x false -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src -t ../../../tools/swing-beans/SwingBeanInfo.template -docletpath /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp \ ../../../../src/share/classes/javax/swing/AbstractButton.java ../../../../src/share/classes/javax/swing/Box.java ../../../../src/share/classes/javax/swing/JComponent.java ../../../../src/share/classes/javax/swing/JApplet.java ../../../../src/share/classes/javax/swing/JButton.java ../../../../src/share/classes/javax/swing/JCheckBox.java ../../../../src/share/classes/javax/swing/JCheckBoxMenuItem.java ../../../../src/share/classes/javax/swing/JComboBox.java ../../../../src/share/classes/javax/swing/JColorChooser.java ../../../../src/share/classes/javax/swing/JDesktopPane.java ../../../../src/share/classes/javax/swing/JDialog.java ../../../../src/share/classes/javax/swing/JEditorPane.java ../../../../src/share/classes/javax/swing/JFileChooser.java ../../../../src/share/classes/javax/swing/JFrame.java ../../../../src/share/classes/javax/swing/JFormattedTextField.java ../../../../src/share/classes/javax/swing/JInternalFrame.java ../../../../src/share/classes/javax/swing/JLabel.java ../../../../src/share/classes/javax/swing/JLayeredPane.java ../../../../src/share/classes/javax/swing/JList.java ../../../../src/share/classes/javax/swing/JMenu.java ../../../../src/share/classes/javax/swing/JMenuBar.java ../../../../src/share/classes/javax/swing/JMenuItem.java ../../../../src/share/classes/javax/swing/JOptionPane.java ../../../../src/share/classes/javax/swing/JPanel.java ../../../../src/share/classes/javax/swing/JPasswordField.java ../../../../src/share/classes/javax/swing/JPopupMenu.java ../../../../src/share/classes/javax/swing/JProgressBar.java ../../../../src/share/classes/javax/swing/JRadioButton.java ../../../../src/share/classes/javax/swing/JRadioButtonMenuItem.java ../../../../src/share/classes/javax/swing/JScrollBar.java ../../../../src/share/classes/javax/swing/JScrollPane.java ../../../../src/share/classes/javax/swing/JSeparator.java ../../../../src/share/classes/javax/swing/JSlider.java ../../../../src/share/classes/javax/swing/JSplitPane.java ../../../../src/share/classes/javax/swing/JSpinner.java ../../../../src/share/classes/javax/swing/JTabbedPane.java ../../../../src/share/classes/javax/swing/JTable.java ../../../../src/share/classes/javax/swing/JTextArea.java ../../../../src/share/classes/javax/swing/JTextField.java ../../../../src/share/classes/javax/swing/JTextPane.java ../../../../src/share/classes/javax/swing/JToggleButton.java ../../../../src/share/classes/javax/swing/JToolBar.java ../../../../src/share/classes/javax/swing/JTree.java ../../../../src/share/classes/javax/swing/JWindow.java ../../../../src/share/classes/javax/swing/text/JTextComponent.java; \ fi Loading source file ../../../../src/share/classes/javax/swing/AbstractButton.java... Loading source file ../../../../src/share/classes/javax/swing/Box.java... Loading source file ../../../../src/share/classes/javax/swing/JComponent.java... Loading source file ../../../../src/share/classes/javax/swing/JApplet.java... Loading source file ../../../../src/share/classes/javax/swing/JButton.java... Loading source file ../../../../src/share/classes/javax/swing/JCheckBox.java... Loading source file ../../../../src/share/classes/javax/swing/JCheckBoxMenuItem.java... Loading source file ../../../../src/share/classes/javax/swing/JComboBox.java... Loading source file ../../../../src/share/classes/javax/swing/JColorChooser.java... Loading source file ../../../../src/share/classes/javax/swing/JDesktopPane.java... Loading source file ../../../../src/share/classes/javax/swing/JDialog.java... Loading source file ../../../../src/share/classes/javax/swing/JEditorPane.java... Loading source file ../../../../src/share/classes/javax/swing/JFileChooser.java... Loading source file ../../../../src/share/classes/javax/swing/JFrame.java... Loading source file ../../../../src/share/classes/javax/swing/JFormattedTextField.java... Loading source file ../../../../src/share/classes/javax/swing/JInternalFrame.java... Loading source file ../../../../src/share/classes/javax/swing/JLabel.java... Loading source file ../../../../src/share/classes/javax/swing/JLayeredPane.java... Loading source file ../../../../src/share/classes/javax/swing/JList.java... Loading source file ../../../../src/share/classes/javax/swing/JMenu.java... Loading source file ../../../../src/share/classes/javax/swing/JMenuBar.java... Loading source file ../../../../src/share/classes/javax/swing/JMenuItem.java... Loading source file ../../../../src/share/classes/javax/swing/JOptionPane.java... Loading source file ../../../../src/share/classes/javax/swing/JPanel.java... Loading source file ../../../../src/share/classes/javax/swing/JPasswordField.java... Loading source file ../../../../src/share/classes/javax/swing/JPopupMenu.java... Loading source file ../../../../src/share/classes/javax/swing/JProgressBar.java... Loading source file ../../../../src/share/classes/javax/swing/JRadioButton.java... Loading source file ../../../../src/share/classes/javax/swing/JRadioButtonMenuItem.java... Loading source file ../../../../src/share/classes/javax/swing/JScrollBar.java... Loading source file ../../../../src/share/classes/javax/swing/JScrollPane.java... Loading source file ../../../../src/share/classes/javax/swing/JSeparator.java... Loading source file ../../../../src/share/classes/javax/swing/JSlider.java... Loading source file ../../../../src/share/classes/javax/swing/JSplitPane.java... Loading source file ../../../../src/share/classes/javax/swing/JSpinner.java... Loading source file ../../../../src/share/classes/javax/swing/JTabbedPane.java... Loading source file ../../../../src/share/classes/javax/swing/JTable.java... Loading source file ../../../../src/share/classes/javax/swing/JTextArea.java... Loading source file ../../../../src/share/classes/javax/swing/JTextField.java... Loading source file ../../../../src/share/classes/javax/swing/JTextPane.java... Loading source file ../../../../src/share/classes/javax/swing/JToggleButton.java... Loading source file ../../../../src/share/classes/javax/swing/JToolBar.java... Loading source file ../../../../src/share/classes/javax/swing/JTree.java... Loading source file ../../../../src/share/classes/javax/swing/JWindow.java... Loading source file ../../../../src/share/classes/javax/swing/text/JTextComponent.java... Constructing Javadoc information... >>> Generating beaninfo for javax.swing.AbstractButton... >>> Generating beaninfo for javax.swing.Box... >>> Generating beaninfo for javax.swing.JComponent... >>> Generating beaninfo for javax.swing.JApplet... >>> Generating beaninfo for javax.swing.JButton... >>> Generating beaninfo for javax.swing.JCheckBox... >>> Generating beaninfo for javax.swing.JCheckBoxMenuItem... >>> Generating beaninfo for javax.swing.JComboBox... >>> Generating beaninfo for javax.swing.JColorChooser... >>> Generating beaninfo for javax.swing.JDesktopPane... >>> Generating beaninfo for javax.swing.JDialog... >>> Generating beaninfo for javax.swing.JEditorPane... >>> Generating beaninfo for javax.swing.JFileChooser... >>> Generating beaninfo for javax.swing.JFrame... >>> Generating beaninfo for javax.swing.JFormattedTextField... >>> Generating beaninfo for javax.swing.JInternalFrame... >>> Generating beaninfo for javax.swing.JLabel... >>> Generating beaninfo for javax.swing.JLayeredPane... >>> Generating beaninfo for javax.swing.JList... >>> Generating beaninfo for javax.swing.JMenu... >>> Generating beaninfo for javax.swing.JMenuBar... >>> Generating beaninfo for javax.swing.JMenuItem... >>> Generating beaninfo for javax.swing.JOptionPane... >>> Generating beaninfo for javax.swing.JPanel... >>> Generating beaninfo for javax.swing.JPasswordField... >>> Generating beaninfo for javax.swing.JPopupMenu... >>> Generating beaninfo for javax.swing.JProgressBar... >>> Generating beaninfo for javax.swing.JRadioButton... >>> Generating beaninfo for javax.swing.JRadioButtonMenuItem... >>> Generating beaninfo for javax.swing.JScrollBar... >>> Generating beaninfo for javax.swing.JScrollPane... >>> Generating beaninfo for javax.swing.JSeparator... >>> Generating beaninfo for javax.swing.JSlider... >>> Generating beaninfo for javax.swing.JSplitPane... >>> Generating beaninfo for javax.swing.JSpinner... >>> Generating beaninfo for javax.swing.JTabbedPane... >>> Generating beaninfo for javax.swing.JTable... >>> Generating beaninfo for javax.swing.JTextArea... >>> Generating beaninfo for javax.swing.JTextField... >>> Generating beaninfo for javax.swing.JTextPane... >>> Generating beaninfo for javax.swing.JToggleButton... >>> Generating beaninfo for javax.swing.JToolBar... >>> Generating beaninfo for javax.swing.JTree... >>> Generating beaninfo for javax.swing.JWindow... >>> Generating beaninfo for javax.swing.text.JTextComponent... Deleting classes.list... if [ -s /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/.classes.list ] ; then \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/java -client -Xmx369m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar" -jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist/bootstrap/lib/javac.jar -g -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes" -classpath "/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/classes:/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes:." -d /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/AbstractButtonBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/BoxBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JComponentBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JAppletBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JButtonBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JCheckBoxBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JCheckBoxMenuItemBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JComboBoxBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JColorChooserBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JDesktopPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JDialogBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JEditorPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JFileChooserBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JFrameBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JFormattedTextFieldBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JInternalFrameBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JLabelBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JLayeredPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JListBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JMenuBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JMenuBarBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JMenuItemBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JOptionPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JPanelBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JPasswordFieldBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JPopupMenuBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JProgressBarBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JRadioButtonBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JRadioButtonMenuItemBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JScrollBarBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JScrollPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JSeparatorBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JSliderBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JSplitPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JSpinnerBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JTabbedPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JTableBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JTextAreaBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JTextFieldBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JTextPaneBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JToggleButtonBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JToolBarBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JTreeBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JWindowBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/JTextComponentBeanInfo.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/SwingBeanInfoBase.java /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/BeanInfoUtils.java ; \ fi Note: /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2src/BeanInfoUtils.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. rm -f -r /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes/javax/swing/beaninfo/images /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes/javax/swing/beaninfo/images /bin/cp ../../../tools/swing-beans/beaninfo/images/*.gif /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes/javax/swing/beaninfo/images /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/jar cf /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/tmp.jar \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes javax \ -C /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/1.2classes sun \ -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/tmp.jar /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/lib/dt.jar make[5]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/beaninfo' make[4]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make/javax/swing/beaninfo' /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/man/man1 for manbase in /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/src/linux/doc/man /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/impdoc/man ; do for manpage in java.1 keytool.1 orbd.1 pack200.1 policytool.1 rmid.1 rmiregistry.1 servertool.1 tnameserv.1 unpack200.1 javaws.1 appletviewer.1 apt.1 extcheck.1 idlj.1 jar.1 jarsigner.1 javac.1 javadoc.1 javah.1 javap.1 jconsole.1 jdb.1 jhat.1 jinfo.1 jmap.1 jps.1 jrunscript.1 jsadebugd.1 jstack.1 jstat.1 jstatd.1 native2ascii.1 rmic.1 schemagen.1 serialver.1 wsgen.1 wsimport.1 xjc.1; do if [ -f ${manbase}/${manpage} ] ; then /bin/cp ${manbase}/${manpage} /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/man/man1 ; for ja_encoding in eucJP; do ja_dir="ja"; if [ "${ja_encoding}" != "eucJP" ]; then ja_dir="ja_JP.${ja_encoding}"; fi; /bin/mkdir -p /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/man/${ja_dir}/man1; /bin/cat ${manbase}/ja/${manpage} | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding eucJP | /bin/sed 's/@@VERSION@@/1.6.0/g' | /home/pavel/src/openjdk-6-6b14-1.4.1/build/bootstrap/jdk1.6.0/bin/native2ascii -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -reverse -encoding ${ja_encoding} > /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/man/${ja_dir}/man1/${manpage}; done; fi; done; done if [ -w hotspot.log ] ; then rm -f hotspot.log; fi if [ "ja_JP.eucJP" != "" ] ; then /bin/mv /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/man/ja /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/man/ja_JP.eucJP; cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/man && /bin/ln -s ja_JP.eucJP ja; fi >>>Making trim-image-jre @ Sun Aug 2 15:42:30 MSD 2009 ... for l in libsaproc.so libattach.so ; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib/i386/$l ; \ done ; >>>Making trim-image-jdk @ Sun Aug 2 15:42:30 MSD 2009 ... for t in java_vm; do \ rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/bin/${t} \ /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/bin/*/native_threads/${t}; \ done >>>Making process-image-jre @ Sun Aug 2 15:42:31 MSD 2009 ... rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jre-elf-files.list /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/lib -type f -name \*.so >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jre-elf-files.list /usr/bin/file `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2re-image/bin -type f -name \*` \ | /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jre-elf-files.list rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jre-elf-files.list >>>Making process-image-jdk @ Sun Aug 2 15:42:31 MSD 2009 ... rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jdk-elf-files.list /usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/jre/lib -type f -name \*.so >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jdk-elf-files.list /usr/bin/file `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/jre/bin -type f -name \*` \ | /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jdk-elf-files.list file `/usr/bin/find /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image/bin -type f -name \*` \ | /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jdk-elf-files.list rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/jdk-elf-files.list >>>Making sec-files @ Sun Aug 2 15:42:32 MSD 2009 ... /bin/mkdir -p . rm -f sec-files rm -f /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sec-bin.zip cd /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586 && \ /usr/bin/zip -rq9 /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class >>>Making sec-files-win @ Sun Aug 2 15:42:33 MSD 2009 ... >>>Making jgss-files @ Sun Aug 2 15:42:33 MSD 2009 ... >>>Finished making images @ Sun Aug 2 15:42:33 MSD 2009 ... make[3]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/jdk/make' Control build finished: 09-08-02 15:42 make[2]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/make' mkdir -p openjdk/control/build/linux-i586/j2sdk-image/jre/lib/i386 mkdir -p openjdk/control/build/linux-i586/j2re-image/lib/i386 mkdir -p openjdk/control/build/linux-i586/j2sdk-image/jre/lib/ext mkdir -p openjdk/control/build/linux-i586/j2re-image/lib/ext cp -pPRf IcedTeaPlugin.so \ openjdk/control/build/linux-i586/j2sdk-image/jre/lib/i386 cp -pPRf IcedTeaPlugin.so \ openjdk/control/build/linux-i586/j2re-image/lib/i386 cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/../rt/net/sourceforge/jnlp/resources/about.jnlp \ extra-lib/about.jar \ openjdk/control/build/linux-i586/j2re-image/lib ; \ cp /home/pavel/src/openjdk-6-6b14-1.4.1/build/../rt/net/sourceforge/jnlp/resources/about.jnlp \ extra-lib/about.jar \ openjdk/control/build/linux-i586/j2sdk-image/jre/lib IcedTea is served: openjdk/control/build/linux-i586 mkdir -p stamps touch stamps/icedtea.stamp make[1]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1/build' grep -- '^-cacao KNOWN' build/openjdk/control/build/linux-i586/j2sdk-image/jre/lib/i386/jvm.cfg \ || printf -- '-cacao KNOWN\n' >> build/openjdk/control/build/linux-i586/j2sdk-image/jre/lib/i386/jvm.cfg -cacao KNOWN grep -- '^-zero KNOWN' build/openjdk/control/build/linux-i586/j2sdk-image/jre/lib/i386/jvm.cfg \ || printf -- '-zero KNOWN\n' >> build/openjdk/control/build/linux-i586/j2sdk-image/jre/lib/i386/jvm.cfg touch stamps/build rm -rf build/cacao* mkdir -p build/cacao touch stamps/build-altcacao rm -rf build-zero mkdir -p build-zero cd build-zero && BUILD_LANGTOOLS=false ALT_LANGTOOLS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/langtools/dist BUILD_JAXP=false ALT_JAXP_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxp/dist BUILD_JAXWS=false ALT_JAXWS_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/jaxws/dist BUILD_CORBA=false ALT_CORBA_DIST=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/corba/dist BUILD_JDK=false ../configure --with-openjdk --with-openjdk-home=/home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image --enable-zero --disable-docs --with-jar=/usr/bin/fastjar --disable-nio2 --with-pkgversion="6b14-1.4.1-0ubuntu7" --with-xalan2-jar=/usr/share/java/xalan2.jar --with-xalan2-serializer-jar=/usr/share/java/serializer.jar --with-rhino=/usr/share/java/js.jar --with-hotspot-src-zip=/home/pavel/src/openjdk-6-6b14-1.4.1/hotspot-20081202.tar.gz --with-openjdk-src-zip=/home/pavel/src/openjdk-6-6b14-1.4.1/openjdk-6-src-b14-25_nov_2008-dfsg.tar.gz --with-hotspot-build --enable-liveconnect --host=i486-linux-gnu --build=i486-linux-gnu configure: WARNING: unrecognized options: --disable-nio2 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-linux-gnu-gcc accepts -g... yes checking for i486-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i486-linux-gnu-gcc... none checking for i486-linux-gnu-g++... i486-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i486-linux-gnu-g++ accepts -g... yes checking dependency style of i486-linux-gnu-g++... none checking for i486-linux-gnu-make... no checking for make... /usr/bin/make checking for i486-linux-gnu-gzip... no checking for gzip... /bin/gzip checking for i486-linux-gnu-ant... no checking for ant... /usr/bin/ant checking for i486-linux-gnu-find... no checking for find... /usr/bin/find checking for i486-linux-gnu-patch... no checking for patch... /usr/bin/patch checking for i486-linux-gnu-tar... no checking for tar... /bin/tar checking for i486-linux-gnu-chmod... no checking for chmod... /bin/chmod checking for i486-linux-gnu-md5sum... no checking for md5sum... /usr/bin/md5sum checking for i486-linux-gnu-wget... no checking for wget... /usr/bin/wget checking for i486-linux-gnu-zip... no checking for zip... /usr/bin/zip checking for i486-linux-gnu-unzip... no checking for unzip... /usr/bin/unzip checking for i486-linux-gnu-cpio... no checking for cpio... /bin/cpio checking for i486-linux-gnu-file... no checking for file... /usr/bin/file checking for i486-linux-gnu-fastjar... no checking for i486-linux-gnu-jar... no checking for fastjar... fastjar checking for i486-linux-gnu-gawk... no checking for gawk... /usr/bin/gawk checking for i486-linux-gnu-hg... no checking for hg... /usr/bin/hg checking for i486-linux-gnu-lsb_release... no checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... 14.0b08 checking for i486-linux-gnu-linux32... no checking for linux32... /usr/bin/linux32 checking version of GCC... 4.3.3 (major version 4, minor version 3) checking whether to build using an existing installation of IcedTea... false checking for a NetBeans installation... /usr/share/netbeans checking whether to build using an existing installation of OpenJDK... true checking for Ant home directory... /usr/share/ant checking whether to build VisualVM... no checking whether to build the LiveConnect plugin... yes checking whether to build gcjwebplugin... no checking whether to include PulseAudio support... no checking whether to build documentation... no checking whether to include the XRender pipeline... yes checking how many parallel build jobs to execute... 2 checking for an existing OpenJDK installation... /home/pavel/src/openjdk-6-6b14-1.4.1/build/openjdk/control/build/linux-i586/j2sdk-image checking whether to include Javascript support via Rhino... /usr/share/java/js.jar checking for an OpenJDK source zip... /home/pavel/src/openjdk-6-6b14-1.4.1/openjdk-6-src-b14-25_nov_2008-dfsg.tar.gz checking for a HotSpot source zip... /home/pavel/src/openjdk-6-6b14-1.4.1/hotspot-20081202.tar.gz checking for an OpenJDK source directory... /home/pavel/src/openjdk-6-6b14-1.4.1/build-zero/openjdk checking for an alternate jar command... not specified checking whether to use CACAO as VM... no checking for CACAO home directory... $(abs_top_builddir)/cacao/install checking for a CACAO source zip... not specified checking whether to disable optimizations... checking how to run the C preprocessor... i486-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 whether to use the zero-assembler port... yes checking whether byte ordering is bigendian... no checking whether to use the Shark JIT... no checking whether to retrieve the source code from Mercurial... no checking which Mercurial revision to use... tip checking cups/cups.h usability... yes checking cups/cups.h presence... yes checking for cups/cups.h... yes checking cups/ppd.h usability... yes checking cups/ppd.h presence... yes checking for cups/ppd.h... yes checking X11/X.h usability... yes checking X11/X.h presence... yes checking for X11/X.h... yes checking for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for i486-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes checking for XULRUNNER... yes checking for GTK... yes checking for LIBFFI... yes configure: creating ./config.status config.status: creating Makefile config.status: creating platform_zero config.status: creating jvm.cfg config.status: creating ergo.c config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-nio2 touch stamps/configure-altzero touch stamps/build-altzero mkdir -p bin echo 'xvfb-run -a -e xvfb-run.log -s "-extension GLX" "$@"' > bin/my-xvfb-run if ! /bin/sh bin/my-xvfb-run : ; then \ echo "error running $(cat bin/my-xvfb-run)"; \ cat xvfb-run.log; \ echo 'xvfb-run -a -e xvfb-run.log -s "$@"' > bin/my-xvfb-run; \ if ! /bin/sh bin/my-xvfb-run : ; then \ echo "error running $(cat bin/my-xvfb-run)"; \ cat xvfb-run.log; \ rm -f bin/my-xvfb-run; \ fi; \ fi if [ -f bin/my-xvfb-run ]; then \ echo "using $(cat bin/my-xvfb-run)"; \ fi using xvfb-run -a -e xvfb-run.log -s "-extension GLX" "$@" touch stamps/xvfb-check /usr/bin/make -f debian/rules mauve-run-check VMNAME=hotspot VMARGS= make[1]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1' rm -rf build/mauve build/mauve-hotspot mkdir -p build/mauve-hotspot echo "mauve testsuite not run for this build" > build/mauve-hotspot/mauve_output-hotspot make[1]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1' touch stamps/mauve-check-default /usr/bin/make -f debian/rules jtreg-run-check VMNAME=hotspot VMARGS= make[1]: Entering directory `/home/pavel/src/openjdk-6-6b14-1.4.1' echo "jtreg harness not run for this build" > jtreg_output-hotspot make[1]: Leaving directory `/home/pavel/src/openjdk-6-6b14-1.4.1' touch stamps/jtreg-check-default if [ -f buildwatch.pid ]; then \ pid=$(cat buildwatch.pid); \ kill -1 $pid || :; sleep 1; kill -9 $pid || :; \ fi rm -f buildwatch.pid XXX jre image ls -l build/openjdk/control/build/linux-i586/j2re-image total 172 -r--r--r-- 1 pavel pavel 1503 Aug 2 15:07 ASSEMBLY_EXCEPTION -r--r--r-- 1 pavel pavel 19241 Aug 2 15:07 LICENSE -r--r--r-- 1 pavel pavel 715 Aug 2 15:07 README.html -r--r--r-- 1 pavel pavel 127498 Aug 2 15:07 THIRD_PARTY_README drwxr-xr-x 2 pavel pavel 4096 Aug 2 15:12 bin drwxr-xr-x 11 pavel pavel 4096 Aug 2 15:42 lib drwxr-xr-x 4 pavel pavel 4096 Aug 2 15:13 man XXX sdk image ls -l build/openjdk/control/build/linux-i586/j2sdk-image total 27828 -r--r--r-- 1 pavel pavel 1503 Aug 2 15:13 ASSEMBLY_EXCEPTION -r--r--r-- 1 pavel pavel 19241 Aug 2 15:13 LICENSE -r--r--r-- 1 pavel pavel 715 Aug 2 15:13 README.html -r--r--r-- 1 pavel pavel 127498 Aug 2 15:13 THIRD_PARTY_README drwxr-xr-x 2 pavel pavel 4096 Aug 2 15:13 bin drwxr-xr-x 9 pavel pavel 4096 Aug 2 15:19 demo drwxr-xr-x 3 pavel pavel 4096 Aug 2 15:19 include drwxr-xr-x 4 pavel pavel 4096 Aug 2 15:13 jre drwxr-xr-x 2 pavel pavel 4096 Aug 2 15:20 lib drwxr-xr-x 4 pavel pavel 4096 Aug 2 15:42 man drwxr-xr-x 6 pavel pavel 4096 Aug 2 15:19 sample -rw-r--r-- 1 pavel pavel 28270406 Aug 2 15:19 src.zip fakeroot debian/rules binary if [ -f buildwatch.pid ]; then \ pid=$(cat buildwatch.pid); \ kill -1 $pid || :; sleep 1; kill -9 $pid || :; \ fi rm -f buildwatch.pid XXX jre image ls -l build/openjdk/control/build/linux-i586/j2re-image total 172 -r--r--r-- 1 root root 1503 Aug 2 15:07 ASSEMBLY_EXCEPTION -r--r--r-- 1 root root 19241 Aug 2 15:07 LICENSE -r--r--r-- 1 root root 715 Aug 2 15:07 README.html -r--r--r-- 1 root root 127498 Aug 2 15:07 THIRD_PARTY_README drwxr-xr-x 2 root root 4096 Aug 2 15:12 bin drwxr-xr-x 11 root root 4096 Aug 2 15:42 lib drwxr-xr-x 4 root root 4096 Aug 2 15:13 man XXX sdk image ls -l build/openjdk/control/build/linux-i586/j2sdk-image total 27828 -r--r--r-- 1 root root 1503 Aug 2 15:13 ASSEMBLY_EXCEPTION -r--r--r-- 1 root root 19241 Aug 2 15:13 LICENSE -r--r--r-- 1 root root 715 Aug 2 15:13 README.html -r--r--r-- 1 root root 127498 Aug 2 15:13 THIRD_PARTY_README drwxr-xr-x 2 root root 4096 Aug 2 15:13 bin drwxr-xr-x 9 root root 4096 Aug 2 15:19 demo drwxr-xr-x 3 root root 4096 Aug 2 15:19 include drwxr-xr-x 4 root root 4096 Aug 2 15:13 jre drwxr-xr-x 2 root root 4096 Aug 2 15:20 lib drwxr-xr-x 4 root root 4096 Aug 2 15:42 man drwxr-xr-x 6 root root 4096 Aug 2 15:19 sample -rw-r--r-- 1 root root 28270406 Aug 2 15:19 src.zip for f in debian/*.in; do \ case "$f" in debian/control.in) continue; esac; \ case "$f" in \ debian/PLUGIN.*.in) f2=$(echo $f | sed 's/PLUGIN/icedtea6-plugin/;s/\.in$//');; \ *) f2=$(echo $f | sed 's/JB/openjdk-6/;s/\.in$//'); \ esac; \ sed -e 's/@JRE@/openjdk-6-jre/g' \ -e 's/@JDK@/openjdk-6-jdk/g' \ -e 's/@vendor@/OpenJDK/g' \ -e 's/@RELEASE@/6/g' \ -e 's/@basename@/openjdk-6/g' \ -e 's,@TOP@,usr/lib/jvm,g' \ -e 's,@basedir@,usr/lib/jvm/java-6-openjdk,g' \ -e 's,@basediralias@,usr/lib/jvm/java-6-openjdk,g' \ -e 's,@jdiralias@,java-6-openjdk,g' \ -e 's,@jdirname@,java-6-openjdk,g' \ -e 's/@srcname@//g' \ -e 's/@jvmarch@/i586/g' \ -e 's/@archdir@/i386/g' \ -e 's/@tag@//g' \ -e 's/@priority@/1061/g' \ -e 's/@mantag@//g' \ -e 's/@jre_hl_tools@/java keytool pack200 rmid rmiregistry unpack200 orbd servertool tnameserv/g' \ -e 's/@jre_tools@/javaws pluginappletviewer policytool/g' \ -e 's/@jdk_tools@/appletviewer apt extcheck idlj jar jarsigner javac javadoc javah javap jconsole jdb jhat jinfo jmap jps jrunscript jsadebugd jstack jstat jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc/g' \ -e 's/@corba_tools@/orbd servertool tnameserv/g' \ -e 's,@j2se_lib@,,g' \ -e 's,@j2se_share@,,g' \ -e 's,@plugin_name@,IcedTeaPlugin.so,g' \ -e 's/@pkg_plugin@/icedtea6-plugin/g' \ -e 's,@browser_dirs@,xulrunner-addons,g' \ -e 's/@cjk_fonts@/ttf-baekmuk | ttf-unfonts | ttf-unfonts-core, ttf-kochi-gothic | ttf-sazanami-gothic, ttf-kochi-mincho | ttf-sazanami-mincho, ttf-wqy-zenhei, ttf-indic-fonts-core, ttf-telugu-fonts, ttf-oriya-fonts, ttf-kannada-fonts, ttf-bengali-fonts,/g' \ $f > $f2; \ done rm -f debian/openjdk-6-jre-i586.menu dh_testdir dh_testroot dh_clean -k rm -f debian/*.install debian/*.links dh_installdirs : # install into temporary location mkdir -p debian/tmp/usr/lib/jvm/java-6-openjdk cp -a build/openjdk/control/build/linux-i586/j2sdk-image/* debian/tmp/usr/lib/jvm/java-6-openjdk/ cp -a build/openjdk/control/build/linux-i586/j2re-image/man debian/tmp/usr/lib/jvm/java-6-openjdk/jre/ chmod -R u+w debian/tmp : # install default jvm config file cp debian/jvm.cfg-default debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/i386/ : # add extra symlinks for header files ln -sf linux/jni_md.h debian/tmp/usr/lib/jvm/java-6-openjdk/include/jni_md.h ln -sf linux/jawt_md.h debian/tmp/usr/lib/jvm/java-6-openjdk/include/jawt_md.h : # compress manpages find debian/tmp/usr/lib/jvm/java-6-openjdk/man debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man -type f ! -type l \ | xargs gzip -9v debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jstat.1: 68.1% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jstat.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javaws.1: 60.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javaws.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jinfo.1: 50.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jinfo.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/native2ascii.1: 45.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/native2ascii.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jstatd.1: 58.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jstatd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jar.1: 65.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jar.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jrunscript.1: 54.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jrunscript.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmiregistry.1: 47.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmiregistry.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jsadebugd.1: 47.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jsadebugd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javah.1: 52.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javah.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/policytool.1: 52.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/policytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/tnameserv.1: 65.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/tnameserv.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/servertool.1: 57.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/servertool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javac.1: 68.1% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javac.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1: 63.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/serialver.1: 45.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/serialver.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/schemagen.1: 46.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/schemagen.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jstack.1: 48.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jstack.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/wsgen.1: 59.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/wsgen.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javadoc.1: 69.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javadoc.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jconsole.1: 48.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jconsole.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/appletviewer.1: 43.5% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/appletviewer.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/wsimport.1: 58.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/wsimport.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/extcheck.1: 48.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/extcheck.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jps.1: 58.5% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jps.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/unpack200.1: 48.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/unpack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmic.1: 58.4% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmic.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/orbd.1: 64.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/orbd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/pack200.1: 59.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/pack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jmap.1: 51.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jmap.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jhat.1: 48.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jhat.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jdb.1: 58.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jdb.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/keytool.1: 71.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/keytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/xjc.1: 57.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/xjc.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javap.1: 57.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/javap.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/java.1: 63.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/java.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/idlj.1: 64.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/idlj.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jarsigner.1: 71.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/jarsigner.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/apt.1: 57.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/apt.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jstat.1: 89.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jstat.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javaws.1: 63.1% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javaws.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jinfo.1: 54.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jinfo.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/native2ascii.1: 50.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/native2ascii.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jstatd.1: 62.5% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jstatd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jar.1: 69.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jar.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jrunscript.1: 58.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jrunscript.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/rmiregistry.1: 54.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/rmiregistry.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jsadebugd.1: 51.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jsadebugd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javah.1: 58.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javah.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/policytool.1: 55.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/policytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/tnameserv.1: 69.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/tnameserv.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/servertool.1: 63.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/servertool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javac.1: 67.5% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javac.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/rmid.1: 68.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/rmid.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/serialver.1: 51.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/serialver.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/schemagen.1: 63.1% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/schemagen.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jstack.1: 53.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jstack.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/wsgen.1: 82.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/wsgen.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javadoc.1: 74.4% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javadoc.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jconsole.1: 51.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jconsole.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/appletviewer.1: 49.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/appletviewer.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/wsimport.1: 80.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/wsimport.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/extcheck.1: 54.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/extcheck.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jps.1: 63.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jps.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/unpack200.1: 55.4% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/unpack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/rmic.1: 62.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/rmic.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/orbd.1: 67.1% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/orbd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/pack200.1: 63.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/pack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jmap.1: 55.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jmap.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jhat.1: 53.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jhat.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jdb.1: 62.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jdb.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/keytool.1: 73.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/keytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/xjc.1: 66.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/xjc.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javap.1: 64.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/javap.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/java.1: 66.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/java.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/idlj.1: 67.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/idlj.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jarsigner.1: 74.4% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/jarsigner.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/apt.1: 58.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/man/man1/apt.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/javaws.1: 60.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/javaws.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/rmiregistry.1: 47.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/rmiregistry.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/policytool.1: 52.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/policytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/tnameserv.1: 65.9% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/tnameserv.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/servertool.1: 57.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/servertool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/rmid.1: 63.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/rmid.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/unpack200.1: 48.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/unpack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/orbd.1: 64.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/orbd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/pack200.1: 59.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/pack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/keytool.1: 71.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/keytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/java.1: 63.7% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/ja_JP.eucJP/man1/java.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/javaws.1: 63.1% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/javaws.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/rmiregistry.1: 54.8% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/rmiregistry.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/policytool.1: 55.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/policytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/tnameserv.1: 69.0% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/tnameserv.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/servertool.1: 63.3% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/servertool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/rmid.1: 68.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/rmid.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/unpack200.1: 55.4% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/unpack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/orbd.1: 67.1% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/orbd.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/pack200.1: 63.6% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/pack200.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/keytool.1: 73.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/keytool.1.gz debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/java.1: 66.2% -- replaced with debian/tmp/usr/lib/jvm/java-6-openjdk/jre/man/man1/java.1.gz : # replace common files in jdk and jre by symlinks symlink bin/tnameserv -> ../jre/bin/tnameserv symlink bin/orbd -> ../jre/bin/orbd symlink bin/pack200 -> ../jre/bin/pack200 symlink bin/pluginappletviewer -> ../jre/bin/pluginappletviewer symlink bin/rmid -> ../jre/bin/rmid symlink bin/keytool -> ../jre/bin/keytool symlink bin/servertool -> ../jre/bin/servertool symlink bin/java -> ../jre/bin/java symlink bin/unpack200 -> ../jre/bin/unpack200 symlink bin/policytool -> ../jre/bin/policytool symlink bin/javaws -> ../jre/bin/javaws symlink bin/rmiregistry -> ../jre/bin/rmiregistry symlink lib/jexec -> ../jre/lib/jexec symlink ASSEMBLY_EXCEPTION -> jre/ASSEMBLY_EXCEPTION symlink LICENSE -> jre/LICENSE symlink THIRD_PARTY_README -> jre/THIRD_PARTY_README symlink README.html -> jre/README.html mkdir -p debian/tmp/etc/java-6-openjdk/security mkdir -p debian/tmp/etc/java-6-openjdk/management mkdir -p debian/tmp/etc/java-6-openjdk/images/cursors : # rename templates (comments only) to config files, : # and move to /etc/java-6-openjdk for i in \ management/jmxremote.password \ management/snmp.acl; \ do \ mv debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/$i.template debian/tmp/etc/java-6-openjdk/$i; \ done cp -p debian/accessibility.properties debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/ cp -p debian/swing.properties debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/ rm -f debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts : # move config files to etc/java-6-openjdk and symlink them. for i in \ accessibility.properties \ calendars.properties \ content-types.properties \ images/cursors/cursors.properties \ logging.properties \ sound.properties \ flavormap.properties \ net.properties \ psfontj2d.properties \ psfont.properties.ja \ swing.properties \ management/jmxremote.access \ management/management.properties \ security/java.policy \ security/java.security; \ do \ mv debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/$i debian/tmp/etc/java-6-openjdk/$i; \ done mv debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg \ debian/tmp/etc/java-6-openjdk/ mv debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/fontconfig.Ubuntu.properties.src \ debian/tmp/etc/java-6-openjdk/fontconfig.properties mv debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/fontconfig.Ubuntu.bfc \ debian/tmp/etc/java-6-openjdk/fontconfig.bfc : # remove files which we do not want to distribute rm -f debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/fontconfig*.properties.src rm -f debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/fontconfig*.bfc : # remove empty directories rmdir debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/management rmdir debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/applet rmdir debian/tmp/usr/lib/jvm/java-6-openjdk/jre/lib/security : # TODO: why do we provide a custom font.properties.ja? : # cp -p debian/font.properties.ja /etc/java-6-openjdk/. : # now move things to the packages. it is so ****** to create : # .install files first. dh_movefiles did do the job perfectly : # openjdk-6-jre-headless.install / openjdk-6-jre.install ( \ echo 'etc'; \ echo 'usr/lib/jvm/java-6-openjdk/jre/lib/jexec'; \ echo 'usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar'; \ echo 'usr/lib/jvm/java-6-openjdk/jre/man/ja'; \ echo 'usr/lib/jvm/java-6-openjdk/man/ja'; \ echo 'usr/lib/jvm/java-6-openjdk/bin/java-rmi.cgi'; \ ) > debian/openjdk-6-jre-headless.install rm -f debian/openjdk-6-jre.install cd /home/pavel/src/openjdk-6-6b14-1.4.1/debian/tmp; \ for i in usr/lib/jvm/java-6-openjdk/jre/{bin,man/man1,man/ja_JP.eucJP/man1}/*; do \ case "$i" in \ */javaws*|*/pluginappletviewer*|*/policytool*) echo $i >> ../openjdk-6-jre.install;; \ *) echo $i >> ../openjdk-6-jre-headless.install; \ esac; \ done cd /home/pavel/src/openjdk-6-6b14-1.4.1/debian/tmp; \ for i in usr/lib/jvm/java-6-openjdk/{bin,man/man1,man/ja_JP.eucJP/man1}/*; do \ [ -h $i ] || continue; \ case "$i" in \ */javaws*|*/pluginappletviewer*|*/policytool*) echo $i >> ../openjdk-6-jre.install;; \ *) echo $i >> ../openjdk-6-jre-headless.install; \ esac; \ done; \ cd /home/pavel/src/openjdk-6-6b14-1.4.1/debian/tmp; \ for i in usr/lib/jvm/java-6-openjdk/jre/lib/i386/*; do \ case "$i" in \ */IcedTeaPlugin.so) continue;; \ */libsplashscreen.so|*/libjsoundalsa.so|*/xawt) echo $i >> ../openjdk-6-jre.install;; \ */cacao) echo $i >> ../icedtea-6-jre-cacao.install;; \ */zero) echo $i >> ../openjdk-6-jre-zero.install;; \ *) echo $i >> ../openjdk-6-jre-headless.install; \ esac; \ done : # openjdk-6-jre-lib.install ( \ echo 'usr/lib/jvm/java-6-openjdk/jre/ASSEMBLY_EXCEPTION'; \ echo 'usr/lib/jvm/java-6-openjdk/jre/README.html'; \ echo 'usr/lib/jvm/java-6-openjdk/jre/THIRD_PARTY_README'; \ cd debian/tmp; \ for i in usr/lib/jvm/java-6-openjdk/jre/lib/*; do \ case "$i" in */i386|*/jexec|*/rt.jar) continue; esac; \ echo $i; \ done; \ ) > debian/openjdk-6-jre-lib.install : # openjdk-6-jdk.install ( \ echo 'usr/lib/jvm/java-6-openjdk/include'; \ echo 'usr/lib/jvm/java-6-openjdk/lib'; \ echo 'usr/lib/jvm/java-6-openjdk/LICENSE'; \ echo 'usr/lib/jvm/java-6-openjdk/ASSEMBLY_EXCEPTION'; \ echo 'usr/lib/jvm/java-6-openjdk/README.html'; \ echo 'usr/lib/jvm/java-6-openjdk/THIRD_PARTY_README'; \ cd debian/tmp; \ for i in usr/lib/jvm/java-6-openjdk/{bin,man/man1,man/ja_JP.eucJP/man1}/*; do \ [ -h $i -o "$i" = usr/lib/jvm/java-6-openjdk/bin/java-rmi.cgi ] && continue; \ echo $i; \ done; \ ) > debian/openjdk-6-jdk.install dh_installdirs -picedtea6-plugin \ usr/lib/xulrunner-addons/plugins : # icedtea6-plugin.install ( \ echo 'usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so'; \ ) > debian/icedtea6-plugin.install : # openjdk-6-source.install ( \ echo 'usr/lib/jvm/java-6-openjdk/src.zip'; \ ) > debian/openjdk-6-source.install : # move demos and samples, create symlinks for openjdk-6-demo mkdir -p debian/tmp/usr/share/doc/openjdk-6-jre/demo for i in debian/tmp/usr/lib/jvm/java-6-openjdk/demo/*; do \ b=$(basename $i); \ case "$i" in \ */jvmti) \ echo usr/lib/jvm/java-6-openjdk/demo/$b usr/share/doc/openjdk-6-jre/demo/$b >> debian/openjdk-6-demo.links;; \ *) \ mv $i debian/tmp/usr/share/doc/openjdk-6-jre/demo/$b; \ echo usr/share/doc/openjdk-6-jre/demo/$b usr/lib/jvm/java-6-openjdk/demo/$b >> debian/openjdk-6-demo.links;; \ esac; \ done mv debian/tmp/usr/lib/jvm/java-6-openjdk/sample debian/tmp/usr/share/doc/openjdk-6-jre/examples echo usr/share/doc/openjdk-6-jre/examples usr/lib/jvm/java-6-openjdk/sample >> debian/openjdk-6-demo.links echo usr/share/doc/openjdk-6-jre usr/share/doc/openjdk-6-demo >> debian/openjdk-6-demo.links : # openjdk-6-demo.install ( \ echo 'usr/lib/jvm/java-6-openjdk/demo'; \ echo 'usr/share/doc/openjdk-6-jre/examples'; \ echo 'usr/share/doc/openjdk-6-jre/demo'; \ ) > debian/openjdk-6-demo.install dh_install --sourcedir=debian/tmp --fail-missing -XLICENSE : # give all permissions to cross-VM extension directory sed -i \ -e '/permission java\.security\.AllPermission;/,/};/c\' \ -e ' permission java.security.AllPermission;\' \ -e '};\' \ -e '\' \ -e 'grant codeBase "file:/usr/lib/jvm/java-6-openjdk/ext/*" {\' \ -e ' permission java.security.AllPermission;\' \ -e '};\' \ -e '\' \ -e '// Comment this out if you want to give all permissions to the\' \ -e '// Debian Java repository too:\' \ -e '//grant codeBase "file:/usr/share/java/repository/-" {\' \ -e '// permission java.security.AllPermission;\' \ -e '//};\' \ -e '' \ debian/openjdk-6-jre-headless/etc/java-6-openjdk/security/java.policy dh_installdirs -popenjdk-6-jre-headless \ usr/share/doc/openjdk-6-jre \ usr/share/binfmts dh_installdirs -popenjdk-6-jre \ usr/share/applications \ usr/share/application-registry \ usr/share/mime-info \ usr/share/pixmaps : # add GNOME stuff cp -p debian/openjdk-6-{javaws,policytool}.desktop \ debian/openjdk-6-jre/usr/share/applications/ cp -p debian/openjdk-6-java.desktop \ debian/openjdk-6-jre/usr/share/applications/ for i in archive web-start; do \ cp debian/openjdk-6-$i.applications \ debian/openjdk-6-jre/usr/share/application-registry/; \ cp debian/openjdk-6-$i.keys debian/openjdk-6-jre/usr/share/mime-info/; \ cp debian/openjdk-6-$i.mime debian/openjdk-6-jre/usr/share/mime-info/; \ done cp -p debian/sun_java.xpm \ debian/openjdk-6-jre/usr/share/pixmaps/openjdk-6.xpm mkdir -p debian/openjdk-6-demo/usr/share/pixmaps cp -p debian/sun_java_app.xpm \ debian/openjdk-6-demo/usr/share/pixmaps/openjdk-6-app.xpm : # install icons for i in 16 24 32 48; do \ install -D -m 644 -p build/openjdk/jdk/src/solaris/classes/sun/awt/X11/java-icon${i}.png \ debian/openjdk-6-jre/usr/share/icons/hicolor/${i}x${i}/apps/openjdk-6.png; \ done : # create docdir symlinks for openjdk-6-jre-headless ( \ echo usr/share/doc/openjdk-6-jre usr/share/doc/openjdk-6-jre-headless; \ echo usr/share/doc/openjdk-6-jre usr/lib/jvm/java-6-openjdk/docs; \ ) > debian/openjdk-6-jre-headless.links : # create docdir symlinks for openjdk-6-jre-zero ( \ echo usr/share/doc/openjdk-6-jre usr/share/doc/openjdk-6-jre-zero; \ ) > debian/openjdk-6-jre-zero.links : # create docdir symlinks for openjdk-6-source ( \ echo usr/share/doc/openjdk-6-jre usr/share/doc/openjdk-6-source; \ ) > debian/openjdk-6-source.links : # create docdir symlinks for openjdk-6-jdk ( \ echo usr/share/doc/openjdk-6-jre usr/share/doc/openjdk-6-jdk; \ ) > debian/openjdk-6-jdk.links : # create docdir symlinks for icedtea6-plugin ( \ echo usr/share/doc/openjdk-6-jre usr/share/doc/icedtea6-plugin; \ ) > debian/icedtea6-plugin.links : # create docdir symlinks for openjdk-6-jre-lib ( \ echo usr/share/doc/openjdk-6-jre usr/share/doc/openjdk-6-jre-lib; \ ) > debian/openjdk-6-jre-lib.links : # create docdir symlinks for openjdk-6-dbg ( \ echo usr/share/doc/openjdk-6-jre usr/share/doc/openjdk-6-dbg; \ ) > debian/openjdk-6-dbg.links : # create links for the gnome accessibility bridge echo "usr/share/java/gnome-java-bridge.jar usr/lib/jvm/java-6-openjdk/jre/lib/ext/gnome-java-bridge.jar" \ >> debian/openjdk-6-jre-headless.links : # create links for the config files find debian/openjdk-6-jre-headless/etc/java-6-openjdk -type f ! -name jvm.cfg \ -printf "etc/java-6-openjdk/%P usr/lib/jvm/java-6-openjdk/jre/lib/%P\n" >> debian/openjdk-6-jre-headless.links echo "etc/java-6-openjdk/jvm.cfg usr/lib/jvm/java-6-openjdk/jre/lib/i386/jvm.cfg" \ >> debian/openjdk-6-jre-headless.links echo "etc/ssl/certs/java/cacerts usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts" \ >> debian/openjdk-6-jre-headless.links JRE_HL_TOOLS: java keytool pack200 rmid rmiregistry unpack200 orbd servertool tnameserv jexec JRE_TOOLS: javaws pluginappletviewer policytool JDK_TOOLS: appletviewer apt extcheck idlj jar jarsigner javac javadoc javah javap jconsole jdb jhat jinfo jmap jps jrunscript jsadebugd jstack jstat jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc ( \ echo 'name=java-6-openjdk'; \ echo 'alias=java-6-openjdk'; \ echo 'priority=1061'; \ echo 'section=main'; \ echo ''; \ for i in java keytool pack200 rmid rmiregistry unpack200 orbd servertool tnameserv; do \ echo "hl $i /usr/lib/jvm/java-6-openjdk/jre/bin/$i"; \ done; \ echo "hl jexec /usr/lib/jvm/java-6-openjdk/jre/lib/jexec"; \ for i in javaws pluginappletviewer policytool; do \ echo "jre $i /usr/lib/jvm/java-6-openjdk/jre/bin/$i"; \ done; \ for i in appletviewer apt extcheck idlj jar jarsigner javac javadoc javah javap jconsole jdb jhat jinfo jmap jps jrunscript jsadebugd jstack jstat jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc; do \ echo "jdk $i /usr/lib/jvm/java-6-openjdk/bin/$i"; \ done; \ for d in xulrunner-addons; do \ case "$d" in \ xulrunner-addons) b=xulrunner-1.9;; \ *) b=$d;; \ esac; \ echo "plugin $b-javaplugin.so /usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so"; \ done; \ ) > debian/openjdk-6-jre-headless/usr/lib/jvm/.java-6-openjdk.jinfo ( \ echo 'package openjdk-6'; \ echo 'interpreter /usr/bin/jexec'; \ echo 'magic PK\x03\x04'; \ ) > debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/jar.binfmt : # install a wrapper for javaws mv debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/bin/javaws debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/bin/javaws.real install -m 755 debian/javaws-wrapper.sh debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/bin/javaws : # Install stuff to generate font config and timezone files. mkdir -p debian/openjdk-6-jre-lib/usr/lib/jvm/java-6-openjdk/jre/lib cp -p build/openjdk/control/build/linux-i586/btjars/compilefontconfig.jar \ debian/openjdk-6-jre-lib/usr/lib/jvm/java-6-openjdk/jre/lib/ cp -p build/openjdk/control/build/linux-i586/btjars/javazic.jar \ debian/openjdk-6-jre-lib/usr/lib/jvm/java-6-openjdk/jre/lib/ : # install lintian overrides for FILE in debian/*.overrides; do \ PKG=`basename $FILE .overrides`; \ install -D -m644 $FILE debian/$PKG/usr/share/lintian/overrides/$PKG; \ done dh_testdir dh_testroot dh_installchangelogs -popenjdk-6-jre-headless dh_installdocs -popenjdk-6-jre-headless \ debian/JAVA_HOME \ debian/README.alternatives \ debian/README.Debian mv debian/openjdk-6-jre-headless/usr/share/doc/openjdk-6-jre-headless/* debian/openjdk-6-jre-headless/usr/share/doc/openjdk-6-jre rm -rf debian/openjdk-6-jre-headless/usr/share/doc/openjdk-6-jre-headless for i in AUTHORS NEWS README; do \ cp -p $i debian/openjdk-6-jre-headless/usr/share/doc/openjdk-6-jre/$i.IcedTea; \ done mkdir -p debian/openjdk-6-jdk/usr/share/doc/openjdk-6-jre cp build/mauve-hotspot/mauve_output-hotspot \ debian/openjdk-6-jdk/usr/share/doc/openjdk-6-jre/mauve_output-hotspot.log cp jtreg_output-hotspot \ debian/openjdk-6-jdk/usr/share/doc/openjdk-6-jre/jtreg_output-hotspot.log cp build/test/jtreg-summary-hotspot.log build/test/check-*-hotspot.log \ debian/openjdk-6-jdk/usr/share/doc/openjdk-6-jre/ cp: cannot stat `build/test/jtreg-summary-hotspot.log': No such file or directory cp: cannot stat `build/test/check-*-hotspot.log': No such file or directory make: [binary-arch] Error 1 (ignored) cp build/test/failed_tests-hotspot.tar.gz debian/openjdk-6-jdk/usr/share/doc/openjdk-6-jre/ cp: cannot stat `build/test/failed_tests-hotspot.tar.gz': No such file or directory make: [binary-arch] Error 1 (ignored) dh_installchangelogs -picedtea-6-jre-cacao dh_installdocs -picedtea-6-jre-cacao mkdir -p debian/icedtea-6-jre-cacao/usr/share/doc/openjdk-6-jre cp build/mauve-cacao/mauve_output-cacao \ debian/icedtea-6-jre-cacao/usr/share/doc/openjdk-6-jre/mauve_output-cacao.log cp: cannot stat `build/mauve-cacao/mauve_output-cacao': No such file or directory make: [binary-arch] Error 1 (ignored) cp jtreg_output-cacao \ debian/icedtea-6-jre-cacao/usr/share/doc/openjdk-6-jre/jtreg_output-cacao.log cp: cannot stat `jtreg_output-cacao': No such file or directory make: [binary-arch] Error 1 (ignored) cp build/test/jtreg-summary-cacao.log build/test/check-*-cacao.log \ debian/icedtea-6-jre-cacao/usr/share/doc/openjdk-6-jre/ cp: cannot stat `build/test/jtreg-summary-cacao.log': No such file or directory cp: cannot stat `build/test/check-*-cacao.log': No such file or directory make: [binary-arch] Error 1 (ignored) cp build/test/failed_tests-cacao.tar.gz debian/icedtea-6-jre-cacao/usr/share/doc/openjdk-6-jre/ cp: cannot stat `build/test/failed_tests-cacao.tar.gz': No such file or directory make: [binary-arch] Error 1 (ignored) mkdir -p debian/openjdk-6-jre-zero/usr/share/doc/openjdk-6-jre cp build/mauve-zero/mauve_output-zero \ debian/openjdk-6-jre-zero/usr/share/doc/openjdk-6-jre/mauve_output-zero.log cp: cannot stat `build/mauve-zero/mauve_output-zero': No such file or directory make: [binary-arch] Error 1 (ignored) cp jtreg_output-zero \ debian/openjdk-6-jre-zero/usr/share/doc/openjdk-6-jre/jtreg_output-zero.log cp: cannot stat `jtreg_output-zero': No such file or directory make: [binary-arch] Error 1 (ignored) cp build/test/jtreg-summary-zero.log build/test/check-*-zero.log \ debian/openjdk-6-jre-zero/usr/share/doc/openjdk-6-jre/ cp: cannot stat `build/test/jtreg-summary-zero.log': No such file or directory cp: cannot stat `build/test/check-*-zero.log': No such file or directory make: [binary-arch] Error 1 (ignored) cp build/test/failed_tests-zero.tar.gz debian/openjdk-6-jre-zero/usr/share/doc/openjdk-6-jre/ cp: cannot stat `build/test/failed_tests-zero.tar.gz': No such file or directory make: [binary-arch] Error 1 (ignored) dh_desktop -s dh_installmenu -s dh_icons -s || dh_iconcache -s dh_link -s dh_strip -s --dbg-package=openjdk-6-dbg dh_compress -s dh_fixperms -s dh_makeshlibs -popenjdk-6-jre-headless -popenjdk-6-jre dh_shlibdeps -s -L openjdk-6-jre-headless \ -l/home/pavel/src/openjdk-6-6b14-1.4.1/debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/home/pavel/src/openjdk-6-6b14-1.4.1/debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/home/pavel/src/openjdk-6-6b14-1.4.1/debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/home/pavel/src/openjdk-6-6b14-1.4.1/debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/native_threads \ -- dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: couldn't find library libjli.so needed by debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap (its RPATH is '$ORIGIN/../lib/i386/jli:$ORIGIN/../jre/lib/i386/jli'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: $ORIGIN is used in RPATH of debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap and the corresponding directory could not be identified due to lack of DEBIAN sub-directory in the root of package's build tree dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libX11.so.6 could be avoided if "debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libm.so.6 could be avoided if "debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/extcheck debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jar debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/serialver debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jconsole debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstat debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jps debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javadoc debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/rmic debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javap debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javac debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/appletviewer debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/javah debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstatd debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/xjc debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jdb debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/apt debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsimport debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jhat debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/schemagen debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jstack debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/native2ascii debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jinfo debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jarsigner debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/idlj debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/wsgen debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jrunscript debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jsadebugd debian/openjdk-6-jdk/usr/lib/jvm/java-6-openjdk/bin/jmap" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: couldn't find library libmawt.so needed by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libjawt.so (its RPATH is '/usr/lib/jvm/java-6-openjdk/jre/lib/i386'). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: symbol sysinfo used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libmanagement.so found in none of the libraries. dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: symbol pthread_getattr_np used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client/libjvm.so found in none of the libraries. dpkg-shlibdeps: warning: symbol sysinfo used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client/libjvm.so found in none of the libraries. dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: symbol pthread_getattr_np used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server/libjvm.so found in none of the libraries. dpkg-shlibdeps: warning: symbol sysinfo used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server/libjvm.so found in none of the libraries. dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libverify.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libverify.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libnet.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libnet.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libopenjdk6_lsb_helper.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libopenjdk6_lsb_helper.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: symbol AWTFontTextExtents16 used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTFontMaxCharOrByte2 used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTFreeFont used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol XRT_DrawGlyphList used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTFreeChar used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTLoadFont used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTFontAscent used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTDrawGlyphList used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTFontMaxBounds used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: symbol AWTFontMinByte1 used by debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so found in none of the libraries. dpkg-shlibdeps: warning: 8 other similar warnings have been skipped (use -v to see them all). dpkg-shlibdeps: warning: dependency on libopenjdk6_lsb_helper.so could be avoided if "debian/openjdk-6-jre-headless/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libawt.so' dpkg-shlibdeps: warning: symbol png_set_filler used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_get_IHDR used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_read_update_info used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_create_info_struct used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_set_gamma used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_get_rowbytes used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_read_info used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_read_end used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_check_sig used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: symbol png_set_sig_bytes used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so found in none of the libraries. dpkg-shlibdeps: warning: 9 other similar warnings have been skipped (use -v to see them all). dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjli.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjvm.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libjava.so' dpkg-shlibdeps: warning: symbol snd_rawmidi_info_get_card used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libjsoundalsa.so found in none of the libraries. dpkg-shlibdeps: warning: symbol snd_rawmidi_info used by debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libjsoundalsa.so found in none of the libraries. dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/bin/pluginappletviewer debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/bin/javaws.real debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/bin/policytool" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpng12.so.0 could be avoided if "debian/openjdk-6-jre/usr/lib/jvm/java-6-openjdk/jre/lib/i386/libsplashscreen.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: couldn't find library libxul.so needed by debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so (its RPATH is ''). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: couldn't find library libxpcom.so needed by debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so (its RPATH is ''). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dpkg-shlibdeps: warning: /usr/lib/libmozjs.so has an unexpected SONAME (libmozjs.so.0d) dpkg-shlibdeps: warning: Can't extract name and version from library name `libmozjs.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libmozjs.so' dpkg-shlibdeps: warning: dependency on libfontconfig.so.1 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libatk-1.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libplc4.so could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libplds4.so could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgio-2.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgdk_pixbuf-2.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libcairo.so.2 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpango-1.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgmodule-2.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpangocairo-1.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libfreetype.so.6 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libmozjs.so could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgdk-x11-2.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpangoft2-1.0.so.0 could be avoided if "debian/icedtea6-plugin/usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so" were not uselessly linked against it (they use none of its symbols). dh_installdeb -s dh_gencontrol -s -- '-Vvm:Name=Hotspot JIT' '-Vbase:Version=6b11' '-Vdlopenhl:Depends=libcups2, liblcms1, libjpeg62' '-Vdlopenhl:Recommends=dlopen_jre_depends = libgtk2.0-0, libgnome2-0, libgnomevfs2-0, libgconf2-4, libxrandr2, libxinerama1, libgl1-mesa-glx' '-Vdlopenjre:Depends=' '-Vdlopenjre:Recommends=' '-Vpkg:pulseaudio=pulseaudio (>= 0.9.12)' '-Vdpkg:Depends=dpkg (>= 1.14.12ubuntu3)' '-Vcacao:Recommends=icedtea-6-jre-cacao (= ${binary:Version})' dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${dlopenjl:Recommends} dpkg-gencontrol: warning: unknown substitution variable ${xandsound:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dh_md5sums -s dh_builddeb -s #-- -Zlzma dpkg-deb: building package `openjdk-6-jdk' in `../openjdk-6-jdk_6b14-1.4.1-0ubuntu7_i386.deb'. dpkg-deb: building package `openjdk-6-jre-headless' in `../openjdk-6-jre-headless_6b14-1.4.1-0ubuntu7_i386.deb'. dpkg-deb: building package `openjdk-6-jre' in `../openjdk-6-jre_6b14-1.4.1-0ubuntu7_i386.deb'. dpkg-deb: building package `openjdk-6-demo' in `../openjdk-6-demo_6b14-1.4.1-0ubuntu7_i386.deb'. dpkg-deb: building package `openjdk-6-dbg' in `../openjdk-6-dbg_6b14-1.4.1-0ubuntu7_i386.deb'. warning, `debian/icedtea6-plugin/DEBIAN/control' contains user-defined field `Npp-Applications' warning, `debian/icedtea6-plugin/DEBIAN/control' contains user-defined field `Npp-Description' warning, `debian/icedtea6-plugin/DEBIAN/control' contains user-defined field `Npp-Mimetype' warning, `debian/icedtea6-plugin/DEBIAN/control' contains user-defined field `Npp-Name' dpkg-deb: ignoring 4 warnings about the control file(s) dpkg-deb: building package `icedtea6-plugin' in `../icedtea6-plugin_6b14-1.4.1-0ubuntu7_i386.deb'. dpkg-deb: building package `icedtea-6-jre-cacao' in `../icedtea-6-jre-cacao_6b14-1.4.1-0ubuntu7_i386.deb'. dpkg-deb: building package `openjdk-6-jre-zero' in `../openjdk-6-jre-zero_6b14-1.4.1-0ubuntu7_i386.deb'. dh_testdir dh_testroot dh_installchangelogs -popenjdk-6-doc dh_installdocs -popenjdk-6-doc mkdir -p debian/openjdk-6-doc/usr/share/doc/openjdk-6-jre for i in build/openjdk/control/build/linux-i586/docs/*; do \ [ -e $i ] || continue; \ b=$(basename $i); \ cp -a $i debian/openjdk-6-doc/usr/share/doc/openjdk-6-jre/; \ ln -sf ../openjdk-6-jre/$b debian/openjdk-6-doc/usr/share/doc/openjdk-6-doc/$b; \ done dh_installdocs -popenjdk-6-source-files dh_installchangelogs -popenjdk-6-source-files mkdir -p debian/openjdk-6-source-files/usr/src cp -p openjdk-6-src-b14-25_nov_2008-dfsg.tar.gz debian/openjdk-6-source-files/usr/src/ cp -p hotspot-*.tar.gz debian/openjdk-6-source-files/usr/src/ dh_installmenu -i dh_icons -i || dh_iconcache -i dh_link -i dh_compress -i -Xexamples -Xdemos dh_fixperms -i dh_installdeb -i dh_gencontrol -i -- '-Vvm:Name=Hotspot JIT' '-Vbase:Version=6b11' '-Vdlopenhl:Depends=libcups2, liblcms1, libjpeg62' '-Vdlopenhl:Recommends=dlopen_jre_depends = libgtk2.0-0, libgnome2-0, libgnomevfs2-0, libgconf2-4, libxrandr2, libxinerama1, libgl1-mesa-glx' '-Vdlopenjre:Depends=' '-Vdlopenjre:Recommends=' '-Vpkg:pulseaudio=pulseaudio (>= 0.9.12)' '-Vdpkg:Depends=dpkg (>= 1.14.12ubuntu3)' '-Vcacao:Recommends=icedtea-6-jre-cacao (= ${binary:Version})' dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${dlopen:Recommends} dh_md5sums -i dh_builddeb -i -- -Zlzma dpkg-deb: building package `openjdk-6-jre-lib' in `../openjdk-6-jre-lib_6b14-1.4.1-0ubuntu7_all.deb'. dpkg-deb: building package `openjdk-6-source' in `../openjdk-6-source_6b14-1.4.1-0ubuntu7_all.deb'. dpkg-deb: building package `openjdk-6-doc' in `../openjdk-6-doc_6b14-1.4.1-0ubuntu7_all.deb'. dpkg-deb: building package `openjdk-6-source-files' in `../openjdk-6-source-files_6b14-1.4.1-0ubuntu7_all.deb'. signfile openjdk-6_6b14-1.4.1-0ubuntu7.dsc gpg: skipped "Matthias Klose ": secret key not available gpg: [stdin]: clearsign failed: secret key not available dpkg-genchanges >../openjdk-6_6b14-1.4.1-0ubuntu7_i386.changes dpkg-genchanges: not including original source code in upload dpkg-buildpackage: warning: Failed to sign .dsc and .changes file dpkg-buildpackage: binary and diff upload (original source NOT included)